Home of the Squeezebox™ & Transporter® network music players.
Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Junior Member
    Join Date
    Feb 2006
    Posts
    2

    Unhappy QNAP TS-101 slimserver not changed time from DST

    Today is clock changing day. However whilst the time on the QNAP is correct ( it's in the right timezone and uses NTP ) the time being displayed on my slimp3 is still one hour ahead.

    I have restarted the QNAP and the slimp3.

    My QNAP has has all the latest updates from the progressiveav site.

    Info below:

    Server Name
    Server Name SlimServer

    Date & Time
    Date October 29, 2006
    Time 9:20:46 AM
    Time Zone (GMT) Greenwich Mean Time : Dublin, Edinburgh, Lisbon, London

    Filename Encoding
    Code Page English (437)

    System Information
    Version 1.2.1 Build 0822

    SlimServer Version: 6.5.0 - 9916

    I'm obviously missing something, but what?

    Rgds,

    R.

  2. #2
    Senior Member
    Join Date
    May 2006
    Location
    Bristol, England
    Posts
    164
    Quote Originally Posted by Rob Nespor Bellis View Post
    Today is clock changing day. However whilst the time on the QNAP is correct ( it's in the right timezone and uses NTP ) the time being displayed on my slimp3 is still one hour ahead.

    I have restarted the QNAP and the slimp3.

    My QNAP has has all the latest updates from the progressiveav site.

    Info below:

    Server Name
    Server Name SlimServer

    Date & Time
    Date October 29, 2006
    Time 9:20:46 AM
    Time Zone (GMT) Greenwich Mean Time : Dublin, Edinburgh, Lisbon, London

    Filename Encoding
    Code Page English (437)

    System Information
    Version 1.2.1 Build 0822

    SlimServer Version: 6.5.0 - 9916

    I'm obviously missing something, but what?

    Rgds,

    R.
    I would advise doing a 'rescan everything' from the web interface. Its seems to always sort things like that out.

  3. #3
    Senior Member bonze's Avatar
    Join Date
    Jun 2006
    Location
    Bucks., UK
    Posts
    1,154

    delay?

    Odd thing though.....
    I checked the time on my QNAP this morning, after reading this thread, and it was correct but the time on my desktop softsqueeze was out by an hour.
    A few hours later I've powered up my SB3 and the time is correct, and so is my laptop softsqueeze.

    I've just rechecked the desktop softsqueeze and it now shows the correct time.

    Maybe there's a delay somewhere?

  4. #4
    Senior Member slimpy's Avatar
    Join Date
    Sep 2005
    Location
    Zürich, Switzerland
    Posts
    1,173
    Quote Originally Posted by Jerryacg View Post
    I would advise doing a 'rescan everything' from the web interface. Its seems to always sort things like that out.
    This is a good advice in many situations. But not in this one. The time displayed on players is read directly from the server os and the server's internal clock. It has absolutely nothing to do with the database, music library or audio files.

    -s.

  5. #5
    Junior Member
    Join Date
    Feb 2006
    Posts
    2
    It did update to the correct time later in the day ( I was out so cannot be exact, but certainly after 11:00 and before 17:00. )

    So there would seem to be some sort of issue with the change to DST and back again.

    Rgds,

    R.

  6. #6
    Member
    Join Date
    Oct 2006
    Location
    Bristol, UK
    Posts
    45
    My system behaved in exactly the same way - TS101 time was fine when I got up, back one hour, but both SB3s were still on summer time. I went out at 10.00, back at 12.30, and time on the SB3s were correct (GMT). I thought it was a peculiarity of my setup, but obviously not - strange.

    mav

  7. #7
    Junior Member
    Join Date
    Jul 2006
    Posts
    4
    Hi,

    It may be irrelevant but I went from BST to GMT this weekend and the change had taken effect by 8:00 AM on Sunday morning.

  8. #8
    Junior Member
    Join Date
    Mar 2006
    Posts
    15
    hi - so 1 year on and I am having the same problem as above. Time changed from BST to GMT last night. My QNAP is reportng the correct time, but Squeezeboxes are have not changed - is there a way to manually interveine?

    CHeers
    Neil

  9. #9
    Senior Member
    Join Date
    Sep 2007
    Posts
    131
    I think this issue is how /etc/TZ is setup,
    my script in this thread should fix it:
    http://forums.slimdevices.com/showthread.php?t=39051

    obviously change Australia/Adelaide to your own country/city.

    Also to fix "permanently" till next update, if you ssh(with say putty) into the qnap:
    chroot /share/HDA_DATA/etch /bin/bash
    vim /ext/bin/M050-slimserver.sh

    now remove(just move the cursor around and hit del key):
    if [ -f /etc/TZ ] ; then export TZ=\`cat /etc/TZ\` ; fi ;

    and make it read(press i key when the cursor is where you want to add this stuff):
    export TZ=Australia/Adelaide ;

    hit escape and type :wq and hit enter, if you have screwed up and want to start over hit escape and type :q! and hit enter
    exit putty and now you can restart the qnap and test that the time is correct. Be careful to remove and add things EXACTLY if in doubt exit with :q! to not save, if you screw this file up slimserver will not start.
    Last edited by bits; 2007-10-28 at 23:45.

  10. #10
    Junior Member
    Join Date
    Mar 2006
    Posts
    15
    cool - thanks for your help!

Posting Permissions

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