From owner-freebsd-stable@FreeBSD.ORG Mon Oct 1 14:14:35 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 EFF58106564A for ; Mon, 1 Oct 2012 14:14:34 +0000 (UTC) (envelope-from norbert.aschendorff@yahoo.de) Received: from nm27-vm1.bullet.mail.ne1.yahoo.com (nm27-vm1.bullet.mail.ne1.yahoo.com [98.138.90.59]) by mx1.freebsd.org (Postfix) with SMTP id 94F888FC08 for ; Mon, 1 Oct 2012 14:14:34 +0000 (UTC) Received: from [98.138.90.52] by nm27.bullet.mail.ne1.yahoo.com with NNFMP; 01 Oct 2012 14:14:28 -0000 Received: from [98.138.84.37] by tm5.bullet.mail.ne1.yahoo.com with NNFMP; 01 Oct 2012 14:14:28 -0000 Received: from [127.0.0.1] by smtp105.mail.ne1.yahoo.com with NNFMP; 01 Oct 2012 14:14:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1349100868; bh=HwbbMJFgoGh/PbihMdOF/03aWsMxiPsxZomwome8Pd8=; 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=O+tGQ1KvSEBMpef4AZgI8Mk9q2JOMSphzeKg7hfv3IiRMGiqVhMhtWnAQ3z8ak6x9+aNBg7NFwI3k9gAXRpBFYG/zXTCFGc9QsrXRSC7lzeG/HnO3bxJtLJyzISMPLvUgbQp0KOvKahF1eRDIRbYzU9eDtd+cQWqrPvxdnMbXe4= X-Yahoo-Newman-Id: 645469.85999.bm@smtp105.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: TpkNNx4VM1niggc0O6Gi0WJMzbF9LWVfSsXtvO5J9ur.cYJ wLs_tyWzSPJP0vNvLdNub3biilkrVY.qeQSIHcwSzyIduU_IxaVQ.vf_C5Kb TGcfU7zicXYbpSD5F71AYfW1L.1XnmGLxGR17S7zyDUQZoq0gInyqWbFrYvH jL0aXtc.sA7jVsWfw1HFteSB7lqpwo9ptvYeZ5fE.VZw.6apfEp9PB4kk0C4 XHvNbN1wxnEgnJnj6BnN7n8jULORdOaziWE11lYb8ID1WFhlnfxlW5l_elcf bWsR4XmmwVuy59SW7ksNSrF7Y4CEtagDQ6kSivsnZhshxOUQJ3Jl4G8JI9cP vCwtvwCxWQesKrh.ZxvIg0voAQbDJP7imyUJMPCaFQsr0maiwHPMB43D9e3W U.IjsA.fPLamy9dH.B1JgVPfFIWyPx033WQyTvfOulqynLtz8 X-Yahoo-SMTP: d20YFqmswBAWc4wd23BcX3DKFU.SSFWadKORXj_BQPQ- Received: from vostro-linux.goebo.site (norbert.aschendorff@85.216.84.153 with plain) by smtp105.mail.ne1.yahoo.com with SMTP; 01 Oct 2012 07:14:28 -0700 PDT Message-ID: <5069A541.3070307@yahoo.de> Date: Mon, 01 Oct 2012 16:14:25 +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: <509617515.1463700.1349093264849.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <509617515.1463700.1349093264849.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: Mon, 01 Oct 2012 14:14:35 -0000 On 10/01/2012 02:07 PM, Rick Macklem wrote: > Is the NFS client using Kerberos or AUTH_SYS for the mount? (And if you > are using Kerberos, have you tried the rsync with an AUTH_SYS mount?) No, it's not using Kerberos. Only network-based access control or however it's called (restricted via client IP address). --Norbert