Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74065 - ntpd init script has problems shutting down
Summary: ntpd init script has problems shutting down
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-10 22:46 UTC by Chris Slycord
Modified: 2004-12-11 09:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Slycord 2004-12-10 22:46:09 UTC
When I boot up ntpd is started and everything seems fine.  When I shutdown and the init script is read for stopping ntpd error messages are given.

I am running net-misc/ntp-4.2.0.20040617

tux ~ # /etc/init.d/ntpd start
 * Starting ntpd ...                                                      [ ok ]

So everything is fine starting.

tux ~ # /etc/init.d/ntpd stop
 * Stopping ntpd ...
start-stop-daemon: warning: failed to kill 10762: No such process
1 pids were not killed
No process in pidfile `/var/run/ntpd.pid' found running; none killed.
 * Failed to stop ntpd

And there's the problem.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-12-11 09:18:47 UTC
make sure the process didnt kill itself ...

`ps axu | grep ntp` after boot