[opensuse-factory] NTP Daemon not working,
Hi, I just encounter some problems with setting up the NTP daemon in Opensuse 10.3 I got the following errors while starting the daemon:
alf2:/etc # ntpd -d -D7 -4 ntpd 4.2.4p3@1.1502-o Mon Aug 6 17:51:31 UTC 2007 (1) adding new filegen adding new filegen adding new filegen adding new filegen adding new filegen adding new filegen addto_syslog: set_process_priority: Leave priority alone: priority_done is <2> addto_syslog: precision = 2.000 usec create_sockets(123) addto_syslog: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16 setsockopt SO_TIMESTAMP enabled on fd 16 address 0.0.0.0 bind() fd 16, family 2, port 123, addr 0.0.0.0, flags=0x89 flags for fd 16: 0x802 Searching for addr 0.0.0.0 in list of addresses - NOT FOUND Added addr 0.0.0.0 to list of addresses addto_syslog: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled addto_syslog: socket(AF_INET6, SOCK_DGRAM, 0) failed on address ::: Permission denied addto_syslog: unexpected error code 13 (not PROTONOSUPPORT|AFNOSUPPORT|FPNOSUPPORT) - exiting
My /etc/ntp.conf just contains those 2 lines which are not a comment
server 127.127.1.0 # local clock (LCL) fudge 127.127.1.0 stratum 10 # LCL is unsynchronized
Is it a bug? Or do I make a mistake here? On a SuSE 10.0 I didnt had any problem set up the NTP daemon. Thank you all in advance for your hints! :) Best Regards Andreas Hoffmann --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Andreas Hoffmann wrote:
Hi,
I just encounter some problems with setting up the NTP daemon in Opensuse 10.3
I got the following errors while starting the daemon:
alf2:/etc # ntpd -d -D7 -4 ntpd 4.2.4p3@1.1502-o Mon Aug 6 17:51:31 UTC 2007 (1) adding new filegen adding new filegen adding new filegen adding new filegen adding new filegen adding new filegen addto_syslog: set_process_priority: Leave priority alone: priority_done is <2> addto_syslog: precision = 2.000 usec create_sockets(123) addto_syslog: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16 setsockopt SO_TIMESTAMP enabled on fd 16 address 0.0.0.0 bind() fd 16, family 2, port 123, addr 0.0.0.0, flags=0x89 flags for fd 16: 0x802 Searching for addr 0.0.0.0 in list of addresses - NOT FOUND Added addr 0.0.0.0 to list of addresses addto_syslog: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled addto_syslog: socket(AF_INET6, SOCK_DGRAM, 0) failed on address ::: Permission denied addto_syslog: unexpected error code 13 (not PROTONOSUPPORT|AFNOSUPPORT|FPNOSUPPORT) - exiting
My /etc/ntp.conf just contains those 2 lines which are not a comment
server 127.127.1.0 # local clock (LCL) fudge 127.127.1.0 stratum 10 # LCL is unsynchronized
Is it a bug? Or do I make a mistake here? On a SuSE 10.0 I didnt had any problem set up the NTP daemon.
Thank you all in advance for your hints! :)
Best Regards Andreas Hoffmann --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
I have seen the problem with vanilla kernels, the complaint there is about "capset", but I haven't found capset.ko for openSUSE kernels. Running "ntpd" from the command line keeps the time solidly synched. My problems may be just to do with vanilla kernels, haven't yet checked with openSUSE kernels. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Andreas Hoffmann wrote:
Hi,
Hello,
I just encounter some problems with setting up the NTP daemon in Opensuse 10.3
Which version of openSUSE 10.3? Beta2? Have you checked /var/log/audit/audit.log? Alpha7 or Beta1 had wrong apparmor profiles so ntpd has no access to the network. -- andreas
I got the following errors while starting the daemon:
alf2:/etc # ntpd -d -D7 -4 ntpd 4.2.4p3@1.1502-o Mon Aug 6 17:51:31 UTC 2007 (1) adding new filegen adding new filegen adding new filegen adding new filegen adding new filegen adding new filegen addto_syslog: set_process_priority: Leave priority alone: priority_done is <2> addto_syslog: precision = 2.000 usec create_sockets(123) addto_syslog: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16 setsockopt SO_TIMESTAMP enabled on fd 16 address 0.0.0.0 bind() fd 16, family 2, port 123, addr 0.0.0.0, flags=0x89 flags for fd 16: 0x802 Searching for addr 0.0.0.0 in list of addresses - NOT FOUND Added addr 0.0.0.0 to list of addresses addto_syslog: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled addto_syslog: socket(AF_INET6, SOCK_DGRAM, 0) failed on address ::: Permission denied addto_syslog: unexpected error code 13 (not PROTONOSUPPORT|AFNOSUPPORT|FPNOSUPPORT) - exiting
My /etc/ntp.conf just contains those 2 lines which are not a comment
server 127.127.1.0 # local clock (LCL) fudge 127.127.1.0 stratum 10 # LCL is unsynchronized
Is it a bug? Or do I make a mistake here? On a SuSE 10.0 I didnt had any problem set up the NTP daemon.
Thank you all in advance for your hints! :)
Best Regards Andreas Hoffmann --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
-- http://www.cynapses.org/ - cybernetic synapses
Thanks very much for the Info about Beta1, as I'm still on beta1 and currently downloading the beta2 DVD-ISO now. I cannot confirm if it works with beta2 over the weekend as the affected machine is at my workplace ;) --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (3)
-
Andreas Hoffmann
-
Andreas Schneider
-
Sid Boyce