On Fri, 28 Oct 2016 13:52:20 +0200, Saint Germain <saint...@gmail.com>
wrote :

> On Fri, 28 Oct 2016 08:04:40 +0100, Ross Lagerwall
> <rosslagerw...@gmail.com> wrote :
> 
> > On Fri, Oct 28, 2016 at 01:40:27AM +0200, Saint Germain wrote:
> > > I haven't been able to locate Ross gvfs dev branch that he
> > > mentionned on his blog.
> > > 
> > > As far as I understand, samba server-side copy is only available
> > > with the SMB2 protocol, and gvfs can only connect through SMB1
> > > (NT1) ?
> > > 
> > > Or did I understand something wrong ?
> > > 
> > 
> > GVFS can do whatever libsmbclient can do. libsmbclient defaults to
> > SMB1/NT1 at the moment, but you can change that by setting "max
> > client protocol = SMB3" in /etc/smbclient.conf (or the user one in
> > your home dir).
> > 
> 
> I've tried setting in smb.conf:
> min protocol = SMB2
> max protocol = SMB3
> client min protocol = SMB2
> client max protocol = SMB3
> 
> However the share is not visible in Nautilus anymore and it cannot
> connect to the server.
> 
> If I try a normal connection with smbclient:
> smbclient //192.168.1.200/user -U user
> protocol negotiation failed: NT_STATUS_INVALID_NETWORK_RESPONSE
> 
> However if I use SMB2, it works:
> smbclient //192.168.1.200/user -U user -mSMB2
> Domain=[DEBIAN] OS=[] Server=[]
> smb: \> quit
> 
> My configuration:
>  - client: Debian Stable + smbclient 4.4.6 (coming from Testing) +
>    kernel 4.7 (amd64) + gvfs 1.22.2
>  - server: Debian Stable + samba 4.2.10 + kernel 4.7 (amd64)
> 
> As smbclient managed to connect through SMB2 but not gvfs, I thought
> that gvfs was not compatible with SMB2 ?

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

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

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).

There is no problem if I use the protocol NT1.

server: Debian Stable + samba 4.2.10 + kernel 4.7 (amd64)
client: Debian Stable + smbclient 4.2.10 + kernel 4.7 (amd64) + gvfs
        1.22.2-1
_______________________________________________
gvfs-list mailing list
gvfs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gvfs-list

Reply via email to