Bubbas internal clock seems to lag quite heavily. Atleast mine lags about 0,08 s per hour. To avoid having to set the time through the GUI every now and then, do the following while logged in as root:
First, change the timezone to your local timezone (for some reason bubba's default is UTC). Type 'tzconfig' and follow the instructions.
Secondly, install ntpdate:
> apt-get update
> apt-get install ntpdate
Lastly, add the following line to cron (using 'crontab -e'):
0 */2 * * * /usr/sbin/ntpdate ntp1.sp.se
This will call ntpdate once every two hours which is enough to avoid stepping the time which would be needed if the offset is to great. The server 'ntp1.sp.se' can be changed to any NTP-server you like (google on NTP...). You can add more than one server for fallback. See man page on ntpdate for details.
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !