Search results

  1. dakralex

    Proxmox VE 8.4-1 Error: Out of memory

    Hi! Another user posted that they fixed their problem by upgrading and resetting the BIOS settings to default [0]. On another note, I just want to point out that the Intel 13th and 14th 700 and 900 are affected by a hardware bug, which causes them to self-destroy by over-voltage of cores in...
  2. dakralex

    WebHooks

    Hi! You can add hook scripts to individual virtual machines [0], where the script then makes a request to the web hook target. [0] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_hookscripts
  3. dakralex

    Proxmox auto install assistant network help

    Hi! The Proxmox VE installer is only capable of setting up a bridged network on the host with the management NIC as the bridge port. Any other network configurations have to be made manually afterwards, but this could be automated by running a first-boot script, which modifies the network...
  4. dakralex

    Suggestion: Search

    Welcome to the Proxmox forum, Albertus! Thanks for using the Proxmox Datacenter Manager! Please open a feature enhancement request for this on our Bugzilla [0] as it's much easier to track and find there than in the community forum. As far as I could see there was no entry for this yet, but...
  5. dakralex

    Fail to set up Cluster

    Hi! It seems like that the other node was not setup correctly when joining them. What is the output of pvecm status on node1? Is there anything significant in the syslog when joining the nodes? Is there any firewall setup between the nodes? What is the content of /etc/corosync/corosync.conf?
  6. dakralex

    Restrict Backup Job Access by BackupUser in Proxmox GUI + ConsoleAccess for Specific VMs or Host

    Hi! There are no granular privileges and ACL paths to manage these on a guest-level basis. There is a similar feature request for this in our Bugzilla [0], where you can subscribe to the ticket. I would also recommend you to chime in and explain your use case in detail there, so that it can be...
  7. dakralex

    No networking in VM or LXC

    Welcome to the Proxmox forum, osteth! Have you reloaded your network after the change (e.g. systemctl restart networking)? Could you share your network configuration in /etc/network/interfaces? How is the networking setup for one of your VMs/containers?
  8. dakralex

    Proxmox HA across VPN - ZFS vs CEPHS

    Hi! In general, the HA Manager is currently capable of managing the high availability of resources within a cluster. The underlying key technology for a Proxmox VE cluster is corosync, which in itself needs a low latency of under 5 milliseconds [0], which is usually achievable with a separate...
  9. dakralex

    [SOLVED] systemctl --user in LXC failed with error: Failed to connect to bus: No medium found

    What is the output of echo $DBUS_SESSION_BUS_ADDRESS and echo $XDG_RUNTIME_DIR for that user? If those are directories, what are their permissions and do you have read/write access?
  10. dakralex

    [SOLVED] systemctl --user in LXC failed with error: Failed to connect to bus: No medium found

    Hm, I wonder why it worked before. Have you used it as the container's root user or as a separate user with that command? For the former it shouldn't work as the root user doesn't have its own user service manager.
  11. dakralex

    [SOLVED] systemctl --user in LXC failed with error: Failed to connect to bus: No medium found

    Hi! Were there any package upgrades before rebooting? Were there any kernel upgrades in between? Is the output of last reboot -F -n 3?
  12. dakralex

    Proxmox failed boot

    Hi! Were there any mentionable changes before the issues surfaced (e.g. updates, config/hardware/networking/firmware changes)? Either way, does the boot fail before the bootloader (i.e. can you select e.g. a different kernel version)? If you can select a different kernel version, is there any...
  13. dakralex

    Network interface hangs randomly

    Hi! This is quite a common problem with the e1000e PHY driver unfortunately, but it is most often mitigated by selectively trying to turn-off the hardware accelerations of the network interface card, e.g. common hardware accelerations that e1000e is capable of and result in this hang are...
  14. dakralex

    Installing OS from CLI

    Hi! I'm not sure if I entirely understand what you want to do, but there are several options you can use to access the VM besides the WebGUI's console. You can add a serial device and preferably set it as the main display, then you can connect to the VM with qm terminal <vmid> to open a serial...
  15. dakralex

    Problem with ESXI Storage type since 8.4 version

    Hi! Thanks for reporting this issue! I have sent a patch for fixing this issue and should be fixed by the next package version [0]. [0] https://lore.proxmox.com/pve-devel/20250411150634.253684-1-d.kral@proxmox.com/T/#u
  16. dakralex

    Proxmox Disk Overview doesn't load as soon as the external HDD (WD Ultrastar) is connected via USB (logs attached).

    Thanks for the update! Is the mentioned chip the one that had problems with retrieving SMART statistics or the new one? Either way, I sent a patch [0], which sets a lower timeout for the smartctl command we issue that takes so long. If possible, it would be great that the patch gets tested with...
  17. dakralex

    Issue Installing Proxmox Backup Server 3.4 – Bootloader Error on Dell PowerEdge R230 (UEFI + ZFS RAIDZ-2)

    Welcome to the Proxmox forum, nbittner! Just for clarification: Was there a ZFS pool already on those disks before? Either way, are the disks attached directly or is there a RAID controller inbetween them?
  18. dakralex

    Proxmox Disk Overview doesn't load as soon as the external HDD (WD Ultrastar) is connected via USB (logs attached).

    Hm, does the disk work correctly otherwise? Are there no issues in using it? If possible, can you try if the cable is defective? I've just discovered that 60 seconds is the default timeout for smartctl to wait for the SCSI commands to complete.
  19. dakralex

    Proxmox Disk Overview doesn't load as soon as the external HDD (WD Ultrastar) is connected via USB (logs attached).

    Thanks for sending the output to the command! Did it also take 60 seconds or did the command finish instantaneously? What is the output for smartctl -a -T permissive /dev/sda and smart -H -T permissive /dev/sda? It seems that some external USB hard drives have faulty firmware or insufficient...
  20. dakralex

    Higher power consumption when running headless

    Welcome to the Proxmox forum, donoewan! It might be worth a try to use amdgpu's virtual_display kernel parameter to setup a virtual display device [0]. You can pass it to the kernel parameters in the same way as you would do for others in the /etc/default/grub file, e.g...