From owner-freebsd-questions@FreeBSD.ORG Sun Nov 14 23:39:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C78816A4CE for ; Sun, 14 Nov 2004 23:39:00 +0000 (GMT) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3FB43D54 for ; Sun, 14 Nov 2004 23:38:59 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id iAENcv326106 for ; Mon, 15 Nov 2004 00:38:57 +0100 Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id iAENl5g06641 for ; Mon, 15 Nov 2004 00:47:06 +0100 From: Gregory Nou To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Message-Id: <1100475536.1405.9.camel@alfred> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 15 Nov 2004 00:38:56 +0100 Content-Transfer-Encoding: 8bit Subject: page fault at shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 23:39:00 -0000 Hi everybody, Since I use FB 5.3 (beta 4, I know, I should update), I get a weird problem. When I do a ps aux | grep vr0, I get : root 22 0,0 0,0 0 12 ?? WL 23:19 0:15,50 [irq11: vr0 uhci0+] I assumed that two different device shouldn't be on the same irq. The problem I have occurs ONLY when I shut down the computer using gdm (I mean Actions/shut down in gnome) The shut down do everything normal but it fails to power off : it says me that there is a page fault with this irq11 Since I wasn't really happy at the idea of hand writing the message, I did not write it, but if it's necessary, I may do it. What do you think about it ? is it a problem with my hardware (for example, my bios is too stupid, or I am too stupid :)) or is it a pb with freebsd ? Cheers, -- Grégory PS : I formerly sent a mail reporting a pb with mount_smbfs which tried to unload smbfs.ko which was statically compiled in the kernel. Nobody have an idea about it ?