Automated Shutdown time problem

S. Şamil Ardıç samil.ardic at gmail.com
Mon Nov 9 14:41:07 GMT 2009


Hi everybody,
>

> 1) What version of Edubuntu are you using?
We are using Ubuntu 8.04 LTS
Thin clients are hp t5125.
>
> 2) Can you post your lts.conf and ntpdate script (including permissions
> of ntpdate) here?
This is the lts.conf
[default]
X_MODE_0        =1024x768
X_COLOR_DEPTH   =16
LDM_DIRECX      =True
X_RAMPERC       =80
X_VIDEORAM      =16384
TIMESERVER      = <our working time server ip>
RCFILE_01       =/etc/init.d/ntpdate

We disabled crontabs till see the correct time.

ntpdate's permission is -rwxr-xr-x
ntpdate script:

#!/bin/bash
#
LTSP_TIMESERVER=$(getltscfg TIMESERVER)
if [ -n "$LTSP_TIMESERVER" ]; then
      ntpdate $LTSP_TIMESERVER &
   else
      ntpdate ntp.ubuntu.com
   fi

> 3) Did you ltsp-update-image after you made your changes?
>
yes, three times ;).
>

Joseph, thanks but, we tried automatic shutdown first. When the  time
is different, we applied install ntp server howto.
Scott, ntpdate -s didn't changed anything.

Cheers,
Samil Ardic



More information about the edubuntu-users mailing list