[Bug 1722831] Re: package samba 2:4.3.11+dfsg-0ubuntu0.16.04.11 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-13 Thread Andreas Hasenack
Sorry, your attachment seems to be a screenshot of something (for some
reason I can't open it), but I need the files I requested in comment #2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1722831

Title:
  package samba 2:4.3.11+dfsg-0ubuntu0.16.04.11 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1721272] Re: [FFe] Main script should be called 'advantage'

2017-10-13 Thread Andreas Hasenack
I also believe the window for a FFe is over and this will become a
normal SRU for Artful now.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ubuntu-advantage-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1721272

Title:
  [FFe] Main script should be called 'advantage'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1721272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1721272] Re: [FFe] Main script should be called 'advantage'

2017-10-13 Thread Andreas Hasenack
Ok, so I will:
- revert this change we have here in the bug
- make /usr/bin/ua -> /usr/bin/ubuntu-advantage
- make /usr/share/man/man1/ua.1 -> /usr/share/man/man1/ubuntu-advantage.1
- change contents of ubuntu-advantage.1 to also refer to the short name "ua"
- change README.md to also refer to the script as "ua"
- let unit tests keep using the name ubuntu-advantage
- maybe change ubuntu-advantage (the script) to use $0 instead of its name in 
the help output

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ubuntu-advantage-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1721272

Title:
  [FFe] Main script should be called 'advantage'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1721272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1721272] Re: [FFe] Create 'ua' symlink pointing at 'ubuntu-advantage'

2017-10-13 Thread Andreas Hasenack
** Summary changed:

- [FFe] Main script should be called 'advantage'
+ [FFe] Create 'ua' symlink pointing at 'ubuntu-advantage'

** Description changed:

  High level changes
  ==
- Mark S. requested that the main script in the package be called 'advantage'.
- 
- Symlinks for the binary and its manpage are provided so that the old
- 'ubuntu-advantage' name  still works.
+ We want to add a short alias named 'ua' to the ubuntu-advantage script.
+ This can be easily accomplished by creating a 'ua' symlink pointing at the 
'ubuntu-advantage' script. Likewise for its manpage.
  
  Documentation and tests were updated.
  
  Diff
  
  There was also a small text change in the FIPS output: 
https://github.com/CanonicalLtd/ubuntu-advantage-script/commit/0e62b45c93fde61cbf6f7cdaa4c62638dac425bf
  
  There is no i18n for this package.
  
  Full diff of all changes on github: 
https://github.com/CanonicalLtd/ubuntu-advantage-script/compare/v10...v11
  The above is a more sensible view of all changes as it takes into account the 
rename in a smart way, but a debdiff is also attached to this bug.
  
  CI/Testing
  ==
  Upstream has Travis CI in place. Link to the last run on this code: 
https://travis-ci.org/CanonicalLtd/ubuntu-advantage-script/builds/283297628
  
  To run the tests manually on artful:
  - sudo apt install tox
  - tar xJf ubuntu-advantage-tools_11.tar.xz
  - cd ubuntu-advantage-tools-11
  - sed -i 's/py35/py36/' tox.ini
  - tox
  Here is a run: http://pastebin.ubuntu.com/25681058/
  
  Builds
  ==
  Daily PPA: 
https://launchpad.net/~ahasenack/+archive/ubuntu/ubuntu-advantage-tools-devel
  
  Source build on artful with proposed enabled:
  http://pastebin.ubuntu.com/25680205/
  
  Binary build on artful with proposed enabled:
  http://pastebin.ubuntu.com/25680210/
  
  Upgrading
  =
  http://pastebin.ubuntu.com/25681014/ shows the upgrade from 10 to 11 and that 
both names ("ubuntu-advantage" and the new "advantage") can be used.
  
  Misc
  
  Note that ubuntu-advantage-tools is meant for LTS releases only, but we need 
it in all of them for upcoming SRU processes.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ubuntu-advantage-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1721272

Title:
  [FFe] Create 'ua' symlink pointing at 'ubuntu-advantage'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1721272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1721272] Re: [FFe] Create 'ua' symlink pointing at 'ubuntu-advantage'

2017-10-13 Thread Andreas Hasenack
** Description changed:

  High level changes
  ==
  We want to add a short alias named 'ua' to the ubuntu-advantage script.
  This can be easily accomplished by creating a 'ua' symlink pointing at the 
'ubuntu-advantage' script. Likewise for its manpage.
  
  Documentation and tests were updated.
  
  Diff
  
  There was also a small text change in the FIPS output: 
https://github.com/CanonicalLtd/ubuntu-advantage-script/commit/0e62b45c93fde61cbf6f7cdaa4c62638dac425bf
  
  There is no i18n for this package.
  
- Full diff of all changes on github: 
https://github.com/CanonicalLtd/ubuntu-advantage-script/compare/v10...v11
- The above is a more sensible view of all changes as it takes into account the 
rename in a smart way, but a debdiff is also attached to this bug.
+ Full diff of all changes on github: https://github.com/CanonicalLtd
+ /ubuntu-advantage-script/compare/v10...v12
+ 
  
  CI/Testing
  ==
- Upstream has Travis CI in place. Link to the last run on this code: 
https://travis-ci.org/CanonicalLtd/ubuntu-advantage-script/builds/283297628
+ Upstream has Travis CI in place. Link to the last run on this code: 
https://travis-ci.org/CanonicalLtd/ubuntu-advantage-script/builds/287672916
  
  To run the tests manually on artful:
  - sudo apt install tox
  - tar xJf ubuntu-advantage-tools_11.tar.xz
  - cd ubuntu-advantage-tools-11
  - sed -i 's/py35/py36/' tox.ini
  - tox
  Here is a run: http://pastebin.ubuntu.com/25681058/
  
  Builds
  ==
  Daily PPA: 
https://launchpad.net/~ahasenack/+archive/ubuntu/ubuntu-advantage-tools-devel
  
  Source build on artful with proposed enabled:
  http://pastebin.ubuntu.com/25680205/
  
  Binary build on artful with proposed enabled:
  http://pastebin.ubuntu.com/25680210/
  
  Upgrading
  =
  http://pastebin.ubuntu.com/25681014/ shows the upgrade from 10 to 11 and that 
both names ("ubuntu-advantage" and the new "advantage") can be used.
  
  Misc
  
  Note that ubuntu-advantage-tools is meant for LTS releases only, but we need 
it in all of them for upcoming SRU processes.

** Description changed:

  High level changes
  ==
  We want to add a short alias named 'ua' to the ubuntu-advantage script.
  This can be easily accomplished by creating a 'ua' symlink pointing at the 
'ubuntu-advantage' script. Likewise for its manpage.
  
  Documentation and tests were updated.
  
  Diff
  
  There was also a small text change in the FIPS output: 
https://github.com/CanonicalLtd/ubuntu-advantage-script/commit/0e62b45c93fde61cbf6f7cdaa4c62638dac425bf
  
  There is no i18n for this package.
  
  Full diff of all changes on github: https://github.com/CanonicalLtd
  /ubuntu-advantage-script/compare/v10...v12
  
- 
  CI/Testing
  ==
  Upstream has Travis CI in place. Link to the last run on this code: 
https://travis-ci.org/CanonicalLtd/ubuntu-advantage-script/builds/287672916
  
  To run the tests manually on artful:
  - sudo apt install tox
- - tar xJf ubuntu-advantage-tools_11.tar.xz
- - cd ubuntu-advantage-tools-11
+ - tar xJf ubuntu-advantage-tools_12.tar.xz
+ - cd ubuntu-advantage-tools-12
  - sed -i 's/py35/py36/' tox.ini
  - tox
