Re: [arch-general] System Cron jobs not running

2011-10-24 Thread Paul Gideon Dann
On Friday 21 Oct 2011 20:05:18 R7h0re4 wrote: Just to be safe I added the full path to my script for the commands it is calling. I also looked at the wiki again and nothing mentions the use of Cronie, and system cron jobs. I also checked the file /var/spool and see anacron which has the sub

Re: [arch-general] System Cron jobs not running

2011-10-21 Thread R7h0re4
Karol Blazewicz karol.blazew...@gmail.com writes: On Fri, Oct 21, 2011 at 3:54 AM, R7h0re4 r7h0...@att.net wrote: I made a custom script that I want to put into the weekly system cron job and according to my logs the script is not running weekly like it should. -rwxr--r--  1 root root    

Re: [arch-general] System Cron jobs not running

2011-10-21 Thread Alex Ferrando
Maybe I'm getting it wrong, but is dcron the one that runs the cron.hourly/daily and so on folders as the crontab in the wiki with reference to that default crontab for dcron, not cronie On Fri 21 Oct 2011 05:55:33 PM CEST, R7h0re4 wrote: Karol Blazewiczkarol.blazew...@gmail.com writes: On

Re: [arch-general] System Cron jobs not running

2011-10-21 Thread R7h0re4
. Placing the full path to my perl script fixed the issue. - Original Message - From: Alex Ferrando alfer...@gmail.com To: General Discussion about Arch Linux arch-general@archlinux.org Sent: Friday, October 21, 2011 9:05:56 AM Subject: Re: [arch-general] System Cron jobs not running

[arch-general] System Cron jobs not running

2011-10-20 Thread R7h0re4
I made a custom script that I want to put into the weekly system cron job and according to my logs the script is not running weekly like it should. -rwxr--r-- 1 root root87 Aug 4 13:39 cool_script.sh According to my information the permission are correct as only root should be able to run

Re: [arch-general] System Cron jobs not running

2011-10-20 Thread Karol Blazewicz
On Fri, Oct 21, 2011 at 3:54 AM, R7h0re4 r7h0...@att.net wrote: I made a custom script that I want to put into the weekly system cron job and according to my logs the script is not running weekly like it should. -rwxr--r--  1 root root    87 Aug  4 13:39 cool_script.sh According to my