Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: time zone woes

  1. #1
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    276

    time zone woes

    oh I can't believe I am having so much trouble here. Got cable, so thought it would be nice to add a time syncing. Installed ntp-simple. Then the trouble began. Not only won't it work (command ntpdate says no servers can be used, yes there are permissions for time and ntp in iptable and I am trying as root) but my local time zone is now utc. Nothing will budge that. Where is local time zone "set"?????????? I can change the time zone it "shows" in tray but that is not the local time zone according to this system now, local is utc. Should be eastern us (EDT right now).

    I had quit smoking. I am going out to buy a pack now.

  2. #2
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981

    Re: time zone woes

    Quote Originally Posted by nishtya
    oh I can't believe I am having so much trouble here. Got cable, so thought it would be nice to add a time syncing. Installed ntp-simple. Then the trouble began. Not only won't it work (command ntpdate says no servers can be used, yes there are permissions for time and ntp in iptable and I am trying as root) but my local time zone is now utc. Nothing will budge that. Where is local time zone "set"?????????? I can change the time zone it "shows" in tray but that is not the local time zone according to this system now, local is utc. Should be eastern us (EDT right now).

    I had quit smoking. I am going out to buy a pack now.
    You will be prompted for root password, so if you haven't set one yet set it now.
    Then right click on the time display, select 'adjust date & time' , enter root password, set your timezone from the dropdown select, readjust your time because it will advance/retard according to the time zone change, 'apply' changes & OK to exit. Then rt click on the time display again & set 'show timezone' to local. Then logout 'end session only' to restart x & it should be done. It should log back in automatically.

    Se also this post:
    http://www.knoppix.net/forum/viewtopic.php?t=12689

  3. #3
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    276
    Crashed, thanks for replying but I have been through that repeatedly. I hit apply, ok, the whle enchilada. But it never changes to EDT. It remains UTC even though I am choosing EDT in the drop down and applying. A reboot shows in the boot screen UTC is local as well. Something got misconfigured and I cannot find where. aaaaaaaaargh

    wish I had webspace to post a screencapture of the dialog for timesetting. There is something wrong and maybe I need to drop to a CLI or find a config file. I am thinking I managed to hose this install. It isn't just kde that is screwed up, if I let ntpdate do its thing it will even change my bios clock to the utc time. Because damn it believe that is local timezone.. aaaaaaaargh nicotine here I come

  4. #4
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    276
    also fwiw, the timezone file in /etc does state America/New_York. I don't know what/where is overriding it

  5. #5
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    276
    once again, poor form to respond to myself but as usual, for the next poor slob:

    I looked at the changelog for deb's timezoneconf, noted there about how they : * debian/postinst: Create a symlink from /etc/localtime to
    /usr/share/zoneinfo/, instead of copying the latter to
    the former. (Closes: #131837)
    way back in 2002
    hmmmm
    noted I didn't have the file /etc/localtime although my zoneinfo was pointing to it. I did a search on the partition with my BH4 install. BINGO, I had a localtime, copied it to this install. Reboot. Hooray, I am back in the USA.

    What the heck happened? How did the installation of ntp-simple (get the "simple" part) cause my localtime to go POOF?

    I will update my time manually. No problem. (not smoking yet but linux will be the death of me)
    Nish

  6. #6
    Member registered user
    Join Date
    Jun 2004
    Location
    Canada
    Posts
    67
    FYI: NTP is probably overkill for most users. It's much easier to use "rdate" which is already in Knoppix. Choose a Stratum 2 server nearest you from the list at: http://www.eecis.udel.edu/~mills/ntp/servers.html
    (see the link at the bottom of the page), check that you can get an answer from it:
    Code:
    rdate -p strat2.server.name
    and then put this command in knoppix.sh:
    Code:
    rdate strat2.server.name
    or perhaps you can put this:
    Code:
    sudo rdate strat2.server.name
    in .profile (I haven't tried this).

    Best Wishes
    Pete

  7. #7
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    276
    hmmm thanks, Pete. If it is in knoppix it is probably in here. Will give it a try if ntp gives me any more grief.

    Actually turned out to be a bug. Kano has a script for it - I love those scripts but really wish there was some descriptions or a faq on when to use or NOT to use them. I generally peak in there to see what they are going to do. And to be on the safe side I made a backup of that localtime file.

  8. #8
    Member registered user
    Join Date
    Mar 2004
    Posts
    58
    I'm glad you got your problem worked out but I would like to hear more about what you're smoking? Gimme' some. I need it.

  9. #9
    Member registered user
    Join Date
    Oct 2004
    Location
    Virginia, USA
    Posts
    65
    rdate does not work for me, i get "command not found" even if i sudo and even after running apt-get install (which just tells me i have the newest version)

    any ideas what i am doing wrong?

  10. #10
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    Quote Originally Posted by jMon54
    rdate does not work for me, i get "command not found" even if i sudo and even after running apt-get install (which just tells me i have the newest version)

    any ideas what i am doing wrong?
    any output from man rdate? I can't check, don't have rdate on my kanotix bh9a. Use find, search /etc and /usr (probably /usr/bin or /usr/sbin ) for the executable then issue the command using the full path. might be in /etc/init.d since time sycning is probably a startup thing.
    all this is just guessing!

Page 1 of 2 12 LastLast

Similar Threads

  1. setting time zone: Big problem with KDE ! This must be a bug
    By pearman in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 07-21-2005, 10:40 AM
  2. Time zone problems in X
    By ccaaee in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 03-17-2005, 05:28 PM
  3. time-zone setting doesn't work in Knoppix_3.6_EN
    By tempo in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 09-25-2004, 09:23 PM
  4. Changing the time zone in 3.4-2004-05-10?
    By jjjrrr3 in forum General Support
    Replies: 2
    Last Post: 05-12-2004, 06:29 AM
  5. saving the time zone
    By lothario in forum Networking
    Replies: 0
    Last Post: 03-15-2004, 03:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Asus H110M-K LGA 1151 DDR4 USB 3.0 Micro ATX Intel Desktop Motherboard w/IO picture

Asus H110M-K LGA 1151 DDR4 USB 3.0 Micro ATX Intel Desktop Motherboard w/IO

$34.95



Gigabyte Z370P D3 ATX Z370 LGA1151 Motherboard (Support Intel 6/7th 8th 9th) picture

Gigabyte Z370P D3 ATX Z370 LGA1151 Motherboard (Support Intel 6/7th 8th 9th)

$59.99



ASRock B550M Pro SE AM4 DDR4 SATA 6Gb/s 1 PCIe 4.0 x16 Micro ATX Motherboard picture

ASRock B550M Pro SE AM4 DDR4 SATA 6Gb/s 1 PCIe 4.0 x16 Micro ATX Motherboard

$84.99



Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3  picture

Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3

$23.99



ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield picture

ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield

$42.00



Asus Prime H310M-A R2.0 Intel LGA 1151 DDR4 Desktop Motherboard picture

Asus Prime H310M-A R2.0 Intel LGA 1151 DDR4 Desktop Motherboard

$54.99



NEW OEM ASRock H410M/MC LGA1200 Intel M-ATX Motherboard (Wifi) picture

NEW OEM ASRock H410M/MC LGA1200 Intel M-ATX Motherboard (Wifi)

$49.99



ASRock H170 Pro4S Motherboard ATX Intel H170 LGA1151 DDR4 SATA3 HDMI picture

ASRock H170 Pro4S Motherboard ATX Intel H170 LGA1151 DDR4 SATA3 HDMI

$39.99



Gigabyte M-ATX motherboard with Intel Core i3 8100 CPU and 8GB DDR4 RAM picture

Gigabyte M-ATX motherboard with Intel Core i3 8100 CPU and 8GB DDR4 RAM

$84.00



ASUS PRIME Z690-P WIFI D4 ATX Motherboard Intel LGA1700 DDR4 HDMI picture

ASUS PRIME Z690-P WIFI D4 ATX Motherboard Intel LGA1700 DDR4 HDMI

$99.99