Hi, I am a newbie on Linux and LTSP.
I 've tried to install LTSP according tutorial on LTSP.org:
1. Installing Red Hat Linux 7.2:
- IP Address = 192.168.0.1
- Subnet = 255.255.255.0
- Host Name = ltsp.org
- NFS
- DHCP
- TFTP
2. Installing the rpm packages:
- rpm -ivh ltsp_core-3.0.0-1.i386.rpm
- rpm -ivh ltsp_kernel-3.0.1-1.i386.rpm
- rpm -ivh ltsp_x_core-3.0.1-1.i386.rpm
- rpm -ivh ltsp_x_fonts-3.0.0-0.i386.rpm
3. Initialization of the server
- cd /opt/ltsp/templates
- ./ltsp_initialize
4. File /etc/dhcpd.conf:
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.254;
option domain-name-servers 192.168.0.254;
option domain-name "ltsp.org";
option root-path "192.168.0.254:/opt/ltsp/i386";
shared-network WORKSTATION {
subnet 192.168.0.0 netmask 255.255.255.0 {
}
}
group {
use-host-decl-names on;
option log-servers 192.168.0.254;
host ws001 {
hardware ethernet 00:E0:1B:E0:04:82;
fixed-address 192.168.0.1;
filename "/lts/vmlinuz.ltsp";
}
}
5. File /opt/ltsp/i386/etc/lts.conf:
# # Config file for the Linux Terminal Server Project
(www.ltsp.org) #
[Default]
SERVER = 192.168.0.254
XSERVER = auto
X_MOUSE_PROTOCOL = "PS/2"
X_MOUSE_DEVICE = "/dev/psaux"
X_MOUSE_RESOLUTION = 400
X_MOUSE_BUTTONS = 3
USE_XFS = N
LOCAL_APPS = N
RUNLEVEL = 5
[ws001]
USE_NFS_SWAP = Y
SWAPFILE_SIZE = 48m
RUNLEVEL = 5
[ws002]
XSERVER = XF86_SVGA
LOCAL_APPS = N
USE_NFS_SWAP = Y
SWAPFILE_SIZE = 64m
RUNLEVEL = 3
6. Setting Workstation
a. Download image ROM for D-Link 538TX from:
www.Rom-O-Matic.net (version: 5.06)
b. Write image ROM to diskette:
cat /tmp/eb-5[1].0.6-dfe538.lzdsk > /dev/fd0
Then I tried to run the workstation.
DHCP runs OK, Loading Kernel OK, but the system hangs up on:
Mounting root filesystem: /opt/ltsp/i386 from:
192.168.0.254.
What's my wrong?
I realy need your help ... Thanks.
_____________________________________________________________________
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