[Bug 7966] New: syslogd/logger wrong timestamps 1.22.x , 1.23.x

bugzilla at busybox.net bugzilla at busybox.net
Thu Mar 19 20:31:22 UTC 2015


https://bugs.busybox.net/show_bug.cgi?id=7966

           Summary: syslogd/logger wrong timestamps 1.22.x , 1.23.x
           Product: Busybox
           Version: 1.22.x
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Networking
        AssignedTo: unassigned at busybox.net
        ReportedBy: ms.frsn at gmail.com
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Hardware PowerPC MPC5200B; Toolchain Poky-1.5.1

Timestamps in remains contstant in log. What is wrong ? Hier is small example:

root at hbm-000eef(NFS):/$ ps
...
  64 root      2388 S    /sbin/syslogd -D -S -C64 -l 7 -R172.19.1.6:1514
...

root at hbm-000eef(NFS):/$ date | logger
root at hbm-000eef(NFS):/$ date | logger
root at hbm-000eef(NFS):/$ date | logger


[PC]:$ nc -u -l -p 1514
<13>Dec 31 23:59:59 root: Sat Jan  1 00:24:59 UTC 2000
<13>Dec 31 23:59:59 root: Sat Jan  1 00:31:47 UTC 2000
<13>Dec 31 23:59:59 root: Sat Jan  1 00:31:50 UTC 2000

Other example:

appl.bin 2>&1 | logger -t "$HOSTNAME appl  "&

[PC]:$ nc -u -l -p 1514
#syslog() calls inside the application:
<14>Jan  1 00:00:57 appl.bin: Log: ***************************************
<14>Jan  1 00:00:32 appl.bin: Log: System started
<14>Jan  1 00:00:18 appl.bin: Log: 
<13>Dec 31 23:59:59 hbm-000eef appl  : SYNC status changed to SINGLE on back FW
<13>Dec 31 23:59:59 hbm-000eef appl  : ->Reset PLL
<13>Dec 31 23:59:59 hbm-000eef appl  : Reset PLL
<14>Jan  1 00:01:11 appl.bin: Log: clFileSave::clFlashFileItem::save()
/par/SysParam.xml

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list