Activity log for bug #1695870

Date Who What changed Old value New value Message
2017-06-05 09:43:46 Stephane Chazelas bug added bug
2017-06-05 10:21:34 Stephane Chazelas tags regression-update
2017-06-05 11:16:50 Victor Tapia sssd (Ubuntu): assignee Victor Tapia (vtapia)
2017-06-05 11:17:08 Victor Tapia tags regression-update regression-update sts
2017-06-05 11:17:21 Launchpad Janitor sssd (Ubuntu): status New Confirmed
2017-06-05 11:19:09 Victor Tapia nominated for series Ubuntu Trusty
2017-06-05 13:27:44 Greg P bug added subscriber Greg P
2017-06-05 13:35:29 Eric Desrochers bug added subscriber Eric Desrochers
2017-06-05 13:42:00 Eric Desrochers bug task added sssd (Ubuntu Trusty)
2017-06-05 13:44:54 Eric Desrochers sssd (Ubuntu Trusty): assignee Victor Tapia (vtapia)
2017-06-05 13:46:24 Eric Desrochers sssd (Ubuntu Trusty): importance Undecided Medium
2017-06-05 13:46:29 Eric Desrochers sssd (Ubuntu Trusty): status New In Progress
2017-06-05 13:46:41 Eric Desrochers tags regression-update sts regression-update sts sts-sru-needed
2017-06-05 14:08:24 Eric Desrochers sssd (Ubuntu): assignee Victor Tapia (vtapia)
2017-06-05 14:09:10 Victor Tapia description The fix for LP# 1566508 (in Ubuntu 14.04 at least) introduces a regression that prevents sssd from starting if the autofs package is not installed. The /etc/init/sssd.conf script now has: ``` start on (filesystem and net-device-up and starting autofs) ``` The "starting autofs" will never happen if autofs is not installed. That's critical in that that prevents authentication after the next boot after "sssd" has been upgraded. The work around for now is to remove that "and starting autofs" or install the autofs package. ``` $ apt-cache policy sssd sssd: Installed: 1.11.8-0ubuntu0.6 Candidate: 1.11.8-0ubuntu0.6 Version table: *** 1.11.8-0ubuntu0.6 0 500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages 100 /var/lib/dpkg/status 1.11.5-1ubuntu3 0 500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages ``` [Impact] * On Trusty, SSSD does not start when AutoFS is not installed because the AutoFS "starting" signal is not emitted. * This only affects the upstart service (Trusty). Systemd services work fine. [Test Case] * Install SSSD in a machine without AutoFS and reboot. * The service won't start on boot, even though it can be started manually. [Regression Potential] * SSSD could not start automatically [Original Description] The fix for LP# 1566508 (in Ubuntu 14.04 at least) introduces a regression that prevents sssd from starting if the autofs package is not installed. The /etc/init/sssd.conf script now has: ``` start on (filesystem and net-device-up and starting autofs) ``` The "starting autofs" will never happen if autofs is not installed. That's critical in that that prevents authentication after the next boot after "sssd" has been upgraded. The work around for now is to remove that "and starting autofs" or install the autofs package. ``` $ apt-cache policy sssd sssd:   Installed: 1.11.8-0ubuntu0.6   Candidate: 1.11.8-0ubuntu0.6   Version table:  *** 1.11.8-0ubuntu0.6 0         500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages         100 /var/lib/dpkg/status      1.11.5-1ubuntu3 0         500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages ```
2017-06-05 14:11:39 Simon Major bug added subscriber Simon Major
2017-06-05 14:17:33 Victor Tapia description [Impact] * On Trusty, SSSD does not start when AutoFS is not installed because the AutoFS "starting" signal is not emitted. * This only affects the upstart service (Trusty). Systemd services work fine. [Test Case] * Install SSSD in a machine without AutoFS and reboot. * The service won't start on boot, even though it can be started manually. [Regression Potential] * SSSD could not start automatically [Original Description] The fix for LP# 1566508 (in Ubuntu 14.04 at least) introduces a regression that prevents sssd from starting if the autofs package is not installed. The /etc/init/sssd.conf script now has: ``` start on (filesystem and net-device-up and starting autofs) ``` The "starting autofs" will never happen if autofs is not installed. That's critical in that that prevents authentication after the next boot after "sssd" has been upgraded. The work around for now is to remove that "and starting autofs" or install the autofs package. ``` $ apt-cache policy sssd sssd:   Installed: 1.11.8-0ubuntu0.6   Candidate: 1.11.8-0ubuntu0.6   Version table:  *** 1.11.8-0ubuntu0.6 0         500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages         100 /var/lib/dpkg/status      1.11.5-1ubuntu3 0         500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages ``` [Impact]  * On Trusty, SSSD does not start when AutoFS is not installed because the AutoFS "starting" signal is not emitted.  * This only affects the upstart service (Trusty). Systemd services work fine. [Test Case]  * Install SSSD in a machine without AutoFS and reboot.  * The service won't start on boot, even though it can be started manually. [Regression Potential]  * None expected, but if one is found it will only impact the startup of SSSD at boot [Original Description] The fix for LP# 1566508 (in Ubuntu 14.04 at least) introduces a regression that prevents sssd from starting if the autofs package is not installed. The /etc/init/sssd.conf script now has: ``` start on (filesystem and net-device-up and starting autofs) ``` The "starting autofs" will never happen if autofs is not installed. That's critical in that that prevents authentication after the next boot after "sssd" has been upgraded. The work around for now is to remove that "and starting autofs" or install the autofs package. ``` $ apt-cache policy sssd sssd:   Installed: 1.11.8-0ubuntu0.6   Candidate: 1.11.8-0ubuntu0.6   Version table:  *** 1.11.8-0ubuntu0.6 0         500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages         100 /var/lib/dpkg/status      1.11.5-1ubuntu3 0         500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages ```
2017-06-05 14:17:48 Eric Desrochers bug added subscriber SRU Verification
2017-06-05 14:19:10 Victor Tapia attachment added trusty-sssd_1.11.8-0ubuntu0.7.debdiff https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1695870/+attachment/4889405/+files/trusty-sssd_1.11.8-0ubuntu0.7.debdiff
2017-06-05 15:19:26 Eric Desrochers tags regression-update sts sts-sru-needed regression-update sts sts-sru-done
2017-06-05 16:22:08 Ubuntu Foundations Team Bug Bot tags regression-update sts sts-sru-done patch regression-update sts sts-sru-done
2017-06-05 16:22:17 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2017-06-05 16:33:19 Eric Desrochers tags patch regression-update sts sts-sru-done regression-update sts sts-sru-done
2017-06-05 20:06:02 Victor Tapia bug added subscriber Victor Tapia
2017-06-06 06:24:13 Vincent van Adrighem bug added subscriber Vincent van Adrighem
2017-06-06 07:12:54 Timo Aaltonen tags regression-update sts sts-sru-done regression-update sts sts-sru-done verification-needed
2017-06-06 09:11:36 TORNADO bug added subscriber TORNADO
2017-06-06 10:37:13 Victor Tapia tags regression-update sts sts-sru-done verification-needed regression-update sts sts-sru-done verification-done
2017-06-06 11:24:13 Eric Desrochers sssd (Ubuntu Trusty): status In Progress Fix Committed
2017-06-06 13:51:10 Dariusz Gadomski bug added subscriber Dariusz Gadomski
2017-06-06 14:55:38 Florin Baca bug added subscriber Florin Baca
2017-06-07 12:38:50 Maxime Besson sssd (Ubuntu Trusty): status Fix Committed Invalid
2017-06-07 12:39:08 Maxime Besson sssd (Ubuntu Trusty): status Invalid Fix Committed
2017-06-07 14:47:39 Matt bug added subscriber Matt
2017-06-07 16:06:16 Bryan Quigley bug added subscriber Bryan Quigley
2017-06-07 16:10:09 Bryan Quigley sssd (Ubuntu Trusty): importance Medium Critical
2017-06-07 18:18:45 Launchpad Janitor sssd (Ubuntu Trusty): status Fix Committed Fix Released
2017-06-08 10:41:17 Andrew bug added subscriber Andrew
2017-06-08 10:46:35 Amr Ibrahim sssd (Ubuntu): status Confirmed Fix Released
2017-06-08 18:20:48 Matt removed subscriber Matt
2017-06-28 13:51:11 Victor Tapia nominated for series Ubuntu Xenial
2017-06-28 13:54:49 Eric Desrochers bug task added sssd (Ubuntu Xenial)
2017-06-28 13:55:07 Eric Desrochers sssd (Ubuntu Xenial): assignee Victor Tapia (vtapia)
2017-06-28 13:55:10 Eric Desrochers sssd (Ubuntu Xenial): importance Undecided Medium
2017-06-28 13:55:12 Eric Desrochers sssd (Ubuntu Xenial): status New Confirmed
2017-06-28 13:55:17 Eric Desrochers sssd (Ubuntu Xenial): status Confirmed In Progress
2017-06-28 13:56:35 Victor Tapia attachment added xenial-sssd_1.13.4-1ubuntu1.6.debdiff https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1695870/+attachment/4904642/+files/xenial-sssd_1.13.4-1ubuntu1.6.debdiff
2017-06-28 15:05:20 Eric Desrochers tags regression-update sts sts-sru-done verification-done regression-update sts sts-sru-done verification-done-trusty
2017-06-28 15:05:36 Eric Desrochers tags regression-update sts sts-sru-done verification-done-trusty regression-update sts sts-sru-needed verification-done-trusty
2017-06-29 13:19:08 Eric Desrochers description [Impact]  * On Trusty, SSSD does not start when AutoFS is not installed because the AutoFS "starting" signal is not emitted.  * This only affects the upstart service (Trusty). Systemd services work fine. [Test Case]  * Install SSSD in a machine without AutoFS and reboot.  * The service won't start on boot, even though it can be started manually. [Regression Potential]  * None expected, but if one is found it will only impact the startup of SSSD at boot [Original Description] The fix for LP# 1566508 (in Ubuntu 14.04 at least) introduces a regression that prevents sssd from starting if the autofs package is not installed. The /etc/init/sssd.conf script now has: ``` start on (filesystem and net-device-up and starting autofs) ``` The "starting autofs" will never happen if autofs is not installed. That's critical in that that prevents authentication after the next boot after "sssd" has been upgraded. The work around for now is to remove that "and starting autofs" or install the autofs package. ``` $ apt-cache policy sssd sssd:   Installed: 1.11.8-0ubuntu0.6   Candidate: 1.11.8-0ubuntu0.6   Version table:  *** 1.11.8-0ubuntu0.6 0         500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages         100 /var/lib/dpkg/status      1.11.5-1ubuntu3 0         500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages ``` [Impact]  * On Trusty, SSSD does not start when AutoFS is not installed because the AutoFS "starting" signal is not emitted.  * This only affects the upstart service (Trusty). Systemd services work fine. [Test Case]  * Install SSSD in a machine without AutoFS and reboot.  * The service won't start on boot, even though it can be started manually. [Regression Potential]  * None expected, but if one is found it will only impact the startup of SSSD at boot [Original Description] * The Xenial regression has been first reported via LP: #1700084 and then we marked it a duplicate and decided to continue the SRU via this bug (being the original one) for the SRU to be less confusing. The fix for LP# 1566508 (in Ubuntu 14.04 at least) introduces a regression that prevents sssd from starting if the autofs package is not installed. The /etc/init/sssd.conf script now has: ``` start on (filesystem and net-device-up and starting autofs) ``` The "starting autofs" will never happen if autofs is not installed. That's critical in that that prevents authentication after the next boot after "sssd" has been upgraded. The work around for now is to remove that "and starting autofs" or install the autofs package. ``` $ apt-cache policy sssd sssd:   Installed: 1.11.8-0ubuntu0.6   Candidate: 1.11.8-0ubuntu0.6   Version table:  *** 1.11.8-0ubuntu0.6 0         500 http://gb.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages         100 /var/lib/dpkg/status      1.11.5-1ubuntu3 0         500 http://gb.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages ```
2017-07-04 15:31:09 Łukasz Zemczak tags regression-update sts sts-sru-needed verification-done-trusty regression-update sts sts-sru-needed verification-done-trusty verification-done-xenial
2017-07-04 15:31:17 Łukasz Zemczak sssd (Ubuntu Xenial): status In Progress Fix Committed
2017-07-17 15:25:43 Launchpad Janitor sssd (Ubuntu Xenial): status Fix Committed Fix Released