From owner-freebsd-current Wed Jul 22 12:09:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02028 for freebsd-current-outgoing; Wed, 22 Jul 1998 12:09:48 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01887 for ; Wed, 22 Jul 1998 12:08:56 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id LAA29665; Wed, 22 Jul 1998 11:54:04 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdK29648; Wed Jul 22 18:54:02 1998 Date: Wed, 22 Jul 1998 11:53:57 -0700 (PDT) From: Julian Elischer To: Brian Somers cc: "Jordan K. Hubbard" , Dag-Erling Coidan Sm rgrav , Alfred Perlstein , Joel Ray Holveck , freebsd-current@FreeBSD.ORG Subject: Re: vn subsystem In-Reply-To: <199807212325.AAA28587@awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id MAA01907 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG AHA! of course, the vn devices don't work any more in a devfs world, without devfs.. as you worked out the trick woudl be to mount a copy of devfs in the right place in the chroot environment.. now, how best to DO that?? On Wed, 22 Jul 1998, Brian Somers wrote: > Indeed. DEVFS + SLICE = make release breakage. > > I tried a quick local hack to > > mount -t devfs devfs /dev || { cd /dev; sh ./MAKEDEV std; } > > (or similar), but it didn't work first time and I hadn't the time to > try again. The problem was probably that I was already in a chrooted > environment at that point and mounts are global.... so I was trying > to mount /dev when it was already mounted and wasn't going near the > chrooted area at all.... > > > Might soft-updates be involved? > > > > > > On Tue, 21 Jul 1998, Jordan K. Hubbard wrote: > > > > > Sounds like a local configuration error - I just rolled 2 3.0 snaps in > > > a row without trouble. > > > > > > - Jordan > > > > > > > "Jordan K. Hubbard" writes: > > > > > "Works for me" > > > > > > > > > > I'd not be able to build 3.0 snapshots at all if it were broken. > > > > > > > > Well, I haven't been able to make release for quite some time now. It > > > > stops when trying to vnconfig the floppy image. > > > > > > > > DES > > > > -- > > > > Dag-Erling Smørgrav - smoergrd@oslo.geco-prakla.slb.com > > -- > Brian , , > > Don't _EVER_ lose your sense of humour.... > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message