From owner-freebsd-geom@FreeBSD.ORG Sun May 21 13:22:51 2006 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 8480916A421 for ; Sun, 21 May 2006 13:22:51 +0000 (UTC) (envelope-from viktor.vasilev@stud.tu-darmstadt.de) Received: from lnx130.hrz.tu-darmstadt.de (lnx130.hrz.tu-darmstadt.de [130.83.174.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id E168943D45 for ; Sun, 21 May 2006 13:22:50 +0000 (GMT) (envelope-from viktor.vasilev@stud.tu-darmstadt.de) Received: from mailserver3.hrz.tu-darmstadt.de (lnx115.hrz.tu-darmstadt.de [130.83.174.27]) by lnx130.hrz.tu-darmstadt.de (8.13.4/8.12.10) with ESMTP id k4LDMnG0016795 for ; Sun, 21 May 2006 15:22:49 +0200 Received: from [130.83.20.203] (helo=ABC216.ram1st.wh.tu-darmstadt.de) by mailserver3.hrz.tu-darmstadt.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1FhntR-0004Kj-AL for freebsd-geom@freebsd.org; Sun, 21 May 2006 15:22:49 +0200 From: Viktor Vasilev To: freebsd-geom@freebsd.org Date: Sun, 21 May 2006 15:22:48 +0200 User-Agent: KMail/1.9.1 References: <200605202315.11558.viktor.vasilev@stud.tu-darmstadt.de> In-Reply-To: <200605202315.11558.viktor.vasilev@stud.tu-darmstadt.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605211522.48757.viktor.vasilev@stud.tu-darmstadt.de> Subject: Re: modifying the MBR through geom_mbr 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: Sun, 21 May 2006 13:22:51 -0000 On Saturday 20 May 2006 23:15 Viktor Vasilev wrote: > I've been looking at the fdisk code while porting gnu parted to freebsd > and I'm confused, and don't know what the right way to update the MBR is. > Currently the code uses the same gctl's as fdisk.c:write_disk() and > gctl_issue returns "Geom not found". I've dug a little and it seems that > this message is produced by sys/geom/geom_ctl.c:gctl_get_geom(), because > the geom name wasn't found in the list. So it seems it'll never succeed > at modifying the MBR of ad6 like this: > > grq = gctl_get_handle(); > gctl_ro_param(grq, "verb", -1, "write MBR"); > gctl_ro_param(grq, "class", -1, "MBR"); > gctl_ro_param(grq, "geom", -1, "ad6"); > gctl_ro_param(grq, "data", ssize, mbr_buf); > ... fdisk has the same behaviour - it can't commit the MBR to the disk using gctl's and gets the same "Geom not found" error. It appears that as soon as /dev/ad6 is opened for writing, the slice entries in /dev disappear. Before opening /dev/ad6 for writing: 0 DISK ad6 251000193024 512 hd 16 sc 63 1 MBR ad6s3 9993715200 512 i 2 o 20003880960 ty 131 1 MBR ad6s2 10001940480 512 i 1 o 10001940480 ty 131 1 MBR ad6s1 10001908224 512 i 0 o 32256 ty 131 After opening /dev/ad6 for writing: 0 DISK ad6 251000193024 512 hd 16 sc 63 A workaround: If I close or open /dev/ad6 read-only, then the above gctl sequence succeeds. Can anyone clarify this behaviour? Cheers, Vik -- PGP Key: 0xE09DC8D8/6799 4011 EBDE 6412 05A1 090C DBDF 5887 E09D C8D8 Signed/encrypted mail welcome! From owner-freebsd-geom@FreeBSD.ORG Sun May 21 13:45:21 2006 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 A44CE16A429 for ; Sun, 21 May 2006 13:45:21 +0000 (UTC) (envelope-from nonsolosoft@diff.org) Received: from maya.ngi.it (ns2.ngi.it [88.149.128.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0543F43D48 for ; Sun, 21 May 2006 13:45:20 +0000 (GMT) (envelope-from nonsolosoft@diff.org) Received: from k7.diff.org (81-174-26-135.f5.ngi.it [81.174.26.135]) by maya.ngi.it (8.13.6/8.13.5) with ESMTP id k4LDjIxc013106 for ; Sun, 21 May 2006 15:45:18 +0200 Received: from [127.0.0.1] (localhost [127.0.0.1]) by k7.diff.org (8.13.6/8.13.4) with ESMTP id k4LDkSTR024081 for ; Sun, 21 May 2006 15:46:28 +0200 (CEST) (envelope-from nonsolosoft@diff.org) Message-ID: <44706F33.4030200@diff.org> Date: Sun, 21 May 2006 15:46:27 +0200 From: Ferruccio Zamuner Organization: NonSoLoSoft - Italy - http://www.nonsolosoft.com/ User-Agent: Thunderbird 1.5 (X11/20060114) MIME-Version: 1.0 To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: A gstripe problem. 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: Sun, 21 May 2006 13:45:21 -0000 Hi, I'm trying the gstripe and then I've changed partition table on some my disks. Some volumes work fine (they seems), just one gives me following error: ---------- root@k7# newfs /dev/stripe/veloce1 /dev/stripe/veloce1: 20480.0MB (41943040 sectors) block size 16384, fragment size 2048 using 112 cylinder groups of 183.77MB, 11761 blks, 23552 inodes. super-block backups (for fsck -b #) at: newfs: wtfs: 65536 bytes at sector 160: Operation not permitted It's defined as: root@k7# gstripe list Geom name: veloce1 State: UP Status: Total=2, Online=2 Type: MANUAL Stripesize: 131072 ID: 1341795581 Providers: 1. Name: stripe/veloce1 Mediasize: 21474836480 (20G) Sectorsize: 512 Mode: r0w0e0 Consumers: 1. Name: ad5s2d Mediasize: 10737418240 (10G) Sectorsize: 512 Mode: r0w0e0 Number: 0 2. Name: ad6s2d Mediasize: 10737418240 (10G) Sectorsize: 512 Mode: r0w0e0 Number: 1 What does "wtfs: 65536 bytes at sector 160: Operation not permitted" mean? Thank you in advance, \fer From owner-freebsd-geom@FreeBSD.ORG Sun May 21 14:05:04 2006 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 503C216A42B for ; Sun, 21 May 2006 14:05:04 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99FF743D45 for ; Sun, 21 May 2006 14:05:03 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 5ADDB52DE5; Sun, 21 May 2006 16:05:01 +0200 (CEST) Received: from localhost (public-gprs29996.centertel.pl [87.96.117.44]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 3CDF750EA7; Sun, 21 May 2006 16:04:45 +0200 (CEST) Date: Sun, 21 May 2006 16:02:38 +0200 From: Pawel Jakub Dawidek To: Ferruccio Zamuner Message-ID: <20060521140238.GA12368@garage.freebsd.pl> References: <44706F33.4030200@diff.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <44706F33.4030200@diff.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00 autolearn=ham version=3.0.4 Cc: freebsd-geom@freebsd.org Subject: Re: A gstripe problem. 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: Sun, 21 May 2006 14:05:04 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 21, 2006 at 03:46:27PM +0200, Ferruccio Zamuner wrote: +> Hi, +>=20 +> I'm trying the gstripe and then I've changed partition table on some my = disks. +> Some volumes work fine (they seems), just one gives me following error: +>=20 +> ---------- +> root@k7# newfs /dev/stripe/veloce1 +> /dev/stripe/veloce1: 20480.0MB (41943040 sectors) block size 16384, frag= ment size 2048 +> using 112 cylinder groups of 183.77MB, 11761 blks, 23552 inodes. +> super-block backups (for fsck -b #) at: +> newfs: wtfs: 65536 bytes at sector 160: Operation not permitted +> It's defined as: +>=20 +> root@k7# gstripe list +> Geom name: veloce1 +> State: UP +> Status: Total=3D2, Online=3D2 +> Type: MANUAL +> Stripesize: 131072 +> ID: 1341795581 +> Providers: +> 1. Name: stripe/veloce1 +> Mediasize: 21474836480 (20G) +> Sectorsize: 512 +> Mode: r0w0e0 +> Consumers: +> 1. Name: ad5s2d +> Mediasize: 10737418240 (10G) +> Sectorsize: 512 +> Mode: r0w0e0 +> Number: 0 +> 2. Name: ad6s2d +> Mediasize: 10737418240 (10G) +> Sectorsize: 512 +> Mode: r0w0e0 +> Number: 1 +>=20 +> What does "wtfs: 65536 bytes at sector 160: Operation not permitted" mea= n? I'm guessing your 'd' partition starts at offset 0. Could you send the output of: # apply "bsdlabel %1" /dev/ad[56]s2d --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEcHL+ForvXbEpPzQRAiO5AKDNjYqeKQveuqQztKA0NirUJfhLKwCfaLPM KA3wCQopUUVxqZKcpZ0k/DY= =GlUu -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- From owner-freebsd-geom@FreeBSD.ORG Sun May 21 20:50:26 2006 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 0107A16A438; Sun, 21 May 2006 20:50:26 +0000 (UTC) (envelope-from nonsolosoft@diff.org) Received: from maya.ngi.it (maya.ngi.it [88.149.128.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B2443D77; Sun, 21 May 2006 20:50:19 +0000 (GMT) (envelope-from nonsolosoft@diff.org) Received: from k7.diff.org (81-174-26-135.f5.ngi.it [81.174.26.135]) by maya.ngi.it (8.13.6/8.13.5) with ESMTP id k4LKoHEc030763; Sun, 21 May 2006 22:50:17 +0200 Received: from [127.0.0.1] (localhost [127.0.0.1]) by k7.diff.org (8.13.6/8.13.4) with ESMTP id k4LKpSoK025614; Sun, 21 May 2006 22:51:28 +0200 (CEST) (envelope-from nonsolosoft@diff.org) Message-ID: <4470D2D0.4070809@diff.org> Date: Sun, 21 May 2006 22:51:28 +0200 From: Ferruccio Zamuner Organization: NonSoLoSoft - Italy - http://www.nonsolosoft.com/ User-Agent: Thunderbird 1.5 (X11/20060114) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <44706F33.4030200@diff.org> <20060521140238.GA12368@garage.freebsd.pl> In-Reply-To: <20060521140238.GA12368@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-geom@FreeBSD.org Subject: Re: A gstripe problem. 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: Sun, 21 May 2006 20:50:27 -0000 Pawel Jakub Dawidek wrote: > +> What does "wtfs: 65536 bytes at sector 160: Operation not permitted" mean? > > I'm guessing your 'd' partition starts at offset 0. > Could you send the output of: > > # apply "bsdlabel %1" /dev/ad[56]s2d > > ad[56]s1a start at offset 0. root@k7# apply "bsdlabel %1" /dev/ad[56]s2d # /dev/ad5s2d: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 70268310 85979880 unused 0 0 # "raw" part, don't edit d: 20971520 85979880 4.2BSD 0 0 0 e: 20971520 106951400 4.2BSD 0 0 0 f: 28325270 127922920 4.2BSD 0 0 0 partition c: offset past end of unit partition c: partition extends past end of unit bsdlabel: partition c doesn't start at 0! bsdlabel: partition c doesn't cover the whole unit! bsdlabel: An incorrect partition c may cause problems for standard system utilities partition d: offset past end of unit partition d: partition extends past end of unit partition e: offset past end of unit partition e: partition extends past end of unit partition f: offset past end of unit partition f: partition extends past end of unit # /dev/ad6s2d: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 74091780 85979880 unused 0 0 # "raw" part, don't edit d: 20971520 85979880 4.2BSD 0 0 0 e: 20971520 106951400 4.2BSD 0 0 0 f: 32148740 127922920 4.2BSD 0 0 0 partition c: offset past end of unit partition c: partition extends past end of unit bsdlabel: partition c doesn't start at 0! bsdlabel: partition c doesn't cover the whole unit! bsdlabel: An incorrect partition c may cause problems for standard system utilities partition d: offset past end of unit partition d: partition extends past end of unit partition e: offset past end of unit partition e: partition extends past end of unit partition f: offset past end of unit partition f: partition extends past end of unit From owner-freebsd-geom@FreeBSD.ORG Sun May 21 22:50:22 2006 Return-Path: X-Original-To: freebsd-geom@hub.freebsd.org Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62CAF16A515 for ; Sun, 21 May 2006 22:50:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A300B43D45 for ; Sun, 21 May 2006 22:50:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4LMoLfO081851 for ; Sun, 21 May 2006 22:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4LMoLXi081850; Sun, 21 May 2006 22:50:21 GMT (envelope-from gnats) Date: Sun, 21 May 2006 22:50:21 GMT Message-Id: <200605212250.k4LMoLXi081850@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: "Scott Ullrich" Cc: Subject: Re: bin/90093: fdisk(8) incapable of altering in-core geometry X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scott Ullrich List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2006 22:50:27 -0000 The following reply was made to PR bin/90093; it has been noted by GNATS. From: "Scott Ullrich" To: bug-followup@FreeBSD.org, cpressey@catseye.mine.nu Cc: Subject: Re: bin/90093: fdisk(8) incapable of altering in-core geometry Date: Sun, 21 May 2006 18:43:17 -0400 Hello, this patch seems to fix the problems outlined in this pr. I am not sure if this is the "correct" fix but it does ineed work. This patch was given to me by Olavi Kumpulainen and he asked me to follow up to the PR if it worked. I've also sent this patch to 2 other parties with the same problems and they reported that this fixed their issues as well. --- fdisk.c=09Wed Oct 5 03:16:39 2005 +++ fdisk-patched.c=09Tue May 16 14:36:51 2006 @@ -750,6 +750,7 @@ =09char fbuf[BUFSIZ]; =09int i, fdw; +=09close(fd);=09/* Give the GEOM layer exclusive access to the disk */ =09grq =3D gctl_get_handle(); =09gctl_ro_param(grq, "verb", -1, "write MBR"); =09gctl_ro_param(grq, "class", -1, "MBR"); @@ -760,13 +761,15 @@ =09=09q++; =09gctl_ro_param(grq, "geom", -1, q); =09gctl_ro_param(grq, "data", secsize, buf); -=09q =3D gctl_issue(grq); +=09q =3D gctl_issue(grq); =09if (q =3D=3D NULL) { =09=09gctl_free(grq); +=09=09open_disk(u_flag); =09=09return(0); =09} =09warnx("%s", q); =09gctl_free(grq); +=09open_disk(u_flag); =09 =09error =3D pwrite(fd, buf, secsize, (sector * 512)); =09if (error =3D=3D secsize) From owner-freebsd-geom@FreeBSD.ORG Sun May 21 23:00:32 2006 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 7541116A459 for ; Sun, 21 May 2006 23:00:32 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id D244443D45 for ; Sun, 21 May 2006 23:00:31 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by py-out-1112.google.com with SMTP id f28so1322694pyf for ; Sun, 21 May 2006 16:00:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Fqf/QjWlA7/flLC4WXURSCMt8fCNQbgqA6JpV5JK3WrhwMp4OhWzCKGnH5GzO81OJ8/2OCTzSy9kScFWhwSqlKPOhVhWS6znXjV2U+sctrCDdIAsMVvYRzsTZ3kGfWjTu7uxT2JmcvsVjzzcClaQqLrz8HxrzTzCls7raCTxvD4= Received: by 10.35.91.10 with SMTP id t10mr2560229pyl; Sun, 21 May 2006 16:00:31 -0700 (PDT) Received: by 10.35.94.6 with HTTP; Sun, 21 May 2006 16:00:31 -0700 (PDT) Message-ID: Date: Sun, 21 May 2006 19:00:31 -0400 From: "Scott Ullrich" To: freebsd-geom@freebsd.org In-Reply-To: <200605212250.k4LMoLXi081850@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_14670_356019.1148252431086" References: <200605212250.k4LMoLXi081850@freefall.freebsd.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: bin/90093: fdisk(8) incapable of altering in-core geometry 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: Sun, 21 May 2006 23:00:34 -0000 ------=_Part_14670_356019.1148252431086 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 5/21/06, Scott Ullrich wrote: > The following reply was made to PR bin/90093; it has been noted by GNATS. > > From: "Scott Ullrich" > To: bug-followup@FreeBSD.org, cpressey@catseye.mine.nu > Cc: > Subject: Re: bin/90093: fdisk(8) incapable of altering in-core geometry > Date: Sun, 21 May 2006 18:43:17 -0400 > > Hello, this patch seems to fix the problems outlined in this pr. I am > not sure if this is the "correct" fix but it does ineed work. This > patch was given to me by Olavi Kumpulainen and > he asked me to follow up to the PR if it worked. I've also sent this > patch to 2 other parties with the same problems and they reported that > this fixed their issues as well. [snip] My apologies, this didnt turn out correctly. I have attached the patch and hopefully it will not be mangled this time. ------=_Part_14670_356019.1148252431086-- From owner-freebsd-geom@FreeBSD.ORG Mon May 22 11:02:48 2006 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 9CA3916A5DE for ; Mon, 22 May 2006 11:02:48 +0000 (UTC) (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 E986743D72 for ; Mon, 22 May 2006 11:02:45 +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.4/8.13.4) with ESMTP id k4MB2jrg034851 for ; Mon, 22 May 2006 11:02:45 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4MB2ik6034847 for freebsd-geom@freebsd.org; Mon, 22 May 2006 11:02:44 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 22 May 2006 11:02:44 GMT Message-Id: <200605221102.k4MB2ik6034847@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, 22 May 2006 11:02:52 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/01/21] kern/76538 geom [gbde] nfs-write on gbde partition stalls o [2005/08/04] kern/84556 geom [geom] GBDE-encrypted swap causes panic a o [2005/10/16] kern/87544 geom [gbde] mmaping large files on a gbde file o [2005/11/16] kern/89102 geom [geom_vfs] [panic] panic when forced unmo o [2005/12/08] bin/90093 geom fdisk(8) incapable of altering in-core ge o [2005/12/18] kern/90582 geom [geom_mirror] [panic] Restore cause panic o [2006/04/15] kern/95771 geom [geom] geom mirror provider destroyed (ma 7 problems total. 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 o [2006/03/18] kern/94632 geom [geom] Kernel output resets input while G 3 problems total.