From owner-cvs-all@FreeBSD.ORG Thu May 1 19:17:44 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECAD11065690 for ; Thu, 1 May 2008 19:17:44 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 9B2BC8FC0A for ; Thu, 1 May 2008 19:17:44 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so563040ywh.13 for ; Thu, 01 May 2008 12:17:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; bh=CSYj5jR1P4naKarsnS0VIexBVY+jWnhdynzCaU7ocmY=; b=is79UAXnqjJ4hDZd0oSz9cbMAlsdGj/AveZfXaSuHobJUDO/4ETAS1hGWmTuNTE8rugQleyZWp3dQGCCGwXGH6LGxRHCUK/8qIQPqvva/Su2Oz8MoSwPRU3L/ehlNlCfuSFCJm5oCUtWUXwNhWh4zisi8in3SSEmSw1dSJWQH/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=asifcshAY8Wa0rels13xMPyTB5bEDRjFixNM4VWNOD5c5FUV34uwEFgD+BcSCNJ9zMbVT6L3wgr45Lw2YU491tltfYkMoNmz7tUPJgwTSGguvVy3OyVEJDNLqXmbAQ2RJ2Qu6heDRrqg8GTIlGL0F7E+wVLIzW80V/GQB+feCbE= Received: by 10.150.73.6 with SMTP id v6mr2700586yba.115.1209668003740; Thu, 01 May 2008 11:53:23 -0700 (PDT) Received: from kan.dnsalias.net ( [24.218.183.247]) by mx.google.com with ESMTPS id 26sm5785905wrl.38.2008.05.01.11.53.20 (version=SSLv3 cipher=OTHER); Thu, 01 May 2008 11:53:21 -0700 (PDT) Date: Thu, 1 May 2008 14:53:15 -0400 From: Alexander Kabaev To: John Baldwin Message-ID: <20080501145315.4ec8170c@kan.dnsalias.net> In-Reply-To: <200805011036.16663.jhb@freebsd.org> References: <200804211817.m3LIHm97031507@repoman.freebsd.org> <200804230907.24247.jhb@freebsd.org> <200804250914.47667.doconnor@gsoft.com.au> <200805011036.16663.jhb@freebsd.org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/GBukAsVSVZ9jT0FMVngglHi"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Davis , Brooks, src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2008 19:17:45 -0000 --Sig_/GBukAsVSVZ9jT0FMVngglHi Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 1 May 2008 10:36:15 -0400 John Baldwin wrote: > On Thursday 24 April 2008 07:44:37 pm Daniel O'Connor wrote: > > On Wed, 23 Apr 2008, John Baldwin wrote: > > > As far as panics in X are concerned, that is a bug in the console > > > driver that it doesn't just abort ddb already and write out a dump > > > and reboot. I've been disabling ddb on panics via tunable as a > > > workaround on my laptop to get crashdumps during panics in X. > > > > How hard would this be to fix properly? :) >=20 > Not sure. db_trap() calls 'cnunavailable()' and perhaps that isn't > working correctly now? >=20 > --=20 > John Baldwin cnunavailable will not prevent DDB as long as you have any console that DDB can interact with enabled. Firewire/serial consoles are considered to be always available, if configured. --=20 Alexander Kabaev --Sig_/GBukAsVSVZ9jT0FMVngglHi Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iD4DBQFIGhGbQ6z1jMm+XZYRAnD6AKDNZW68sk1oCWhZcJS7ajPVWmRaJACXY5kW FKNEXpeEP5oMPSdPHzmcwA== =UElm -----END PGP SIGNATURE----- --Sig_/GBukAsVSVZ9jT0FMVngglHi--