|
From: Lonnie A. <li...@lo...> - 2019-07-26 14:39:46
|
Hi David, Busybox crond uses "/var/spool/cron/crontabs" -- # ls -l /var/spool/cron/crontabs lrwxrwxrwx 1 root root 16 Jul 23 17:42 /var/spool/cron/crontabs -> /mnt/kd/crontabs -- which is (should be) symlinked to "/mnt/kd/crontabs" -- # ls -l /mnt/kd/crontabs total 4 -rw------- 1 root root 358 Oct 29 2017 root -- Also see if "crontab -l" shows what you expect. BTW, Thanks, I did not know "/etc/cron.d" was being installed, we should remove that. Lonnie > On Jul 26, 2019, at 9:01 AM, David Kerr <da...@ke...> wrote: > > I just noticed since moving to a new system that my cron jobs are not running. The configuration of the new system was established by doing a "restore basic configuration" from the system tab. I cannot figure out why it is not working. > > crond is running (ps | grep "crond") and startup is logged in syslog. > /var/spool/cron/crontabs exists, is link to... > /mnt/kd/crontabs > inside that is "root" which is file placed there by the restore configuration. It has permissions 600 > /etc/cron.d also exists > inside that is "e2scrub_all" which has permissions 644 > > I tried changing permissions on "root" to 644 but that made no difference. > > What am I missing? > > Thanks > David > > > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |