Cannot enable cron logs on Ubuntu 10.04
Posted
by
Patrick
on Server Fault
See other posts from Server Fault
or by Patrick
Published on 2011-01-03T16:50:07Z
Indexed on
2011/01/03
17:55 UTC
Read the original article
Hit count: 269
I've just the following commands on Ubuntu 10.04 in order to enable cron logs. But I still don't see the file /var/logs/cron
.
1. Edit /etc/syslog.conf and uncomment the line starting with cron.*
2. sudo /etc/init.d/sysklogd restart
3. sudo /etc/init.d/cron restart (I've also tried sudo service cron restart).
What am i missing to do ?
Also, I would like to know how can I run cron manually and not just start the service. thanks
© Server Fault or respective owner