Bug 13541 - ntp should have 'use dns logger' in the startup-script
|
Bug#:
13541
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: mholzer@gentoo.org
|
Reported By: aholler@gentoo.de
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: ntp should have 'use dns logger' in the startup-script
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-01-08 22:06 0000
|
see above.
Regards,
Alexander
"use dns logger" now causes an error where rc-update and the mechanism that
loads init'd scripts on start think that ntpd is trying to do generic logging,
and it's causing a confliction with the sysloggers (sysklogd in my case). The
error I'm seeing is this
"excelsior root # rc-update add ntpd default
* ntpd added to runlevel default...
* Caching service dependencies...
* PROVIDE: it usually is not a good idea to have more than one
[ ok ] service provide the same virtual service (logger)!
* rc-update complete.
"
If this bug really depends on the use dns logger line, then runscript is the
failure. use != provide I think this is totally independ on that use line in
ntp and you have emerged two loggers. Then you will get such an message.
I think you're probably right Alexander, my whole init.d deal seems to have
gone
haywire on this machine. I'm putting htis back to resolved:fixed. Sorry for
the
confusion