안녕하세요?
오늘 시스템 로그 파일을 볼 일이 있어 열어 봤더니 타임스탬프가 이상하네요.
어느 선(?)까지는 정상적으로 찍히다가, 갑자기 시간이 미래로 갑니다.;
어떤 로그는 미래로 갔다가 다시 현재로 돌아오고요.;
예를 들면 다음과 같습니다.
code:3t51nst8
Feb 21 10:56:11 kubuntu-9 avahi-daemon[586]: Received response from host 10.0.2.2 with invalid source port 55081 on interface ‘eth0.0’
Feb 21 10:56:11 kubuntu-9 avahi-daemon[586]: Received response from host 10.0.2.2 with invalid source port 43903 on interface ‘eth0.0’
Feb 21 11:05:10 kubuntu-9 scim-bridge: Cleanup, done. Exitting...
Feb 21 20:08:16 kubuntu-9 avahi-daemon[578]: Found user ‘avahi’ (UID 105) and group ‘avahi’ (GID 111).
Feb 21 20:08:16 kubuntu-9 avahi-daemon[578]: Successfully dropped root privileges.
Feb 21 20:08:16 kubuntu-9 avahi-daemon[578]: avahi-daemon 0.6.25 starting up.
(중략...)
Feb 21 20:08:18 kubuntu-9 NetworkManager: <info> (eth0): device state change: 7 -> 8 (reason 0)
Feb 21 20:08:18 kubuntu-9 NetworkManager: <info> Policy set ‘Auto eth0’ (eth0) as default for routing and DNS.
Feb 21 20:08:18 kubuntu-9 NetworkManager: <info> Activation (eth0) successful, device activated.
Feb 21 20:08:18 kubuntu-9 NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
Feb 21 20:08:22 kubuntu-9 init: ureadahead-other main process (881) terminated with status 4
Feb 21 11:08:27 kubuntu-9 ntpdate[850]: step time server 91.189.94.4 offset -32395.255543 sec
Feb 21 11:08:27 kubuntu-9 init: apport pre-start process (906) terminated with status 1
Feb 21 11:08:28 kubuntu-9 init: apport post-stop process (921) terminated with status 1
Feb 21 11:08:28 kubuntu-9 acpid: client connected from 743[106:113]
(하략...)[/code:3t51nst8]
위 파일은 daemon.log 파일이고요, 이런 경우가 또 있나 한 번 검사해 봤습니다.
[code:3t51nst8]$ grep ‘Feb 21 20:’ * -l
Xorg.0.log
Xorg.0.log.old
daemon.log
debug
kdm.log
kern.log
messages
syslog[/code:3t51nst8]
위 파일들 모두에서 미래 타임스탬프가 찍혀 있군요.;;; 타임존 설정이 이상한가 해서 date 명령어로 확인해 보니 제대로 되어 있는 것 같은데…
[code:3t51nst8]$ date
2010. 02. 21. (일) 11:40:33 KST[/code:3t51nst8]
혹시나 해서 타임존 설정도 다시 해봤습니다.
[code:3t51nst8]$ sudo dpkg-reconfigure tzdata[/code:3t51nst8]
왜 그런지 잘 모르겠군요. 시스템 로거는 시스템 시간을 이용해서 타임스탬프를 찍지 않나요? 좀 희한한 현상이네요.
본 글타래 시각을 보시면 저건 미래 시간이라는 걸 아실 수 있을 겁니다.; 백 투 더 퓨쳐도 아니고.;;;
혹 이 현상(?)과 해결 방법에 대해 아시는 분 있으시면 알려 주시기 바랍니다.
아, VirtualBox에 설치된 쿠분투 9.10 입니다.
그럼 이만.