Anyone running LTSP-PNP on Saucy?
John Hupp
ubuntu at prpcompany.com
Tue Nov 26 00:48:52 UTC 2013
My problem is actually with LTSP-PNP on *Lubuntu* Saucy, but if anyone
is successfully running the same LTSP-PNP configuration on Ubuntu Saucy,
then I could conclude that some change in LXDE between 13.04 and 13.10
is a likely cause of the problem.
The problem: The LTSP client fails to boot. After the splash screen,
boot stops with the message "Error: socket failed: connection refused."
Then I'm dumped to a console at a working initramfs prompt.
Console messages above that include:
Trying to load: pxelinux.cfg/default ok
mount: mounting /dev/nbd0 on /root failed: Invalid argument
/scripts/init-bottom/ltsp: line 27: panic: not found
chroot: can’t execute ‘/usr/bin/test’: No such file or directory
mount: mounting /root on /rofs failed: Invalid argument
mount: mounting /rofs on /root/rofs failed: Invalid argument
mount: mounting /dev /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn’t have requested /sbin/init-ltsp.
No init found. Try passing init= bootarg.
BusyBox v1.20.2 (Ubuntu 1:1.20.0-8.1ubuntu1) built-in shell (ash)
Enter ‘help’ for a list of built-in commands.
(initramfs) _
--------------------------------
This is on a fresh default installation of Lubuntu 13.10. I follow with
this standard LTSP-PNP setup (using a single NIC):
sudo -i
add-apt-repository --yes ppa:ts.sch.gr
apt-get update
apt-get --yes install dnsmasq ltsp-server-standalone ltsp-client
ldm-lubuntu-theme
ltsp-config dnsmasq
echo 'IPAPPEND=3' >> /etc/ltsp/update-kernels.conf
/usr/share/ltsp/update-kernels
ltsp-update-image --cleanup /
ltsp-config lts.conf
-----------------------------------------------
I modify the installation in just two ways:
1) To fix LTSP Client Boot Error: "PXE-E32: TFTP open timeout," in
/etc/dnsmasq.d/network-manager replace the "bind-interfaces" line with a
"bind-dynamic" line.
2) To fix Internet DNS Name Resolution broken by LTSP setup, edit
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf and comment out the port=0 line.
More information about the ubuntu-users
mailing list