Recent content by sgtpepperaut

  1. S

    Changing Shutdown command to Stop on a Backup

    did you ever figure this out? unfortunately my android-x86 also does not shutdown correctly :/ either have to shutdown from inside the machine or "stop" it from proxmox
  2. S

    Containers loose network until Reboot of the LXC

    i also found out that when i disconnect and reconnect the virtual network interface from the proxmox gui it starts working again. I would really appreciate any help because im totally stuck :(
  3. S

    Containers loose network until Reboot of the LXC

    i do not think so. also would two machines on the same network (that have the same IP) cause two others who are correctly configured prevent communication between the correctly configured ones? i do not think so but im happy to learn that im wrong...
  4. S

    Containers loose network until Reboot of the LXC

    log from dmesg that migh be relevant: [64909.665916] eth0: left promiscuous mode [65198.281574] CIFS: Attempting to mount //192.168.1.5/plex-media [65198.382190] eth0: entered promiscuous mode [65204.420203] CIFS: VFS: Error connecting to socket. Aborting operation. [65204.420212] CIFS: VFS...
  5. S

    Containers loose network until Reboot of the LXC

    Hello Proxmox Community, I am experiencing a recurring issue with various LXC containers on my Proxmox setup losing network connectivity. Here are the specifics: Setup Details: All LXC containers are on the same network as the host and the router. 192.168.1.0/24 Network Assignments: Some...
  6. S

    Implementing vGPU with Direct Display Outputs for Multiple VMs on Proxmox 8.2

    Hello Proxmox Community, I am currently setting up a Proxmox 8.2 environment with a Windows guest VM and a PCIe NVIDIA GPU (1060) passed through. All works well so far. However, I have a specific requirement that each VM should not only utilize the vGPU but also output directly to its own...
  7. S

    how to batch delete snapshot in command ?

    thanks for the update! also if you want todo this with LXC containers use pct instead of qm: pct listsnapshot 101 | awk {'print $2'} | head -n -3 | xargs -n1 pct delsnapshot 101
  8. S

    VM crashes during Backup with fsfreeze

    I have a Debian 11 VM under Proxmox 7.1.-10 that crashes when the HOST issues the file system freeze command. I noticed the VM crashes during the nightly backup. I have checked the guest agent is installed on the VM. On a hunch I disabled "guest agent" on the Host VM config and backup appears...
  9. S

    GPU Passthrough not working (Bar 3)

    one week. ONE WEEK! to figure that out thanks guys
  10. S

    Change from UEFI to Legacy Bios?

    Im just clicking buttons and pasting script in the shell.. so... reinstall & restore it is ;) but on a related note.... Can the boot mode have an affect on PCI passthrough or do you think its more likely that something else is going on? Thanks and take care
  11. S

    Passthrough question

    how are you passing through your disks? via gui? via qemu add disk or via pci controller? ideally you want a hba controller in IT mode and just pass the entire thing to the VM so Proxmox doesnt do anything funky in between. This way you also get smart etc. cheers
  12. S

    Change from UEFI to Legacy Bios?

    hi fellow Proxmoxers, It seems my old DELL server will not work with a GPU passthrough in UEFI mode. I have successfully configured the passthrough in Legacy Bios (on the host) but on a new Proxmox install on the same machine with UEFI I cant get it to work. In fact the host sometimes freezes...
  13. S

    [SOLVED] Update auf 6.4

    ...ja und bei mir wars der PBS statt PVE. So viel wald. danke.
  14. S

    Possible to restore from Backup as linked clone?

    I am running about XX linked clones (LXC) on ZFS that obviously save me a lot of hdd space. I back those up to an external storage. If things turn for the worst and Id have to restore to a new Proxmox Installation is there a way to restore the containers with the same space benefits as before...
  15. S

    ZFS Pool Detail - Result Verification Failed (400)

    yapp thank you. hmm "enable all features using "zpool upgrade" .. is this safe to run? what am I enabling ?