처음 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
나중에 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

댓글을 달아 주세요