[SOLVED] unable to parse active worker status

aychprox

Renowned Member
Oct 27, 2015
76
7
73
Hi,

Just upgraded to 0.8-11 latest release.
Trying to run prune, following error popup in PBS:

unable to parse active worker status
'UPID:pbs:0000021F:000**MASK**:0000000A:**MASK**:termproxy::root:' - not a valid user id

Please advise ...
 
Last edited:
  • Like
Reactions: Alexander Nilsson
Known issue, please run the following command on the backup server.

sed -i -re 's/(:termproxy:):root:/\1:root@pam:/g' /var/log/proxmox-backup/tasks/active

does this fix your issue?