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.
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.?
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
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
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...
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.
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.

RSS


