From owner-freebsd-geom@FreeBSD.ORG Sat May 7 14:05:32 2005 Return-Path: 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 A7E0316A4DB for ; Sat, 7 May 2005 14:05:32 +0000 (GMT) Received: from v00058.home.net.pl (data.pl [212.85.96.58]) by mx1.FreeBSD.org (Postfix) with SMTP id 1D8B143D5D for ; Sat, 7 May 2005 14:05:31 +0000 (GMT) (envelope-from dot@data.pl) Received: from localhost (dot.data@home@127.0.0.1) by matrix01.home.net.pl with SMTP; Sat, 7 May 2005 14:05:27 -0000 Date: Sat, 7 May 2005 16:05:20 +0200 From: DOT To: freebsd-geom@freebsd.org Message-Id: <20050507160520.78fc192b.dot@data.pl> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: GBDE and kernel panic X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 14:05:32 -0000 Hi, Since I update FreeBSD to 5.4-RELEASE my simple script in "/usr/local/etc/rc.d/", which only task is to attach and mount encrypted partition on startup and detach/umount on shutdown, stop acting right. It goes to moment where GBDE asks for passphrase, and when I try to type something (after pressing any button) it causes "fatal trap 12: page fault while in kernel mode" and then system reboots. On FreeBSD 5.4-RC4 this script works fine, and even now works but only when I run it manually after system startup. FreeBSD ALEPH 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sat May 7 13:43:39 CEST 2005 root@ALEPH:/usr/obj/usr/src/sys/GENERIC i386 Please let me know if You have any idea where I've done sometnig wrong. Michal Bartkowiak From owner-freebsd-geom@FreeBSD.ORG Sat May 7 14:14:42 2005 Return-Path: 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 8078116A4DB for ; Sat, 7 May 2005 14:14:42 +0000 (GMT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 077E343DAC for ; Sat, 7 May 2005 14:14:42 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IG400H7OI8GJN@ms-dienst.rz.rwth-aachen.de> for freebsd-geom@freebsd.org; Sat, 07 May 2005 16:14:41 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Sat, 07 May 2005 16:14:40 +0200 (MEST) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])j47EEdf8022628; Sat, 07 May 2005 16:14:39 +0200 (MEST) Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 53AFA28439; Sat, 07 May 2005 16:14:39 +0200 (CEST) Date: Sat, 07 May 2005 16:14:39 +0200 From: Christian Brueffer In-reply-to: <20050507160520.78fc192b.dot@data.pl> To: DOT Message-id: <20050507141438.GA1037@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=CE+1k2dSO48ffgeK; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.6i X-Operating-System: FreeBSD 5.4-STABLE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <20050507160520.78fc192b.dot@data.pl> cc: freebsd-geom@freebsd.org Subject: Re: GBDE and kernel panic X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 14:14:42 -0000 --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 07, 2005 at 04:05:20PM +0200, DOT wrote: > Hi, >=20 > Since I update FreeBSD to 5.4-RELEASE my simple script in > "/usr/local/etc/rc.d/", which only task is to attach and mount encrypted > partition on startup and detach/umount on shutdown, stop acting right. > It goes to moment where GBDE asks for passphrase, and when I try to type > something (after pressing any button) it causes "fatal trap 12: page > fault while in kernel mode" and then system reboots. > On FreeBSD 5.4-RC4 this script works fine, and even now works but only > when I run it manually after system startup. >=20 > FreeBSD ALEPH 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sat May 7 13:43:39 > CEST 2005 root@ALEPH:/usr/obj/usr/src/sys/GENERIC i386 >=20 > Please let me know if You have any idea where I've done sometnig wrong. >=20 This effect is due to a showstopper bug in RELENG_5_4, see the stable@ archives for details. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFCfM1ObHYXjKDtmC0RAsOVAJ9zuVYUlpm41AesFWcXhAa1z+G9nwCeJObu RlyLyeLOVgbvufSTn/SrzFc= =LqHS -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK--