Search results

  1. B

    VM stop working when make manual backup on pbs or local disks

    I don't know if it's good or not.... I have made one backup good with compression on local hdd. So, reboot server and I try another backup with no compression and it's halt again... this is the result of gdb : root@pve:~# gdb --ex 'handle SIGUSR1 nostop noprint' --ex 'pagination off' --ex 'c'...
  2. B

    VM stop working when make manual backup on pbs or local disks

    Sorry I can't execute the backtrace command that you posted (and I'm a newbie and I don't know how it run...) result of command : root@pve:~# gdb --ex 'handle SIGUSR1 nostop noprint' --ex 'pagination off' --ex 'c' -p $(qm status 100 --verbose | grep pid: | cut -d: -f2) -bash: gdb: command not...
  3. B

    VM stop working when make manual backup on pbs or local disks

    Task log of vm backup job (local on "dell" storage) Task viewer: VM/CT 100 - Sauvegarde SortieStatut Stopper INFO: trying to get global lock - waiting... INFO: got global lock INFO: starting new backup job: vzdump 100 --mailto *******@gmail.com --compress 0 --mailnotification failure...
  4. B

    VM stop working when make manual backup on pbs or local disks

    Hi, thank's for your answer result of pveversion -v root@pve:~# pveversion -v proxmox-ve: 7.2-1 (running kernel: 5.15.35-2-pve) pve-manager: 7.2-4 (running version: 7.2-4/ca9d43cc) pve-kernel-5.15: 7.2-4 pve-kernel-helper: 7.2-4 pve-kernel-5.15.35-2-pve: 5.15.35-5 pve-kernel-5.15.30-2-pve...
  5. B

    VM stop working when make manual backup on pbs or local disks

    hello, since the update to version 7 of one of my proxmox VE, I can no longer manually save my virtual machines in snapshot mode. Systematically, the VMs remain locked, if I unlock by hand with a "QM UNLOCK VM 100" it unlocks but remains inactive. I don't have shell access. If the virtual...
  6. B

    [SOLVED] no ethernet after upgrade to 7.2, can't acces GUI or VM

    Thank you very much ! That's ok, everything work after edit the file with nano and a reboot
  7. B

    [SOLVED] no ethernet after upgrade to 7.2, can't acces GUI or VM

    and /etc/network/interfaces are the same with 5.15 kernel or 5.4 see result of5.15 kernel
  8. B

    [SOLVED] no ethernet after upgrade to 7.2, can't acces GUI or VM

    Hello, this is the result of ip a start with the 5.15 kernel Thank you.
  9. B

    [SOLVED] no ethernet after upgrade to 7.2, can't acces GUI or VM

    Hello, since the update to 7.2, I can no longer boot my proxmox on the latest kernel, if I take the old kernel from grub, no worries, everything works. I tested a ping when I boot with kernel 5.15.35 I have no response, on the other hand if I boot in 5.4.189 no worries. what should i do...