Comment 28 for bug 1778322

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Bionic verification (continued)

Now installing the new samba packages. Since I need a gvfs rebuild with the new samba packages, I'm doing that locally.

So in the end I now have:
samba from proposed:
 *** 2:4.7.6+dfsg~ubuntu-0ubuntu2.8 500
        500 http://br.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages

gvfs built locally:
ubuntu@ubuntu:~/deb/gvfs/gvfs-1.36.1$ grep smbc_setOptionProtocol ../build.log
Checking for function "smbc_setOptionProtocols": YES
gvfs-backends:
  Installed: 1.36.1-0ubuntu1.4~andreas1
  Candidate: 1.36.1-0ubuntu1.4~andreas1
  Version table:
 *** 1.36.1-0ubuntu1.4~andreas1 100
        100 /var/lib/dpkg/status

I then reboot, login, and the windows network is populated with the workgroup and the host.

I then connect to the host, and the pub share, authenticate, and smbstatus confirms the connection and that SMB3_11 was used:
root@ubuntu:~# smbstatus

Samba version 4.7.6-Ubuntu
PID Username Group Machine Protocol Version Encryption Signing
----------------------------------------------------------------------------------------------------------------------------------------
1828 nobody nogroup ubuntu (ipv4:192.168.122.28:35678) NT1 - -
2084 nobody nogroup ubuntu (ipv4:192.168.122.28:35694) NT1 - -
2093 ubuntu ubuntu 192.168.122.28 (ipv4:192.168.122.28:41040) SMB3_11 - partial(AES-128-CMAC)

Bionic verification succeeded.