Re: Time sync with a cisco router

2003-01-26 Thread Dave Lewis
Thanks to ALL that replied... the ntpdate works like a charm... Thanks again Dave At 11:24 AM 1/25/2003 -0800, you wrote: On Sat, 25 Jan 2003, Dave Lewis wrote: > it seems that rdate doesn't work with the cisco protocol.. rdate != ntp. If your cisco router is already using ntp, and isn't bl

Re: Time sync with a cisco router

2003-01-25 Thread Todd A. Jacobs
On Sat, 25 Jan 2003, Dave Lewis wrote: > it seems that rdate doesn't work with the cisco protocol.. rdate != ntp. If your cisco router is already using ntp, and isn't blocking queries, use ntpdate or run ntpd instead. -- "Of course I'm in shape! Round's a shape, isn't it?" -- redhat-list m

Re: Time sync with a cisco router

2003-01-25 Thread Stacy Brandenburg
Try ntpdate instead of rdate. I am pretty sure rdate will not work, however I am sure that ntpdate and ntp sync'ing does. Dave Lewis wrote: Has anyone tried syncing their clocks with a local cisco device providing NTP. it seems that rdate doesn't work with the cisco protocol.. Has anyone got

Time sync with a cisco router

2003-01-25 Thread Dave Lewis
Has anyone tried syncing their clocks with a local cisco device providing NTP. it seems that rdate doesn't work with the cisco protocol.. Has anyone gotten another program to work in this type of configuration ?? I've tried several including chrony and I can't get anything to work. However my wi

Re: Time Sync not working

2002-09-09 Thread Bret Hughes
On Mon, 2002-09-09 at 13:51, James Pifer wrote: > I have RH7.1 server that should be running NTp for the rest of the > machines on my network, Linux, Netware, and win32. Problem is that it > doesn't seem to be working, but I know it used to. > > I don't see any log files specific to NTP in /var/

Re: Time Sync not working

2002-09-09 Thread C. Linus Hicks
On Mon, 2002-09-09 at 14:51, James Pifer wrote: > I have RH7.1 server that should be running NTp for the rest of the > machines on my network, Linux, Netware, and win32. Problem is that it > doesn't seem to be working, but I know it used to. > > I don't see any log files specific to NTP in /var/

Re: Time Sync not working

2002-09-09 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09-Sep-2002/14:51 -0400, James Pifer <[EMAIL PROTECTED]> wrote: >I have RH7.1 server that should be running NTp for the rest of the >machines on my network, Linux, Netware, and win32. Problem is that it >doesn't seem to be working, but I know it us

Time Sync not working

2002-09-09 Thread James Pifer
I have RH7.1 server that should be running NTp for the rest of the machines on my network, Linux, Netware, and win32. Problem is that it doesn't seem to be working, but I know it used to. I don't see any log files specific to NTP in /var/logs. What log files does NTP write to? If I port scan t

Re: Odd happenings after time sync...

2002-01-21 Thread Mike Burger
Happens when the clock is slow, too. On Sun, 20 Jan 2002, Statux wrote: > Remember that you can't log off before you log on. Syncronizing the clock > can cause a fast clock to be set back.. effectively messing things up. Try > things like 'lastlog' and 'ac' and see if either of them yell at yo

Re: Odd happenings after time sync...

2002-01-21 Thread Mike Burger
Sometimes a few seconds (usually)...although when I did it a few minutes after discovering the cause, there should have been no difference to adjust. I'll have to try ntpdate, I guess. On Sun, 20 Jan 2002, Devon wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sunday 20 Januar

Re: Odd happenings after time sync...

2002-01-20 Thread Statux
Remember that you can't log off before you log on. Syncronizing the clock can cause a fast clock to be set back.. effectively messing things up. Try things like 'lastlog' and 'ac' and see if either of them yell at you. I'm just tossing out an idea.. might be the case.. might not :) On Sun, 20

Re: Odd happenings after time sync...

2002-01-20 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 20 January 2002 10:05 pm, Mike Burger wrote: > I'm noticing an oddity when synchronizing my system clock. > > If I do a "last" command, for example, a "last -20", I get a list of > the last 20 logins. > > Then, I synchronize my clock...netda

Odd happenings after time sync...

2002-01-20 Thread Mike Burger
I'm noticing an oddity when synchronizing my system clock. If I do a "last" command, for example, a "last -20", I get a list of the last 20 logins. Then, I synchronize my clock...netdate, rdate, it doesn't matter the program. Then, I do another "last" command, and I get only one listing, in w

Re: Server Time sync

2000-07-03 Thread Martin Brown
additionally, here is some further info from a previous net discussion on the matter (none of it original to me): * If /etc/sysconfig/clock contains "UTC=false", then the system assumes that the bios time is the correct local time and doesn't update for daylight savings. (Actually, the roll

Re: Server Time sync

2000-07-03 Thread Bret Hughes
Barton Hodges wrote: > this should work: > > /usr/bin/rdate -s time.nist.gov > /sbin/hwclock --systohc > > this will retrieve the date and time from time.nist.gov > > Jim Ewaka wrote: > > > > I am trying to sync my server time to a national lab time resource. > > I was looking in Linuxconf, and t

Re: Server Time sync

2000-07-03 Thread John Aldrich
On Mon, 03 Jul 2000, Barton Hodges wrote: > this should work: > > /usr/bin/rdate -s time.nist.gov > /sbin/hwclock --systohc > > this will retrieve the date and time from time.nist.gov > Yup. Works great here... except that I usuallyrun the rdate in a console window, then "su -" to root and run

Re: Server Time sync

2000-07-03 Thread Barton Hodges
this should work: /usr/bin/rdate -s time.nist.gov /sbin/hwclock --systohc this will retrieve the date and time from time.nist.gov Jim Ewaka wrote: > > I am trying to sync my server time to a national lab time resource. > I was looking in Linuxconf, and there is the field to enter "Get date fro

Re: Server Time sync

2000-07-03 Thread John Aldrich
On Mon, 03 Jul 2000, Jim Ewaka wrote: > I am trying to sync my server time to a national lab time resource. > I was looking in Linuxconf, and there is the field to enter "Get date from > server(s)" > > Can anyone tell me if this will only retrieve the date, or will it retrieve > date and time? If

Re: Server Time sync

2000-07-03 Thread tom minchin
On Mon, Jul 03, 2000 at 08:57:26AM -0400, Jim Ewaka wrote: > I am trying to sync my server time to a national lab time resource. > I was looking in Linuxconf, and there is the field to enter "Get date from > server(s)" > > Can anyone tell me if this will only retrieve the date, or will it retriev

Server Time sync

2000-07-03 Thread Jim Ewaka
I am trying to sync my server time to a national lab time resource. I was looking in Linuxconf, and there is the field to enter "Get date from server(s)" Can anyone tell me if this will only retrieve the date, or will it retrieve date and time? If it does retrieve date and time, does anyone know

Re: time sync.

1998-05-10 Thread Vidiot
>Which is the easiest way to get my linux box to set it's time from >another machine (with a better realtime clock than mine...) ? For simple access, see rdate. MB -- System Administrator - Finnigan FT/MS - Madison WI. URL:http://www.ftms.com/ e-mail: [EMAIL PROTECTED] phone: (608) 273-8262 ext

time sync.

1998-05-10 Thread Niclas Domack
Which is the easiest way to get my linux box to set it's time from another machine (with a better realtime clock than mine...) ? Thanks, Niclas -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailin