Amazon AWS (EU / 아일랜드)에 Ubuntu EC2 인스턴스가 3 개 있는데 모두 웹 서버로 설정되어 있습니다. 두 시스템 에서 시스템 날짜 / 시간이 올바르지 않은 것으로 나타났습니다 (표준 시간대는 항상 UTC로 설정되어 있음). 다음은 date -R
내 PC (EU / 이탈리아, UTC보다 2 시간 빠름) 및 서버의 출력입니다.
lorenzo@LOCALPC ~ $ date -R
Wed, 05 Jun 2013 09:48:19 +0200
ubuntu@AWS-EC2-1 ~ $ date -R # SHOULD BE 07:48 (-10 minutes)
Wed, 05 Jun 2013 07:38:58 +0000
ubuntu@AWS-EC2-2 ~ $ date -R # SHOULD BE 07:48 (-15 minutes)
Wed, 05 Jun 2013 07:33:55 +0000
ubuntu@AWS-EC2-3 ~ $ date -R # SHOULD BE 07:48 (-50 secs)
Wed, 05 Jun 2013 07:47:29 +0000
보시다시피, 첫 번째와 두 번째 EC2 서버의 차이는 중요합니다. 나는을 사용하려고 ntpdate
했지만
ubuntu@AWS-EC2-1 ~ $ ntpdate
5 Jun 07:42:10 ntpdate[3583]: no servers can be used, exiting
ubuntu@AWS-EC2-1 ~ $ cat /etc/default/ntpdate
# The settings in this file are used by the program ntpdate-debian, but not
# by the upstream program ntpdate.
# Set to "yes" to take the server list from /etc/ntp.conf, from package ntp,
# so you only have to keep it in one place.
NTPDATE_USE_NTP_CONF=yes
# List of NTP servers to use (Separate multiple servers with spaces.)
# Not used if NTPDATE_USE_NTP_CONF is yes.
NTPSERVERS="ntp.ubuntu.com"
# Additional options to pass to ntpdate
NTPOPTIONS=""
방금 붙여 넣은 구성 파일에서 첫 번째 주석을 읽고 시도했습니다 ntpdate-debian
.
ubuntu@AWS-EC2-1 ~ $ sudo ntpdate-debian
5 Jun 07:51:58 ntpdate[3619]: step time server 91.189.94.4 offset 561.511643 sec
~ 560sec 오프셋은 이전에 찾은 ~ 10 분에 해당합니다. 이 명령 후 시스템 시간이 정상입니다. 시스템이 자동으로하지 않는 것이 이상하게 보입니다. 크론을 사용해야합니까?!? 뭔가 빠졌습니까?
나는 당신이 끝까지 모든 것을 읽는다면이 포럼 스레드 정보를 발견했습니다 : forums.aws.amazon.com/thread.jspa?messageID=364749
—
odigity
실행 중 "NTP 소켓이 사용 중입니다. 종료 중"
—
drodata
ntpdate
인 경우이 답변 ( superuser.com/a/639516/562405 )이 유용합니다.