From owner-freebsd-fs@FreeBSD.ORG Wed Aug 1 16:48:17 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 75FC316A41F for ; Wed, 1 Aug 2007 16:48:17 +0000 (UTC) (envelope-from remko@elvandar.org) Received: from guardian.elvandar.org (evilcoder.xs4all.nl [195.64.94.120]) by mx1.freebsd.org (Postfix) with ESMTP id 29EE713C465 for ; Wed, 1 Aug 2007 16:48:16 +0000 (UTC) (envelope-from remko@elvandar.org) Received: by guardian.elvandar.org (Postfix, from userid 1001) id 2BE627EDDAB; Wed, 1 Aug 2007 18:30:12 +0200 (CEST) Date: Wed, 1 Aug 2007 18:30:12 +0200 From: Remko Lodder To: Craig Rodrigues Message-ID: <20070801163012.GA7038@elvandar.org> References: <46B09FA9.9080503@pean.org> <20070801162814.GA52304@crodrigues.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070801162814.GA52304@crodrigues.org> User-Agent: Mutt/1.5.15 (2007-04-06) 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: Wed, 01 Aug 2007 16:48:17 -0000 On Wed, Aug 01, 2007 at 12:28:14PM -0400, 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? > > -- > Craig Rodrigues > rodrigc@crodrigues.org > Index: smbfs_smb.c > =================================================================== > RCS file: /home/ncvs/src/sys/fs/smbfs/smbfs_smb.c,v > retrieving revision 1.15 > retrieving revision 1.16 > diff -u -u -r1.15 -r1.16 > --- smbfs_smb.c 4 May 2005 15:05:46 -0000 1.15 > +++ smbfs_smb.c 22 Nov 2005 07:13:00 -0000 1.16 > @@ -1224,8 +1224,10 @@ > return error; > if ((error = md_get_uint16le(mdp, &tw)) != 0) > return error; > - if (ctx->f_ecnt == 0) > + if (ctx->f_ecnt == 0) { > + ctx->f_flags |= SMBFS_RDD_EOF | SMBFS_RDD_NOCLOSE; > return ENOENT; > + } > ctx->f_rnameofs = tw; > mdp = &t2p->t2_rdata; > if (mdp->md_top == NULL) { > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" Hey both, I cannot seem to recreate the problem on 6-STABLE at all; I already copied more then two gb in just a few minutes and I dont see any problems passing by.. -- Kind regards, Remko Lodder ** remko@elvandar.org FreeBSD ** remko@FreeBSD.org /* Quis custodiet ipsos custodes */