full error - at pbs web page after clicking configuration > Sync Jobs:
/etc/proxmox-backup/sync.cfg :
systemd shows error
this did not fix
I do not know how to get version from cli. this is from /var/log/apt/history.log
also tried rebooting the host. did not fix.
the issue could have been caused by this during an active sync
in a crontab we do this to try to handle multi day stuck sync:
In addition I did shutdown the host to replace a part. sync could have been in progress.
PS: the pbs backup system and local network remote sync are having no issues at all. the host with issue is on WAN network.
Code:
could not open statefile for daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
/etc/proxmox-backup/sync.cfg :
Code:
sync: daily-remote-sync
remote pbs
remote-store daily
remove-vanished true
schedule hourly
store daily-remote-sync
Code:
systemctl status proxmox-backup-proxy.service
● proxmox-backup-proxy.service - Proxmox Backup API Proxy Server
Loaded: loaded (/lib/systemd/system/proxmox-backup-proxy.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-09-05 16:24:42 EDT; 13min ago
Main PID: 6559 (proxmox-backup-)
Tasks: 42 (limit: 6143)
Memory: 26.4M
CGroup: /system.slice/proxmox-backup-proxy.service
└─6559 /usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-proxy
Sep 05 16:33:00 s022 proxmox-backup-proxy[6559]: could not get last run time of syncjob daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
Sep 05 16:34:00 s022 proxmox-backup-proxy[6559]: could not get last run time of syncjob daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
Sep 05 16:35:00 s022 proxmox-backup-proxy[6559]: could not get last run time of syncjob daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
Sep 05 16:36:00 s022 proxmox-backup-proxy[6559]: could not get last run time of syncjob daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
Sep 05 16:37:00 s022 proxmox-backup-proxy[6559]: could not get last run time of syncjob daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
Sep 05 16:37:50 s022 proxmox-backup-proxy[6559]: GET /api2/json/admin/sync: 400 Bad Request: [client [::ffff:172.30.24.11]:54046] could not open statefile for daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
Sep 05 16:37:55 s022 proxmox-backup-proxy[6559]: GET /api2/json/admin/sync: 400 Bad Request: [client [::ffff:172.30.24.11]:54046] could not open statefile for daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
Sep 05 16:38:00 s022 proxmox-backup-proxy[6559]: could not get last run time of syncjob daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
Sep 05 16:38:00 s022 proxmox-backup-proxy[6559]: GET /api2/json/admin/sync: 400 Bad Request: [client [::ffff:172.30.24.11]:54046] could not open statefile for daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
Sep 05 16:38:05 s022 proxmox-backup-proxy[6559]: GET /api2/json/admin/sync: 400 Bad Request: [client [::ffff:172.30.24.11]:54046] could not open statefile for daily-remote-sync: error reading upid log status: cannot parse '07:24Z" done': input contains invalid characters
this did not fix
Code:
systemctl restart proxmox-backup*
I do not know how to get version from cli. this is from /var/log/apt/history.log
Code:
Start-Date: 2020-09-03 12:42:41
Commandline: apt -y dist-upgrade
Upgrade: libpve-storage-perl:amd64 (6.2-5, 6.2-6), pve-qemu-kvm:amd64 (5.0.0-11, 5.0.0-13), pve-ha-manager:amd64 (3.0-9
, 3.1-1), pve-container:amd64 (3.1-12, 3.1-13), proxmox-backup-server:amd64 (0.8.13-1, 0.8.14-1), proxmox-backup-client
:amd64 (0.8.13-1, 0.8.14-1), alpine:amd64 (2.20+dfsg1-7, 2.21+dfsg1-1.1), vncterm:amd64 (1.6-1, 1.6-2), pve-manager:amd
64 (6.2-10, 6.2-11), proxmox-backup-docs:amd64 (0.8.13-1, 0.8.14-1), libpve-common-perl:amd64 (6.1-5, 6.2-1), lxc-pve:a
md64 (4.0.2-1, 4.0.3-1), qemu-server:amd64 (6.2-11, 6.2-14), libproxmox-backup-qemu0:amd64 (0.6.2-1, 0.6.4-1)
End-Date: 2020-09-03 12:43:07
also tried rebooting the host. did not fix.
the issue could have been caused by this during an active sync
in a crontab we do this to try to handle multi day stuck sync:
Code:
systemctl restart proxmox-backup-proxy.service
In addition I did shutdown the host to replace a part. sync could have been in progress.
PS: the pbs backup system and local network remote sync are having no issues at all. the host with issue is on WAN network.
Last edited: