*** This bug is a duplicate of bug 295405 ***
https://bugs.launchpad.net/bugs/295405
This is NOT the same problem! This is not a duplicate bug. The other
cases were about duplicated GID's.
# grep messagebus /etc/passwd
messagebus:x:102:108::/var/run/dbus:/bin/false
# grep 108 /etc/group
messagebus:x:108:
There is no duplicated GID as there was in the cases in the other bugs.
# awk -F: '{print $3}' /etc/group | sort -u | wc -l
66
# awk -F: '{print $3}' /etc/group | sort | wc -l
66
As you can see there are no duplicated GID's of any kind.
I changed the group on /lib/dbus-1.0/dbus-daemon-launch-helper from avahi to
messagebus and it didn't change anything. Still getting the same error.
--
Failed to execute program /lib/dbus-1.0/dbus-daemon-launch-helper: Success
https://bugs.launchpad.net/bugs/598909
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs