Date: Wed, 25 Apr 2007 12:45:55 -0400 From: Miles Nordin <carton@Ivy.NET> To: freebsd-sparc64@freebsd.org Subject: Re: Netbooting Sparc64 Message-ID: <oqtzv4csho.fsf@castrovalva.Ivy.NET> In-Reply-To: <6d7d37410704241825v26f7d06ey402bf63ced54890a@mail.gmail.com> (Didrik Madheden's message of "Wed, 25 Apr 2007 03:25:00 %2B0200") References: <6d7d37410704211612u712d29ebl4722232ce8d0111d@mail.gmail.com> <oqfy6tl1t8.fsf@castrovalva.Ivy.NET> <6d7d37410704211742p2340707cpf27fd280a2d0f353@mail.gmail.com> <oq7is4lwby.fsf@castrovalva.Ivy.NET> <6d7d37410704241621q1da5c653xec7ac0120783f660@mail.gmail.com> <oqvefle3ze.fsf@castrovalva.Ivy.NET> <6d7d37410704241825v26f7d06ey402bf63ced54890a@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--pgp-sign-Multipart_Wed_Apr_25_12:45:46_2007-1
Content-Type: text/plain; charset=US-ASCII
>>>>> "dm" == Didrik Madheden <didrik@kth.se> writes:
dm> panic: arp: no response for 0.0.0.0
I don't know. What you did looks right to me. I think /boot/loader
ought to print out more things, such as it's own IP, subnet mask, and
router, but I guess ours doesn't.
1. make sure you are specifying a subnet mask and a default router in
your subnet stanza. Here's mine:
subnet 10.100.100.192 netmask 255.255.255.224 {
option routers 10.100.100.193;
server-identifier 10.100.100.193;
option subnet-mask 255.255.255.224;
option broadcast-address 10.100.100.223;
}
2. if that doesn't work, add a 'next-server 192.168.1.68' to
sune.lan's host stanza. It shouldn't be needed---next-server is
for TFTP, not NFS. but, I know /boot/loader will try to load the
rest of itself and the kernel over either TFTP or NFS (using NFS
seems more self-documenting to me), so maybe it's panicing on the
TFTP part because of a wrong exception path, instead of falling
through to the NFS part.
--pgp-sign-Multipart_Wed_Apr_25_12:45:46_2007-1
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (NetBSD)
iQCVAwUARi+Fw4nCBbTaW/4dAQLf8AQAseHToNOjI0Cgu8e0hcNZv/0VsUzQH1NN
dtJ4fDeKr3p1304bkY3RZpNxpJwUMjaoyWRPRMUUIT82w8u+3xASdI/gCATOKZMl
b8qfoY57f90OiZh8PqcPGSLRe7um7HTp4oSarl07IPwPRzybQMYPb1M6VvXT4Jni
0mGTshrQoRM=
=cQQl
-----END PGP SIGNATURE-----
--pgp-sign-Multipart_Wed_Apr_25_12:45:46_2007-1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?oqtzv4csho.fsf>
