cronjobs in /etc/cron.daily werden nicht mehr ausgeführt

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
andreask2
Posts: 696
Joined: 2004-01-27 14:16
Location: Aachen
 

cronjobs in /etc/cron.daily werden nicht mehr ausgeführt

Post by andreask2 »

Hallo!

Komischerweise wurden bei mir die letzten beiden Tage die cronjobs in /etc/cron.daily nicht ausgeführt. Alle anderen cronjobs (die liegen in /etc/cron.d) werden noch korrekt ausgeführt. Habt Ihr ne Idee was das sein kann?

Ich verwende: vixie-cron-4.1

Grüße
Andreas
User avatar
Joe User
Project Manager
Project Manager
Posts: 11189
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: cronjobs in /etc/cron.daily werden nicht mehr ausgeführt

Post by Joe User »

Code: Select all

ls -alh /etc/cron.{d,daily}
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
andreask2
Posts: 696
Joined: 2004-01-27 14:16
Location: Aachen
 

Re: cronjobs in /etc/cron.daily werden nicht mehr ausgeführt

Post by andreask2 »

Code: Select all

# ls -alh /etc/cron.{d,daily}
/etc/cron.d:
total 16K
drwxr-xr-x   2 root root 4.0K Jul 20 17:20 .
drwxr-xr-x  55 root root 4.0K Oct  7 10:52 ..
-rw-r--r--   1 root root    0 Mar 15  2005 .keep
-rw-r--r--   1 root root   82 Jul  7 10:00 serverstats_update.cron
-rw-r--r--   1 root root   98 Jul  7 10:00 traffic_iptables.cron

/etc/cron.daily:
total 32K
drwxr-xr-x   2 root root 4.0K Jul  8 21:06 .
drwxr-xr-x  55 root root 4.0K Oct  7 10:52 ..
-rw-r--r--   1 root root    0 Nov  7  2004 .keep
-rwxr-xr-x   1 root root   93 Aug 15  2004 emergesync.cron
-rwxr-xr-x   1 root root   52 Jul  8  2004 logrotate.cron
-rwxr-xr-x   1 root root  126 Apr 13  2004 makewhatis.cron
-rwxr-xr-x   1 root root   37 Jul  8 21:07 rdate.cron
-rwxr-xr-x   1 root root   40 Jul  4 15:38 reoback.cron
-rwxr-xr-x   1 root root  152 Apr 13  2004 slocate
Also da habe ich wirklich schon seit Monaten nichts mehr dran verändert.