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

Re: /etc/cron.daily/find says user does not exist



On Mon Apr 28, 2003 at 08:57:46AM +0100, Anthony Campbell wrote:
> Date: Mon, 28 Apr 2003 06:26:27 +0100
> From: root@localhost (Cron Daemon)
> Subject: Cron <root@arcadia> test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily
> To: root@localhost
> 
> /etc/cron.daily/find:
> User  does not exist.
> run-parts: /etc/cron.daily/find exited with return code 1

Could you post the content of /etc/cron.daily/find? Mine looks like
this: 

if [ -f /etc/updatedb.conf ]; then
  . /etc/updatedb.conf
fi

cd / && updatedb --localuser=nobody 2>/dev/null

Maybe the updatedb has a crippeled --localuser or something sets
LOCALUSER="". Maybe a grep for LOCALUSER locates something special.

so long
Thomas

-- 
  ___    Obviously we do not want to leave zombies around.
_/___\     - W. Richard Stevens
 ( ^ >   Thomas Krennwallner <djmaecki at ull dot at>
 /   \   1024D/67A1DA7B 9484 D99D 2E1E 4E02 5446  DAD9 FF58 4E59 67A1 DA7B
(__\/_)_ http://bigfish.ull.at/~djmaecki/



Reply to: