Search results

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

    [SOLVED] TASK ERROR: live-restore failed

    Welcome to the Proxmox forum, Jaronski! Could it be that the ESXi guests are still running at the time of the migration (either the live migration or the cold migration)? Currently, the live migration in Proxmox VE for ESXi guests is implemented in such a way, that ESXi guests need to be...
  14. dakralex

    [SOLVED] Audit meldet Fehler

    Freut mich zu hören, dass du den Fehler nun beheben konntest!
  15. dakralex

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

    Which repositories have you used to update to apparmor 4? Neither Debian nor Proxmox VE repositories have that version available.
  16. dakralex

    Bluetooth adapter not found on Home Assistant

    How is the Bluetooth adapter passed through then? Are there any syslog entries?
  17. dakralex

    No-Enterprise-Production

    Hi! This seems like a minor display error, but the warning can be ignored here, if the possible shortcomings of using the pve-no-subscription repository are clear. Edit: See the answer from @fiona, I haven't noticed the upper-left message before.
  18. dakralex

    [heartbeat] Are alternative interfaces supported?

    The USB protocol isn't as simple as it seems from outside - but that applies for most protocols on hardware/signalling level ;) There's still the possibility to use a USB NIC, but AFAIK Ethernet is more reliable than USB in that regard and a redundant network over NICs should be done with...
  19. dakralex

    [SOLVED] Audit meldet Fehler

    Willkommen im Proxmox-Forum, MetaKnight! Normalerweise können solche Audit-Meldungen ignoriert werden, wenn diese zu keinem Fehlverhalten der Programme führen. Ich vermute, dass wenn innerhalb des Containers der rsyslogd Daemon gestartet wird die /etc/rsyslog.conf Konfigurationsdatei als erstes...
  20. dakralex

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

    Hi! Could you provide the output of pveversion -v and more information about the container's config? Are there any additional changes or custom configs done on the container that fails to start? What is the output of pct start 800 --debug?