Search results

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

    [SOLVED] Audit meldet Fehler

    Freut mich zu hören, dass du den Fehler nun beheben konntest!
  12. 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.
  13. dakralex

    Bluetooth adapter not found on Home Assistant

    How is the Bluetooth adapter passed through then? Are there any syslog entries?
  14. 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.
  15. 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...
  16. 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...
  17. 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?
  18. dakralex

    [heartbeat] Are alternative interfaces supported?

    Hi! It is not possible to use any other interface than a network interface for Corosync as its built on top of KNET/UDPU/UDP, which are all network protocols. One possibility is to use USB NICs of course and use this as a separate/redundant NIC for the Corosync setup.
  19. dakralex

    "shutdown" & "reboot" options for PDM, as we have per node in PVR

    Welcome to the Proxmox forum, andrewgerm! As far as I can see, there is no bug report [0] or item on the roadmap [1] for this specifically. If you want to file a feature request and haven't found any other bug report being similar to your request, you can file one at [2]. [0]...
  20. dakralex

    Bluetooth adapter not found on Home Assistant

    Hi! What is the output of lsusb on boot and after rebooting the VM? Is the bluetooth adapter passedthrough as a USB device? What is logged in the dmesg when the VM is rebooted?