On 11.09.2011 04:44, Linda Walsh wrote:

This sounds like https://bugzilla.samba.org/show_bug.cgi?id=8412.
I don't think, it's the same problem. I already tried without oplocks
and smb2 isn't activated here.
Anyway - I could test a patch for 3.5.11.
Don't know if there is one -- and there was no SMB2 in 3.5.11...
But I misread this one... It doesn't say it affects 3.5 or before...
Dang...now which one was it!...remember reading one recently that hit
3.6 ... that I thought had to do with file access problems. ..
Just your symptom sounded very similar..
I would see a file with the real name created in the target dir,
then see a tmp file created and grow to the size of the file, then would
get
a message that the file couldn't be saved due to an access problem.
In the save dir, I'd find the initial file it created @ 0 bytes.
The 'tmp' file I'd find in my server's "recycle" dir for that dir -- and
it would
be the full file.
(I have the vfs recycle2 option turned on for many of my shares... so
the tmp files
ended up in there; if you don't have that option turned on, then the files
would just get deleted)...

If the recycle dir is activated, I'm ending with 0001-s3-schannel-client-Push-the-domain-and-netbios-name-.patch.bsz1jmp.partial with 0 Byte in the download dir (share) and 0001-s3-schannel-client-Push-the-domain-and-netbios-name-.patch with 0 Byte in the recycle dir :(

root@eis2161:/downloads# ls -lR
.:
total 8
-rwxrwxrwx 1 tb users 0 Sep 11 19:29 0001-s3-schannel-client-Push-the-domain-and-netbios-name-.patch.bsz1jmp.partial
drwxrwxrwx 3 tb users 4096 Sep 11 19:29 samba_recycle_bin

./samba_recycle_bin:
total 4
drwx------ 2 tb users 4096 Sep 11 19:29 tb

./samba_recycle_bin/tb:
total 0
-rwxrwxrwx 1 tb users 0 Sep 11 19:29 0001-s3-schannel-client-Push-the-domain-and-netbios-name-.patch

Share definition was:

[downloads]
 comment = public directory on eis2161
 path = /downloads
 force create mode = 0777
 force directory mode= 0777
 browseable = yes
 writeable = yes
 vfs objects = recycle
 recycle:repository = samba_recycle_bin/%u
 recycle:versions = yes
 recycle:keeptree = yes
 recycle:touch = yes
 recycle:maxsize = 0
 recycle:directory_mode = 0777
 recycle:subdir_mode = 0700


This is a regression to Samba 3.4.x. Can anybody reproduce this (I can reproduce this all the time)?

--
der tom
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to