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