Results 1 to 4 of 4

Thread: PBO "date modified" on files

  1. #1
    Join Date
    Jan 2010
    Posts
    2

    Default PBO "date modified" on files

    When downloading through the BT on the PBO, all the files have a modified date of 1969 or 1970 which causes some problems... any idea where to go to set the date on the PBO to avoid this? Thanks!

  2. #2
    Join Date
    Dec 2009
    Location
    ON, Canada
    Posts
    4,910

    Default

    Quote Originally Posted by Yeff View Post
    When downloading through the BT on the PBO, all the files have a modified date of 1969 or 1970 which causes some problems... any idea where to go to set the date on the PBO to avoid this? Thanks!
    There is a system time setting on the PBO menu. have you setting that ?

  3. #3
    Join Date
    Dec 2009
    Location
    Ontario, Canada
    Posts
    68

    Default

    Quote Originally Posted by aasoror View Post
    There is a system time setting on the PBO menu. have you setting that ?
    Your PBO can save the date/time

  4. #4
    Join Date
    Dec 2009
    Location
    ON, Canada
    Posts
    4,910

    Default

    Quote Originally Posted by RamboKid View Post
    Your PBO can save the date/time
    I have never tried the interface before. I can set it up via telnet but it wont survive reboot (or even standby).
    Code:
    / # date
    Sat Jan  1 00:00:24 CST 2000
    / # date -s 2010.01.25-14:00
    Mon Jan 25 14:00:00 CST 2010
    / # date
    Mon Jan 25 14:00:24 CST 2010
    ----reboot----
    / # date
    Tue Aug  5 04:53:06 CST 2036
    ----set date from interface ----
    / # date
    Sat Jan  1 00:00:24 CST 2000
    ----reboot----
    / # date
    Thu Feb 24 16:41:06 CST 2028
    The problem seems in a messed up hardware clock.

    Code:
    / # date -s 2010.01.25-15:00
    Mon Jan 25 15:00:00 CST 2010
    / # hwclock -r
    Wed Dec 31 23:59:59 1969  0.000000 seconds
    / # hwclock -w
    / # hwclock -r
    Fri Oct 25 04:04:02 2002  0.000000 seconds
    / # hwclock -w
    / # hwclock -r
    Wed Dec 31 23:59:59 1969  0.000000 seconds
    / # hwclock -w
    / # hwclock -r
    Sun Jan 14 10:10:05 2007  0.000000 seconds
    / # date
    Mon Jan 25 15:05:22 CST 2010
    / #
    so if you are having your PBO running 24/7 then setting time using date command should serve you fine

Posting Permissions

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