Hi 

I'm new to ltsp and i get stuck with probably nfs on the server.
After message on the terminal:
"
mounting root file system:  /opt/ltsp/i386 from 
mount: 192.168.0.254:/opt.ltsp/i386 failed, reason given by server:
                Permission denied
"
I get kernel panic: Attemted to kill init, 
after that I can ping terminal:
"
sky:~ # ping -c 2 192.167.0.1
PING 192.167.0.1 (192.167.0.1) from 65.95.213.31 : 56(84) bytes of data.
64 bytes from 192.167.0.1: icmp_seq=1 ttl=242 time=177.978 msec
64 bytes from 192.167.0.1: icmp_seq=2 ttl=242 time=175.982 msec

--- 192.167.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% loss, time 1018ms
rtt min/avg/max/mdev = 175.982/176.980/177.978/0.998 ms

"

What I did wrong, how to move on and get right result ?
Any suggestion will be really appreciate.
Jul.

---------------------------------------------------------

sky:~ # rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100005    1   udp    968  mountd
    100005    2   udp    968  mountd
    100005    1   tcp    971  mountd
    100005    2   tcp    971  mountd
    100003    2   udp   2049  nfs
    100003    2   tcp   2049  nfs

----------------------------------------------------


from the server [var/log/messages]:
"
Oct 16 13:04:58 blue dhcpd: DHCPDISCOVER from 00:e0:98:07:d7:a5 via eth0
Oct 16 13:04:58 blue dhcpd: DHCPOFFER on 192.168.0.1 to 00:e0:98:07:d7:a5 via 
eth0
Oct 16 13:05:00 blue dhcpd: DHCPREQUEST for 192.168.0.1 (192.168.0.254) from 
00:e0:98:07:d7:a5 via eth0
Oct 16 13:05:00 blue dhcpd: DHCPACK on 192.168.0.1 to 00:e0:98:07:d7:a5 via 
eth0
Oct 16 13:05:02 blue mountd[764]: NFS mount of /3/opt/ltsp/i386 attempted from 
192.168.0.1
Oct 16 13:05:02 blue mountd[764]: NFS client 192.168.0.1 tried to access 
/3/opt/ltsp/i386
Oct 16 13:05:02 blue mountd[764]: Blocked attempt of 192.168.0.1 to mount 
/3/opt/ltsp/i386
"
--------------------------------------------



The environment is 

Server:
PC with connection to adsl on eth1
on eth0 is local network for wokstation as a diskless terminal

workstation:
diskless terminal is a laptop Versa p/75 16 Mb RAM.

Instalation 
for terminal    boot disk from wireless_ltsp-3.0.5 
on the server   ltsp_core-3.0.7, ltsp_kernel-3.0.5, ltsp_x_core-3.0.1,
                        ltsp_x_fonts-3.0.0, ltsp_x336_svga-3.0.0, 

/etc/dhcpd.conf is as follow:
"
ddns-update-style             none;
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            "blue.sky";
option root-path              "192.168.0.254:/opt/ltsp/i386";

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

shared-network WORKSTATIONS {
    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:98:07:D7:A5;
        fixed-address         192.168.0.1;
        filename              "/tftpboot/lts/vmlinuz-2.4.19-ltsp-1";
##        filename              "/tftpboot/lts/vmlinuz-2.4.19-ltsp-1.j";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=ne";
    }
"




-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
_____________________________________________________________________
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

Reply via email to