Juer Lee
2002-Feb-06 02:23 UTC
[Samba] Re: Samba 2.2.3 - Unable to replace old file on share
Yes, I want to grap 2.2 CVS only, but could you(or Jeremy?) tell me how many files affected. Thanks. Juer> >Yep, a 2.2.3a release is on its way - and the brown paper bags >have been >ordered :-). > >Or just grap 2.2 CVS. > >Andrew Bartlett >
Glenn MacGregor
2002-Feb-06 07:19 UTC
[Samba] Samba 2.2.3 - Unable to replace old file on share
Hi All, Jeremy do you have a patch for 2.2.3 for this problem? Or should I go to 2.2.2
Andrew Bartlett
2002-Feb-06 13:12 UTC
[Samba] Re: Samba 2.2.3 - Unable to replace old file on share
Juer Lee wrote:> > Yes, I want to grap 2.2 CVS only, but could you(or Jeremy?) tell me how > many files affected.1 line of 1 file. (a couple of other fixes might get in, but this is the main one). Index: source/lib/error.c ==================================================================RCS file: /cvsroot/samba/source/lib/error.c,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -u -r1.2.2.2 -r1.2.2.3 --- source/lib/error.c 16 Jan 2002 21:27:52 -0000 1.2.2.2 +++ source/lib/error.c 5 Feb 2002 02:36:45 -0000 1.2.2.3 @@ -31,7 +31,7 @@ { EIO, ERRHRD, ERRgeneral, NT_STATUS_IO_DEVICE_ERROR }, { EBADF, ERRSRV, ERRsrverror, NT_STATUS_INVALID_HANDLE }, { EINVAL, ERRSRV, ERRsrverror, NT_STATUS_INVALID_HANDLE }, - { EEXIST, ERRDOS, ERRfilexists, NT_STATUS_ACCESS_DENIED}, + { EEXIST, ERRDOS, ERRfilexists, NT_STATUS_OBJECT_NAME_COLLISION}, { ENFILE, ERRDOS, ERRnofids, NT_STATUS_TOO_MANY_OPENED_FILES }, { EMFILE, ERRDOS, ERRnofids, NT_STATUS_TOO_MANY_OPENED_FILES }, { ENOSPC, ERRHRD, ERRdiskfull, NT_STATUS_DISK_FULL }, -- Andrew Bartlett abartlet@pcug.org.au Manager, Authentication Subsystems, Samba Team abartlet@samba.org Student Network Administrator, Hawker College abartlet@hawkerc.net http://samba.org http://build.samba.org http://hawkerc.net
Jeremy Allison
2002-Feb-06 17:16 UTC
[Samba] Samba 2.2.3 - Unable to replace old file on share
On Wed, Feb 06, 2002 at 10:18:47AM -0500, Glenn MacGregor wrote:> Hi All, > > Jeremy do you have a patch for 2.2.3 for this problem? Or should I go to > 2.2.2Yes this will be fixed in the 2.2.3a "brown paper bag" release :-). Jeremy.