Search results

  1. T

    Connect a USB drive plugged into PC to a VM?

    take a look at this solution: https://forum.proxmox.com/threads/virtual-pendrive-on-vm.114143/
  2. T

    [TUTORIAL] Virtual Pendrive on VM

    For those people who as me tried to do it inside a vm: do it in your hypervisor ;) On this step I was getting an error in VM's monitor on Proxmox 8.4.0: >Error: PCI: slot 31 function 0 already occupied by pci-bridge, new func nec-usb-xhci cannot be exposed to guest The workaround is to...
  3. T

    NFS server in a container debian12?

    I have to confirm that nfs-server doesn't work without NFS and Nesting features checkboxed in Options/Features for the lxc container. And container should be Privileged of course.
  4. T

    Undefined Code: 1006

    If you on MacOS using Safari ( it is OK in Chrome 'cause Chrome uses its own certs container but Safari does use system one) — you need to add self-signed Proxmox (node) certificate to your KeyChain and put "Always trust" under the Trust section. So I had to: export self-signed cert of a...
  5. T

    One or more devices could not be used because the label is missing or invalid

    I'd like to confirm it worked like a charm! The only thing I had to run before exporting the pool was: systemctl stop proxmox-backup-proxy.service proxmox-backup.service and of course it is a good idea to create pool using /dev/disk/by-id/ labels
  6. T

    How do I mount a raw image?

    thx alot! it helped me out too but there is a shorter way to loop all block-device partitions as `man losetup` says: losetup --partscan /dev/loop22 disk-drive-ide0.raw mount /dev/loop22p1 /mnt/123 so it is --partscan or -P key
  7. T

    [SOLVED] one node "Cannot initialize CMAP service"

    In my case it was time synchronization issue: I had lost connection to a node than after reading this thread first checked node's time and found it is out of synchronization 'cause it did not have Internet connection due to wrong gateway. So I upped the Internet 1st, then synced time and...
  8. T

    Change Cluster Nodes IP Addresses

    in almost the same situation I just changed an ip address in /etc/hosts on a node and rebooted (reboot must be done)