Re: problem with cron on Kubuntu 22.04

2024-02-09 Thread shimi
On Wed, Feb 7, 2024 at 6:44 PM Mark E. Fuller wrote: > need to run `sudo systemctl enable cron` to get it going at every boot > and `sudo systemctl start cron` to start it immediately > Or better, 'sudo systemctl enable --now cron', which does both actions in one command. ditto for 'disable' /

Re: problem with cron on Kubuntu 22.04

2024-02-07 Thread Shlomo Solomon
THANK YOU Your guess was wrong, but sudo systemctl status cron (which I did not think of before) helped me find the problem. The service WAS running, but the output of that command showed that the owner of /etc/crontab was not root. A stupid mistake on my part - I copied the file from

Re: problem with cron on Kubuntu 22.04

2024-02-07 Thread Mark E. Fuller
If I had to hazard a guess, it has something to do with systemd (the usual suspect) What does `|sudo systemctl status cron` return? If that shows the service being disabled or stopped, you'll of course need to run `||sudo systemctl enable cron` to get it going at every boot and |`|sudo

Re: problem with cron on Kubuntu 22.04

2024-02-07 Thread Shlomo Solomon
No - that did not change anything and, in any case, as I wrote, that exact line (including root) works on another Kubuntu 22.04 machine. It also worked on Kubuntu 20.04 before I did a new install of 22.04 On Wed, 7 Feb 2024 17:41:05 +0200 אורי wrote: > Try to remove the word "root" > אורי >

Re: problem with cron on Kubuntu 22.04

2024-02-07 Thread אורי
Try to remove the word "root" אורי u...@speedy.net On Wed, Feb 7, 2024 at 5:18 PM Shlomo Solomon wrote: > Sorry if this is a bit long, but I wanted to give as much information > as I could and hope someone can help. > > > On a new installation of Kubuntu 22.04, cron jobs are not running and >

problem with cron on Kubuntu 22.04

2024-02-07 Thread Shlomo Solomon
Sorry if this is a bit long, but I wanted to give as much information as I could and hope someone can help. On a new installation of Kubuntu 22.04, cron jobs are not running and this is driving me crazy. The cron daemon is running shoshana@shoshana:~/Desktop$ pgrep cron 827 I thought there