Latest activity

  • 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 '...
  • J
    Hi, @timonych no-subscription is not available on HTTPS; only enterprises have HTTPS, so your config is wrong. @ozgurce.ozturkce : you have a weird issue: the proxmox repository throws you an HTTP 400 error, like some sort of a filtering temper...
  • D
    dstrobel replied to the thread EFI Out of Space.
    No unfortunately it does the same thing with autoremove. I believe I tried that first before purging. I can't complain too much. I've had this and one other host running non stop since 2019 :) this is at least the 3rd time I've had this problem...
  • M
    Markku replied to the thread EFI Out of Space.
    Does apt autoremove do any better than manually purging the old kernels?
  • J
    Hab ich mir auch gedacht :) also Feuer frei und einmal Bios Restore musste ich tatsächlich machen, dann ne kleine Bios Boot Schleife, aber dank Claude läufts jetzt. Wenn der eigene Kopf nicht mitspielt, hat man ja den Künstlichen. Schönes Wochenende.
  • 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...
  • D
    Hello, I have seen many threads about the EFI space problem, and I have been able to fix it in the past. However, I currently have it again on one of my hosts and can't seem to get it cleaned up. None of the other threads have helped this time...
  • M
    Did you enable JBOD? Is JBOD disk passthrough?
  • O
    Install Proxmox on 2 of the disks in a RAID1. Configure the other 4 disks in a ZFS storage config. Install Open Media Vault in a VM, mount that storage into it to make the NAS.
  • powersupport
    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...
  • D
    daanw reacted to BloodyIron's post in the thread Slow forums? with Like Like.
    I can't find a better place to put this, but why are the forums so painfully slow? I don't know when this started, but traversing the forum, searching for stuff, posting a thread or comment, all of it is painfully slow. What's up with that?
  • N
    proxmox-backup-manager sync-job list gives me only the pull sync jobs I have configured, not the push ones. Is there a different command to list the push sync jobs that I'm not aware of?
  • H
    Nope, there are no other concurrent backups/jobs. This is a standalone server connected to Hetzner and interestingly during the times where the backup or garbage collection runs, there are no other requests/jobs running on Hetzner and i am as...