Gary, I think you've got 2 different, unrelated problems:
1) The syslogd error is more of a warning. You need to configure your syslogd to allow remote clients to send their log messages. There are various ways to do this, depending on your distro. It's a '-r' option to syslogd that allows remote logging. For redhat and mdk (and possibly others), edit /etc/sysconfig/syslog and add '-r' to the SYSLOGD_OPTIONS variable. For Debian, you need to edit the /etc/init.d/sysklogd script, and find the SYSLOGD variable, and add -r. Then, restart syslogd. 2) The fatal server error is the Xserver dying. Looks like it can't write to the /var directory, which is supposed to be a symlink to /tmp, which is a ramdisk. I've seen problems like this happen, when people remove the /opt/ltsp/i386/var symlink, because they think it is broken. If that's the case, then you need to re-create that symlink. Something like: cd /opt/ltsp/i386 ln -s /tmp/var var If that's not the problem, then try setting 'SCREEN_01 = shell' in lts.conf file, and see if you get a shell when you reboot the client. From that shell, see if you have a /var directory, and see if it's symlink pointing into /tmp. Let us know what you find there. That should get you moving towards a functional LTSP setup. Jim McQuillan [EMAIL PROTECTED] On Tue, 2004-08-17 at 11:51, garry wrote: > I'm sending this again because it did not seem to be delivered earlier, sorry > if anyone gets duplicates. > > > I am trying to get 4.1 up and running and have run into the following two > error messages on the workstation: > > Syslogd cannot write to file handle on 10.35.180.231:514 > > > fatal server error > cannot open log file /var/log/Xorg.0.0.log > > > At which point the boot stops. Can anyone point me in the right direction? > regards > garry > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _____________________________________________________________________ > 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 ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _____________________________________________________________________ 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