Search results

  1. dakralex

    LXC Volume disappeared after shutting down proxmox server

    Hi! From this, it seems like there was a change in the names of the block devices when rebooting, as the names for those are quite racy, especially for external USB drives (they do not directly correspond with the physical port location). Could you post your storage config (cat...
  2. dakralex

    High IO Delay - queue file write error

    Hi! Gibt es um diese Fehlermeldungen (davor und/oder danach) Kontext warum dieser Fehler zustande gekommen ist (z.B. von pmg-smtp-filter, postfix*)?
  3. dakralex

    PROMOX not showing my complete RAM

    Welcome to the Proxmox forum, Ankit Jain! Do you mean in the WebGUI or another interface to look up the amount of available memory (e.g. free)? The BIOS might dedicate some memory for video acceleration and the Linux kernel needs some memory to manage the rest of the memory (paging), but not...
  4. dakralex

    [SOLVED] Hookscript doesn't appear to run on VM starting

    Hi ArnaudN! What does your actual hook script look like? I can see where this could be confusing, but the hook script should be run on each of those four phases, but the reason why there's only a syslog item for the "post-stop" phase is because any prints from the other three phases are...
  5. dakralex

    Storage question

    Welcome to the Proxmox forum, volniy! The directory listing under the "Disks > Directory" tab shows only the PVE-managed directory filesystems, which were created with the POST API endpoint of [0]. There's not much difference, but PVE-managed directory filesystems are mounted automatically at...
  6. dakralex

    [ERROR] in line 463: exit code 0: while executing command qm start $VMID

    Der leere Output steht dafür, dass die CPU momentan keine Virtualisierung unterstützt. Wie bereits erwähnt, suche am besten nach einer Einstellung im BIOS, ob Virtualisierung (z.B. VT-d für Intel) deaktiviert wurde und aktiviere diese Option wieder. Wie man in das BIOS kommt (falls noch nie...
  7. dakralex

    [ERROR] in line 463: exit code 0: while executing command qm start $VMID

    Hat die CPU auch Unterstützung für Virtualisierung (kann mit egrep '(vmx|svm)' /proc/cpuinfo überprüft werden)? Wenn ja, suche nach einer Einstellung für diese im BIOS und aktiviere diese, falls die Virtualisierungsfunktion deaktiviert ist.
  8. dakralex

    Communication failure (0) in storage - new install.

    Hi and welcome to the Proxmox forum, alarmymazury! Have you found a solution for the problem in the mean time? If not, is there any output in dmesg or the syslog if you connect the hard drive or if you mount it? What are the exact errors when trying to format the disk in the Proxmox VE WebGUI?
  9. dakralex

    I/0 delay snapshot

    Hi monokeb! Could you provide further information about the I/O delay? It would be much appreciated if there are any indicators (e.g. logs) showing the increase in I/O delay, pressure or decrease in throughput. On what storage are the snapshots taken? Which hardware is used?
  10. dakralex

    [ERROR] in line 463: exit code 0: while executing command qm start $VMID

    Willkommen im Proxmox forum, gerrithörs! Ich vermute du hast das Proxmox VE Helper Script dazu verwendet ([0]). Es wäre hilfreich, wenn du mehr von der Fehlerausgabe posten könntest, da es hierbei viele Fehlermöglichkeiten geben könnte (zu wenig Speicher, etc.). Außerdem wäre es sinnvoll kurz...
  11. dakralex

    [FEATURE REQUEST] Web GUI for cloud-init MTU configuration

    Second that, there's potential to improve the UI for cloud-init users in Proxmox VE. While replying to this thread earlier, a simple solution that came to mind was to either allow users CRUDing cloud-init snippets in the UI directly or let them select from a predefined pool of options and only...
  12. dakralex

    [FEATURE REQUEST] Web GUI for cloud-init MTU configuration

    Hi! Hm, is there any benefit to set the MTU in the CloudInit config file instead of overwriting the value at the VM's configured network device itself? In any way, if you'd like someone to discuss and work on this feature, I'd like you to create a feature request at our Bugzilla [0]. I think...
  13. dakralex

    PBS speed drops after +/- 15%

    Welcome to the Proxmox forum, NViaene! How is the storage setup on the PBS instance itself (data store, filesystem)? Are the RAIDs on a hardware, software, filesystem level? Could you provide a benchmark on the PBS directly for the data store where the backups are sent to (e.g. fio; there's...
  14. dakralex

    NMI Watchdog BUG: soft lockup proxmox backup

    Welcome to the Proxmox forum, OliverFdez! The NMI watchdog makes sure to repeatedly test each CPU core if it can correctly respond to timer interrupts. If it occurs it means that there's something occupying a CPU core for too much time and can either indicate a software or hardware bug. Is...
  15. dakralex

    close #1543: allow lxc low-level update via api

    No worries, there are no silly questions. Subscribing to the mailing list is not mandatory to send to it, but as you understood correctly, it is for receiving and following other email threads on it. So it is not required to subscribe to participate, but I highly recommend to either subscribe...
  16. dakralex

    close #1543: allow lxc low-level update via api

    Hi! Thanks for contributing to Proxmox VE, we really appreciate it! Even though it is required to sign the contributor license agreement to get patches accepted, there is no requirement to sign anything for participating on the mailing list and on the Bugzilla. As the community forum is meant...
  17. dakralex

    Proxmox 8.3.2 and Broadcom iSER connections

    Hi! So if I get it right, the kernel version 5.15.149-1 works fine, but both 6.8.4-3 and 6.8.12-5 cause the bug? Could you also try to install the opt-in kernel version 6.11 and try it out there? Usually fixes should be backported to both, but it could be that it slipped through...
  18. dakralex

    Seit letztem Upade des Proxmox Hosts geht Backup Snapshot nicht mehr richtig.

    Hi! Wie schaut die Config von dem Container (pct config 100) und der Task Log zu dem Backup Job im PVE WebGUI aus?
  19. dakralex

    Proxmox 8.3.2 and Broadcom iSER connections

    I'm guessing that this is a regression in the driver. Could you send me the last kernel version that was working correctly for you before the error was introduced/the kernel package installed for 7.4.x? In doubt, last reboot lists the versions which were booted. If you have the time, it would...
  20. dakralex

    Proxmox 8.3.2 and Broadcom iSER connections

    Okay, thanks for clarifying this! I haven't noticed this before, did the new version introduce this error or did this happen before? If so this might be a regression in the driver, what was the latest running kernel version and/or firmware version?