From owner-freebsd-stable@FreeBSD.ORG Tue Mar 28 08:29:25 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58DA16A400 for ; Tue, 28 Mar 2006 08:29:25 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id DDAE643D5E for ; Tue, 28 Mar 2006 08:29:23 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 28 Mar 2006 08:29:22 -0000 Received: from cable194106210-142.astral.lodz.pl (EHLO [192.168.0.207]) [194.106.210.142] by mail.gmx.net (mp042) with SMTP; 28 Mar 2006 10:29:22 +0200 X-Authenticated: #5465401 Message-ID: <4428F3E1.9070208@gmx.de> Date: Tue, 28 Mar 2006 10:29:21 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: kldunload -f does not work X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 08:29:26 -0000 I'm using the radeon driver and thus suspend kills the system. I'm trying to get a 'lame' suspend by sending xdm a -HUP signal and killing the drm and radeon modules with 'kldunload -f'. However kldunload ignores the '-f' option on my system. The output is always the same (with and without '-f"): kldunload: can't unload file: Device Busy The way I understand the manpage '-f' should force unloading anyway.