I backup schedulati di proxmox non vengono eseguiti: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
Created page with " systemctl status pvescheduler May 11 14:10:00 proxmox pvescheduler[1839370]: could not update job state, skipping - no such task rm /var/lib/pve-manager/jobs/*.json systemctl restart pvescheduler systemctl status pvescheduler =Riferimenti= *[https://forum.proxmox.com/threads/problem-with-pvescheduler.127275/ Problem with pvescheduler | Proxmox Support Forum]"
 
mNo edit summary
Line 1: Line 1:


  systemctl status pvescheduler
  systemctl status pvescheduler
 
Se si trova:
  May 11 14:10:00 proxmox pvescheduler[1839370]: could not update job state, skipping - no such task
  May 11 14:10:00 proxmox pvescheduler[1839370]: could not update job state, skipping - no such task
Rimuovere i job corrotti:
  rm /var/lib/pve-manager/jobs/*.json
  rm /var/lib/pve-manager/jobs/*.json
 
Riavviare e verificare
  systemctl restart pvescheduler
  systemctl restart pvescheduler


  systemctl status pvescheduler
  systemctl status pvescheduler
In alternativa:
sudo apt autoremove --purge libev-perl
systemctl stop pvescheduler
systemctl start pvescheduler


=Riferimenti=
=Riferimenti=
*[https://forum.proxmox.com/threads/problem-with-pvescheduler.127275/ Problem with pvescheduler | Proxmox Support Forum]
*[https://forum.proxmox.com/threads/problem-with-pvescheduler.127275/ Problem with pvescheduler | Proxmox Support Forum]
*[https://forum.proxmox.com/threads/update-after-upgrade-to-pve-7-4-scheduled-backups-dont-run-on-2-nodes.124790/ [SOLVED] - Update: After upgrade to PVE 7.4 scheduled backups don't run on 2 nodes | Proxmox Support Forum]

Revision as of 14:09, 25 March 2024

systemctl status pvescheduler

Se si trova:

May 11 14:10:00 proxmox pvescheduler[1839370]: could not update job state, skipping - no such task

Rimuovere i job corrotti:

rm /var/lib/pve-manager/jobs/*.json

Riavviare e verificare

systemctl restart pvescheduler
systemctl status pvescheduler

In alternativa:

sudo apt autoremove --purge libev-perl
systemctl stop pvescheduler
systemctl start pvescheduler

Riferimenti