From owner-freebsd-embedded@FreeBSD.ORG Tue Mar 23 05:42:40 2010 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 641C3106564A; Tue, 23 Mar 2010 05:42:40 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout024.mac.com (asmtpout024.mac.com [17.148.16.99]) by mx1.freebsd.org (Postfix) with ESMTP id 4E3668FC12; Tue, 23 Mar 2010 05:42:40 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [172.24.241.148] (natint3.juniper.net [66.129.224.36]) by asmtp024.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KZP00I2RX23OU10@asmtp024.mac.com>; Mon, 22 Mar 2010 21:42:05 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1003220354 From: Marcel Moolenaar Date: Mon, 22 Mar 2010 21:42:03 -0700 Message-id: To: powerpc@freebsd.org X-Mailer: Apple Mail (2.1077) Cc: embedded@freebsd.org Subject: Anyone using BOOTP with latest current (Book-E)? X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2010 05:42:40 -0000 I get the following on a recent -current (on a P2020 eval system): bootpc_init: wired to interface 'tsec0' Sending DHCP Discover packet from interface tsec0 (00:e0:0c:02:00:fd) tsec0: link state changed to DOWN tsec0: link state changed to UP Received DHCP Offer packet on tsec0 from 192.168.4.1 (accepted) (no root path) Sending DHCP Request packet from interface tsec0 (00:e0:0c:02:00:fd) Received DHCP Ack packet on tsec0 from 192.168.4.1 (accepted) (got root path) tsec0 at 192.168.4.151 server 192.168.4.1 boot file powerpc/boot/loader subnet mask 255.255.255.0 router 192.168.4.1 rootfs 192.168.4.1:/net/powerpc Adjusted interface tsec0 krpc_call: sosend: 65 krpc_call: sosend: 65 panic: nfs_boot: mountd root, error=65 KDB: enter: panic [ thread pid 0 tid 100000 ] Stopped at kdb_enter+0x60: addi r0, r0, 0x0 db> bt Tracing pid 0 tid 100000 td 0xc0450360 0xc2008ae0: at panic+0x13c 0xc2008b40: at bootpc_init+0x1910 0xc2008c20: at mi_startup+0x11c 0xc2008c50: at __start+0x140 BTW: error 65 is EHOSTUNREACH, which I think is caused by a link flag. -- Marcel Moolenaar xcllnt@mac.com