About date & time after reboot
Two scripts:
/usr/sbin/savedate
#!/bin/sh
date +%m%d%H%M%y > /etc/sysconfig/date
/usr/sbin/restoredate
date `cat /etc/sysconfig/date`
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147582\"][{POST_SNAPBACK}][/a][/div]
That will be fixed in the next release...
It is due to the cxxx series rom not having "hwclock" not on it...
There is a script that runs at shutdown that syncs the realtime clock to hardware clock and vice versa at boot... :-)
Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147587\"][{POST_SNAPBACK}][/a][/div]
Actually my C1000 suffers from exactly the same thing after flashing Beta3 for a while. After suspend, not even reboot, the clock will revert back to a far earlier time (looks like the time of flashing, but i can't verify here).
Already read the posts here but the problem remained unresolved.
Tried sethwclock & hwclock (with --debug and --systoch) and sltime -set after date --set, but the problem persists. A not-so-big bug, but rather annoying.
So In Search Of can you give me the pointer to the script you mention?
Thanks!