From owner-cvs-all Tue Nov 5 15:33:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87FB437B409; Tue, 5 Nov 2002 15:33:42 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B64143E77; Tue, 5 Nov 2002 15:33:42 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 04901AE340; Tue, 5 Nov 2002 15:33:42 -0800 (PST) Date: Tue, 5 Nov 2002 15:33:41 -0800 From: Maxime Henrion To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall dist.c Message-ID: <20021105233341.GH26605@elvis.mu.org> References: <200211052256.gA5MuiEO074028@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 05-Nov-2002 John Baldwin wrote: > > jhb 2002/11/05 14:56:44 PST > > > > Modified files: > > usr.sbin/sysinstall dist.c > > Log: > > Mount devfs with nmount(2) instead of mount(2). This error was masked > > because errors from mount(2) were explicitly ignored. I didn't fix that > > bug. > > This fixes DHCP during an install on 5.0. dhclient was dying b/c > /dev/bpf0 didn't exist. Hmm, apparently mux@ did spot this earlier > but I was too busy tracking down this problem to check his patch > which was identical to this. *sigh* I actually had no idea it would fix your dhcp problems, but jake@ told me he had a nmount warning during sysinstall which was unaesthetic, so I made this patch for that :-). Anyways, I'm glad to hear this issue is resolved, and my apologies for this - I should have noticed this mount here and changed it during my nmount'ification of the pseudofs framework. Cheers, Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message