- Here is a run: http://pastebin.ubuntu.com/25681058/
+ Here is a run: http://xxx
  
  Builds
  ==
  Daily PPA: 
https://launchpad.net/~ahasenack/+archive/ubuntu/ubuntu-advantage-tools-devel
  
- Source build on artful with proposed enabled:
- http://pastebin.ubuntu.com/25680205/
+ Source build on artful with proposed enabled: http://x
  
  Binary build on artful with proposed enabled:
- http://pastebin.ubuntu.com/25680210/
+ http://x
  
  Upgrading
  =
- http://pastebin.ubuntu.com/25681014/ shows the upgrade from 10 to 11 and that 
both names ("ubuntu-advantage" and the new "advantage") can be used.
+ http://x/ shows the upgrade from 10 to 12 and that both names 
("ubuntu-advantage" and the new "ua") can be used.
  
  Misc
  
  Note that ubuntu-advantage-tools is meant for LTS releases only, but we need 
it in all of them for upcoming SRU processes.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ubuntu-advantage-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1721272

Title:
  [FFe] Create 'ua' symlink pointing at 'ubuntu-advantage'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1721272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1721272] Re: [FFe] Create 'ua' symlink pointing at 'ubuntu-advantage'

2017-10-13 Thread Andreas Hasenack
v10-v12 debdiff

** Patch added: "v10-v12.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1721272/+attachment/4970290/+files/v10-v12.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ubuntu-advantage-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1721272

Title:
  [FFe] Create 'ua' symlink pointing at 'ubuntu-advantage'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1721272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1721272] Re: [FFe] Create 'ua' symlink pointing at 'ubuntu-advantage'

2017-10-13 Thread Andreas Hasenack
Let's try an FFe again, maybe there is time. If not, we will SRU after.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ubuntu-advantage-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1721272

Title:
  [FFe] Create 'ua' symlink pointing at 'ubuntu-advantage'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1721272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1721272] Re: [FFe] Create 'ua' symlink pointing at 'ubuntu-advantage'

2017-10-13 Thread Andreas Hasenack
v12

** Description changed:

  High level changes
  ==
  We want to add a short alias named 'ua' to the ubuntu-advantage script.
  This can be easily accomplished by creating a 'ua' symlink pointing at the 
'ubuntu-advantage' script. Likewise for its manpage.
  
  Documentation and tests were updated.
  
  Diff
  
  There was also a small text change in the FIPS output: 
https://github.com/CanonicalLtd/ubuntu-advantage-script/commit/0e62b45c93fde61cbf6f7cdaa4c62638dac425bf
  
  There is no i18n for this package.
  
  Full diff of all changes on github: https://github.com/CanonicalLtd
  /ubuntu-advantage-script/compare/v10...v12
  
  CI/Testing
  ==
  Upstream has Travis CI in place. Link to the last run on this code: 
https://travis-ci.org/CanonicalLtd/ubuntu-advantage-script/builds/287672916
  
  To run the tests manually on artful:
  - sudo apt install tox
  - tar xJf ubuntu-advantage-tools_12.tar.xz
  - cd ubuntu-advantage-tools-12
  - sed -i 's/py35/py36/' tox.ini
  - tox
  Here is a run: http://xxx
  
  Builds
  ==
  Daily PPA: 
https://launchpad.net/~ahasenack/+archive/ubuntu/ubuntu-advantage-tools-devel
  
- Source build on artful with proposed enabled: http://x
+ Source build on artful with proposed enabled:
+ http://pastebin.ubuntu.com/25733640/
  
  Binary build on artful with proposed enabled:
- http://x
+ http://pastebin.ubuntu.com/25733649/
  
  Upgrading
  =
  http://x/ shows the upgrade from 10 to 12 and that both names 
("ubuntu-advantage" and the new "ua") can be used.
  
  Misc
  
  Note that ubuntu-advantage-tools is meant for LTS releases only, but we need 
it in all of them for upcoming SRU processes.

