Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ntpdate 실행 루틴에서 멈추는 사례 개선 필요 #13

Closed
ibin79 opened this issue Sep 21, 2016 · 3 comments
Closed

ntpdate 실행 루틴에서 멈추는 사례 개선 필요 #13

ibin79 opened this issue Sep 21, 2016 · 3 comments

Comments

@ibin79
Copy link
Contributor

ibin79 commented Sep 21, 2016

현재 시간을 맞추는 과정에서 실패하는 경우가 있는데, init.sh 마지막에 있다보니 앱 설치가 중단되어 버림.

시간 동기화가 안되더라도 설치가 계속 진행되어야 함.

ntpdate -u 0.centos.pool.ntp.org

https://github.com/php79/stack/blob/master/scripts/init.sh#L23

@ibin79 ibin79 added this to the v0.9.10 milestone Sep 21, 2016
@ibin79
Copy link
Contributor Author

ibin79 commented Sep 21, 2016

초기 대응)

서버 자체 혹은 서버 앞단의 방화벽에서 '외부로 나가는 udp 123 포트'가 차단되진 않았는지 허용이 필요해 보입니다.
예전 기억으로는 카페24의 경우 서버 앞단 방화벽에서 차단하고 있어, 고객센터에 요청하여 풀었던 기억이 납니다.

이 부분은 오래전 일이라 카페24 에 가상 서버라도 하나 개설하여 테스트해봐야 할 듯...

@ibin79
Copy link
Contributor Author

ibin79 commented Sep 21, 2016

0.centos.pool.ntp.org 대신 kr.pool.ntp.org 시도하니 해결된 사례?

http://2cpu.co.kr/QnA/539714

# dig +short kr.pool.ntp.org|sort
115.90.134.38
211.233.40.78
211.233.84.186
218.234.23.44
# dig +short 0.centos.pool.ntp.org|sort
114.207.245.166
115.90.134.38
211.233.40.78
211.233.84.186

@ibin79
Copy link
Contributor Author

ibin79 commented Sep 21, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant