Subject: SS1+ Fun
To: None <port-sparc@netbsd.org>
From: Mauricio <supremedalek@hotpop.com>
List: port-sparc
Date: 09/21/2003 17:17:17
	I am trying to install netbsd in my SS1+.  I am using a DEC 
5000/25 as the rarpd/tftpd/nsfd server:

raub@katri-1> ps -aux
  4:13AM  up 5 days,  6:35, 1 user, load averages: 0.21, 0.11, 0.09
raub@katri-1> USER  PID %CPU %MEM  VSZ  RSS TT  STAT STARTED    TIME COMMAND
root 6524 28.5  6.0  452  976 ??  S     4:13AM 0:04.52 sshd: raub@ttyp0
raub 6525 21.5  2.4  700  392 p0  Ss    4:13AM 0:00.95 -csh
raub 6530  1.0  1.0  556  164 p0  R+    4:13AM 0:00.15 ps -aux
root  289  0.0  2.5  704  396 p1- I    Sat10PM 0:02.02 -csh
root  203  0.0  2.0   56  316 a   Is+  Sat09PM 0:00.58 /usr/libexec/getty std.9
root  201  0.0  2.0  236  324 ??  Is   Sat09PM 0:20.58 /usr/sbin/cron
root  198  0.0  1.7   84  272 ??  Is   Sat09PM 0:00.43 /usr/sbin/inetd -l
root  193  0.0  2.9  424  464 ??  Ss   Sat09PM 1:36.51 /usr/sbin/sshd
root  147  0.0  0.5   52   80 ??  IL   Sat09PM 0:00.24 nfsd: server
root  146  0.0  0.5   52   80 ??  IL   Sat09PM 0:00.20 nfsd: server
root  145  0.0  0.5   52   80 ??  IL   Sat09PM 0:00.13 nfsd: server
root  144  0.0  0.5   52   80 ??  IL   Sat09PM 0:00.08 nfsd: server
root  142  0.0  1.2   72  192 ??  Is   Sat09PM 0:00.62 nfsd: master
root  133  0.0  1.0  252  160 ??  Is   Sat09PM 0:00.35 /usr/sbin/mountd
root  111  0.0  1.2  736  192 ??  Is   Sat09PM 0:00.61 /usr/sbin/rpcbind -l
root  100  0.0  1.6  104  260 ??  Ss   Sat09PM 0:16.60 /usr/sbin/syslogd -s
root    4  0.0 12.2    0 1992 ??  DL   Sat09PM 3:02.51 (ioflush)
root    3  0.0 12.2    0 1992 ??  DL   Sat09PM 0:09.57 (reaper)
root    2  0.0 12.2    0 1992 ??  DL   Sat09PM 0:00.21 (pagedaemon)
root    1  0.0  0.4  496   64 ??  Is   Sat09PM 0:00.29 init
root    0  0.0 12.2    0 1992 ??  DLs  Sat09PM 0:02.41 (swapper)
root  335  0.0  3.3 1176  528 ??  Is   Sat10PM 0:02.23 /usr/sbin/dhcpd -q
root  307  0.0  3.4   96  544 p1- I    Sat10PM 0:00.61 /usr/sbin/rarpd -a -d
raub@katri-2>

Then, when I try to install netbsd in the SS1+, I get

Type b (boot), c (continue), or n (new command mode)
>b le()netbsd
Probing Memory Bank #: 1 2 3 4 5
Booting from: le(0,0,0)netbsd
14000 >> NetBSD/sparc Secondary Boot, Revision 1.12
>>  (autobuild@tgm.daemon.org, Wed Apr  9 02:46:11 UTC 2003)
Booting netbsd
net_open: client addr: 10.0.0.92
net_open: subnet mask: 255.255.255.0
net_open: net gateway: 10.0.0.1
net_open: server addr: 0.0.0.0
net_open: server path: /
Using BOOTP protocol: ip address: 10.0.0.92, netmask: 255.255.255.0, 
gateway: 10
.0.0.1
root addr=0.0.0.0 path=/
Can't open NFS network connection on `le(0,0,0)netbsd'
open netbsd: Unknown error: code 60

device[le(0,0,0)netbsd] ("halt" to halt):

First of all, how did it get the 10.0.0.92 address?  I set that 
machine in both /etc/hosts and /etc/dhcpd.conf to have 10.0.0.17 as 
its IP address:

/etc/dhcpd.conf :

         host katrina.kushana.com {
                 hardware ethernet       08:00:20:c0:ff:ee;
                 fixed-address           10.0.0.17;
                 #
                 # Name of the host (if the fixed address
                 # doesn't resolve to a simple name).
                 #
                 option host-name        "katrina";
                 #
                 # The path on the NFS server.
                 #
                 option root-path        "/home/export/katrina/root";
         }

/etc/hosts:
10.0.0.17       katrina.kushana.com katrina # SS1+ running Linux (one day...)

raub@katri-3> more /etc/ethers
08:00:20:c0:ff:ee katrina
raub@katri-4>


Is it trying to get the address from my router, which is also doing dhcp?