** Description changed:

  High level changes
  ==
  We want to add a short alias named 'ua' to the ubuntu-advantage script.
  This can be easily accomplished by creating a 'ua' symlink pointing at the 
'ubuntu-advantage' script. Likewise for its manpage.
  
  Documentation and tests were updated.
  
  Diff
  
  There was also a small text change in the FIPS output: 
https://github.com/CanonicalLtd/ubuntu-advantage-script/commit/0e62b45c93fde61cbf6f7cdaa4c62638dac425bf
  
  There is no i18n for this package.
  
  Full diff of all changes on github: https://github.com/CanonicalLtd
  /ubuntu-advantage-script/compare/v10...v12
  
  CI/Testing
  ==
  Upstream has Travis CI in place. Link to the last run on this code: 
https://travis-ci.org/CanonicalLtd/ubuntu-advantage-script/builds/287672916
  
  To run the tests manually on artful:
  - sudo apt install tox
  - tar xJf ubuntu-advantage-tools_12.tar.xz
  - cd ubuntu-advantage-tools-12
  - sed -i 's/py35/py36/' tox.ini
  - tox
  Here is a run: http://xxx
  
  Builds
  ==
  Daily PPA: 
https://launchpad.net/~ahasenack/+archive/ubuntu/ubuntu-advantage-tools-devel
  
  Source build on artful with proposed enabled:
  http://pastebin.ubuntu.com/25733640/
  
  Binary build on artful with proposed enabled:
  http://pastebin.ubuntu.com/25733649/
  
  Upgrading
  =
- http://x/ shows the upgrade from 10 to 12 and that both names 
("ubuntu-advantage" and the new "ua") can be used.
+ http://pastebin.ubuntu.com/25733666/ shows the upgrade from 10 to 12 and that 
both names ("ubuntu-advantage" and the new "ua") can be used in v12.
  
  Misc
  
  Note that ubuntu-advantage-tools is meant for LTS releases only, but we need 
it in all of them for upcoming SRU processes.

** Description changed:

  High level changes
  ==
  We want to add a short alias named 'ua' to the ubuntu-advantage script.
  This can be easily accomplished by creating a 'ua' symlink pointing at the 
'ubuntu-advantage' script. Likewise for its manpage.
  
  Documentation and tests were updated.
  
  Diff
  
  There was also a small text change in the FIPS output: 
https://github.com/CanonicalLtd/ubuntu-advantage-script/commit/0e62b45c93fde61cbf6f7cdaa4c62638dac425bf
  
  There is no i18n for this package.
  
  Full diff of all changes on github: https://github.com/CanonicalLtd
  /ubuntu-advantage-script/compare/v10...v12
  
  CI/Testing
  ==
  Upstream has Travis CI in place. Link to the last run on this code: 
https://travis-ci.org/CanonicalLtd/ubuntu-advantage-script/builds/287672916
  
  To run the tests manually on artful:
  - sudo apt install tox
  - tar xJf ubuntu-advantage-tools_12.tar.xz
  - cd ubuntu-advantage-tools-12
  - sed -i 's/py35/py36/' tox.ini
  - tox
- Here is a run: http://xxx
+ Here is a run: http://pastebin.ubuntu.com/25733673/
  
  Builds
  ==
  Daily PPA: 
https://launchpad.net/~ahasenack/+archive/ubuntu/ubuntu-advantage-tools-devel
  
  Source build on artful with proposed enabled:
  http://pastebin.ubuntu.com/25733640/
  
  Binary build on artful with proposed enabled:
  http://pastebin.ubuntu.com/25733649/
  
  Upgrading
  =
  http://pastebin.ubuntu.com/25733666/ shows the upgrade from 10 to 12 and that 
both

[Bug 1721607] Re: please update to latest upstream release 7.0.24

2017-10-13 Thread Nish Aravamudan
Thank Tyler :)

Steven,

