From owner-freebsd-current@FreeBSD.ORG Sat Jul 18 18:38:14 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1528106566B; Sat, 18 Jul 2009 18:38:14 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 552088FC0A; Sat, 18 Jul 2009 18:38:14 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by fg-out-1718.google.com with SMTP id 13so436372fge.12 for ; Sat, 18 Jul 2009 11:38:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:message-id:user-agent:mime-version:content-type; bh=zAwWDyAHebHCPBuwFLLvyBbqPk5bkR86BV7tVp4IFYI=; b=EsTgcNH1K9wCquujuye8LCuUQf+mrYNHMPyCAPZx1uRAiOJGBhCZ/L26UA+es8wH2S pmlsdVRyrQuAp5Jp1WTqrar/MWTL1NEirGio2f4iu/cB/lura9ZQwKTVOEfrHfAWDrVl a8U5MjRrkkZ+rmr/VUZcr8OH1TmkGLaDUcaWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:message-id:user-agent :mime-version:content-type; b=Gt/3RU5SfqXoiKYhsQFrTwphco6YKLuHvVGjqNEEmHLRzLh2pfAbW0uqA6VdEQ71PI yeD8lMHxI8mqKlOeLzbvb1q0Pe6KqXve7ljH5KNSVyuu0LYSsHJFFdcuJ0pro7+CrUog TWo/KXt7ocUIZ27QIo8oSnW/kVMLSxK0ErEkc= Received: by 10.86.74.4 with SMTP id w4mr1820834fga.65.1247942293476; Sat, 18 Jul 2009 11:38:13 -0700 (PDT) Received: from localhost (95-24-64-233.broadband.corbina.ru [95.24.64.233]) by mx.google.com with ESMTPS id d4sm3914602fga.18.2009.07.18.11.38.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 18 Jul 2009 11:38:12 -0700 (PDT) From: Anonymous To: Rick Macklem References: <86zlb45px8.fsf@gmail.com> <20090717081105.GQ55190@deviant.kiev.zoral.com.ua> <86ocrjyrqu.fsf@gmail.com> Date: Sat, 18 Jul 2009 22:38:04 +0400 Message-ID: <868wil7s6r.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Kostik Belousov , Rick Macklem , freebsd-current@freebsd.org Subject: Re: [newnfs/client] SIGINFO aborts transfer and produces `permission denied' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2009 18:38:15 -0000 Rick Macklem writes: > On Sat, 18 Jul 2009, Anonymous wrote: > >> >> Yep, I can reproduce it as easily on 8.0-BETA2 snapshot under qemu >> >> # uname -vm >> FreeBSD 8.0-BETA2 #0: Wed Jul 15 23:25:30 UTC 2009 >> root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> > I'll try to get around to testing it this weekend, but if you'd > like to test the following patch, I think it might fix the problem. > > The new krpc only checks NFSMNT_INT at connect and not every rpc. > > rick > ps: The line #s assume the other patch you tested is already applied. > --- untested exp. nfs client patch --- [...] The patch fixed my problem on r195754M amd64. I'm no longer able to reproduce it by hitting ^T when copying medium-sized files. I hope both fixes will be in HEAD before 8.0-BETA3.