Re: [CentOS] Cron Issues

2015-04-30 Thread Matt
Check selinux context for directory? This is Centos 7 minimal running in an openvz container. As far as I can tell selinux is not present. sestatus returns command not found. I have noanacron installed on a fresh centos 7 install. I added this too settings. nano /etc/cron.d/0hourly

[CentOS] Cron Issues

2015-04-29 Thread Matt
I have noanacron installed on a fresh centos 7 install. I added this too settings. nano /etc/cron.d/0hourly */5 * * * * root run-parts /etc/cron.fiveminutes */1 * * * * root run-parts /etc/cron.minute 0,30 * * * * root run-parts /etc/cron.halfhour and then created the directories for it. Now

Re: [CentOS] Cron Issues

2015-04-29 Thread Eero Volotinen
Check selinux context for directory? 30.4.2015 12.19 ap. Matt matt.mailingli...@gmail.com kirjoitti: I have noanacron installed on a fresh centos 7 install. I added this too settings. nano /etc/cron.d/0hourly */5 * * * * root run-parts /etc/cron.fiveminutes */1 * * * * root run-parts