Displaying 3 results from an estimated 3 matches for "fiveminut".
Did you mean:
fivemin
2015 Apr 29
2
Cron Issues
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 I keep getting these
errors in secure log.
**** pam_systemd(crond:session): Failed to create session: Did not
receive a reply. Possible causes include: the re...
2011 Apr 17
0
Script Problem
I have a script I put in /etc/cron.fiveminutes
graphs.sh
#!/bin/sh
env LANG=C mrtg
/home/admin/domains/my---server.com/public_html/traffic/load/mrtg.cfg
--logging /dev/null >/dev/null 2>&1
env LANG=C mrtg
/home/admin/domains/my---server.com/public_html/traffic/eth0/mrtg.cfg
--logging /dev/null >/dev/null 2>&1
#exit 0;
P...
2015 Apr 29
0
Cron Issues
...selinux context for directory?
30.4.2015 12.19 ap. "Matt" <matt.mailinglists at 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 /etc/cron.minute
> 0,30 * * * * root run-parts /etc/cron.halfhour
>
> and then created the directories for it. Now I keep getting these
> errors in secure log.
>
> **** pam_systemd(crond:session): Failed to create session: Did not
> receive a...