I try to configure a thin client and a LTSF server.
I had already configure it, but the server crashed and I have
reinstalled it (mandrake 10.0).
The thin client can load the kernel and init the nic eth0 (3c509)
It stop with the message 
"Mounting root filesystem /opt/ltsp/i386 from 192.168.1.0
mount : RPC: unable to send; errno = Permission denied
mount: nfsmount failed: Bad file descriptor
NF: mount program didn't pass remote address!
..."
Has somebody an explication?
the server has the adress 192.168.1.0
I list the files that can beuseful to diagnose the problem.
Yves Br. in France

Dhcp.conf:
--------------------
ddns-update-style            none;

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.0;
option domain-name-servers   192.168.1.0;
option domain-name           "ltsp";          # <--Fix this domain name

option root-path             "192.168.1.0:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = text;

subnet 192.168.1.0 netmask 255.255.255.0 {
    use-host-decl-names      on;
    option log-servers       192.168.1.0;
   host ws001 {
       hardware ethernet    00:50:04:2D:0C:47;
       fixed-address        192.168.1.1;
       filename              "/lts/vmlinuz-2.4.26-ltsp-2";
       option   option-128       e4:45:74:68:00:00;  # ce n'est pas une
adresse MAC !
       option   option-129       "NIC=3c509";
   }


}
--------------------
hosts:
-------------------
192.168.1.0             P4
127.0.0.1               localhost
## LTSP-begin ##
192.168.1.1             ws001.ltsp      ws001
192.168.1.2             ws002.ltsp      ws002
...
-------------------
/etc/exports:
------------------
/opt/ltsp                
192.168.1.0/255.255.255.0(ro,no_root_squash,sync)
/var/opt/ltsp/swapfiles  
192.168.1.0/255.255.255.0(rw,no_root_squash,async)
-------------
the command tail -f /var/log/messages gives:
-----------------
Jan 19 13:43:56 P4 kernel: e1000: eth1 NIC Link is Up 10 Mbps Half
Duplex
Jan 19 13:43:57 P4 dhcpd: DHCPDISCOVER from 00:50:04:2d:0c:47 via eth1
Jan 19 13:43:57 P4 dhcpd: DHCPOFFER on 192.168.1.1 to 00:50:04:2d:0c:47
via eth1
Jan 19 13:43:57 P4 dhcpd: DHCPREQUEST for 192.168.1.1 (192.168.1.0) from
00:50:04:2d:0c:47 via eth1
Jan 19 13:43:57 P4 dhcpd: DHCPACK on 192.168.1.1 to 00:50:04:2d:0c:47
via eth1
Jan 19 13:44:02 P4 kernel: e1000: eth1 NIC Link is Down
Jan 19 13:44:08 P4 kernel: e1000: eth1 NIC Link is Up 10 Mbps Half
Duplex
Jan 19 13:44:11 P4 dhcpd: DHCPDISCOVER from 00:50:04:2d:0c:47 via eth1
Jan 19 13:44:11 P4 dhcpd: DHCPOFFER on 192.168.1.1 to 00:50:04:2d:0c:47
via eth1
Jan 19 13:44:11 P4 dhcpd: DHCPREQUEST for 192.168.1.1 (192.168.1.0) from
00:50:04:2d:0c:47 via eth1
Jan 19 13:44:11 P4 dhcpd: DHCPACK on 192.168.1.1 to 00:50:04:2d:0c:47
via eth1
----------------
The command: rpcinfo -p localhost gives:
-----------------
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp    936  status
    100024    1   tcp    939  status
    391002    2   tcp  32768  sgi_fam
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    4   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs
    100021    1   udp  32768  nlockmgr
    100021    3   udp  32768  nlockmgr
    100021    4   udp  32768  nlockmgr
    100021    1   tcp  32769  nlockmgr
    100021    3   tcp  32769  nlockmgr
    100021    4   tcp  32769  nlockmgr
    100005    1   udp    852  mountd
    100005    1   tcp    855  mountd
    100005    2   udp    852  mountd
    100005    2   tcp    855  mountd
    100005    3   udp    852  mountd
    100005    3   tcp    855  mountd
---------------------




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_____________________________________________________________________
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.freenode.net

Reply via email to