[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CRON: User account has expired



Boris Andratzek wrote the following on 21.12.2007 11:21

> Moin Thilo,
> 
> ich vermute, Dein cron versucht irgendetwas auszuführen unter einer
> User-ID, die irgendwie kränkelt. Lass' doch mal Deine crontab sehen oder
> erforsche, ob cron um 10:17 irgendwas ausführen will. In welchen
> Zeitabständen tritt der Fehler auf?
> 
> Gruß,
> 
> Boris

Hi Boris

Danke für den Tip.

$ crontab -l
no crontab for USER

# crontab -l
no crontab for root

<-----------  cat /etc/crontab  -----------

# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user	command
17 *	* * *	root    cd / && run-parts --report /etc/cron.hourly
25 6	* * *	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report
/etc/cron.daily )
47 6	* * 7	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report
/etc/cron.weekly )
52 6	1 * *	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report
/etc/cron.monthly )
#
--------------------------------------------->

wie man sieht ist /etc/crontab default.
Aber der hourly cron scheint irgendwie diese Syslog-Meldung zu verursachen.

 # l /etc/cron.hourly/
total 4
-rw-r--r-- 1 root root 1 20.12.2006 01:02 .placeholder

<----  cat /etc/cron.hourly/.placeholder   ----

# DO NOT EDIT OR REMOVE
# This file is a simple placeholder to keep dpkg from removing this directory
--------------------------------------------->


Noch eine Idee wie man das weiter eingrenzen kann?

Danke
-- 
MfG Thilo

key: 0x4A411E09


Reply to: