Darryl Bond wrote:
> What version of LTSP are you running. This is the root path for LTSPV2.X
> If you are running ltsp V3 then the root path should be /opt/ltsp/i386
Do you mean it does not honor the CONIFG file:
#=====================================
# Global settings...
#=====================================
#
#-------------------------------------
# LTSP files and directories
#-------------------------------------
#
LTSP_DIR=/tftpboot/ltsp
TFTP_DIR=/tftpboot
TMPL_DIR=${LTSP_DIR}/templates
LOGFILE=/tftpboot/ltsp-tmp/ltsp.install.log
LIBFILE=/tftpboot/ltsp/ltsp.libs
SWAP_DIR=/tftpboot/ltsp/swapfiles
ROOT_DIR=${LTSP_DIR}/i386 <=== /tftpboot/ltsp/i386
#
#-------------------------------------
# Network stuff...
#-------------------------------------
#
IP_NETWORK_BASE=192.168.251
IP_NETWORK=${IP_NETWORK_BASE}.0
IP_SERVER=${IP_NETWORK_BASE}.254
IP_BROADCAST=${IP_NETWORK_BASE}.255
IP_NETMASK=255.255.255.0
#
#
#-------------------------------------
# others...
#-------------------------------------
VERSION=3.0.4
TODAY=`date`
export LTSP_DIR
export SWAP_DIR
export ROOT_DIR
export TMPL_DIR
export LOGFILE
export LIBFILE
export IP_NETWORK_BASE
export IP_NETWORK
export IP_SERVER
export IP_BROADCAST
export IP_NETMASK
export VERSION
export TODAY
and from the dhcp.conf:
> grep -v ^# /etc/dhcpd.conf
ddns-update-style none;
authoritative;
default-lease-time 42000; # 12 hours
max-lease-time 90000; # one day + 1 hour
subnet 192.168.251.0 netmask 255.255.255.0 {
range 192.168.251.10 192.168.251.20;
}
option option-135 code 135 = text;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.251.255;
option routers 192.168.251.254;
option domain-name-servers 192.168.251.254;
option domain-name "2bright.net";
option root-path "192.168.251.254:/tftpboot/ltsp/i386";
<===== !!!!!
group {
use-host-decl-names on;
option log-servers 192.168.251.254;
host ron-TC {
hardware ethernet 00:E0:4C:89:24:5A;
filename "/lts/pxelinux.0";
}
}
>
> Regards
> Darryl
>
> Ronald Wiplinger wrote:
>
>> The boot process stops with the line:
>>
>> Mounting root file system: /tftpboot/ltsp/i386 from 192.168.251.254
>>
>> (Could it be a permission problem?)
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _____________________________________________________________________
> 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.openprojects.net
>
--
Ronald Wiplinger, Technical Director
Bright Networking Inc, http://www.2bright.net
7F, 192-1, Sec. 3, Tatung Rd., Shijr City, Taipei, Taiwan, RoC
Tel.: +886 2 8647-1685, Mobile +886 915 653-452, Fax: +886 2 8647-2002
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
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.openprojects.net