From owner-freebsd-stable@FreeBSD.ORG Mon Jul 24 16:50:37 2006 Return-Path: X-Original-To: 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 00F3F16A4DF for ; Mon, 24 Jul 2006 16:50:37 +0000 (UTC) (envelope-from jason@monsterjam.org) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id E495343D6E for ; Mon, 24 Jul 2006 16:50:21 +0000 (GMT) (envelope-from jason@monsterjam.org) Received: from monsterjam.org (cpe-066-057-016-142.nc.res.rr.com [66.57.16.142]) by ms-smtp-03.southeast.rr.com (8.13.6/8.13.6) with SMTP id k6OGoDSe016518 for ; Mon, 24 Jul 2006 12:50:14 -0400 (EDT) Received: (qmail 16459 invoked by uid 0); 24 Jul 2006 16:50:10 -0000 Received: from 127.0.0.1 by monsterjam.org (envelope-from , uid 82) with qmail-scanner-2.01st (clamdscan: 0.88/1287. Clear:RC:1(127.0.0.1):. Processed in 0.072136 secs); 24 Jul 2006 16:50:10 -0000 Received: from unknown (HELO monsterjam.org) (127.0.0.1) by 0 with SMTP; 24 Jul 2006 16:50:10 -0000 Received: (from jason@localhost) by monsterjam.org (8.13.1/8.13.1/Submit) id k6OGoAJI016440 for stable@freebsd.org; Mon, 24 Jul 2006 12:50:10 -0400 (EDT) (envelope-from jason) Date: Mon, 24 Jul 2006 12:50:10 -0400 From: Jason To: stable@freebsd.org Message-ID: <20060724165010.GA5589@monsterjam.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Subject: crashes on newly updated freebsd 6.1 box.. 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: Mon, 24 Jul 2006 16:50:37 -0000 I was running 6.0 stable on my dual Pentium III/733Mhz box and was running fine and dandy.. I did makeworld to upgrade to 6.1 and its been crashing weekly if not less.. the only thing I get on the console is Sleeping thread (tid 100075, pid 4401) owns a non-sleepable lock panic: sleeping thread cpuid = 0 KDB: enter: panic I couldnt break in on the console and had to hard reboot the box. I was thinking this is kern/99094 but im not sure. I dont have any linux fs references in my /etc/fstab.. jason@monsterjam jason $ cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/idad0s1b none swap sw 0 0 /dev/idad0s1a / ufs rw 1 1 /dev/idad0s1e /tmp ufs rw 2 2 /dev/idad0s1f /usr ufs rw 2 2 /dev/idad0s1d /var ufs rw 2 2 /dev/idad1s1d /stuff ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 jason@monsterjam jason $ but I do have jason@monsterjam jason $ kldstat Id Refs Address Size Name 1 5 0xc0400000 6540b0 kernel 2 1 0xc4f8c000 16000 linux.ko jason@monsterjam jason $ should I disable linux compatibility? or what? this is getting very annoying. jason@monsterjam jason $ uname -a FreeBSD mj.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Sat Jul 22 17:40:37 EDT 2006 jason@mj.org:/usr/src/sys/i386/compile/BEAST i386 regards, Jason