Code:
# date
Thu Sep 21 09:06:38 EDT 2017
Code:
# ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 Sep25 ? 00:00:00 init [2]
daemon 250 1 0 Sep25 ? 00:00:00 /sbin/portmap
root 341 1 0 Sep25 ? 00:00:00 /usr/sbin/rsyslogd -c3
dnsmasq 364 1 0 Sep25 ? 00:00:00 /usr/sbin/dnsmasq -u dnsmasq
105 383 1 0 Sep25 ? 00:00:00 /usr/bin/dbus-daemon --system
root 397 1 0 Sep25 ? 00:00:00 /usr/sbin/nscd
root 409 1 0 Sep25 ? 00:00:00 /usr/sbin/inetd
root 469 1 0 Sep25 ? 00:00:00 /usr/lib/postfix/master
postfix 476 469 0 Sep25 ? 00:00:00 pickup -l -t fifo -u -c
postfix 477 469 0 Sep25 ? 00:00:00 qmgr -l -t fifo -u
root 481 1 0 Sep25 ? 00:00:00 /u/bin/iscollect
root 483 481 0 Sep25 ? 00:00:00 [iscollect] <defunct>
root 489 1 0 Sep25 ? 00:00:00 /usr/sbin/sshd
daemon 519 1 0 Sep25 ? 00:00:00 /usr/sbin/atd
root 526 1 0 Sep25 ? 00:00:00 /usr/sbin/cron
root 549 1 0 Sep25 ? 00:00:00 /usr/local/bin/monit
root 564 1 0 Sep25 tty1 00:00:00 /sbin/getty -L 38400 tty1
root 565 1 0 Sep25 tty2 00:00:00 /sbin/getty -L 38400 tty2
root 569 489 0 Sep25 ? 00:00:00 sshd: root@pts/2
root 571 569 0 Sep25 pts/2 00:00:00 -bash
postfix 597 469 0 Sep25 ? 00:00:00 showq -t unix -u -c
root 600 571 0 Sep25 pts/2 00:00:00 ps -ef
I have 3 debian etch lxc's and they all show wrong dates in ps -ef
making a file time stamp is OK:
Code:
# l> fo
# ls -l fo
-rw-r--r-- 1 root root 96 2017-09-21 09:08 fo
any clues on how to fix this?