Latest activity

  • A
    a.woll replied to the thread hv_kvp_daemon.
    Vielleicht magst Du nach folgendem mal schauen: Möglichkeit 1: Ich meine, ifupdown und ifupdown2 sind in der Gestaltung der Befehle ähnlich. Du könntest es mit symbolischen Links versuchen für ifup und ifdown. Möglichkeit 2: Ich meine, Du...
  • J
    Johannes S reacted to TErxleben's post in the thread Bester Weg für Fileserver (samba) with Like Like.
    Naja... Ich virtualisiere praktisch alles und habe lieber einen zweiten PVE als Failover im Einsatz, Wichtige Dienst-VMs werden so vollautomatisch bei Ausfall eines Master-Dienstes binnen 60s vom Failover-PVE zur Verfügung gestellt. Lediglich VMs...
  • J
    I see some problems with option 1, so I would go with option 2, more on this later :) If you only use it for quorum I wouldn't add it to the cluster but instead seperate it and use it as a combined ProxmoxBackupServer/qdevice. This also saves...
  • G
    HW NIC is not used in this test. As Tailscale uses wireguard, have you tried a pure wireguard ?
  • J
    Yes: the smallest device you can buy (twice) nowadays is large enough. Something like 0.3 percent of the size of the pool, iirc. For 8 TB data this leads to 32 GB. Note that this covers metadata only. If you can get larger devices, let's say...
  • J
    Es spricht ja nichts gegen ein BIOS Update, sofern es eins gibt. Ansonsten ja, du kannst SecureBoot im BIOS auch deaktivieren. Wenn du SecureBoot eingeschaltet lässt und keine neuen Zertifikate hast, dann können künftig neue Bootloader oder...
  • M
    Markku replied to the thread EFI Out of Space.
    On my basic setup /var/tmp is on the same partition as /boot, but the cases vary of course
  • M
    Markku reacted to Onslow's post in the thread EFI Out of Space with Like Like.
    Isn't the problem in /var/tmp, not in /boot?
  • E
    Server Error on forumside. two threads are now open other thread: https://forum.proxmox.com/threads/einem-cluster-beitreten-error.183600/
  • E
    Ich habe alles versucht. Erst mit dem Langen Code und dannn manuell aber es kommt immer nur: Error: any valid prefix is expected rather than "fe80::be24:11ff:fe9e:80af%eth0/32". TASK ERROR: command '/sbin/ip address show to...
  • E
    Ich habe alles versucht. Erst mit dem Langen Code und dannn manuell aber es kommt immer nur: Error: any valid prefix is expected rather than "fe80::be24:11ff:fe9e:80af%eth0/32". TASK ERROR: command '/sbin/ip address show to...
  • UdoB
    UdoB reacted to TErxleben's post in the thread Bester Weg für Fileserver (samba) with Like Like.
    Naja... Ich virtualisiere praktisch alles und habe lieber einen zweiten PVE als Failover im Einsatz, Wichtige Dienst-VMs werden so vollautomatisch bei Ausfall eines Master-Dienstes binnen 60s vom Failover-PVE zur Verfügung gestellt. Lediglich VMs...
  • O
    Onslow replied to the thread EFI Out of Space.
    Isn't the problem in /var/tmp, not in /boot?
  • M
    Hello everyone, In addition to issuing the aforementioned fix on Veeam's side, we have also filed a proposal to adjust a few more things. There also remains an open question: why exactly do the VMs hang during startup? If anyone is willing to...
  • T
    Naja... Ich virtualisiere praktisch alles und habe lieber einen zweiten PVE als Failover im Einsatz, Wichtige Dienst-VMs werden so vollautomatisch bei Ausfall eines Master-Dienstes binnen 60s vom Failover-PVE zur Verfügung gestellt. Lediglich VMs...
  • M
    Hello Together, I am looking for the optimal Backup Setup for my Proxmox VE Environment. So lets start with what i have: 2x Proxmox VE Server, I9, 64 GB RAM, 1TB NVME SSD for System and VMs, 2x2 TB NVME SSD for DATA of my Nextcloud. All VMs...
  • G
    OK I get it. I'll mark the thread as solved for now. Thank you all for the help in investigating the issue. As for the amdgpu drivers I would need to run some tests using ROCm and comfyui using the oss driver in kernel 7.0.x . This would be a...
  • O
    When you delete a snapshot, Proxmox has to merge the changes back into the base .qcow2 file. Because it's on NFS, QEMU forces every single write to be completely synchronous over the network. This locks up the VM's disk controller and causes the...
  • M
    Markku replied to the thread EFI Out of Space.
    Just to get you some ideas to try: root@pve1:~# apt autoremove Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 root@pve1:~# proxmox-boot-tool kernel list Manually selected kernels: None. Automatically selected kernels...
  • V
    viruslab replied to the thread AppArmor on 2 LXCs spam.
    I worked. Thank you, @fiona . I've written a little script to automate the fix. # /bin/bash for id in $(pct list | awk 'NR>1 {print $1}'); do echo "Processing CT $id" pct exec $id -- bash -lc '...