<div class="gmail_quote">2009/3/17 Krsnendu dasa <span dir="ltr"><<a href="mailto:krsnendu108@gmail.com">krsnendu108@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have just upgraded Hardy to Intrepid with LTSP backports from Stefane.<br>On the server I added ppa repository, then apt-get update then apt-get install ltsp-standalone-server<br>I moved the old changeroot (actually I deleted it. It would have been interesting to try the old one again.) then ran ltsp-build-client to create a new client changeroot.<br>
<br><br>I have two types of clients: ones that work and ones that don't.<br>The ones that work are P4 with 256MB RAM.<br><br>The
ones that don't work are Compaq Deskpro EN Series SFF P2 400MHz 64MB
RAM. These worked fine with Hardy (ltsp 5) and K12LTSP (ltsp 4.2)<br>Tried with 128 MB RAM. Still failed.<br>
<br>The ubuntu flash screen comes up then freezes part way across.<br><br>Pressing Alt-ctrl-F1 reveals..this is the error message<br><br>Negotiation: ..size = 175556KB<br>bs=1024, sz=175556<br>Kernel call returned: Broken pipe Reconnecting<br>
Negotiation: ..size = 175556KB<br>Error: Ioctl/1.1a failed: Bad file descriptor<br>
<br>Any ideas what might be wrong? <br>Size = 175556KB seems a worry. It is much more than the RAM on the machine.<br><br>Can I downgrade to the Intrepid ltsp packages and see if they will work? Is it possible to use Hardy changeroot?<br>
</blockquote></div><br>I tried this fix from another thread.<br><div style="margin-left: 40px;">In my case(ubuntu <span class="il">8.10</span>), the problem was caused by the<br>
ltsp-client-setup init script. I solved the issue by comenting out the<br>
stuff about NBD<br><br>
configure_nbd() {<br>
# Restart nbd so -persist will work<br>
nbdcmd=`pgrep -l -f "/dev/nbd0 -persist" | cut -d " " -f "2-"`<br>
if [ -n "$nbdcmd" ]; then<br>
nbd-client -d /dev/nbd0<br>
sleep 0.5s<br>
nbd-client -c /dev/nbd0<br>
if [ "$?" = "1" ]; then<br>
$nbdcmd<br>
fi<br>
fi<br>
}<br><br></div>
I commented out this part and got a bit further. This is the error I have now.<br><br>Setting up LTSP client...<br>Disconnecting: que, disconnect, sock, done<br>[ 30.519994] nbd0: Receive control failed (result -32)<br>
Kernel call returned: Broken pipe Reconnecting<br>Negotiation: ..size = 175556KB<br>Error: Ioctl/1/1.a failed: Bad file descriptor<br><br>Any clues how to fix this?<br>