From owner-freebsd-current@FreeBSD.ORG Thu Dec 18 15:04:53 2003 Return-Path: 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 4322716A4CE for ; Thu, 18 Dec 2003 15:04:53 -0800 (PST) Received: from mail.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9625243D41 for ; Thu, 18 Dec 2003 15:04:51 -0800 (PST) (envelope-from masta@wifibsd.org) Received: from localhost (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with ESMTP id 5DCDA3981F; Fri, 19 Dec 2003 00:04:47 +0100 (CET) Received: from mail.yazzy.org ([127.0.0.1]) by localhost (urukhai.yazzy.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 44098-10; Fri, 19 Dec 2003 00:04:46 +0100 (CET) Received: from wifibsd.org (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with SMTP id 91DA339820; Fri, 19 Dec 2003 00:04:44 +0100 (CET) Received: from c-24-0-61-35.client.comcast.net ([24.0.61.35]) (SquirrelMail authenticated user masta@wifibsd.org) by mail.yazzy.org with HTTP; Thu, 18 Dec 2003 17:04:44 -0600 (CST) Message-ID: <62279.24.0.61.35.1071788684.squirrel@mail.yazzy.org> Date: Thu, 18 Dec 2003 17:04:44 -0600 (CST) From: "masta" To: In-Reply-To: <20031218145804.M26066@carver.gumbysoft.com> References: <62230.24.0.61.35.1071787700.squirrel@mail.yazzy.org> <20031218145804.M26066@carver.gumbysoft.com> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: masta@wifibsd.org cc: current@freebsd.org Subject: Re: panic: Most recently used by AD driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: masta@wifibsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 23:04:53 -0000 Allegedly Doug Whitesaid > On Thu, 18 Dec 2003, masta wrote: > >> The situation is this: I am developing freebsd images for a Net4501 on >> a dell laptop (cpi P2), and I am inserting, and ejecting various CF >> media (IBM micro drives, and typical San Disk's). At the time of the >> panic I had ejected my Microdrive aproxamatly 20 to 30 minutes prior >> from the laptop's pcmcia slot. The laptop was also working as a remote >> serrial term for the soekris board, but that likely has nothing to do >> with the panic (just covering my bases here). > > Perhaps you forgot to unmount the filesystem before ejecting? You can > get some wierd panics that way. > Actually I don't mount anything, I low-level copy to the CF medium only: dd if=wifibsd.img bs=64k of=/dev/ad4 Then I eject the CF medium. > > -- > Doug White | FreeBSD: The Power to Serve > dwhite@gumbysoft.com | www.FreeBSD.org __ __ _ | \/ | __ _ ___| |_ __ _ | |\/| |/ _` / __| __/ _` | | | | | (_| \__ \ || (_| | |_| |_|\__,_|___/\__\__,_| unzip ; strip ; touch ; finger ; mount ; fsck ; more ; yes ; umount ; sleep masta@wifibsd.org http://wifibsd.org