Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2003 18:04:51 -0800 (PST)
From:      Bill Studenmund <wrstuden@netbsd.org>
To:        San Diego's BSD Users Group <sdbug@sdbug.org>
Cc:        FreeBSD Questions LIST <FreeBSD-Questions@FreeBSD.Org>
Subject:   Re: [SDBUG] /var/log/wtmp and /var/log/system/log.*
Message-ID:  <Pine.NEB.4.33.0304051709430.19679-100000@vespasia.home-net.icnt.net>
In-Reply-To: <20030405120505.C334-100000@Www.Video2Video.Com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 5 Apr 2003, Peter Leftwich wrote:

> Apparently there was a power outage in my area of San Diego this morning
> sometime between 8:56 AM (the last time that gaim (multi-userID chat
> program) logged a sign on or sign off) and 11:25 AM (when I got out of bed).
>
> I'm wondering why FreeBSD (and in general, all Unix flavors), don't do this:
>
>   * Every minute, on the minute, "touch /var/log/system/log.`date +%m%d%y`"
>
> That way, whether a user is logged in or not, and a system gets rebooted or
> shutdown (hard), the sysadmin can supplement /var/log/wtmp with accurate
> information and thus reconstruct what the uptime would have been for that
> "power-on session."  Can someone comment on what to use for the "at"
> command command-line, and whether I'd put this in
> /usr/local/etc/rc.d/SOMETHING.sh or where?  I think this is an interesting
> omission from Unixes in general.  What's your opinion?

One problem with that is that it would keep your hard disk spun up. If you
have power management turned on, that'll kill it. :-)

If you want to do that, get a USB memory stick or something like that, and
write to it.

Oh, a line in cron might be the best. 'at' is great for running one-off
things, while cron is better for repeating tasks.

Take care,

Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.4.33.0304051709430.19679-100000>