Search results

  1. A

    USB Device sharing issues. QEMU[2153]: kvm: libusb_release_interface: -99 [OTHER]

    I don't believe it was asleep but next time it does happen (its not happening every time) I will double-check. I am sending the entire port to the VM. When the VM is powered off the USB port is reverted to the proxmox server. The drive is backed up. Next time it fails I will unplug it and...
  2. A

    USB Device sharing issues. QEMU[2153]: kvm: libusb_release_interface: -99 [OTHER]

    When it went missing in the VM I was trying to ls the mount point (in the VM) and I got “input / output error” I tried fscking the drive I got “The device is mounted” message. When I tried unmounting the drive I got “device busy” message… Cheers. Andrzej
  3. A

    USB Device sharing issues. QEMU[2153]: kvm: libusb_release_interface: -99 [OTHER]

    Hey my Dude, This happens intermittently after the VM is started. Not happened before and its not a new setup. Its happened after one of the recent updates. Suspecting libusb or kvm stuff? Its not like the drive is not present or asleep. IF the VM is powered off I can mount or fsck the drive...
  4. A

    USB Device sharing issues. QEMU[2153]: kvm: libusb_release_interface: -99 [OTHER]

    Hello, I am running a fully updated bookworm proxmox. Recently I started noticing this error: Mar 11 13:48:04 andrzejl QEMU[2153]: kvm: libusb_release_interface: -99 [OTHER] Mar 11 13:48:06 andrzejl QEMU[2425]: kvm: libusb_release_interface: -99 [OTHER] Mar 11 13:48:07 andrzejl QEMU[2153]...
  5. A

    USB ports change on host restart

    Hi Larsen, Have You figured out why this was happening? It started doing this to my proxmox server couple weeks ago. It happens intermittently. root@andrzejl:~# pveversion pve-manager/8.1.4/ec5affc9e41f1d79 (running kernel: 6.5.13-1-pve) root@andrzejl:~# lsb_release -a No LSB modules are...
  6. A

    [SOLVED] Virtual Machine reboot / shutdown / stop problems after upgrade from debian bullseye to bookworm.

    Thank You! Solved! Yes - it was a problem with redis-server, it was unable to save to drive due to bad redis.conf file. Regards. AndrzejL
  7. A

    [SOLVED] Virtual Machine reboot / shutdown / stop problems after upgrade from debian bullseye to bookworm.

    Yes yes, I run poweroff inside the VM but I kept -f the journalctl on the node. When you run the poweroff on the vm it cuts you off so you cannot see the journalctl - I thought that the entries on the node itself might give a clue to what's wrong. So if I understand correctly - the VM is trying...
  8. A

    [SOLVED] Virtual Machine reboot / shutdown / stop problems after upgrade from debian bullseye to bookworm.

    Any other ideas? I am out off. Its very annoying as every single other vm clone from the same base is behaving 100% correctly. Cheers. AndrzejL
  9. A

    [SOLVED] Virtual Machine reboot / shutdown / stop problems after upgrade from debian bullseye to bookworm.

    My appologies. That's me being a dumb schmuck... You asked if it took long to poweroff and I to show it I ran poweroff and left it in a state of "powered off but not" limbo. I have since stopped and restarted the VM. This is the correct screenshot. Kindest regards. AndrzejL
  10. A

    [SOLVED] Virtual Machine reboot / shutdown / stop problems after upgrade from debian bullseye to bookworm.

    On the screenshot that You linked to here https://pve.proxmox.com/wiki/Qemu-guest-agent there is no IP either. I've only seen IP on container's summary pages. Not once on the VM config or summary tabs. Could You please take a screenshot on one of your machines to show me where am I missing...
  11. A

    [SOLVED] Virtual Machine reboot / shutdown / stop problems after upgrade from debian bullseye to bookworm.

    Qemu guest agent is installed and running in the guest kind Sir. root@andrzejl:~# apt search qemu-guest-agent Sorting... Done Full Text Search... Done qemu-guest-agent/stable,now 1:7.2+dfsg-7+deb12u3 amd64 [installed] Guest-side qemu-system agent root@andrzejl:~# systemctl status...
  12. A

    [SOLVED] Virtual Machine reboot / shutdown / stop problems after upgrade from debian bullseye to bookworm.

    I know... I like to live dangerously I am a badboy like that. But being serious - yes, I understand. Its not a production server and I am a risk taker. I learn by breaking and then trying to fix / understand my mess. I was not sure which of the gui pages you meant as there is no overview tab...
  13. A

    [SOLVED] Virtual Machine reboot / shutdown / stop problems after upgrade from debian bullseye to bookworm.

    Partly, I did run the check script before upgrading but what I did was I replaced the bullseye in my sources.list with bookworm and run my upgrade routine listed above. root@andrzejl:~# cat /etc/apt/sources.list deb http://deb.debian.org/debian/ bookworm main contrib deb...
  14. A

    [SOLVED] Virtual Machine reboot / shutdown / stop problems after upgrade from debian bullseye to bookworm.

    I am running a proxmox 8.1.4 root@andrzejl:~# apt search pve | grep installed WARNING: apt does not have a stable CLI interface. Use with caution in scripts. libproxmox-rs-perl/stable,now 0.3.3 amd64 [installed] libpve-access-control/stable,now 8.0.7 all [installed]...
  15. A

    [SOLVED] New Proxmox VE, drives from old Proxmox server containing VMs. Initialize / add storage without wiping?

    Hello, I had a Proxmox server, 1 drive with proxmox installation, 2 drives as Directory containing VM files (disk). The drive containing Proxmox died. Got new one. Installed proxmox on it. Mounted the 2 drives as /mnt/Storage1 /mnt/Storage2 I can see my VM disks. How do I add my previous disk...
  16. A

    [SOLVED] [WORKAROUND FOUND] Routing issues probably self-inflicted. Amateur needs help. Only for patient users.

    Hi For some reason your method did not work. After reboot I've had no internet on the enp0s25 device. Possibly on vmbr0 too. My config at the moment is insane but it works and I've figured out my problem with port forwarding. Well its a workaround but it works so... grep -v '#'...
  17. A

    qcow2 vs vmdk

    Hi, I know its a dead topic however I've learned something important today. IF you're creating a VM and attaching a disk to it - there is one big difference between VMDK and QCOW disk format. VMDK disks cannot be resized. QCOW disks can be resized using the proxmox web gui. Option for resize...
  18. A

    [SOLVED] [WORKAROUND FOUND] Routing issues probably self-inflicted. Amateur needs help. Only for patient users.

    I ran this on the proxmox machine iptables -A FORWARD -i wlp3s0 -o vmbr0 -s 192.168.1.0/24 -d 192.168.2.0/24 -j ACCEPT iptables -A FORWARD -i vmbr0 -o wlp3s0 -s 192.168.2.0/24 -d 192.168.1.0/24 -j ACCEPT iptables -A FORWARD -i wlp3s0 -o vmbr0 -s 192.168.1.10 -d 192.168.2.0/24 -j ACCEPT iptables...
  19. A

    [SOLVED] [WORKAROUND FOUND] Routing issues probably self-inflicted. Amateur needs help. Only for patient users.

    Hi all Just to add: My router cannot ping the vmbr0 device either. I think there would be two reasons. Either the router is not great - wouldn't surprised me - and it basically cannot route the packets properly OR and I am hoping this is the case - the wlp3s0 (proxmox wireless device) is not...
  20. A

    [SOLVED] [WORKAROUND FOUND] Routing issues probably self-inflicted. Amateur needs help. Only for patient users.

    Hello everyone. Ugh... I'm afraid to even ask the question... Just to be fair - I am an amateur - I don't even know what I don't know... Ok so I am setting up proxmox but its "complicated". - Normally proxmox runs with LAN device as a main network (internet) interface - in my case its...