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 th

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

2011-10-21 Thread R7h0re4
l/bin. Placing the full path to my perl script fixed the issue. > > - Original Message - > From: "Alex Ferrando" > To: "General Discussion about Arch Linux" > Sent: Friday, October 21, 2011 9:05:56 AM > Subject: Re: [arch-general] System Cron jobs n

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

2011-10-21 Thread Jason Towell
the issue. - Original Message - From: "Alex Ferrando" To: "General Discussion about Arch Linux" Sent: Friday, October 21, 2011 9:05:56 AM Subject: Re: [arch-general] System Cron jobs not running Maybe I'm getting it wrong, but is dcron the one that runs the

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 Blazewicz writes: On Fri, Oct 21, 2011 at 3:54

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

2011-10-21 Thread R7h0re4
Karol Blazewicz writes: > On Fri, Oct 21, 2011 at 3:54 AM, R7h0re4 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.s

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

2011-10-20 Thread Karol Blazewicz
On Fri, Oct 21, 2011 at 3:54 AM, R7h0re4 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 information

[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