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

2011-10-21 Thread R7h0re4
Jason Towell writes: > Hi Alex, > > I think in a default configuration crond handles hourly and runs anacron to > handle the daily, weekly, etc. I was having trouble running a daily until I > realized my cron.daily shell script environment path did not include > /usr/local/bin. Placing the fu

Re: [arch-general] Samba: Access Denied

2011-10-21 Thread Madeye
On Fri, 21 Oct 2011 16:12:36 -0400 Eric Griffith wrote: > So I'm trying to figure out why Samba won't allow me to share the > folder: > > /home/admin/data > > on my home server; but it will share: > > /home/ > > just fine. > > /home/admin/data is chmodd'ed 777 because its gonna be the 'publi

[arch-general] Samba: Access Denied

2011-10-21 Thread Eric Griffith
So I'm trying to figure out why Samba won't allow me to share the folder: /home/admin/data on my home server; but it will share: /home/ just fine. /home/admin/data is chmodd'ed 777 because its gonna be the 'public share' folder with nothing personal in it, the user is admin, the group is users

[arch-general] (linux-stable.git) Re: netcfg wlan connection renewal

2011-10-21 Thread clemens fischer
On Wed-2011/10/12-23:55 Philipp Überbacher wrote: > Excerpts from scrat's message of 2011-10-12 22:44:14 +0200: >> The problem is I can't get the firmware for the new driver because >> git.kernel.org is down so I am unable to test. :( > > It's up for me :) You might try[1]. It should have the

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

2011-10-21 Thread Jason Towell
Hi Alex, I think in a default configuration crond handles hourly and runs anacron to handle the daily, weekly, etc. I was having trouble running a daily until I realized my cron.daily shell script environment path did not include /usr/local/bin. Placing the full path to my perl script fixed th

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