From owner-freebsd-current@FreeBSD.ORG Tue Jul 26 01:45:29 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF4C116A41F for ; Tue, 26 Jul 2005 01:45:29 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.FreeBSD.org (Postfix) with SMTP id D59E043D45 for ; Tue, 26 Jul 2005 01:45:28 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 20960 invoked from network); 26 Jul 2005 01:45:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=09mLR3eQMIazT+GMy16QNeGT7k37v6rnsDPG/RNMVaalIE4t8lFEws3BrrsIK8hWiMzcnfio0MTFKkieGWFfPJM/MnQeRvMvnzz4DKJoKCqeyuj9QfAu1HN7hr9NxdXS9MbUitbBUZManudlG4cOSeLBQBGlFZcEUFH912oukfA= ; Received: from unknown (HELO ?172.16.0.199?) (mikej@rogers.com@69.193.222.195 with plain) by smtp100.rog.mail.re2.yahoo.com with SMTP; 26 Jul 2005 01:45:28 -0000 Message-ID: <42E595C3.2070003@rogers.com> Date: Mon, 25 Jul 2005 21:45:39 -0400 From: Mike Jakubik User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brooks Davis References: <42E58007.9030202@rogers.com> <20050726004246.GA20597@odin.ac.hmc.edu> In-Reply-To: <20050726004246.GA20597@odin.ac.hmc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: dhclient taking all cpu X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2005 01:45:29 -0000 Brooks Davis wrote: >On Mon, Jul 25, 2005 at 08:12:55PM -0400, Mike Jakubik wrote: > > >>Why is dhclient taking over 80% of CPU, constantly? >> >> PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND >> 216 _dhcp 1 132 0 1448K 956K RUN 17.5H 83.30% >>dhclient >> >>FreeBSD 7.0-CURRENT #0: Mon Jul 25 00:23:30 EDT 2005 >> >> > >Probably something wrong with your interface, but you havent't provided >any useful information so who knows. At the very least, I need to know >what interface you are running on, something about it's status, and if >both dhclient processes are running. > > The interface is xl0 (3Com 3c905C-TX Fast Etherlink XL), and it worked in this machine fine for as long as i remember. This seems to have happened since a recent cvsup and buildworld from ~6-BETA to 7-CURRENT. I rebooted three times, and the problem occured rougly a minute after bootup. On the fourth time however, it seems to be ok so far.