Subject: Re: uVAX II / DEQNA / DHCP (was: I think my DEQNA works)
To: Greg Ingram <ingram@symsys.com>
From: Chuck McManis <cmcmanis@mcmanis.com>
List: port-vax
Date: 06/22/1999 13:41:27
        host chuckvax {
                hardware ethernet 08:00:2b:19:9d:c1;
                fixed-address 172.16.3.4;
                option subnet-mask 255.255.255.0;
                option routers 172.16.3.1;
                option domain-name-servers 172.16.3.1;
                option host-name "chuckvax";
                option domain-name "isp.net";
                server-name "isp-gw.isp.net";
                option swap-server 172.16.3.1;
                option root-path "/export/chuckvax/netboot/root.1.4";
        }

I think you are missingt he 'server-name' option

--Chuck

At 10:31 AM 6/22/99 -0500, Greg Ingram wrote:
>
>
>On Tue, 22 Jun 1999, Arno Griffioen wrote:
>
>> > But the uVAX II reports:
>> > 
>> > 	nfs_boot: mountd ':/export/vax/root', error=13
>> > 	no file system for qe0
>> > 	cannot mount root, error = 79
>> > 
>> > Am I missing an option in dhcpd.conf?  Any suggestions?
>> 
>> You may need to look at your NFS server setup..
>> 
>> According to sys/errno.h is error 13:
>> 
>> #define EACCES          13              /* Permission denied */
>> 
>> and in nfs/nfsproto.h:
>> 
>> #define NFSERR_ACCES            13
>> 
>> So it seems to be some access problem..
>> 
>> 							Bye Arno.
>
>Okay, I'll double check things.  What really confuses me is:
>
>  nfs_boot: mountd ':/export/vax/root', error=13
>                   ^^^^^^^^^^^^^^^^^^^
>
>It looks like it needs a host name.  Can DHCP tell a client to get its
>root filesystem from another host?  I'd much rather the NetBSD/x86 system
>serve up the filesystems.
>
>- Greg
>
>
>