Well as the title says: the cronjobs of the root user didn’t run on one of my servers (MY MACHINE!) and it took a while to figure out why they weren’t running. It ended up to be something with locking the root account. These steps fixed the problem:
sudo passwd -l root sudo usermod -p ! root
1 comment so far ↓
[...] my previous post about this subject is now [...]
Leave a Comment