From owner-freebsd-current@FreeBSD.ORG Fri Dec 21 02:33:10 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66E0216A420 for ; Fri, 21 Dec 2007 02:33:10 +0000 (UTC) (envelope-from qpadla@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id E29CC13C448 for ; Fri, 21 Dec 2007 02:33:04 +0000 (UTC) (envelope-from qpadla@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so764128uge.37 for ; Thu, 20 Dec 2007 18:33:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id; bh=LJYFj1tMylmBJD4Qu08kZ1OktaDcd/nzxvgD65D+3Co=; b=TMbUFzSkYt3KqiserKdNQTx24qCI/UFx+UjiKb/5Zbtb8lFE04Ojzk3QcBtZeRR/3cwa9I6rxYpvYzyebnkPLlCHA2LBuls8TtiejBuOKwKd956dOzo3i2L/oG1EXkSWPxdheCZwsM/Nw3BVNhpFFkPXyTNAafP2b4D0DFQ6F5g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id; b=TjdSH/pGiMJ4aS3cDr+Up1CG10nmb5x3fxfhhNxTQLXY8uRzH19kQLY7R+rJiYc6WUpF6MAjAFU/2/eLkjJZT2C0fNtLQLad7y008UFHHzUm3jpi0I7zuspBGomXsZjEDYSKMW5dN28gCcG72AhTkyC/x9L3G57XboHtSWLLRtQ= Received: by 10.66.221.5 with SMTP id t5mr4148781ugg.83.1198204383185; Thu, 20 Dec 2007 18:33:03 -0800 (PST) Received: from orion ( [89.162.141.1]) by mx.google.com with ESMTPS id i39sm9705372ugd.32.2007.12.20.18.33.01 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Dec 2007 18:33:02 -0800 (PST) From: Nikolay Pavlov To: Robert Watson Date: Fri, 21 Dec 2007 04:32:54 +0200 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) References: <20071218120359.E15521@fledge.watson.org> <200712201532.41123.qpadla@gmail.com> <20071220134033.T94754@fledge.watson.org> In-Reply-To: <20071220134033.T94754@fledge.watson.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1383799.v4Zq5TN8JT"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200712210432.58751.qpadla@gmail.com> Cc: arch@freebsd.org, current@freebsd.org Subject: Re: DDB scripting, output capture, and textdumps X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: qpadla@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2007 02:33:10 -0000 --nextPart1383799.v4Zq5TN8JT Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 20 December 2007 15:42:21 Robert Watson wrote: > On Thu, 20 Dec 2007, Nikolay Pavlov wrote: > > It looks like some files is not included in the patch. I have this > > error: > > Unfortunately, p4 doesn't include a -N argument to its diff2 command, so > I attached the new files directly in the tarball (including the kernel > ones). Could you check and see if they are there? If you untar the > tarball in your top-level src directory, it should extract one man page > into share/man/man4, a few files into src/sbin/ddb (note: I have not > updated the sbin Makefile so you'll need to build it by hand), three > files into src/sys/ddb, and then a patch which you apply. > Thanks. I've figure this out, but still see some problems. I've created a=20 panic during the manual kernel debuging session and after reboot found a=20 textdump file in a /var/crash directory, but unexpectedly i can not untar=20 it:=20 root@orion-vm:/var/crash# bsdtar -xf textdump.tar.0 = = =20 bsdtar: Unrecognized archive format: Inappropriate file type or format bsdtar: Error exit delayed from previous errors. root@orion-vm:/var/crash# file textdump.tar.0 = = =20 textdump.tar.0: data root@orion-vm:/var/crash# ls -la textdump.tar.0 = = =20 =2Drw------- 1 root wheel 35483648 Dec 21 02:17 textdump.tar.0 =2D-=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 =2D Best regards, Nikolay Pavlov. <<<----------------------------------- = =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 --nextPart1383799.v4Zq5TN8JT Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHayXa/2R6KvEYGaIRAv0CAKCPH0mqRKc3Bk0IhhHvHcNJ9/8owQCg7RCv U91/esJ6Ag+SritrJRvntJo= =k/Ci -----END PGP SIGNATURE----- --nextPart1383799.v4Zq5TN8JT--