
Which command do u use? I'd be very glad to know so i can add it to my cron jobs.. :) Thanks in advance. ----- Original Message ----- From: "Guy Van Sanden" <sienix@crosswinds.net> To: "Morsal Roudbay" <morsal@swipnet.se> Cc: "SLE" <suse-linux-e@suse.com> Sent: Monday, March 26, 2001 1:52 PM Subject: Re: [SLE] summer time I just sync my box to an internet time-server every hour. That takes care of everything... Kind regards Guy
>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 26/03/2001, 11:10:11, "Morsal Roudbay" <morsal@swipnet.se> wrote regarding [SLE] summer time:
Hi, Looks like my Suse 7.0 server has "forgotten" to jump forward one hour.. poor thing is still one hour behind the rest of us. ;)
Why hasnt it changed the time? Shouldnt this be automatic? Can I fix this and make it automatic?
Thanks!
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq

Hi, Can anyone recommend a 1 or 2 port USB card that works OK with 7.1? (I will get this f-ing Alcatel ADSL Modem going!). Even better if it can be ordered in the UK. Cheers Phil

On Monday 26 March 2001 10:40 pm, Phil Shrimpton wrote:
Hi,
Can anyone recommend a 1 or 2 port USB card that works OK with 7.1? (I will get this f-ing Alcatel ADSL Modem going!). Even better if it can be ordered in the UK.
Cheers
Phil Hi,
Belkin 2 port pci card works great with no problems -- Yours, Barrie Grieve. www.bgrieve.clara.net

It's a small script called clocsync: --------------------------- #Sync local clock with inet echo [`date '+%Y-%m-%d %T'` $USER] Clocksync started... >/dev/tty12 ntpdate 195.130.132.17 195.130.132.18 >>/var/log/clocksync.log hwclock --systohc --------------------------- replace the IP addresses with something that works for you (for me, they're the DNS servers of my provider). the 'hwclock --systohc' command sets the time in the hardware clock to the software time. set up in crontab with: 0 0-23 * * * root /scripts/clocksync If you have any trouble, mail me at guy.vansanden@siemens.atea.be Good luck Kind regards Guy
>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 26/03/2001, 23:33:23, "Morsal Roudbay" <morsal@swipnet.se> wrote regarding Re: [SLE] summer time:
Which command do u use? I'd be very glad to know so i can add it to my cron jobs.. :)
Thanks in advance.
----- Original Message ----- From: "Guy Van Sanden" <sienix@crosswinds.net> To: "Morsal Roudbay" <morsal@swipnet.se> Cc: "SLE" <suse-linux-e@suse.com> Sent: Monday, March 26, 2001 1:52 PM Subject: Re: [SLE] summer time
I just sync my box to an internet time-server every hour. That takes care of everything...
Kind regards
Guy
>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 26/03/2001, 11:10:11, "Morsal Roudbay" <morsal@swipnet.se> wrote regarding [SLE] summer time:
Hi, Looks like my Suse 7.0 server has "forgotten" to jump forward one hour.. poor thing is still one hour behind the rest of us. ;)
Why hasnt it changed the time? Shouldnt this be automatic? Can I fix this and make it automatic?
Thanks!
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (4)
-
Barrie Grieve
-
Guy Van Sanden
-
Morsal Roudbay
-
Phil Shrimpton