Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: paulmancan2 on May 25, 2005, 02:58:55 AM

Title: Reading log files, what is @400000004293..... etc. ???
Post by: paulmancan2 on May 25, 2005, 02:58:55 AM
I'm not sure why some log files seem to have this format where I would expect to see a date/time stamp? Is this a hash for somereason?

I need to know when some PPPoe connections dropped and not sure how to interperate.

Thanks!
Title: Reading log files, what is @400000004293..... etc. ???
Post by: raem on May 25, 2005, 04:07:15 AM
Apply these examples to your required log file to get output in date format

To show everything
grep "" /var/log/smtpfront-qmail/current | tai64nlocal

To show selected occurrences
grep EXE01 /var/log/smtpfront-qmail/current | tai64local
Title: Re: Reading log files, what is @400000004293..... etc. ???
Post by: CharlieBrady on May 25, 2005, 04:21:24 AM
Quote from: "paulmancan2"
I'm not sure why some log files seem to have this format where I would expect to see a date/time stamp? Is this a hash for somereason?

I need to know when some PPPoe connections dropped and not sure how to interperate.


All you need to do is use the log file viewer in the server manager. Dates are all decoded there.
Title: Reading log files, what is @400000004293..... etc. ???
Post by: paulmancan2 on May 25, 2005, 03:10:29 PM
Charlie not in 5.6U6 :P Should I bug report or no longer "supported" anyway?

Thanks Ray!