I meant in your exports file, not in your dhcpd.conf

Le lundi 09 Mai 2005 14:31, tritri_24 Tr|aN a écrit :
> Hello list:
>
> First, sorry for my bad english.
> My thin client don't boot. Only load the kernel image, but no mount
> the filesystem via NFS.
> This is the message of the error:
>
> "Mounting root filesystem:/opt/ltsp/i386 from 192.168.0.254
> mount: RPC: Time out
> mount: nfsmount failed: Bad file descriptor
> NFS: mount program didn't pass remote address!
> mount: Mounting 192.168.0.254:/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 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
>
> Kernel Panic: Atttempted to kill init!"
>
>
> I don't know what can I do. I need help.
>
> Now I send you  more information of my system:
>
> SERVER:
> Linux 2.6.11 (mandrake 2005 limited edition)
> Xserver:  GDM
> nfs-utils installed
> servers installed and working:
> dhcpd, nfs, portmap, nfslock, netfs, xinetd, xfs, syslog
>
> -----------------------------------------------------------------
> FILE DHCPD.CONF
>
> #
> # Sample configuration file for ISC dhcpd
> #
> # Make changes to this file and copy it to /etc/dhcpd.conf.sample
> #
> allow booting;
> allow bootp;
>
> DHCPD_INTERFACE = "eth0";
> 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 "ltsp.org";
> next-server 192.168.0.0;
>
> option root-path "192.168.0.254:/opt/ltsp/i386";
>
> option option-128 code 128 = string;
> option option-129 code 129 = text;
>
> subnet 192.168.0.0 netmask 255.255.255.0 {
> use-host-decl-names on;
> option log-servers 192.168.0.254;
> host ws010 {
> hardware ethernet 00:50:FC:39:6E:72;
> fixed-address 192.168.0.10;
> filename "/lts/vmlinuz-2.4.26-ltsp-3";
> }
> }
>
> -----------------------------------------------------------------
> FILE EXPORTS
> ## LTSP-begin ##
> #
> # The lines between 'LTSP-begin' and 'LTSP-end' were added
> # on: Sat May 7 03:58:06 2005, by the ltspcfg configuration tool.
> # For more information, visit the LTSP homepage
> # at http://www.LTSP.org
> #
>
> /var/opt/ltsp/swapfiles   
> 192.168.0.0/255.255.255.0(rw,no_root_squash,async) /opt/ltsp/i386          
>      *(rw)
>
> ## LTSP-end ##
>
> -----------------------------------------------------------------
> FILE HOSTS
> 127.0.0.1 tritriserver localhost
> 192.168.0.10 ws010
>
> -----------------------------------------------------------------
> FILE host.allow
> ## LTSP-begin ##
> #
> # The lines between 'LTSP-begin' and 'LTSP-end' were added
> # on: Sat May 7 16:14:50 2005, by the ltspcfg configuration tool.
> # For more information, visit the LTSP homepage
> # at http://www.LTSP.org
> #
>
> bootpd: 192.168.0.0/255.255.255.0
> in.tftpd: 192.168.0.0/255.255.255.0
> portmap: 192.168.0.0/255.255.255.0
> mountd: 192.168.0.0/255.255.255.0
> lockd: 192.168.0.0/255.255.255.0
> rquotad: 192.168.0.0/255.255.255.0
> statd: 192.168.0.0/255.255.255.0
>
> ## LTSP-end ##
>
> -----------------------------------------------------------------
> FILE host.deny
> #
> # hosts.deny This file describes the names of the hosts which are
> # *not* allowed to use the local INET services, as decided
> # by the '/usr/sbin/tcpd' server.
> #
> # The portmap line is redundant, but it is left to remind you that
> # the new secure portmap uses hosts.deny and hosts.allow. In particular
> # you should know that NFS uses portmap!
>
> -----------------------------------------------------------------
> # rpcinfo -p
> program vers proto port
> 100000 2 tcp 111 portmapper
> 100000 2 udp 111 portmapper
> 100024 1 udp 801 status
> 100024 1 tcp 804 status
> 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 32776 nlockmgr
> 100021 3 udp 32776 nlockmgr
> 100021 4 udp 32776 nlockmgr
> 100021 1 tcp 32768 nlockmgr
> 100021 3 tcp 32768 nlockmgr
> 100021 4 tcp 32768 nlockmgr
> 100005 1 udp 880 mountd
> 100005 1 tcp 883 mountd
> 100005 2 udp 880 mountd
> 100005 2 tcp 883 mountd
> 100005 3 udp 880 mountd
> 100005 3 tcp 883 mountd
> -----------------------------------------------------------------
> IPTABLES not active
> -----------------------------------------------------------------
> # showmount -e
> Export list for tritriserver:
> /opt/ltsp/i386 *
> /var/opt/ltsp/swapfiles 192.168.0.0/255.255.255.0
> -----------------------------------------------------------------
> # showmount -a
> All mount points on tritriserver:
> -----------------------------------------------------------------
> Empty, the last information (showmount -a)... it's important? how fix it?
>
> Do you need more information??
>
> Thanks
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_ids93&alloc_id281&op=Click
> _____________________________________________________________________
> 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



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_ids93&alloc_id281&op=click
_____________________________________________________________________
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