From owner-freebsd-embedded@FreeBSD.ORG Mon Nov 28 02:55:43 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8123E106566B; Mon, 28 Nov 2011 02:55:43 +0000 (UTC) (envelope-from gonzo@hq.bluezbox.com) Received: from hq.bluezbox.com (hq.bluezbox.com [70.38.37.145]) by mx1.freebsd.org (Postfix) with ESMTP id 16E3F8FC0C; Mon, 28 Nov 2011 02:55:42 +0000 (UTC) Received: from [24.87.53.93] (helo=[192.168.1.116]) by hq.bluezbox.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.73 (FreeBSD)) (envelope-from ) id 1RUr6p-000Ie3-NJ; Sun, 27 Nov 2011 18:38:20 -0800 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=windows-1252 From: Oleksandr Tymoshenko In-Reply-To: <87527FBF-645E-46F5-A02E-4B62AD648914@lassitu.de> Date: Sun, 27 Nov 2011 18:38:19 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <09F858C3-92A7-4EA7-8745-69F7866AA675@bluezbox.com> References: <87527FBF-645E-46F5-A02E-4B62AD648914@lassitu.de> To: Stefan Bethke X-Mailer: Apple Mail (2.1084) Sender: gonzo@hq.bluezbox.com X-Spam-Level: ---- X-Spam-Report: Spam detection software, running on the system "hq.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 2011-11-27, at 7:33 AM, Stefan Bethke wrote: > Hey, > > I'm trying to play around with things a bit more, and figured it would be easier to just have a full base system via NFS. I've added a couple bits to the kernel config: > options BOOTP > options BOOTP_NFSROOT > options BOOTP_NFSV3 > options BOOTP_WIRED_TO=arge0 > options NFSCLIENT > options NFS_ROOT > > > But it's getting stuck: > … > Sending DHCP Request packet from interface arge0 (74:ea:3a:e4:d9:20) > Received DHCP Ack packet on arge0 from 44.128.65.1 (accepted) (got root path) > arge0 at 44.128.65.7 server 44.128.65.1 boot file TP-WN1043ND.factory.bin > subnet mask 255.255.255.192 router 44.128.65.1 root_server 44.128.65.1 rootfs /p1/netboot/freebsd-mipseb-current hostname whitebox2 > Adjusted interface arge0 > in_scrubprefix: err=51, prefix delete failed [...] Content analysis details: (-4.5 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] -0.1 AWL AWL: From: address is in the auto white-list Cc: glebius@freebsd.org, freebsd-embedded@freebsd.org Subject: Re: TP-WR1043: trying NFS root 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: Mon, 28 Nov 2011 02:55:43 -0000 On 2011-11-27, at 7:33 AM, Stefan Bethke wrote: > Hey, >=20 > I'm trying to play around with things a bit more, and figured it would = be easier to just have a full base system via NFS. I've added a couple = bits to the kernel config: > options BOOTP > options BOOTP_NFSROOT > options BOOTP_NFSV3 > options BOOTP_WIRED_TO=3Darge0 > options NFSCLIENT > options NFS_ROOT >=20 >=20 > But it's getting stuck: > =85 > Sending DHCP Request packet from interface arge0 (74:ea:3a:e4:d9:20) > Received DHCP Ack packet on arge0 from 44.128.65.1 (accepted) (got = root path) > arge0 at 44.128.65.7 server 44.128.65.1 boot file = TP-WN1043ND.factory.bin > subnet mask 255.255.255.192 router 44.128.65.1 root_server 44.128.65.1 = rootfs /p1/netboot/freebsd-mipseb-current hostname whitebox2=20 > Adjusted interface arge0 > in_scrubprefix: err=3D51, prefix delete failed Same here. I tracked it down to r227791. Prior to this revision NFS root = works fine.=20