Yeah, free mail services...

However, I think there's a solution for your problem. There seems to
be some problems with the script ltsp-client-setup and nbd. Didn't
figure out what causes it. Comment out:

configure_nbd() {
    # Restart nbd so -persist will work
    nbdcmd=`pgrep -l -f "/dev/nbd0 -persist" | cut -d " " -f "2-"`
    if [ -n "$nbdcmd" ]; then
        nbd-client -d /dev/nbd0

        sleep 0.5s
        nbd-client -c /dev/nbd0
        if [ "$?" = "1" ]; then
            $nbdcmd
        fi
    fi
}

and at the end of the file there's something else about nbd - which
should also be commented out. For me it worked. Post your results.

2009/5/13 Carl <carl...@gmail.com>
>
> I have had LTSP working fine in a test environment for about a year now.
> I finally got around to setuping up LTSP onto a proper server so that we
> may use it on a larger scale, however I can not get my clients to
> boot.
>
> I am running Ubuntu 9.04 server and get the following error on the
> clients.
>
> Kernel call returned: Broken pipe Reconnecting
> Negotiation: ..size = 185132KB
> Error: Ioct1/1a failed: Bad file descriptor
>
> Any Ideas?
>
> Thanks,
>
> Carl
> _____________________________________________________________________
> 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
>

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_____________________________________________________________________
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