a) The patched version from Ondrej's repo is not an official, nor
supported version, it's irrelevant to this discussion.

b) If you can provide the CVEs that Tyler asked for, then a security
update will occur.

c) We do have an MRE for PHP7.0 (probably also for PHP7.1 by the same
logic) and I plan on submitting an update to the latest PHP7.0 upstream
in the next week or two. But that will only be present in -updates, not
-security unless b) is addressed.

Sorry for the delay on my end in replying to this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php7.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1721607

Title:
  please update to latest upstream release 7.0.24

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1721607/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1723391] Re: package samba 2:4.3.11+dfsg-0ubuntu0.16.04.11 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-10-13 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

The samba services failed to start, but the attached logs don't tell why. Could 
you please attach:
- /var/log/samba/log*: files in /var/log/samba that start with "log"
- /etc/samba/smb.conf: your configuration file. It might have an invalid option 
and that could be what is preventing samba from starting correctly.

Thanks!


** Changed in: samba (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1723391

Title:
  package samba 2:4.3.11+dfsg-0ubuntu0.16.04.11 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1722936] Re: sssd hbac rule applicaton for AD users is inconsistent

2017-10-13 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

It looks like you are familiar with Ubuntu/Debian development. Do you
think you would be able to make a merge proposal against this git branch
for xenial?

https://code.launchpad.net/~usd-import-
team/ubuntu/+source/sssd/+git/sssd/+ref/ubuntu/xenial-devel

If you are familiar with git and Ubuntu development, you can use our git
workflow and the git-ubuntu helper tool.

Something like this, on a fresh xenial VM to show the setup steps:

$ sudo snap install git-ubuntu --classic
$ mkdir -p git/packages
$ cd git/packages
$ git ubuntu clone sssd
$ cd sssd
$ git checkout -b xenial-sssd-hbac-rule-1722936 pkg/ubuntu/xenial-devel

code away

$ git ubuntu submit

More information about this tool can be found in this blog post:
https://naccblog.wordpress.com/2017/08/01/git-ubuntu-clone/


** Changed in: sssd (Ubuntu)
   Status: New => Triaged

** Changed in: sssd (Ubuntu)
   Importance: Undecided => Low

** Tags added: bitesize

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to sssd in Ubuntu.
https://bugs.launchpad.net/bugs/1722936

Title:
  sssd hbac rule applicaton for AD users is inconsistent

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1723350] Re: sssd offline on boot, stays offline forever (artful)

2017-10-13 Thread Andreas Hasenack
I can confirm this is happening after a reboot, and that a simple USR2
signal fixes it, but I wonder why sssd doesn't get itself back into
online mode on its own in this case.

For example, I tried the following:
- login via kerberos using pam_sss while it was online
- got my ticket
- kdestroy, logout
- in another terminal, bring down the network on this client workstation
- try go login again
- login failed, and sssd log showed:
(Fri Oct 13 21:23:15 2017) [sssd[pam]] [sss_dp_get_reply] (0x0010): The Data 
Provider returned an error [org.freedesktop.sssd.Error.DataProvider.Offline]

I then brought the network back up, and after a while (a minute or
less), login was working again using krb5. This shows sssd recovered
from the induced "outage".

The systemd unit file we are using in ubuntu comes straight from
upstream.

(some searching)

Found these upstream tickets:

https://pagure.io/SSSD/sssd/issue/3467
https://pagure.io/SSSD/sssd/issue/3294

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to sssd in Ubuntu.
https://bugs.launchpad.net/bugs/1723350

Title:
  sssd offline on boot, stays offline forever (artful)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1723350] Re: sssd offline on boot, stays offline forever (artful)

2017-10-13 Thread Andreas Hasenack
** Changed in: sssd (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: sssd (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to sssd in Ubuntu.
https://bugs.launchpad.net/bugs/1723350

Title:
  sssd offline on boot, stays offline forever (artful)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs