VM 300 qmp command 'cont' failed - unable to connect to VM 300 qmp socket - timeout after 450 retries

Jan 28, 2023
68
16
13
Hallo,

ich habe einen PBS 9.1.2 installiert (in einer VM unter PVE 9.1.2) und versuche erstmalig eine Sicherung auszuführen, einen Windows Server 2019 (VirtIO 0.1.285-1).

Es kommt reproduzierbar dieser Fehler; in welche Richtung muss ich denn hier wegen Ursachensuche denken?

Code:
INFO: starting new backup job: vzdump 300 --mode snapshot --storage F-T-PBS --fleecing 0 --prune-backups 'keep-all=1' --notification-mode notification-system --node proxmox --notes-template '{{guestname}}' --all 0
INFO: Starting Backup of VM 300 (qemu)
INFO: Backup started at 2025-12-22 17:41:21
INFO: status = running
INFO: VM Name: Server
INFO: include disk 'scsi0' 'local-lvm:vm-300-disk-1' 144G
INFO: include disk 'scsi1' 'local-lvm:vm-300-disk-2' 200G
INFO: include disk 'scsi2' 'pve-daten:vm-300-disk-0' 2499G
INFO: include disk 'efidisk0' 'local-lvm:vm-300-disk-0' 4M
INFO: include disk 'tpmstate0' 'local-lvm:vm-300-disk-3' 4M
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/300/2025-12-22T16:41:21Z'
INFO: attaching TPM drive to QEMU for backup
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
ERROR: VM 300 qga command 'guest-fsfreeze-thaw' failed - got timeout
INFO: started backup task 'd19b8fdb-571c-469e-b0ee-870229ab6feb'
INFO: resuming VM again
ERROR: VM 300 qmp command 'cont' failed - unable to connect to VM 300 qmp socket - timeout after 450 retries
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 300 failed - VM 300 qmp command 'cont' failed - unable to connect to VM 300 qmp socket - timeout after 450 retries
INFO: Failed at 2025-12-22 17:46:08
INFO: Backup job finished with errors
INFO: notified via target `mail-to-root`
TASK ERROR: job errors

Vielen Dank für Eure Unterstütung,
Oliver
 
Last edited:
Hallo,

ich habe einen PBS 9.1.2 installiert (in einer VM unter PVE 9.1.2) und versuche erstmalig eine Sicherung auszuführen, einen Windows Server 2019 (VirtIO 0.1.285-1).

Es kommt reproduzierbar dieser Fehler; in welche Richtung muss ich denn hier wegen Ursachensuche denken?

Code:
INFO: starting new backup job: vzdump 300 --mode snapshot --storage F-T-PBS --fleecing 0 --prune-backups 'keep-all=1' --notification-mode notification-system --node proxmox --notes-template '{{guestname}}' --all 0
INFO: Starting Backup of VM 300 (qemu)
INFO: Backup started at 2025-12-22 17:41:21
INFO: status = running
INFO: VM Name: Server
INFO: include disk 'scsi0' 'local-lvm:vm-300-disk-1' 144G
INFO: include disk 'scsi1' 'local-lvm:vm-300-disk-2' 200G
INFO: include disk 'scsi2' 'pve-daten:vm-300-disk-0' 2499G
INFO: include disk 'efidisk0' 'local-lvm:vm-300-disk-0' 4M
INFO: include disk 'tpmstate0' 'local-lvm:vm-300-disk-3' 4M
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/300/2025-12-22T16:41:21Z'
INFO: attaching TPM drive to QEMU for backup
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
ERROR: VM 300 qga command 'guest-fsfreeze-thaw' failed - got timeout
INFO: started backup task 'd19b8fdb-571c-469e-b0ee-870229ab6feb'
INFO: resuming VM again
ERROR: VM 300 qmp command 'cont' failed - unable to connect to VM 300 qmp socket - timeout after 450 retries
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 300 failed - VM 300 qmp command 'cont' failed - unable to connect to VM 300 qmp socket - timeout after 450 retries
INFO: Failed at 2025-12-22 17:46:08
INFO: Backup job finished with errors
INFO: notified via target `mail-to-root`
TASK ERROR: job errors

Vielen Dank für Eure Unterstütung,
Oliver
Teste mal wie im Wiki Beschrieben die Option 5
https://pve.proxmox.com/wiki/VM_Backup_Consistency
 
Schau mal bitte im Windows Eventlog ob da ein Fehler steht.
Sonst bleibt nur den Guest Freeze abzuschalten.
 
Ich habe einen ähnlichen Fehler hier: ... qmp command 'backup' failed: ... client error (Connect)
Das ist eine Debian VM die ich sichern möchte.

Code:
Dec 26 18:39:38 pve pvedaemon[4068611]: INFO: starting new backup job: vzdump 102 --node pve --notification-mode notification-system --notes-template '{{guestname}}' --mode snapshot --remove 0 --storage pbs
Dec 26 18:39:38 pve pvedaemon[4068611]: INFO: Starting Backup of VM 102 (qemu)
Dec 26 18:39:43 pve pvedaemon[4068611]: VM 102 qmp command failed - VM 102 qmp command 'backup' failed - backup connect failed: command error: client error (Connect)
Dec 26 18:39:43 pve pvedaemon[4068611]: ERROR: Backup of VM 102 failed - VM 102 qmp command 'backup' failed - backup connect failed: command error: client error (Connect)
Dec 26 18:39:43 pve pvedaemon[4068611]: INFO: Backup job finished with errors

Wenn ich das auf einen anderen PBS (v3.4.8) sichere, geht das ohne Fehler.
Wenn ich das auf den PBS (v4.1.0) sichere, den ich eben neu auf dem PVE selbst nachinstalliert habe, gibt er diesen Fehler.
Ich kann alle VM sichern, die mit Machine=Q35 angelegt sind, 2x VM kann ich nicht sichern, die mit i440fx angelegt sind.
Auf dem alten PBS kann ich alle sichern.
 
Last edited: