Page 1 of 1

need crony tab access for chongo and paulnoll

Posted: Fri Nov 29, 2013 8:24 pm
by chongo
Hello,

The basic web hosting users, chongo & paulnoll, need to setup cron jobs to do things like sync files with another server. However when we try to setup a cron job, we get the following error:

$ crontab filename
cannot chdir(c), bailing out.
/var/cron: Permission denied

because:

$ ls -ld /var/cron
drwx--x--- 3 root crontab 4096 Dec 6 2005 /var/cron

Please add user's chongo and paulnoll to the crontab group (or whatever you
need to do to enable cron use) so we can setup cron jobs.

Thanks!

chongo () /\oo/\

Re: need crontab access for chongo and paulnoll

Posted: Fri Nov 29, 2013 8:45 pm
by chongo
Of course .. that subject should have been:

need crontab access for chongo and paulnoll

thanks to the auto correct for that title typo! :-)

Re: need crony tab access for chongo and paulnoll

Posted: Fri Nov 29, 2013 10:04 pm
by thulsa_doom
have you tried "crontab -e"?

Re: need crony tab access for chongo and paulnoll

Posted: Fri Nov 29, 2013 10:09 pm
by chongo
Well crontab -e exited the same way before ..
.. now it works.

Thanks!