Minor problem with running (for performance reason) citrix client on the thin client. The citrix server uses the local time of the thin client, which was of course mostly wrong.
Solved it with copying /etc/localtime (SuSE 8.0 LTSP server) to /opt/ltsp/i386/etc and setting up the following small script:
/opt/ltsp/i386/etc/rc.d # cat get_time # Get initial time/date via ntpdate # # RCFILE_02 = get_time #
echo "Trying to get initial date/time via ntp" /usr/sbin/ntpdate <IP_timeserver>
### END ###
The relevant entry in lts.conf:
RCFILE_02 = get_time
Now a thin client sets its clock while booting and things are working.
Best regards and keep the great work!
Michael Heiming
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net