From owner-freebsd-questions@FreeBSD.ORG Sun Jul 11 13:49:52 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 0C14A16A4CE for ; Sun, 11 Jul 2004 13:49:52 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3CE43D53 for ; Sun, 11 Jul 2004 13:49:50 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i6BDng7X082953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Jul 2004 14:49:43 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i6BDngHU082952; Sun, 11 Jul 2004 14:49:42 +0100 (BST) (envelope-from matthew) Date: Sun, 11 Jul 2004 14:49:42 +0100 From: Matthew Seaman To: Steven Adams Message-ID: <20040711134942.GA82763@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Steven Adams , 'Arjan Van Leeuwen' , freebsd-questions@freebsd.org References: <20040711120649.A18D6FE9A@drifthost.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <20040711120649.A18D6FE9A@drifthost.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 11 Jul 2004 14:49:43 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: 'Arjan Van Leeuwen' cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD Kernel Recompile, Does not exclude modules 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, 11 Jul 2004 13:49:52 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 11, 2004 at 10:09:54PM +1000, Steven Adams wrote: > Ive already disabled usbd_enable=3Dno in /etc/rc.conf >=20 > But still I get theses >=20 > root 399 0.0 0.0 0 12 ?? DL Sat04PM 0:00.03 (usb0) > root 400 0.0 0.0 0 12 ?? DL Sat04PM 0:00.00 (usbtask) >=20 > And yes I ran make install, I know it worked because I also compiled in > quota support which is now working and wasn't previously. >=20 > I am a 5year slackware linux user just moved over to FreeBSD so im used to > the linux kernel, that's why its confused me a little. FreeBSD is looking > great tho.. :) >=20 > But yeh wondering how I get rid of them 2 processes. Those are not ordinary processes. Rather they are kernel threads (or some such description) -- along the same lines as the vmdaemon, swapper or syncer threads. In order to get rid of them, you'ld have to compile a custom kernel with all of the usb support ripped out *and* you'ld have to take steps to prevent the kernel autoloading a usb.ko kernel module on boot up. If you have inadvertently loaded a usb kld module -- use kldstat(8) to see if that is the case -- then you should be able to unload it with kldunload(8), so long as it's not actually busy doing stuff. On the whole though, I wouldn't bother too much about those usb kernel thread things. They're generally harmless and they don't have any impact on the rest of the system if there are no USB peripherals in use. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8UV2iD657aJF7eIRAtDvAKCWZBrli/L6+e1/u0KWu/yrnq2eaACfX+ZG 9XiJfbSGqF5tANadRK+552E= =GcbD -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J--