From owner-freebsd-net@FreeBSD.ORG Thu Oct 6 04:57:33 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 964D3106566B for ; Thu, 6 Oct 2011 04:57:33 +0000 (UTC) (envelope-from break19@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 523E48FC14 for ; Thu, 6 Oct 2011 04:57:33 +0000 (UTC) Received: by ggeq3 with SMTP id q3so1735762gge.13 for ; Wed, 05 Oct 2011 21:57:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; bh=yDZl5G0E9qq4EcEeYeVW0VMZ1MrEBOA3wtRy8mzWxHI=; b=Eq2j7sQFsHWJLcCdHCzo5TdmL4VYa31CMxk14I2fo41oDeHbh+GvoziJ3o7RFKwmQg lUEw7FbnVqV2nuNRvtWwRJVxNXKF6MHgWrZeCPx+JJQ7/V3fm1m4Hps1TZYAppSQ9Unh /T84tZLv8lkdtU8693SnYGtRd23m4pLAHgp1I= Received: by 10.236.190.67 with SMTP id d43mr1123293yhn.78.1317877052645; Wed, 05 Oct 2011 21:57:32 -0700 (PDT) Received: from blackbeast.local (c-98-230-65-110.hsd1.al.comcast.net. [98.230.65.110]) by mx.google.com with ESMTPS id v28sm6012747yhi.11.2011.10.05.21.57.31 (version=SSLv3 cipher=OTHER); Wed, 05 Oct 2011 21:57:31 -0700 (PDT) From: Chuck Burns To: freebsd-net@freebsd.org Date: Wed, 5 Oct 2011 23:56:41 -0500 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.5; amd64; ; ) References: <201110042008.48915.break19@gmail.com> <201110051850.58888.break19@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110052356.41724.break19@gmail.com> Subject: Re: [urtw] Wifi link dying randomly. reboot required to reconnect. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 04:57:33 -0000 On Wednesday, October 05, 2011 11:47:01 PM Adrian Chadd wrote: > On 6 October 2011 07:50, Chuck Burns wrote: > > Ok, it crashed this evening.. Got a snapshot of it with my wife's digital > > camera.. > > > > http://imageshack.us/photo/my-images/851/kernelcrash.jpg/ > > > > There is a small "flash dot" as the camera's flash went off, but 99% of > > it is readable. (thought I'd turned off the flash). > > > > Also, as a side note, the machine has a large enough swapfile for a crash > > dump.. and it didnt reboot reboot on it's own even though it says it > > will.. > > So it didn't crashdump? > > Unless data[] is completely invalid (eg NULL), I can't see how that > function would panic.. > > > Adrian No.. it claimed there was no valid dump device configured.. I have a swap partition, that is 6G, and my box has 4G of ram. Also, later this evening, it apparently panic'd again, but my screen was off, and I couldnt get it to do anything without a hard reboot.. and it appeared to have -attempted- to savecore, but said "permission denied" even though /var/crash exists and was writeable by root. I have since created another directory, chown'd it 777 and set it as the dumpdir.