From owner-freebsd-fs@FreeBSD.ORG Thu Aug 2 07:53:16 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FE8D16A41F for ; Thu, 2 Aug 2007 07:53:16 +0000 (UTC) (envelope-from peter@pean.org) Received: from ker.oderland.com (ker.oderland.com [213.115.231.25]) by mx1.freebsd.org (Postfix) with ESMTP id 476AE13C4A6 for ; Thu, 2 Aug 2007 07:53:16 +0000 (UTC) (envelope-from peter@pean.org) Received: from [127.0.0.1] (helo=svenerik.jajja.com) by ker.oderland.com with esmtpa (Exim 4.66) (envelope-from ) id 1IGVUa-0004bM-Em; Thu, 02 Aug 2007 09:53:08 +0200 Received: from svenerik.jajja.com ([217.118.217.10] helo=svenerik.jajja.com) by ASSP.nospam; 2 Aug 2007 09:53:08 +0200 Message-ID: <46B18D6A.7060305@pean.org> Date: Thu, 02 Aug 2007 09:53:14 +0200 From: Peter User-Agent: Thunderbird 2.0.0.0 (X11/20070629) MIME-Version: 1.0 To: Craig Rodrigues References: <46B09FA9.9080503@pean.org> <20070801162814.GA52304@crodrigues.org> In-Reply-To: <20070801162814.GA52304@crodrigues.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ker.oderland.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pean.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-fs@freebsd.org Subject: Re: rsync and smb. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 07:53:16 -0000 Craig Rodrigues wrote: > On Wed, Aug 01, 2007 at 04:58:49PM +0200, Peter wrote: >> I searched google for some answers and found that this is a more or less >> common problem. I found a PR on this but that was back in 4.10-RELEASE and >> I'm running 6.2-RELEASE. http://www.freebsd.org/cgi/query-pr.cgi?pr=78953 >> >> This also describes my problem pretty well: >> http://lists.freebsd.org/pipermail/freebsd-questions/2005-June/089471.html > > Does this patch help? > > Yes, the new version of smbfs_smb.c fixed the problem. Thanks!