Re: vinum start needs block device

1999-12-15 Thread Bill Fumerola
On Mon, 13 Dec 1999, Greg Lehey wrote: > > Note: this fixes some recent problems (Hi Greg!) that I've been > > having. > > Really? I thought they were more serious. So did I. Although, I did a 'make world' after I saw the change go in, so the fix could have come from a different commit. In an

Re: vinum start needs block device

1999-12-14 Thread Greg Lehey
On Monday, 13 December 1999 at 18:18:14 -0500, Bill Fumerola wrote: > On Sun, 12 Dec 1999, Peter Wemm wrote: > >>> -if (drive->vp->v_type != VBLK) { /* only consider bl >> ock devices */ >>> +if (!vn_isdisk(drive->vp)) { /* only consider

Re: vinum start needs block device

1999-12-13 Thread Bill Fumerola
On Sun, 12 Dec 1999, Peter Wemm wrote: > > -if (drive->vp->v_type != VBLK) { /* only consider bl > ock devices */ > > +if (!vn_isdisk(drive->vp)) { /* only consider bl Note: this fixes some recent problems (Hi Greg!) that I've been havi

Re: vinum start needs block device

1999-12-12 Thread Jordan K. Hubbard
> Jordan, I don't understand your answer. Using the new MAKEDEV is what > causes vinum to fail. Won't -release be using the new MAKEDEV? Sorry, I evidently didn't read the message the same way. If the problem is indeed as you say then vinum has been broken; I thought he was talking about using

Re: vinum start needs block device

1999-12-12 Thread FUJISHIMA Satsuki
At Sun, 12 Dec 1999 16:37:29 +0100, Poul-Henning Kamp <[EMAIL PROTECTED]> wrote: > I think that between the two of us, Greg and I have lost a oneline > patch on the floor, try this: > > Index: vinumio.c This patch solved my problem, and I found it has already been committed to the tree. :) tha

Re: vinum start needs block device

1999-12-12 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Greg Lehey writes: >I'm on the road now, and writing mail is like pulling teeth. phk >supplied the correct patch. phk, could you commit it, please? Done. -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real hackers run

vinum start needs block device

1999-12-12 Thread Greg Lehey
I'm on the road now, and writing mail is like pulling teeth. phk supplied the correct patch. phk, could you commit it, please? Greg -- Finger [EMAIL PROTECTED] for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscri

Re: vinum start needs block device

1999-12-12 Thread Peter Wemm
Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Kevin Street writes: > > >Jordan, I don't understand your answer. Using the new MAKEDEV is what > >causes vinum to fail. Won't -release be using the new MAKEDEV? > > > >Greg, is there a mechanism to transition an existing vinum > >insta

Re: vinum start needs block device

1999-12-12 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Kevin Street writes: >Jordan, I don't understand your answer. Using the new MAKEDEV is what >causes vinum to fail. Won't -release be using the new MAKEDEV? > >Greg, is there a mechanism to transition an existing vinum >installation to the new device nodes? I th

Re: vinum start needs block device

1999-12-12 Thread Kevin Street
"Jordan K. Hubbard" <[EMAIL PROTECTED]> writes: > > Since the recent block device vanishment, MAKEDEV all and my vinum > > volumes have failed to start. > > Please read /usr/src/UPDATING if you're going to track -current > these days. The reason for this is clearly documented at the > top of th

Re: vinum start needs block device

1999-12-11 Thread Jordan K. Hubbard
> Since the recent block device vanishment, MAKEDEV all and my vinum > volumes have failed to start. Please read /usr/src/UPDATING if you're going to track -current these days. The reason for this is clearly documented at the top of that file and won't be a problem in -release since the correct

vinum start needs block device

1999-12-11 Thread FUJISHIMA Satsuki
Hi Greg, Since the recent block device vanishment, MAKEDEV all and my vinum volumes have failed to start. # ls -l da[01]s1h crw-r- 1 root operator 13, 0x00020007 Dec 12 22:56 da0s1h crw-r- 1 root operator 13, 0x0002000f Dec 12 22:56 da1s1h # vinum start ** no drives found: No suc