19.04.2012 00:24, Alkis Georgopoulos kirjoitti:

> A fix is that /usr/share/ltsp/init-ltsp.d/50-interfaces should probably
> recreate the whole /etc/network/interfaces file instead of appending to
> it. Try replacing that file with:
>
> # prohibit network-manager from messing with the boot interface
> if [ -w "/etc/network/interfaces" ]; then
>       if [ -n "$DEVICE" ]; then
>           cat<<EOF
> auto lo
> iface lo inet loopback
>
> auto $DEVICE
> iface $DEVICE inet manual
> EOF
>       fi>  "/etc/network/interfaces"
> fi
>
> ...and run ltsp-publish-image and reboot the client.

Yes, it works. No more delay for waiting network.

Best Regards Asmo Koskinen.

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_____________________________________________________________________
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