Summary: | ntpd doesn't shut down correctly. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Don Garrett <dgarrett> |
Component: | New packages | Assignee: | SpanKY <vapier> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mr_bones_ |
Priority: | High | ||
Version: | 1.4 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Don Garrett
2003-09-24 14:16:58 UTC
your config files are out of date `emerge ntp --noconfmem ; etc-update` and then try again also, make sure there are no ntpd servers running before you utilize the init script ... root@vapier 0 root # ps -A | grep ntp | grep -v grep root@vapier 0 root # /etc/init.d/ntpd start * Starting ntpd... [ ok ] root@vapier 0 root # ps -A | grep ntp | grep -v grep 21544 ? 00:00:00 ntpd root@vapier 0 root # /etc/init.d/ntpd stop * Stopping ntpd... [ ok ] root@vapier 0 root # ps -A | grep ntp | grep -v grep root@vapier 0 root # You are correct about the cause of the problem. I saw the warning message saying "Please setup ntpd via/etc/conf.d/ntp" and made what seemed like the correct modification from ntpdate to ntpd. All I needed to do was to comment out the line that triggered the warning. Thanks! |