On Tue, Oct 31, 2000 at 09:23:36AM +0100, Christoph Plattner wrote: > >Hi in this mailing list ! Hi Christoph, Thanks for the detailed explanation. > >Your problem: >Recheck the /etc/exports file. ------------------------------------------------- [root@rhlinux /etc]# more exports /tftpboot/rajeshpc rajeshpc(rw,no_root_squash) /usr (ro) ------------------------------------------------- >Also recheck if all NFS server parts are running (sometimes >they brake, if an error occurs), use for example > ps auxw | grep rpc ------------------------------------------------- [root@rhlinux /etc]# ps auxw | grep rpc root 376 0.0 0.0 0 0 ? SW 14:47 0:00 [rpciod] root 385 0.0 0.2 1156 560 ? S 14:47 0:00 rpc.statd root 552 0.0 0.1 1104 396 ? S 14:47 0:00 rpc.rquotad root 1147 0.0 0.3 1472 804 ? S 15:09 0:00 rpc.mountd --no-nfs-version 3 ------------------------------------------------- ------------------------------------------------- [root@rhlinux /etc]# exportfs /tftpboot/rajeshpc rajeshpc.edp /usr <world> ------------------------------------------------- >"Error -13": I got this also and I debugged the mountd for this. >I found out, that I wanted to export a path, which is also an NFS >part of another machine > >SERVER WORKSTATION which exports for DISKLESS DISKLESS >holding /tftpboot mounted /tftpboot from server > playing bootp server > exporting /tftpboot > I have got only one linux machine here. ie.: this linux redhat server. I am currently trying out remote booting using etherboot on one of the diskless client using floppy booting. My entire configuration looks to be correct. Above I have given the output of my configuration. I am using dhcp server here. My /etc/dhcpd.conf file contains the following : -------------------------------------------------------------- subnet 192.168.20.0 netmask 255.255.255.0 { range 192.168.20.61 192.168.20.99; default-lease-time 60000; max-lease-time 72000; option broadcast-address 192.168.20.255; #option routers 239.252.197.1; #option domain-name-servers 239.252.197.2, 239.252.197.3; option domain-name "edp"; } host rajeshpc { hardware ethernet 00:40:95:22:90:95; fixed-address 192.168.20.61; filename "/tftpboot/kernel"; } -------------------------------------------------------------- I am surprised to see that kernel boots from the same directory /tftpboot and then why while mounting root filesysetm I am getting error ? Am I doing something wrong. Thanks again for the help. Regards Rajesh =========================================================================== This Mail was sent to netboot mailing list by: Rajesh Fowkar <Mail@dempos.com> To get help about this list, send a mail with 'help' as the only string in it's body to majordomo@baghira.han.de. If you have problems with this list, send a mail to netboot-owner@baghira.han.de.
For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.