From owner-freebsd-stable@FreeBSD.ORG Fri Aug 3 17:47:20 2012 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 726B9106566B; Fri, 3 Aug 2012 17:47:20 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) Received: from zeus.linuxinfo.com.br (zeus.linuxinfo.com.br [186.193.48.13]) by mx1.freebsd.org (Postfix) with ESMTP id 22A408FC08; Fri, 3 Aug 2012 17:47:19 +0000 (UTC) Received: from zeus.linuxinfo.com.br (zeus.linuxinfo.com.br [127.0.0.1]) by zeus.linuxinfo.com.br (Postfix) with ESMTP id 886DE466A46D; Fri, 3 Aug 2012 14:47:35 -0300 (BRT) X-Virus-Scanned: amavisd-new at zeus.linuxinfo.com.br Received: from zeus.linuxinfo.com.br ([127.0.0.1]) by zeus.linuxinfo.com.br (zeus.linuxinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CBIj6mjcJMJl; Fri, 3 Aug 2012 14:47:33 -0300 (BRT) Received: from [192.168.3.11] (unknown [186.193.48.8]) by zeus.linuxinfo.com.br (Postfix) with ESMTPSA id 1A27C466A452; Fri, 3 Aug 2012 14:47:31 -0300 (BRT) Message-ID: <501C0EA6.8050500@bsdinfo.com.br> Date: Fri, 03 Aug 2012 14:47:18 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Jim Harris References: <1977769407.20120322151934@tkachuk.name> <4F6B4030.5090907@FreeBSD.org> <4F6B4631.8020006@gmail.com> <4F6B4B93.7020309@FreeBSD.org> <4F6B4FAB.1020202@gmail.com> <1332434072.8403.79.camel@revolution.hippie.lan> <501B8004.1000503@ateamsystems.com> <501BBEBB.5010106@bsdinfo.com.br> <501C0485.8070002@bsdinfo.com.br> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: geom_virstor with kernel panic in FreeBSD 9.x 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: Fri, 03 Aug 2012 17:47:20 -0000 Em 03/08/2012 14:22, Jim Harris escreveu: > On Fri, Aug 3, 2012 at 10:04 AM, Marcelo Gondim wrote: >> Hi Jim, >> >> When I applied the patch gave this error: >> >> # patch < /root/patch.diff >> Hmm... Looks like a unified diff to me... >> The text leading up to this was: >> -------------------------- >> >> |--- sys/geom/virstor/g_virstor.c (revision 238909) >> |+++ sys/geom/virstor/g_virstor.c (working copy) >> -------------------------- >> Patching file sys/geom/virstor/g_virstor.c using Plan A... >> Hunk #1 failed at 235. >> 1 out of 1 hunks failed--saving rejects to sys/geom/virstor/g_virstor.c.rej >> done >> >> >> > Strange. It applies with no issues on my checkout. > > Let's try an attachment instead. If this doesn't work, could you > kindly apply the patch by hand? > > Thanks, > > -Jim Hi Jim, # patch < /root/patch.diff Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: sys/geom/virstor/g_virstor.c |=================================================================== |--- sys/geom/virstor/g_virstor.c (revision 239019) |+++ sys/geom/virstor/g_virstor.c (working copy) -------------------------- Patching file sys/geom/virstor/g_virstor.c using Plan A... Hunk #1 succeeded at 234. done I will now compile and test. I will return with the result. :)