Search results

  1. M

    Shokz opencomm2 uc USB dongle shuts down Proxmox server when plugged in

    Hi, I use a VM on my Proxmox server as a desktop. One day, I thought it would be nice to have my new headset working on my VM. So, I plugged the headset's USB dongle into the USB port, and the entire server shut down. There is a whole thread about it on Reddit: Shokz OpenComm2 USB dongle on...
  2. M

    Docker is unable to access GPU in LXC GPU Passthrough

    Hardware: Mobo = Intel® Server Board S2600CW2R Processors = 2x E-2650L Ram = 256GB PVE = 7.4-3 GPU driver = ./NVIDIA-Linux-x86_64-530.30.02.run (--no-kernel-module in LXCs) I am successfully passing through a RTX-3060 to multiple LXCs and using them. However, I get errors if I install Docker...
  3. M

    Unable to backup restored vm

    Thank you, Fiona! That was a success! INFO: starting new backup job: vzdump 104 --storage NASZ001 --mode snapshot --node pve001 --notes-template '{{guestname}}' --compress zstd --remove 0 INFO: Starting Backup of VM 104 (qemu) INFO: Backup started at 2023-02-13 13:44:53 INFO: status = running...
  4. M

    Unable to backup restored vm

    Hi Fiona, I really appreciate your help. There is only one VM that I am worried about. It is VMid 104. Questions: Where is the system disk file for VMid 104? Is below the correct location? If so, how can I get the VM working like it should so I can back it up?
  5. M

    Unable to backup restored vm

    I will try a new restore. Can you share the configuration included in the backup (Show Configuration button)? boot: order=ide2;scsi0;net0 cores: 1 ide2: none,media=cdrom memory: 4096 meta: creation-qemu=6.2.0,ctime=1658489088 name: mailcow net0: virtio=7A:36:B8:99:A8:3B,bridge=vmbr1,firewall=1...
  6. M

    Unable to backup restored vm

    root@pve001:/var/lib/vz/images# pveversion -v proxmox-ve: 7.3-1 (running kernel: 5.15.85-1-pve) pve-manager: 7.3-6 (running version: 7.3-6/723bb6ec) pve-kernel-helper: 7.3-4 pve-kernel-5.15: 7.3-2 pve-kernel-5.15.85-1-pve: 5.15.85-1 pve-kernel-5.15.74-1-pve: 5.15.74-1 ceph-fuse: 15.2.17-pve1...
  7. M

    Unable to backup restored vm

    Hi Fiona, Thank you for your reply. Your questions answered: is local-zfs listed when you go to Datacenter > Storage? No. what was used for that storage previously? I cannot remember. Here is Datacenter->Storage: Here is PVE001->Disks->ZFS: On the previous installation, the storage was...
  8. M

    Unable to backup restored vm

    Hello, My tale of woe begins with 1 of 6 240 GB SSDs used as my system disk failing since fragmentation in the zpool was 77% I decided to reinstall the system on the same disks to see if the problem recurred. I restored the backups of my VMs and have been happily working thinking everything is...