Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started 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!
-
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
-
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.
-
Charlie not in 5.6U6 :P Should I bug report or no longer "supported" anyway?
Thanks Ray!