From owner-freebsd-sparc64@FreeBSD.ORG Wed Apr 25 16:45:57 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7EFD716A400 for ; Wed, 25 Apr 2007 16:45:57 +0000 (UTC) (envelope-from carton@Ivy.NET) Received: from sakima.Ivy.NET (sakima.Ivy.NET [69.31.131.60]) by mx1.freebsd.org (Postfix) with ESMTP id 3942213C48C for ; Wed, 25 Apr 2007 16:45:57 +0000 (UTC) (envelope-from carton@Ivy.NET) Received: from castrovalva.Ivy.NET (castrovalva.Ivy.NET [69.31.131.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sakima.Ivy.NET (Postfix) with ESMTP id 52BC02FF65 for ; Wed, 25 Apr 2007 12:45:56 -0400 (EDT) Received: by castrovalva.Ivy.NET (Postfix, from userid 405) id C9C1012FE28; Wed, 25 Apr 2007 12:45:55 -0400 (EDT) To: freebsd-sparc64@freebsd.org References: <6d7d37410704211612u712d29ebl4722232ce8d0111d@mail.gmail.com> <6d7d37410704211742p2340707cpf27fd280a2d0f353@mail.gmail.com> <6d7d37410704241621q1da5c653xec7ac0120783f660@mail.gmail.com> <6d7d37410704241825v26f7d06ey402bf63ced54890a@mail.gmail.com> From: Miles Nordin MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Wed_Apr_25_12:45:46_2007-1"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 25 Apr 2007 12:45:55 -0400 In-Reply-To: <6d7d37410704241825v26f7d06ey402bf63ced54890a@mail.gmail.com> (Didrik Madheden's message of "Wed, 25 Apr 2007 03:25:00 +0200") Message-ID: User-Agent: T-gnus/6.17.2 (based on No Gnus v0.2) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.4 (alpha--netbsd) MULE/5.0 (SAKAKI) Subject: Re: Netbooting Sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 16:45:57 -0000 --pgp-sign-Multipart_Wed_Apr_25_12:45:46_2007-1 Content-Type: text/plain; charset=US-ASCII >>>>> "dm" == Didrik Madheden 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--