Roy Souther wrote:
Your file has a simple syntax error. I do it all the time.
Check your file over very closely and make sure that you have the same number of { as }
hmm . . . I saw an instance where it was off:

subnet 100.100.100.0 netmask 255.255.255.0 {
    use-host-decl-names      on;
    option log-servers       100.100.100.2;


that has an open but not a close.  This, however:

subnet 100.100.100.0 netmask 255.255.255.0 {
    use-host-decl-names      on;
    option log-servers       100.100.100.2;
}


starts ltsp, but as soon as the machine connects to the server it freezes up (usually after a character or 2 of the username has been entered).  I'm confused.

-- 

joe auerbach
systems administrator
pcb / rossman and co
614-523-4150
[EMAIL PROTECTED]




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_____________________________________________________________________
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

Reply via email to