Neil Grant <[EMAIL PROTECTED]> wrote:
> Charles Cazabon wrote:
> > The dates are in TAI64N format. Pipe the log through `tai64nlocal` to
> > convert them to human-readable format.
>
> can I get them stored 'human-readable'?
Not easily. However, it's simple to do
`tai64nlocal </path/to/log/current | less` to read the logs with human-readable
timestamps. Or set up a little shellscript to do just this.
> my /var/log/qmail is filling up with:
>
> 2000-11-27 20:29:02.459841500
> PATH=/var/qmail/bin:/var/qmail/bin:/usr/local/bin:/usr/bin:/bin 2000-11-27
> 20:29:02.499436500
> PATH=/var/qmail/bin:/var/qmail/bin:/usr/local/bin:/usr/bin:/bin 2000-11-27
> 20:29:02.605017500
> PATH=/var/qmail/bin:/var/qmail/bin:/usr/local/bin:/usr/bin:/bin 2000-11-27
> 20:29:02.660847500
> PATH=/var/qmail/bin:/var/qmail/bin:/usr/local/bin:/usr/bin:/bin ...
>
> why?
Not sure. You appear to be echoing $PATH everytime some frequent operation
occurs. Perhaps it is another artifact of incorrectly copying Dave Sill's
rc script.
Charles
--
-----------------------------------------------------------------------
Charles Cazabon <[EMAIL PROTECTED]>
GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------