Search results

  1. 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?
  2. 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...
  3. 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?
  4. 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...
  5. 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?
  6. 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.
  7. 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?
  8. 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...
  9. 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...
  10. 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...
  11. 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
  12. 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...
  13. 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?
  14. 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.
  15. 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...
  16. 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...
  17. dakralex

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

    Sounds like another issue reported by a user, where their disk seemed to not support querying the SMART statistics data. Could you verify whether the following command also takes around 60 seconds for the disk? smartctl -a /dev/sda Edit: And what is the output of cat...
  18. dakralex

    [SOLVED] lxc-pve 6.0 AND apparmor 4.0 results "Permission denied - Failed to clone a new set of namespaces"

    Just to document this here, this is a known issue in LXC [0] and there's a upstream patch applied for debian trixie's lxc package here [1]. [0] https://github.com/lxc/lxc/issues/4529 [1]...
  19. dakralex

    Virtuelle Maschinen hängen

    Willkommen im Proxmox Forum, sebbo_ils! Wie wurde iSCSI hier konfiguriert? Wie viele Controller werden verwendet? Ist Multipath im Einsatz?
  20. dakralex

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

    Hi! What, if there is any, is the output of pvesh get /nodes/pve/disks/list with and without the disk attached? Which version of pve-manager and pve-storage are you running on the Proxmox VE host?