Ubuntu 9.10 LTSP chroot not used
[X]
Hi All,

I setup Ubuntu 9.10 Desktop / ltsp 5.1.90-0ubuntu3, and using a Thin Client 
from disklessworkstations.com (LTSP Term 1520 - PXE Boot - Thin 
Client<http://www.disklessworkstations.com/cgi-bin/prod/200118.html?id=mvnYQowr>)

After LTSP install following the docs on 
https://help.ubuntu.com/community/UbuntuLTSP the thin client booted with no 
tweaking to any of the configs. While I can boot and login just fine it does 
not work as I expected.

1. When logged in as a regular user through the thin client I am not put into 
the chroot enviroment /opt/ltsp/i386 , the regular user can browse the real / 
directory. The only place I see that makes reference to chrooted environment is 
the /etc/ltsp/dhcpd.conf and /opt/ltsp/i386/etc/ltsp_chroot, which is as 
follows:

#ltsp_chroot:

LTSP_CHROOT=/opt/ltsp/i386

=============================

# Default LTSP dhcpd.conf config file.
#

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.20 192.168.0.250;
option domain-name "example.com";
option domain-name-servers 192.168.0.1;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
# next-server 192.168.0.1;
# get-lease-hostnames true;
option subnet-mask 255.255.255.0;
option root-path "/opt/ltsp/i386";
if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
filename "/ltsp/i386/pxelinux.0";
} else {
filename "/ltsp/i386/nbi.img";
}
}

It looks to be set correctly... Ideas?

2. Also, the main config lts.conf has no entries what so ever, is that because 
the LTSP Thin Client work out of the box?

3. Also the lts.conf has a note that the lts.conf file should be located in 
/var/lib/tftpboot/ltsp/i386, the file did not exist there, so I'm guessing if 
you needed to use lts.conf you would create it there?


Any Help Greatly Appreciated.

Joe



-- 
edubuntu-users mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/edubuntu-users

Reply via email to