--
Cheryl
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
/var/log/wtmp is created if and only if system accounting is enabled.
It holds binary accounting data on what processes have been run and by
whoom plus a few other things.
- Bryan
# touch /var/log/wtmp
Mike.
/etc/cron.daily/logrotate:
stat of /var/log/wtmp failed: No such file or directory
run-parts: /etc/cron.daily/logrotate exited with return code 1
> -----Original Message-----
> From: Cheryl Homiak [mailto:cho...@charter.net]
> Sent: Wednesday, February 04, 2004 10:54 AM
> To: debia...@lists.debian.org
> Subject: Re: Missing /var/log/wtmp
>
>
> Ok, I recompiled my kernel with bsd process accounting
> compiled in. But I
> still must be missing a step, because I still get:
>
>
> /etc/cron.daily/logrotate:
> stat of /var/log/wtmp failed: No such file or directory
> run-parts: /etc/cron.daily/logrotate exited with return code 1
>
> --
> Cheryl
As stated earlier, you create the wtmp file, as root, with:
touch /var/log/wtmp
This will create the wtmp file. Be sure to check to insure it was created.
-mk
--
Cheryl