From owner-freebsd-current@FreeBSD.ORG Tue Aug 5 13:24:12 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6459A37B404 for ; Tue, 5 Aug 2003 13:24:12 -0700 (PDT) Received: from haha.debank.tv (c92069.upc-c.chello.nl [212.187.92.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5FB43FAF for ; Tue, 5 Aug 2003 13:24:10 -0700 (PDT) (envelope-from rob@debank.tv) Received: from debank.tv (X-server.debank.tv [192.168.1.69]) by haha.debank.tv (8.12.9/8.12.9) with ESMTP id h75KO6lf001313 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Aug 2003 22:24:08 +0200 (CEST) (envelope-from rob@debank.tv) Message-ID: <3F3011D5.7020306@debank.tv> Date: Tue, 05 Aug 2003 22:21:41 +0200 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <34414.1060112010@critter.freebsd.dk> In-Reply-To: <34414.1060112010@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new cc: Poul-Henning Kamp Subject: Re: vinum problems with todays current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2003 20:24:12 -0000 Poul-Henning Kamp wrote: > In message <3F300441.1040904@debank.tv>, Rob writes: > >>Hi all, >> >>After cvs'upping (about 12 hours ago) and building world/kernel vinum >>stopped working. It does show my two disks but nothing more. I also >>get an error message right after the bootloader: > > > Can you try this patch: > > > Index: spec_vnops.c > =================================================================== > RCS file: /home/ncvs/src/sys/fs/specfs/spec_vnops.c,v > retrieving revision 1.206 > diff -u -r1.206 spec_vnops.c > --- spec_vnops.c 5 Aug 2003 06:43:56 -0000 1.206 > +++ spec_vnops.c 5 Aug 2003 19:33:06 -0000 > @@ -505,9 +505,9 @@ > devtoname(bp->b_dev), bp)); > > if ((dsw->d_flags & D_NOGIANT) && !(bp->b_flags & B_KEEPGIANT)) { > - DROP_GIANT(); > + /* DROP_GIANT(); */ > DEV_STRATEGY(bp); > - PICKUP_GIANT(); > + /* PICKUP_GIANT(); */ > } else > DEV_STRATEGY(bp); > > Hi Poul, I noticed I had an older version of spec_vnops.c (1.205), so I cvsupped again and build kernel, this gave me the same msgbuf error, but with different values. Then I applied your patch and the error messgae disapeared, but still my vinum doesn't come up. vinum -> list 2 drives: D b State: up /dev/ad6s1e A: 77903/77903 MB (100%) D a State: up /dev/ad4s1e A: 77903/77903 MB (100%) 0 volumes: 0 plexes: 0 subdisks: If you need additional info, I'll be glad to provide such. Rob Evers -- It is a book about a Spanish guy called Manual. You should read it. -- Dilbert