From owner-freebsd-stable@FreeBSD.ORG Thu Oct 4 11:59:39 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 DAF3D106566C for ; Thu, 4 Oct 2012 11:59:39 +0000 (UTC) (envelope-from norbert.aschendorff@yahoo.de) Received: from nm36.bullet.mail.ne1.yahoo.com (nm36.bullet.mail.ne1.yahoo.com [98.138.229.29]) by mx1.freebsd.org (Postfix) with SMTP id 826868FC0C for ; Thu, 4 Oct 2012 11:59:39 +0000 (UTC) Received: from [98.138.90.52] by nm36.bullet.mail.ne1.yahoo.com with NNFMP; 04 Oct 2012 11:59:33 -0000 Received: from [98.138.84.36] by tm5.bullet.mail.ne1.yahoo.com with NNFMP; 04 Oct 2012 11:59:33 -0000 Received: from [127.0.0.1] by smtp104.mail.ne1.yahoo.com with NNFMP; 04 Oct 2012 11:59:33 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1349351973; bh=jiSuFe5pNqCk26BxbelHwllS51JehfduGxaklpY93dE=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=wWirSCU29kHhmkhwX5L1FrK0s/BK2YsEL/cKjYR/e3iPh1owYF8tdt+gFm+bDadcBCOFvay/54dfMBKS3pl6NC7WTVQd8B3kVYbSulgw8YWuVvqmGH54906/u3qECPqFXL6q5GPsc6XhpPE9geK3V01PYdIBxCo2Gcgltn1Sw5s= X-Yahoo-Newman-Id: 728506.57448.bm@smtp104.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: zWUwsVAVM1n_wEELpBO_ZeetP0n_ps_o1crJ7eXrOnHbdUE XrfWuROAoIjxnNRp2y3pPBZFaTxAf3GCzj10d.2rS2VMnAY4VK85LBOdhvnf SwbH2CbLwEE8kThp22XHAcGHs_u_.zei.K8shrgQQcuXrbTAFZvd0B4IWhUN eyOBllFeG_kY443EkRN0Afogah1GsMDQd0Mv90Cvs4b.avc6H6J_nUc5PlGr .44NXlnQV_hPxzUkKVRoSR6yClP2gXqlgN4eDnCkAHWj0Xsrho1lp9UGAGJ_ x7hOB.lOR37hQ53wshhWfO5taC6aHYUpt43c2Gx8B3ggk8z5_PR_0SnetLjW wjbMFWJwOlHAL3CbK0Q8PwQPERILqimQbf7D8a8hy_RlAw8zi.o0gV_F.Y02 rYcbteNpm2FujzwoT04A2.B0qjy6TJAX6e2HyYKAGqluzQu2b X-Yahoo-SMTP: d20YFqmswBAWc4wd23BcX3DKFU.SSFWadKORXj_BQPQ- Received: from vostro-linux.goebo.site (norbert.aschendorff@85.216.84.153 with plain) by smtp104.mail.ne1.yahoo.com with SMTP; 04 Oct 2012 04:59:33 -0700 PDT Message-ID: <506D7A23.7090804@yahoo.de> Date: Thu, 04 Oct 2012 13:59:31 +0200 From: Norbert Aschendorff User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120418 Icedove/11.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <625409799.1703240.1349351609320.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <625409799.1703240.1349351609320.JavaMail.root@erie.cs.uoguelph.ca> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS" 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: Thu, 04 Oct 2012 11:59:40 -0000 On 10/04/2012 01:53 PM, Rick Macklem wrote: > Looks like you missed the change to fs/nfs/nfs_var.h, which changes > the prototypes for nfsv4_strtouid() and nfsv4_strtogid(). I see the problem, but I don't really understand why it failed. I applied the whole patch... However, 9.1-PRERELEASE is compiling at the moment without the numeric-patch and we'll see. > Btw, the numeric uid/gid patch is now in head and I plan on MFC'ing it > to stable/9 to-day [...] That's fine :) --norbert