[gentoo-user] Re: ntp won't synchronize

2006-02-01 Thread James
Devon Miller devon.c.miller at gmail.com writes: Make sure you have told you firewall to allow port 123 for both TCP UDP.I had the same behavior until I did that.dcm Well my firewall should allow outgoing initiated sessions from the ntpd (internal) server. From what I read, the remote ntpd

Re: [gentoo-user] Re: ntp won't synchronize

2006-02-01 Thread John Jolet
On Feb 1, 2006, at 1:25 PM, James wrote: Devon Miller devon.c.miller at gmail.com writes: Make sure you have told you firewall to allow port 123 for both TCP UDP.I had the same behavior until I did that.dcm Well my firewall should allow outgoing initiated sessions from the ntpd (internal)

[gentoo-user] Re: ntp won't synchronize

2006-02-01 Thread James
John Jolet john at jolet.net writes: But now when I run 'ntpq -p' I get: ntpq: read: Connection refused is ntpd dying? ps -elf|grep ntp should show you something besides the grep. Yep. Attempt stop it and start it again: /etc/init.d/ntpd start fails. Ideas? James --

[gentoo-user] Re: ntp won't synchronize

2006-02-01 Thread James
James wireless at tampabay.rr.com writes: John Jolet john at jolet.net writes: But now when I run 'ntpq -p' I get: ntpq: read: Connection refused is ntpd dying? ps -elf|grep ntp should show you something besides the grep. Yep. Attempt stop it and start it again:

Re: [gentoo-user] Re: ntp won't synchronize

2006-02-01 Thread Dave Nebinger
James wrote: is ntpd dying? ps -elf|grep ntp should show you something besides the grep. Yep. Attempt stop it and start it again: /etc/init.d/ntpd start fails. /etc/init.d/ntpd zap to clear out the invalid status, then do the 'start' again. -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] Re: ntp won't synchronize

2006-02-01 Thread Richard Fish
On 2/1/06, James [EMAIL PROTECTED] wrote: It corrected the minutes but it's off by exactly one hour. It needs to be EST (eastern standard time) NY (Tampa Florida). so what file do I edit to correct utc to est ? Try timezone US/Eastern instead of EST. ln -sf /usr/share/zoneinfo/US/Eastern

Re: [gentoo-user] Re: ntp won't synchronize

2006-02-01 Thread John Jolet
On Feb 1, 2006, at 2:18 PM, James wrote: James wireless at tampabay.rr.com writes: John Jolet john at jolet.net writes: But now when I run 'ntpq -p' I get: ntpq: read: Connection refused is ntpd dying? ps -elf|grep ntp should show you something besides the grep. Yep. Attempt stop it

Re: [gentoo-user] Re: ntp won't synchronize

2006-02-01 Thread W.Kenworthy
Default behaviour is that if the time zone is off by more than a preset amount (I think 128ms) it will refuse to sync, and silently fails. Read the docs for the config file command tinker panic 0 (and its implications) which will remove the limitation and allow stepping to the new time. Also