OUR NETWORK:TiVoCommunity TechLore MyOpenRouter Dijit Community MediaSmart Home See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 90185.6
January 10, 2012 06:58 PM

Categories: Pogoplug PC

Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

iMick

Member
Joined: 01/10/2012

Sorry if this has been covered, but I couldn't find it with a quick search.

I'm running a Mac with V 4.0.0 software.  When I create a new folder on my iMac's desktop, then drag it into my PogoPlug drive, the date on the folder is showing at January 16, 1970.  Today is January 10, 2012 (posted for future reference).

Am I doing something wrong.?

Discussion:    Add a Comment | Comments 1-6 of 6 | Latest Comment

January 10, 2012 11:34 PM

No its not just you there is something wrong with the way the pogoplug handles the dates. Even when i just moved a file from one HDD to another without the PC it changes the dates.

January 22, 2012 2:08 PM

I'm having the same problem!
Moreover, this particular folder that was created with the wrong date - has disappeared with all the content in it!!!!!!!!!!! CR@@@@@@@@@@P

January 22, 2012 10:42 PM

Repost:


Since I have had so much trouble with the date /time on my pogoplug I thought I would share what I have done to get them to keep accurate time and survive a reboot. Actually it will set the time to the government's NIST Internet Time Service using an ntp client and your pogoplug clock will display time per your time zone and honor daylight savings time. This will make minimal changes to your pogoplug (no optware needed). I have successfully used this on version 3 & series 4 pogoplugs.

This assumes you are connected to the internet, can log into your pogoplug with putty (SSH) as root and no other changes have been made to /etc/init.d/rcS or /etc/profile.

You can copy and past to make the script date.sh, manually execute one line at a time or download this script by doing the following:

cd /var
wget http://206.253.164.68/date.sh
chmod 0755 date.sh
./date.sh
(you still need to edit for your timezone - Pacific is default)



date.sh

#!/bin/sh
cd /var
wget http://206.253.164.68/ntp
chmod 0755 ntp
mount -o rw,remount /
cp /var/ntp /usr/bin/ntp
cp /etc/init.d/rcS /etc/init.d/rcS.org
echo "/usr/bin/ntp -h time.nist.gov -s" >> /etc/init.d/rcS
echo "########## /etc/init.d/rcS ################"
cat /etc/init.d/rcS
# un-comment your timezone
# echo "export TZ=EST+5EDT,M3.2.0/2,M11.1.0/2" >> /etc/profile
# echo "export TZ=CST+6CDT,M3.2.0/2,M11.1.0/2" >> /etc/profile
# echo "export TZ=MST+7MDT,M3.2.0/2,M11.1.0/2" >> /etc/profile
echo "export TZ=PST+8PDT,M3.2.0/2,M11.1.0/2" >> /etc/profile
echo "########## /etc/profile ####################"
cat /etc/profile
mount -o ro,remount /
That's it. Be sure /etc/init.d/rcS is good before you reboot. To start over or redo just:

mount-o rw,remount /
cp /etc/init.d/rcS.org /etc/init.d/rcS
rm /etc/profile
Everything in the /var directory will be deleted when you reboot.

What we are doing is adding one line to your startup file /etc/init.d/rcS (usr/bin/ntp -h time.nist.gov -s) and creating /etc/profile with the line: export TZ=PST+8PDT,M3.2.0/2,M11.1.0/2 If you do this by running the script be sure to run it only once to keep from adding multiple lines. If you need to run it again, be sure to restore the original rcS.org file and delete /etc/profile.

-Sarha

January 27, 2012 9:46 PM

Anyone else tried Sarah's hack above so I know its safe to do?

Also will pogoplug be fixing this issue soon without needing a terminal hack?

Same issue with file dates is expressed in another post here:

http://www.pogoplugged.com/forum/thread/21161/Bug-Creation-date-on-files-is-s...

January 27, 2012 10:15 PM

Fixed so far by doing this:

connect to pogoplug via ssh and type the command below filling in the correct time and date manually

busybox date -s YYYY.MM.DD-hh:mm[:ss]

So, that's
busybox date -s 2012.01.27-23:11 without seconds or
busybox date -s 2012.01.27-23:11:25 with seconds.

February 26, 2012 6:12 PM

OK. So I've just disconnected/reconnected my Series 4 and USB to another router so that I might add a UPS. That will ensure any power loss in my home won't cause the Series 4 to disconnect and incorrectly re-connect. But this same problem CONTINUES to raise its ugly head. That is ... anything I copy from my computer(s) (I have two that I use. One at home and a MacBook Air on-the-road. Anyway ... the problem is that those files I copy to my Series 4 USB through the "cloud" are LOST when restarting the Series 4. I can unmount and disconnect the USB from my Series 4, hookup directly to either Mac, and the files DO NOT exist ... no matter what I do. Now IF I manually copy, directly from my Mac to the USB and then connect/mount to my Series 4, the files PERMANENTLY exist! It's GOTTA' BE the way the Series 4/Pogoplug software copies file data. Anybody have an idea how to make these files PERMANENT via cloud copy vs ALWAYS needing to manually copy from a "hardwire" to my Mac(s). It's the EXACT SAME problem I had years ago with the FreeAgent HDs continually losing data.

Discussion:    Add a Comment | Back to Top | Comments 1-6 of 6 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window