I tried LTSP 3.0 and got this error:
===
Mounting root filesystem: /opt/ltsp/i386 from: 192.168.1.2
mount: 192.168.1.2:/opt/ltsp/i386 failed, reason given by server: Permission
denied
mount: nfsmount failed: Bad file number
NFS: mount program didn't pass remote address!
mount: Mounting 192.168.1.2:/opt/ltsp/i386 on /mnt failed: Invalid argument
ERROR! Failed to mount the root directory via NFS!
Possible reasons include:
1. NFS services may not be running on the server
2. Workstation IP does not map to a hostname, either in /etc/hosts, or in
DNS
3. Wrong address for NFS server in the DHCP config file
4. Wrong pathname for root directory in the DHCP config file
===
NFS is running, nothing wrong in /etc/hosts (as i checked). Here's my
/etc/dhcpd.conf:
===
ddns-update-style ad-hoc;
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.2;
option domain-name-servers 192.168.1.2;
option domain-name "baitullah.home";
option root-path "192.168.1.2:/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;
shared-network WORKSTATIONS {
subnet 192.168.1.0 netmask 255.255.255.0 {
}
}
group {
use-host-decl-names on;
option log-servers 192.168.1.2;
host pc1 {
hardware ethernet 00:00:1C:D8:5E:4B;
fixed-address 192.168.1.11;
filename "/lts/vmlinuz-2.4.9-ltsp-5";
===
How can i check the 3rd possible reason? Or did i miss something? Please
help.
Best Regards,
Adinda
_____________________________________________________________________
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