Public bug reported:

After upgrading sssd, sssd-* from 1.11.8-0ubuntu0.5 to
1.11.8-0ubuntu0.6, sssd service no longer starts on boot.

According to the diff, it seems that checking 'autofs' was added to
/etc/init/sssd.conf. All our systems do not have autofs installed. This
may explain why sssd service did not start up. However, sssd service can
be manually started with 'service sssd start'.

This issue may affect other Ubuntu 14.04 systems which don't have autofs
installed.

Reference:

http://launchpadlibrarian.net/316116618/sssd_1.11.8-0ubuntu0.5_1.11.8-0ubuntu0.6.diff.gz

...
diff -u sssd-1.11.8/debian/sssd-common.sssd.upstart.in 
sssd-1.11.8/debian/sssd-common.sssd.upstart.in
--- sssd-1.11.8/debian/sssd-common.sssd.upstart.in
+++ sssd-1.11.8/debian/sssd-common.sssd.upstart.in
@@ -7,7 +7,7 @@

 description    "System Security Services Daemon"

-start on (filesystem and net-device-up)
+start on (filesystem and net-device-up and starting autofs)
 stop on runlevel [06] 
...

** Affects: sssd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1695129

Title:
  sssd service does not start up on boot after upgrading to
  1.11.8-0ubuntu0.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1695129/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to