Comment 15 for bug 1764778

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

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 +0000
+++ home-list-smb1.txt 2018-04-24 21:47:30.003049993 +0000
@@ -255,6 +255,7 @@
 ./.config/compiz-1/compizconfig/config
 ./.config/compiz-1/compizconfig/done_upgrades
 ./.config/dconf
+./.config/dconf/user
 ./.config/evolution
 ./.config/evolution/sources
 ./.config/evolution/sources/birthdays.source

With smb3, ~/.config/dconf shows up as empty:
jsmith@xenial-desktop:~/.config/dconf$ l
total 8.0K
drwx------ 2 jsmith domain users 4.0K Apr 24 21:59 .
drwx------ 2 jsmith domain users 4.0K Apr 24 21:12 ..

But is it?
jsmith@xenial-desktop:~/.config/dconf$ touch user
touch: cannot touch 'user': No such file or directory

Other files can be created just fine:
jsmith@xenial-desktop:~/.config/dconf$ touch bla
jsmith@xenial-desktop:~/.config/dconf$ l
total 8.0K
drwx------ 2 jsmith domain users 4.0K Apr 24 21:59 .
drwx------ 2 jsmith domain users 4.0K Apr 24 21:12 ..
-rwxr-xr-x 1 jsmith domain users 0 Apr 24 21:59 bla
jsmith@xenial-desktop:~/.config/dconf$

Intriguing.