From owner-freebsd-geom@FreeBSD.ORG Mon Jun 20 11:01:49 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2859116A424 for ; Mon, 20 Jun 2005 11:01:49 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C972443D4C for ; Mon, 20 Jun 2005 11:01:48 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5KB1mBV011384 for ; Mon, 20 Jun 2005 11:01:48 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5KB1lOZ011378 for freebsd-geom@freebsd.org; Mon, 20 Jun 2005 11:01:47 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Jun 2005 11:01:47 GMT Message-Id: <200506201101.j5KB1lOZ011378@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-geom@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2005 11:01:49 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/02/26] bin/78131 geom gbde "destroy" not working. o [2005/03/26] kern/79251 geom [2TB] newfs fails on 2.6TB gbde device 2 problems total. From owner-freebsd-geom@FreeBSD.ORG Tue Jun 21 22:35:10 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC9A816A41C for ; Tue, 21 Jun 2005 22:35:10 +0000 (GMT) (envelope-from andrewh@jumpapparel.com) Received: from jumpapparel.com (heckle.jumpapparel.com [65.244.67.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 251F743D1D for ; Tue, 21 Jun 2005 22:35:09 +0000 (GMT) (envelope-from andrewh@jumpapparel.com) X-Virus-Scanned: by cgpav Received: from [192.168.0.33] (account andrewh@jumpapparel.com) by jumpapparel.com (CommuniGate Pro IMAP 4.3) with XMIT id 2290122 for freebsd-geom@freebsd.org; Tue, 21 Jun 2005 18:35:09 -0400 Date: Tue, 21 Jun 2005 18:34:02 -0400 Message-Id: <7d4cab5f1ea38c40980fe0a9362af702@jumpapparel.com> MIME-Version: 1.0 Thread-Topic: writing to gvinum volume causes system freeze Priority: Normal Importance: normal X-MSMail-Priority: normal X-Priority: 3 Sensitivity: Normal Thread-Index: AcV2sVLTcqnSrKJWTmGfcglo4vxnew== From: "Andrew Heyn" To: "freebsd-geom@freebsd.org" X-Mailer: CommuniGate Pro MAPI Connector 1.1.22 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: writing to gvinum volume causes system freeze X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2005 22:35:10 -0000 Hi, I have three 33GB scsi drives. My problem is that whenever I try to 'start home' or another one of the volumes, and once it is up if I try to newfs it (home for example), the following happens: newfs /dev/gvinum/home /dev/gvinum/home: 4794.8MB (9819684 sectors) block size 16384, fragment size 204 8 using 27 cylinder groups of 183.77MB, 11761 blks, 23552 inodes. super-block backups (for fsck -b #) at: 160, 376512, 752864, 1129216, 1505568, 1881920, 2258272, 2634624, 3010976, 3387328, 3763680, 4140032, Doing a newfs on root seems to work, but it may be because root is smaller than home up there, and may not reach a certain problem area. I also was able to cat home to /dev/null all the way through the end with no problems. A little side question I have is how do I erase my whole configuration with gvinum? The program just reports that there is no such available command. Please kindly CC any replies to me also. Thanks in advance, Andrew I apologize in advance if the following is too verbose and if it contains useless information... I am trying to use this configuration file to set up my volumes: %cat vinum.conf drive left device /dev/da0s1h drive middle device /dev/da1s1h drive right device /dev/da2s1h volume root plex org concat sd len 2097152s driveoffset 1048560s drive left plex org concat sd len 2097152s driveoffset 1048560s drive middle plex org concat sd len 2097152s driveoffset 1048560s drive right volume swap plex org raid5 279k sd len 858343s driveoffset 265s drive left sd len 858343s driveoffset 265s drive middle sd len 858343s driveoffset 265s drive right volume usr plex org raid5 279k sd len 10290176s driveoffset 55574512s drive left sd len 10290176s driveoffset 55574512s drive middle sd len 10290176s driveoffset 55574512s drive right volume var plex org raid5 279k sd len 52307968s driveoffset 3145712s drive left sd len 52307968s driveoffset 3145712s drive middle sd len 52307968s driveoffset 3145712s drive right volume home plex org raid5 279k sd len 4910080s driveoffset 66060272s drive left sd len 4910080s driveoffset 66060272s drive middle sd len 4910080s driveoffset 66060272s drive right Here is geom list gvinum -> list 3 drives: D left State: up /dev/da0s1h A: 320/34726 MB (0%) D middle State: up /dev/da1s1h A: 320/34726 MB (0%) D right State: up /dev/da2s1h A: 320/34726 MB (0%) 5 volumes: V root State: up Plexes: 3 Size: 1024 MB V swap State: down Plexes: 1 Size: 838 MB V usr State: down Plexes: 1 Size: 9 GB V var State: down Plexes: 1 Size: 49 GB V home State: up Plexes: 1 Size: 4794 MB 7 plexes: P root.p0 C State: up Subdisks: 1 Size: 1024 MB P root.p1 C State: up Subdisks: 1 Size: 1024 MB P root.p2 C State: up Subdisks: 1 Size: 1024 MB P swap.p0 R5 State: down Subdisks: 3 Size: 838 MB P usr.p0 R5 State: down Subdisks: 3 Size: 9 GB P var.p0 R5 State: down Subdisks: 3 Size: 49 GB P home.p0 R5 State: up Subdisks: 3 Size: 4794 MB 15 subdisks: S root.p0.s0 State: up D: left Size: 1024 MB S root.p1.s0 State: up D: middle Size: 1024 MB S root.p2.s0 State: up D: right Size: 1024 MB S swap.p0.s0 State: stale D: left Size: 419 MB S swap.p0.s1 State: stale D: middle Size: 419 MB S swap.p0.s2 State: stale D: right Size: 419 MB S usr.p0.s0 State: stale D: left Size: 5024 MB S usr.p0.s1 State: stale D: middle Size: 5024 MB S usr.p0.s2 State: stale D: right Size: 5024 MB S var.p0.s0 State: stale D: left Size: 24 GB S var.p0.s1 State: stale D: middle Size: 24 GB S var.p0.s2 State: stale D: right Size: 24 GB S home.p0.s0 State: up D: left Size: 2397 MB S home.p0.s1 State: up D: middle Size: 2397 MB S home.p0.s2 State: up D: right Size: 2397 MB Here is what bsdlabel /dev/da0s1 says: bsdlabel /dev/da0s1 # /dev/da0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 2097152 1048576 4.2BSD 2048 16384 28552 b: 1048295 281 swap c: 71119692 0 unused 0 0 # "raw" part, don't edit d: 52428800 3145728 4.2BSD 2048 16384 28552 e: 10485760 55574528 4.2BSD 2048 16384 28552 f: 5058560 66060288 4.2BSD 2048 16384 28552 h: 71119676 16 vinum The other disks (da1, da2) have the same exact labels... And last, but certainly not least, here is the output of gvinum printconfig gvinum -> printconfig # Vinum configuration of freesbie.livecd, saved at Tue Jun 21 18:17:48 2005 drive left device /dev/da0s1h drive middle device /dev/da1s1h drive right device /dev/da2s1h volume root volume swap volume usr volume var volume home plex name root.p0 org concat vol root plex name root.p1 org concat vol root plex name root.p2 org concat vol root plex name swap.p0 org raid5 558s vol swap plex name usr.p0 org raid5 558s vol usr plex name var.p0 org raid5 558s vol var plex name home.p0 org raid5 558s vol home sd name root.p0.s0 drive left len 2097152s driveoffset 1048560s plex root.p0 plexoffset 0s sd name root.p1.s0 drive middle len 2097152s driveoffset 1048560s plex root.p1 plexoffset 0s sd name root.p2.s0 drive right len 2097152s driveoffset 1048560s plex root.p2 plexoffset 0s sd name swap.p0.s0 drive left len 858204s driveoffset 265s plex swap.p0 plexoffset 0s sd name swap.p0.s1 drive middle len 858204s driveoffset 265s plex swap.p0 plexoffset 558s sd name swap.p0.s2 drive right len 858204s driveoffset 265s plex swap.p0 plexoffset 1116s sd name usr.p0.s0 drive left len 10290078s driveoffset 55574512s plex usr.p0 plexoffset 0s sd name usr.p0.s1 drive middle len 10290078s driveoffset 55574512s plex usr.p0 plexoffset 558s sd name usr.p0.s2 drive right len 10290078s driveoffset 55574512s plex usr.p0 plexoffset 1116s sd name var.p0.s0 drive left len 52307478s driveoffset 3145712s plex var.p0 plexoffset 0s sd name var.p0.s1 drive middle len 52307478s driveoffset 3145712s plex var.p0 plexoffset 558s sd name var.p0.s2 drive right len 52307478s driveoffset 3145712s plex var.p0 plexoffset 1116s sd name home.p0.s0 drive left len 4909842s driveoffset 66060272s plex home.p0 plexoffset 0s sd name home.p0.s1 drive middle len 4909842s driveoffset 66060272s plex home.p0plexoffset 558s sd name home.p0.s2 drive right len 4909842s driveoffset 66060272s plex home.p0 plexoffset 1116s From owner-freebsd-geom@FreeBSD.ORG Wed Jun 22 07:19:19 2005 Return-Path: X-Original-To: freebsd-geom@FreeBSD.org Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBE416A41C for ; Wed, 22 Jun 2005 07:19:19 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from imap1u.univie.ac.at (imap1.unet.univie.ac.at [131.130.1.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E18543D1D for ; Wed, 22 Jun 2005 07:19:16 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from korben (korben.prv.univie.ac.at [131.130.7.98]) by imap1u.univie.ac.at (8.12.10/8.12.10) with ESMTP id j5M7IZ3Q031123 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 22 Jun 2005 09:18:37 +0200 (CEST) Date: Wed, 22 Jun 2005 09:18:35 +0200 From: Lukas Ertl To: Andrew Heyn In-Reply-To: <7d4cab5f1ea38c40980fe0a9362af702@jumpapparel.com> Message-ID: References: <7d4cab5f1ea38c40980fe0a9362af702@jumpapparel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-DCC-ZID-Univie-Metrics: mx9.univie.ac.at 4249; Body=2 Fuz1=2 Fuz2=2 Cc: "freebsd-geom@freebsd.org" Subject: Re: writing to gvinum volume causes system freeze X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 07:19:19 -0000 On Tue, 21 Jun 2005, Andrew Heyn wrote: > I have three 33GB scsi drives. > My problem is that whenever I try to 'start home' or another one of the > volumes, and once it is up if I try to newfs it (home for example), the > following happens: > > newfs /dev/gvinum/home > /dev/gvinum/home: 4794.8MB (9819684 sectors) block size 16384, fragment > size 204 > 8 > using 27 cylinder groups of 183.77MB, 11761 blks, 23552 inodes. > super-block backups (for fsck -b #) at: > 160, 376512, 752864, 1129216, 1505568, 1881920, 2258272, 2634624, > 3010976, > 3387328, 3763680, 4140032, > Are you having an SMP or a UP system? Are you running -STABLE or -CURRENT? thanks, le -- Lukas Ertl http://homepage.univie.ac.at/l.ertl/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-freebsd-geom@FreeBSD.ORG Wed Jun 22 12:27:47 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6975F16A41C for ; Wed, 22 Jun 2005 12:27:47 +0000 (GMT) (envelope-from andrewh@jumpapparel.com) Received: from jumpapparel.com (heckle.jumpapparel.com [65.244.67.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2360043D1D for ; Wed, 22 Jun 2005 12:27:44 +0000 (GMT) (envelope-from andrewh@jumpapparel.com) X-Virus-Scanned: by cgpav Received: from [192.168.0.33] (account andrewh@jumpapparel.com) by jumpapparel.com (CommuniGate Pro IMAP 4.3) with XMIT id 2291382 for freebsd-geom@freebsd.org; Wed, 22 Jun 2005 08:27:44 -0400 Date: Wed, 22 Jun 2005 08:26:36 -0400 Message-Id: <2561e34265440e488719ef10fce88970@jumpapparel.com> In-Reply-To: MIME-Version: 1.0 Thread-Topic: writing to gvinum volume causes system freeze Priority: Normal Importance: normal X-MSMail-Priority: normal X-Priority: 3 Sensitivity: Normal Thread-Index: AcV3JaILr1dwBS4SQGCvTTX6XAKE2A== From: "Andrew Heyn" To: "freebsd-geom@freebsd.org" X-Mailer: CommuniGate Pro MAPI Connector 1.1.22 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: writing to gvinum volume causes system freeze X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 12:27:47 -0000 I am using freebsd 5.3 with freesbie. The machine is a dual processor but the kernel is non SMP. -Andrew -----Original Message----- From: Lukas Ertl [mailto:le@FreeBSD.org] Sent: Wednesday, June 22, 2005 3:19 AM To: Andrew Heyn Cc: freebsd-geom@freebsd.org Subject: Re: writing to gvinum volume causes system freeze On Tue, 21 Jun 2005, Andrew Heyn wrote: > I have three 33GB scsi drives. > My problem is that whenever I try to 'start home' or another one of > the volumes, and once it is up if I try to newfs it (home for > example), the following happens: > > newfs /dev/gvinum/home > /dev/gvinum/home: 4794.8MB (9819684 sectors) block size 16384, > fragment size 204 > 8 > using 27 cylinder groups of 183.77MB, 11761 blks, 23552 inodes. > super-block backups (for fsck -b #) at: > 160, 376512, 752864, 1129216, 1505568, 1881920, 2258272, 2634624, > 3010976, 3387328, 3763680, 4140032, Are you having an SMP or a UP system? Are you running -STABLE or -CURRENT? thanks, le -- Lukas Ertl http://homepage.univie.ac.at/l.ertl/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-freebsd-geom@FreeBSD.ORG Wed Jun 22 12:41:25 2005 Return-Path: X-Original-To: freebsd-geom@FreeBSD.org Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A753216A41C for ; Wed, 22 Jun 2005 12:41:25 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from imap1u.univie.ac.at (imap1.unet.univie.ac.at [131.130.1.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0175543D4C for ; Wed, 22 Jun 2005 12:41:24 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from pcle2.cc.univie.ac.at (pcle2.cc.univie.ac.at [131.130.2.177]) by imap1u.univie.ac.at (8.12.10/8.12.10) with ESMTP id j5MCeT3Q021957 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 22 Jun 2005 14:40:31 +0200 (CEST) Date: Wed, 22 Jun 2005 14:40:29 +0200 (CEST) From: Lukas Ertl To: Andrew Heyn In-Reply-To: <2561e34265440e488719ef10fce88970@jumpapparel.com> Message-ID: <20050622143945.P37703@pcle2.cc.univie.ac.at> References: <2561e34265440e488719ef10fce88970@jumpapparel.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-DCC-ZID-Univie-Metrics: mx9.univie.ac.at 4249; Body=2 Fuz1=2 Fuz2=2 Cc: "freebsd-geom@freebsd.org" Subject: RE: writing to gvinum volume causes system freeze X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 12:41:25 -0000 On Wed, 22 Jun 2005, Andrew Heyn wrote: > I am using freebsd 5.3 with freesbie. The machine is a dual processor > but the kernel is non SMP. Grab the latest sources from -current for the geom_vinum module and the gvinum binary, recompile and install both, and try again. Thanks, le -- Lukas Ertl http://homepage.univie.ac.at/l.ertl/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-freebsd-geom@FreeBSD.ORG Wed Jun 22 17:29:19 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1626416A41C for ; Wed, 22 Jun 2005 17:29:19 +0000 (GMT) (envelope-from andrewh@jumpapparel.com) Received: from jumpapparel.com (heckle.jumpapparel.com [65.244.67.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB5A43D1F for ; Wed, 22 Jun 2005 17:29:18 +0000 (GMT) (envelope-from andrewh@jumpapparel.com) X-Virus-Scanned: by cgpav Received: from [192.168.0.33] (account andrewh@jumpapparel.com) by jumpapparel.com (CommuniGate Pro IMAP 4.3) with XMIT id 2293767 for freebsd-geom@freebsd.org; Wed, 22 Jun 2005 13:29:18 -0400 Date: Wed, 22 Jun 2005 13:28:09 -0400 Message-Id: In-Reply-To: <20050622143945.P37703@pcle2.cc.univie.ac.at> MIME-Version: 1.0 Thread-Topic: writing to gvinum volume causes system freeze Priority: Normal Importance: normal X-MSMail-Priority: normal X-Priority: 3 Sensitivity: Normal Thread-Index: AcV3T8IHesKX7bu9RfS/9ABRvDk0OA== From: "Andrew Heyn" To: "freebsd-geom@freebsd.org" X-Mailer: CommuniGate Pro MAPI Connector 1.1.22 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: writing to gvinum volume causes system freeze X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 17:29:19 -0000 Hi, Ok, I downloaded the 6-CURRENT snapshot and that worked just fine. Is there any way it can be fixed for 5.4? I guess I will have to install this machine with 6-CURRENT and wait until 5.5 and pray nothing breaks until then. Thanks, Andrew -----Original Message----- From: Lukas Ertl [mailto:le@FreeBSD.org] Sent: Wednesday, June 22, 2005 8:40 AM To: Andrew Heyn Cc: freebsd-geom@freebsd.org Subject: RE: writing to gvinum volume causes system freeze On Wed, 22 Jun 2005, Andrew Heyn wrote: > I am using freebsd 5.3 with freesbie. The machine is a dual processor > but the kernel is non SMP. Grab the latest sources from -current for the geom_vinum module and the gvinum binary, recompile and install both, and try again. Thanks, le -- Lukas Ertl http://homepage.univie.ac.at/l.ertl/ le@FreeBSD.org http://people.freebsd.org/~le/ From owner-freebsd-geom@FreeBSD.ORG Wed Jun 22 17:47:10 2005 Return-Path: X-Original-To: freebsd-geom@FreeBSD.org Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3680B16A41C for ; Wed, 22 Jun 2005 17:47:10 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from imap1u.univie.ac.at (imap1u.univie.ac.at [131.130.1.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEEC43D48 for ; Wed, 22 Jun 2005 17:47:09 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from korben.prv.univie.ac.at (korben.prv.univie.ac.at [131.130.7.98]) by imap1u.univie.ac.at (8.12.10/8.12.10) with ESMTP id j5MHkr3Q047858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 22 Jun 2005 19:46:55 +0200 (CEST) Date: Wed, 22 Jun 2005 19:46:53 +0200 (CEST) From: Lukas Ertl To: Andrew Heyn In-Reply-To: Message-ID: <20050622194545.K604@korben.prv.univie.ac.at> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-DCC-ZID-Univie-Metrics: mx9.univie.ac.at 4249; Body=2 Fuz1=2 Fuz2=2 Cc: "freebsd-geom@freebsd.org" Subject: RE: writing to gvinum volume causes system freeze X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 17:47:10 -0000 On Wed, 22 Jun 2005, Andrew Heyn wrote: > Ok, I downloaded the 6-CURRENT snapshot and that worked just fine. Is > there any way it can be fixed for 5.4? > I guess I will have to install this machine with 6-CURRENT and wait > until 5.5 and pray nothing breaks until then. You only need the sources for the geom_vinum module and the gvinum command. You should be able to recompile and install both on 5.3. 5.4 has all the fixes. cheers, le -- Lukas Ertl http://homepage.univie.ac.at/l.ertl/ le@FreeBSD.org http://people.freebsd.org/~le/