Date: Tue, 5 Nov 2002 15:33:41 -0800 From: Maxime Henrion <mux@freebsd.org> To: John Baldwin <jhb@FreeBSD.org> 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> In-Reply-To: <XFMail.20021105181142.jhb@FreeBSD.org> References: <200211052256.gA5MuiEO074028@repoman.freebsd.org> <XFMail.20021105181142.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021105233341.GH26605>