I think I found and fixed the issue (for now?). It turned out to be the
/etc/passwd and /etc/group incosistency. According to the original /etc/passwd
file I had :
grep messa /etc/{passwd~,group}
/etc/passwd:messagebus:x:103:109::/var/run/dbus:/bin/false
/etc/group:messagebus:x:106:
The gid 109 actually maps to the ssh group, so I edited /etc/passwd to match
/etc/group and now have :
grep messa /etc/{passwd,group}
/etc/passwd:messagebus:x:103:106::/var/run/dbus:/bin/false
/etc/group:messagebus:x:106:
After restarting the dbus service my media now automount
The question is how did it happen? Are there any other inconsistencies? I did
run pwck and grpck and fixed a couple, however there were quite a few warnings
about non-existing dirs:
sudo pwck
user 'lp': directory '/var/spool/lpd' does not exist
user 'news': directory '/var/spool/news' does not exist
user 'uucp': directory '/var/spool/uucp' does not exist
user 'list': directory '/var/list' does not exist
user 'irc': directory '/var/run/ircd' does not exist
user 'gnats': directory '/var/lib/gnats' does not exist
user 'nobody': directory '/nonexistent' does not exist
user 'dhcp': directory '/nonexistent' does not exist
user 'syslog': directory '/home/syslog' does not exist
user 'klog': directory '/home/klog' does not exist
user 'hplip': directory '/var/run/hplip' does not exist
user 'haldaemon': directory '/var/run/hald' does not exist
user 'ntp': directory '/home/ntp' does not exist
user 'usbmux': directory '/home/usbmux' does not exist
user 'couchdb': directory '/var/lib/couchdb' does not exist
user 'speech-dispatcher': directory '/var/run/speech-dispatcher' does not exist
user 'saned': directory '/home/saned' does not exist
user 'pulse': directory '/var/run/pulse' does not exist
pwck: no changes
** Summary changed:
- cannot automount removable drives, dbus or udisk problem
+ user-groups inconsistency: cannot automount removable drives as a result
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.
https://bugs.launchpad.net/bugs/708247
Title:
user-groups inconsistency: cannot automount removable drives as a
result
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs