Hello M Lu Am Donnerstag, 11. Januar 2007 19:13 schrieb M Lu: > Hello, > > Does anyone have openntpd working?
Yes. > On my WRAP box, it started, synced time > to a remote server and after a minute or so, it died. In initial 'ps' I saw > > 3042 root 336 S /bin/sh /etc/rc2.d/S20openntpd start > 1615 root 268 S /usr/sbin/openntpd -s > 17664 root 276 S /usr/sbin/openntpd -s > > then the following messages appear in the log > > Jan 11 11:50:04 firewall /usr/sbin/openntpd[28441]: dispatch_imsg in main: > pipe closed > Jan 11 11:50:04 firewall /usr/sbin/openntpd[28441]: Terminating > > > Regarding the config, I only changed the following in > /etc/openntpd/ntpd.conf: > > - allow it to listen on all interfaces > > listen on * > > - specify a single server > > server 132.246.168.164 Ok, this should work. There is a known issue with "listen on *" (use 0.0.0.0 instead) - but obviously it's not the case in your setup. I had the same pb when I booted my router, starting openntpd later by hand was successful and it ran a until next reboot. Reason is that network access is too late for openntpd due to a late shorewall start. Starting shorewall ASAP (S,21) fixes the pb. I can send you a modified shorewall package, if you think it will help you kp ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
