On Thu, Dec 05, 2013 at 11:31:46AM -0500, John Hupp wrote:
> I'm still troubleshooting the problem in which (on *buntu 13.10) client 
> boot fails after the splash screen with 'Error: socket failed: 
> connection refused.'

First hunch sounds like a firewalling problem, or running old-style nbd (each
export gets a port, launched from inetd), vs. new-style nbd (uses port 10809,
exports are named)... ltsp has been using new-style nbd since ltsp 5.3.x, I
think.

 
> My current working premise is that this is an nbd error.
> 
> So I want to see the nbd-client command line and configuration in the 
> client initramfs.  I'm assuming that loads from the initramfs /init 
> script, but 'cat /init' produces rather useless scrolls-by-in-a-flash 
> output, and the initramfs does not support 'cat /init | less.'
> 
> Can I locate the init script somewhere on the server?

Look in /opt/ltsp/<arch>/usr/share/initramfs-tools/ for all the code used to
build the initramfs.

You might want to put "set -x" near the top of
../initramfs-tools/local-top/nbd and maybe a "read pause" in there somewhere,
and a few "echo $FOO" in there to help with debugging.

Then rebuild the initramfs:

  sudo ltsp-chroot update-initramfs -u

Update your tftp dirs:

  sudo ltsp-update-kernels

And try and boot it again.


live well,
  vagrant


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_____________________________________________________________________
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