From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 10 23:47:16 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 177AD106566B for ; Wed, 10 Jun 2009 23:47:16 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f220.google.com (mail-fx0-f220.google.com [209.85.220.220]) by mx1.freebsd.org (Postfix) with ESMTP id 99A628FC12 for ; Wed, 10 Jun 2009 23:47:15 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm20 with SMTP id 20so1110113fxm.43 for ; Wed, 10 Jun 2009 16:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Yoe2c4KwhgExreWr6KALKQlENYLCAhbWRpdxpTMY2cI=; b=Kn/xbfrcZtTsM62DgiRloDuAouvUsaRj6dhS33nMM0qOzgvoPWJxIejIfTB7be1Qwy OK2/31HciMjS5Tijc33KEBUrXrJJaFct4Lp3JuvE8D0KYbtMntOGoMyEvHO+YVicsehI L5Oel9RIm/Js1eecmT4EAQKh8mfOewsCVxBtA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jeja04qngP+aZxED7PshEA4MFiilUl8Brx1fvRxDO3Z4RXtKEh7Qm1fM6nT84R6xkH NVnKiTVj2WzWOHxdndXQIg8KKcFTWu7lqthC4p1vWobb3DO03uQ/gd4opYJex6OHqVZK B46pLQnIHRwaovnIHDwy1sASTJ7XQ2Xhcta+w= MIME-Version: 1.0 Received: by 10.204.116.9 with SMTP id k9mr1821722bkq.159.1244677634400; Wed, 10 Jun 2009 16:47:14 -0700 (PDT) In-Reply-To: <20090610151502.9206375pvaxw7pes@webmail.rawbw.com> References: <20090610151502.9206375pvaxw7pes@webmail.rawbw.com> Date: Wed, 10 Jun 2009 23:47:14 +0000 Message-ID: <3a142e750906101647r198aa62dncee8ba0a87c52597@mail.gmail.com> From: "Paul B. Mahol" To: Yuri Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: 7.2-PRERELEASE hangs every time after running airodump-ng on ath0 for a few hours X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 23:47:16 -0000 On 6/10/09, Yuri wrote: > I got this hang twice in the last day. After 2-3 hours of continuously > run airodiump-ng (from net-mgmt/aircrack-ng) system stops responding > to any mouse/keyboard clicks. > > Why would aircrack-ng hang the system? Bugs in ath(4) and device itself can hang system. -- Paul