From owner-freebsd-stable@FreeBSD.ORG Tue May 4 08:41:22 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFF651065674 for ; Tue, 4 May 2010 08:41:22 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f228.google.com (mail-bw0-f228.google.com [209.85.218.228]) by mx1.freebsd.org (Postfix) with ESMTP id 393888FC23 for ; Tue, 4 May 2010 08:41:21 +0000 (UTC) Received: by bwz28 with SMTP id 28so1816521bwz.14 for ; Tue, 04 May 2010 01:41:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=JjmMxE7Mn/HMoEzC6wLiFp3AGBguyR5lz9zF2GRfa6Q=; b=ddd8UNmams7S8v7Cbz8mdpmGYF1hd5NouHZLjkTSV+nK0VssqGoTzvs2nJiv/Qr1Me XAw8aalF1skbSU7BHWO5o8wae9hFhK6R1t7w+bEgofM40uE4S9SMG+l6iCEOd8AxyRvG 44OqW2TnwPWjjCT2+c1vhbJF0FTM3zOfCZ/WE= 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=IjQuHgzb8LTVDMBYLaXJ7+9BnhtUL0IBF3VJFd5o3iofyPu9xTCCkET4iQ6TIp1m5k w6zOeHe5z9qCvUvHfdK6ojRdCCtsodZlC40F2qHmW84POS57ECsV3/ukkZ+u01cGs886 XUAICjsRzUAyEWwns9FH3zdX6LeQQ0W1kB2l8= MIME-Version: 1.0 Received: by 10.204.32.201 with SMTP id e9mr6554954bkd.47.1272962478471; Tue, 04 May 2010 01:41:18 -0700 (PDT) Received: by 10.204.76.73 with HTTP; Tue, 4 May 2010 01:41:18 -0700 (PDT) In-Reply-To: <20100504083738.GA23820@icarus.home.lan> References: <20100503224206.GB9134@icarus.home.lan> <20100504083738.GA23820@icarus.home.lan> Date: Tue, 4 May 2010 10:41:18 +0200 Message-ID: From: David DEMELIER To: Jeremy Chadwick Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: Kernel panic when unpluggin AC adaptor 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: Tue, 04 May 2010 08:41:22 -0000 2010/5/4 Jeremy Chadwick : > On Tue, May 04, 2010 at 10:32:14AM +0200, David DEMELIER wrote: >> Since I added dumpdev=3D"/dev/ad4s1b" in my /boot/loader.conf it does >> not panic anymore ... >> >> I'm not lucky (or ?). > > 1) dumpdev=3D"xxx" should go into /etc/rc.conf, not /boot/loader.conf. > Putting in in /boot/loader.conf will change/do nothing. =A0You should > probably be using 'dumpdev=3D"auto"' anyway (it then uses whatever you > define as swap in /etc/fstab). > > 2) If you meant to say /etc/rc.conf instead of /boot/loader.conf, > setting dumpdev shouldn't fix your problem. =A0I think it's a red herring= . > > 3) You sent the above to me directly; please keep the mailing list CC'd, > as others need to know what you've tried/done. =A0Thanks. > Yes I also added dumpdev=3D"AUTO" in /etc/rc.conf at the beginning. That was Garett who told me to add it to loader.conf. $ sysctl dev.cpu dev.cpu.0.%desc: ACPI CPU dev.cpu.0.%driver: cpu dev.cpu.0.%location: handle=3D\_PR_.CPU0 dev.cpu.0.%pnpinfo: _HID=3Dnone _UID=3D0 dev.cpu.0.%parent: acpi0 dev.cpu.0.freq: 2101 dev.cpu.0.freq_levels: 2101/35000 1837/30625 1600/23888 1400/20902 1200/15000 1050/13125 900/11250 750/9375 600/7500 450/5625 300/3750 150/1875 dev.cpu.0.cx_supported: C1/1 C2/57 dev.cpu.0.cx_lowest: C1 dev.cpu.0.cx_usage: 100.00% 0.00% last 497us dev.cpu.1.%desc: ACPI CPU dev.cpu.1.%driver: cpu dev.cpu.1.%location: handle=3D\_PR_.CPU1 dev.cpu.1.%pnpinfo: _HID=3Dnone _UID=3D0 dev.cpu.1.%parent: acpi0 dev.cpu.1.cx_supported: C1/1 C2/57 dev.cpu.1.cx_lowest: C1 dev.cpu.1.cx_usage: 100.00% 0.00% last 497us (I used Cc: entry I hope it sends to all) --=20 Demelier David