Re: [Astlinux-users] ntpd and pppoe issues

2008-09-25 Thread Philip Prindeville
g internet connection and time synchronization into > background. > > Dominko > > > > --- On Mon, 9/22/08, Philip Prindeville <[EMAIL PROTECTED]> wrote: > From: Philip Prindeville <[EMAIL PROTECTED]> > Subject: Re: [Astlinux-users] ntpd and pppoe issues > To: [EM

Re: [Astlinux-users] ntpd and pppoe issues

2008-09-25 Thread Dominko Vrljic
suggest modification of /etc/init.d/ntpd script. Script should put testing internet connection and time synchronization into background. Dominko --- On Mon, 9/22/08, Philip Prindeville <[EMAIL PROTECTED]> wrote: From: Philip Prindeville <[EMAIL PROTECTED]> Subject: Re: [Astlinux-use

Re: [Astlinux-users] ntpd and pppoe issues

2008-09-22 Thread Philip Prindeville
Not sure I understand. I use ntpd and pppoe, and I just have: WANDELAY=45 in my /mnt/kd/rc.conf file and that works fine. Have you tried increasing your WANDELAY value? -Philip Dominko Vrljic wrote: > Hi, > I found several issues (and solutions) when astlinux run pppoe. > Sometimes ADSL mo

Re: [Astlinux-users] ntpd and pppoe issues

2008-09-22 Thread Lonnie Abelbeck
Dominko, Perhaps a better solution is to leave the original ntpd script, but create your own custom script in: /mnt/kd/rc.elocal (make sure it is executable) On startup, this optional script gets called immediately after /etc/ init.d/network, so you could put a short loop of network activity

[Astlinux-users] ntpd and pppoe issues

2008-09-22 Thread Dominko Vrljic
Hi, I found several issues (and solutions) when astlinux run pppoe. Sometimes ADSL modem boot slowly then astlinux, and astlinux box remains without internet connection. Solution is CONNECT_TIMEOUT=0 in /etc/init.d/network script. Script /etc/init.d/ntpd does not work well very often: - restart

Re: [Astlinux-users] ntpd hangs at boot for a long time

2008-09-14 Thread Philip Prindeville
Darrick Hartman wrote: > Michael Keuter wrote: > >>> Michael Keuter wrote: >>> Hi list, on my Astlinux test PC (PIII 1GHz, 256 MB RAM) all geni386 trunk images hang at boot, when the ntpd demon starts, for about 2-5 minutes. Trunk-1806-image was the latest whe

Re: [Astlinux-users] ntpd hangs at boot for a long time

2008-09-13 Thread Michael Keuter
>Michael Keuter wrote: >> Hi list, >> >> on my Astlinux test PC (PIII 1GHz, 256 MB RAM) all geni386 trunk >> images hang at boot, when the ntpd demon starts, for about 2-5 >> minutes. Trunk-1806-image was the latest where it worked. Now I got >> 1907 on it. >> The PC has normal static network

Re: [Astlinux-users] ntpd hangs at boot for a long time

2008-09-13 Thread Darrick Hartman
Michael Keuter wrote: >> Michael Keuter wrote: >>> Hi list, >>> >>> on my Astlinux test PC (PIII 1GHz, 256 MB RAM) all geni386 trunk >>> images hang at boot, when the ntpd demon starts, for about 2-5 >>> minutes. Trunk-1806-image was the latest where it worked. Now I got >>> 1907 on it. >>> T

Re: [Astlinux-users] ntpd hangs at boot for a long time

2008-09-13 Thread Darrick Hartman
Michael Keuter wrote: > Hi list, > > on my Astlinux test PC (PIII 1GHz, 256 MB RAM) all geni386 trunk > images hang at boot, when the ntpd demon starts, for about 2-5 > minutes. Trunk-1806-image was the latest where it worked. Now I got > 1907 on it. > The PC has normal static network settings

[Astlinux-users] ntpd hangs at boot for a long time

2008-09-13 Thread Michael Keuter
Hi list, on my Astlinux test PC (PIII 1GHz, 256 MB RAM) all geni386 trunk images hang at boot, when the ntpd demon starts, for about 2-5 minutes. Trunk-1806-image was the latest where it worked. Now I got 1907 on it. The PC has normal static network settings and works normally after booted com

Re: [Astlinux-users] ntpd

2008-02-20 Thread Mark Phillips
Can you add a GPS RX to the system? If so then you can create your own Stratum 1 server by adding the GPSD package then adding the following 2 lines to your ntp.conf file server 127.127.28.0 minpoll 4 maxpoll 4 prefer fudge 127.127.28.0 time1 0.150 refid GPS The GPSD package makes the NMEA GPS se

Re: [Astlinux-users] ntpd

2008-02-20 Thread Lonnie Abelbeck
On Feb 20, 2008, at 1:02 AM, Michael Knill wrote: > I have a site with no internet and hense no ntp and I want the > phones to synchronise with the server RTC. > My understanding is that ntpd cannot act as a server unless it is > synchronised with a server itself. > > I have read that this ca

[Astlinux-users] ntpd

2008-02-19 Thread Michael Knill
I have a site with no internet and hense no ntp and I want the phones to synchronise with the server RTC. My understanding is that ntpd cannot act as a server unless it is synchronised with a server itself. I have read that this can be fudged in ntp.conf using: # local clock server 127.127.1.1 pr