Search results

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

    [SOLVED] Audit meldet Fehler

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

    Bluetooth adapter not found on Home Assistant

    How is the Bluetooth adapter passed through then? Are there any syslog entries?
  9. 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.
  10. 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...
  11. 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...
  12. 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?
  13. 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.
  14. 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]...
  15. 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?
  16. dakralex

    Proxmox 8.3.5 and Connection Errors

    Did the upgrade also include a proxmox-kernel upgrade? Which kernel version are you running on (you can check with uname -v)? Otherwise, the log seems to indicate that there was some transmission task that did not complete in time. This is usually caused by the on-chip LAN controller offloading...
  17. dakralex

    Proxmox 8.3.5 and Connection Errors

    Could you provide more information what exactly does not work? Are there any errors in the syslog? What does happen if a local and an external IP/domain is pinged?
  18. dakralex

    Command failed with status code 5 when trying to change cache mode to writeback

    Hi! Is there certainly no other output than this line? The status code 5 is a completely general error for lvchange and does not indicate anything other than that the command failed. You could try to add a --verbose flag to the command. Else, I'd be curious what the LV lv_data_storage does, as...
  19. dakralex

    limit the availabe cores for virtualization

    Welcome to the Proxmox forum, Walder! As far as I know, there are no global configurations to limit either the physical core affinity and/or number of physical cores usable by an operating system type of VM guests. But one option is that you can set the physical core affinity [0] for each...
  20. dakralex

    Auto install USB issues

    Hi! I did not catch this before, but I guess the error Autoinstaller setup error: no such file or directory (os error 2) is because of this part in your answer file: As you haven't prepared the autoinstaller ISO with a first-boot script attached to it. If you don't use this yet, you should...