Koozali.org: home of the SME Server

Reading log files, what is @400000004293..... etc. ???

paulmancan2

Reading log files, what is @400000004293..... etc. ???
« 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!

Offline raem

  • *
  • 3,972
  • +4/-0
Reading log files, what is @400000004293..... etc. ???
« Reply #1 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
...

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Reading log files, what is @400000004293..... etc. ???
« Reply #2 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.

paulmancan2

Reading log files, what is @400000004293..... etc. ???
« Reply #3 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!