'hwclock'에 해당되는 글 1건

  1. 2007/08/31 gentoo에서 시스템시간이 9시간 빠르게 나타날때
처음 gentoo 설치시 timezone을 GMT로 지정하고 설치했었다.
나중에 KST로 고치니 현재 시각과 9시간 차이가 나는것이다.

참조 url
http://kldp.org/node/78688
http://forums.gentoo.org/viewtopic-t-579129.html

# rdate -s time.bora.net
# rm -f /etc/adjtime
# rm -f /etc/localtime
# ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
# hwclock -w

# cat /etc/conf.d/clock
CLOCK="local"
TIMEZONE=""
CLOCK_SYSTOHC="yes"
SRM="no"
ARC="no"

# reboot