Re: Gvfs and Server-side SMB copy



On Thu, Nov 03, 2016 at 05:49:59PM +0100, Saint Germain wrote:

I've got some help on the samba mailing-list.
These settings on the server smb.conf has no effects:
min protocol = SMB2
max protocol = SMB3

Yep, that's expected. Setting those alters what the
server will accept, not what the client will send.

However the following settings on the client smb.conf works:
client min protocol = SMB2
client max protocol = SMB3

Yep, that's expected and the correct way to do things.

Connection through smbclient is done with protocol SMB2_10 (checked
with smbstatus).

Connecting throught Nautilus/Gvfs is also done with protocol SMB2_10,
however it is not possible to copy anything anymore (I got an error
"invalid argument", throught Nautilus or throught command-line cp).

Can you get me a wireshark capture trace and also debug level 10
log from the smbd server ? I'd like to see what the client is trying
to do.

You can log this as a bug at the samba bugzilla if you like.

Thanks,

Jeremy.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]