[Bug 1572132] Re: SMB driver (SMBv2) does not show all files when mounting a windows top level share

2018-04-24 Thread Andreas Hasenack
I'm seeing files (ok, one file) disappear from a share when it's mounted with vers=3.0. But it's not a top-level share, it's just "c:\Shares\jsmith" on a windows 2016 server: https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1764778/comments/15 -- You received this bug notification because you

[Bug 1764778] Re: Problems with SSSD + pam mount

2018-04-24 Thread Andreas Hasenack
I'm wondering if this is not related to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1572132 I see less files when I mount the share with smb3. In particular, ~/.config/dconf/user is missing when using smb3: --- home-list-smb3.txt 2018-04-24 21:43:54.727520865 + +++

[Bug 1764778] Re: Problems with SSSD + pam mount

2018-04-24 Thread Andreas Hasenack
Ok, the problem is caused by the change in minimum protocol version. In xenial, smb 1.0 is the default, but in bionic it's 3.0. In the working xenial case, when I force protocol version 3.0 via "vers=3.0" in the pam_mount config, I get the same error as in bionic. The troubleshooting continues!

[Bug 1764778] Re: Problems with SSSD + pam mount

2018-04-24 Thread Andreas Hasenack
I was able to reproduce this with a bionic desktop and a home-mounted cifs share. Same setup but with xenial, and with the same user against the same windows server, worked just fine. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to

[Bug 1764778] Re: Problems with SSSD + pam mount

2018-04-24 Thread Andreas Hasenack
Can you please paste me the output of "mount -t cifs" on a system where this problem isn't happening? Also, please paste the exact versions of cifs-utils in both cases and the running kernel. As for a minimal reproducing case I'm trying to find, does this fail for you as one of these regular

[Bug 1764778] Re: Problems with SSSD + pam mount

2018-04-24 Thread Andreas Hasenack
I setup a watch on the dconf directory, and can confirm the rename happens just as in your error log message when I use dconf: andreas@nsnx:~$ inotifywait -m /home/andreas/.config/dconf/ Setting up watches. Watches established. (run in another terminal: dconf write

[Bug 1761737] Re: [bionic] samba PANIC, INTERNAL ERROR: Signal 11

2018-04-24 Thread Andreas Hasenack
For the release team: this fixes a crash bug, but in a not very common scenario: domain was joined via sssd and not samba's net join command, and the config tells samba to look first at the secrets database which is only populated via net join. The MP at