[Touch-packages] [Bug 1768230] Re: Long time booting : Failed to connect to lvmetad. Falling back to device scanning.

2018-12-17 Thread Jim Campbell
I'm still on 18.04, but this problem remains for me, as well.

Grub with noresume doesn't work
RESUME=none doesn't work
RESUME=/dev/mapper/ubuntu-root doesn't work
RESUME=/dev/mapper/ubuntu-swap doesn't work

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1768230

Title:
  Long time booting : Failed to connect to lvmetad. Falling back to
  device scanning.

Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released
Status in initramfs-tools source package in Bionic:
  Confirmed

Bug description:
  [SRU Justification]
  A regression in initramfs-tools causes it to autogenerate config in the 
initramfs saying to resume from any available swap devices, but references the 
swap device by UUID, which is not a canonical form for referring to LVM volumes 
(because of snapshotting, they are not unique).  Ubiquity also generates a file 
in /etc at install time which references the swap partition in the same way.  
Since the lvm2 initramfs hooks also only activate precisely those LVs that are 
detected as needed at boot, this adds an inappropriate 30-second boot delay to 
any system with swap on LVM, which includes any desktop system that was 
configured with LVM (but not full-disk encryption) at install time.

  [Test case]
  1. Install using the "Use LVM" option in the desktop installer.
  4. Reboot.
  5. Verify that dmesg shows a 30-second delay before mounting the root 
filesystem.
  6. Install initramfs-tools from bionic-proposed.
  7. Reboot.
  8. Verify that dmesg no longer shows a 30-second delay before mounting the 
root filesystem.
  9. Install using the bionic daily image that contains the ubiquity from 
bionic-proposed.
  10. Reboot.
  11. Verify that /etc/initramfs-tools/conf.d/resume is not present and that 
there is no delay before mounting the root filesystem.

  [Regression potential]
  This makes changes to shell scripts, and shell is a perilous language. An 
unnoticed bug could cause all initramfs generation, and thus all kernel 
installation, to fail for some users. A regression could also cause a user to 
lose hiberation support that they currently have.

  [Original description]
  After choosing "Erase disk and install ubuntu" + "Use LVM with the new Ubuntu 
installation", the
  system is very slow to reboot.

  It shows the message : "WARNING:Failed to connect to lvmetad. Falling back to 
device scanning.",
  then waits 32 seconds, then continues as it should.

  I think this is a ubiquity bug, since the d-i based installer is not affected.
   - ubuntu-18.04-desktop-amd64.iso 
(a55353d837cbf7bc006cf49eeff05ae5044e757498e30643a9199b9a25bc9a34) : affected
   - xubuntu-18.04-desktop-amd64.iso 
(7c24318d3b1de1efd584b5aea034ce1aafd2d0f06c59812d989a5fc95bf947e3) : affected
   - ubuntu-18.04-server-amd64.iso 
(a7f5c7b0cdd0e9560d78f1e47660e066353bb8a79eb78d1fc3f4ea62a07e6cbc) : not 
affected

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1765304] Re: Ubuntu 18.04's ibus package breaks password fields in Firefox (by lowering & raising window whenever they're focused)

2018-11-09 Thread Jim Campbell
The patch to resolve this bug was just accepted to upstream gnome-shell
master: see https - gitlab.gnome dot org/GNOME/gnome-
shell/merge_requests/140  (For some reason launchpad is not letting me
submit a comment with a URL).

Might it be possible to back-port this patch to GNOME Shell 3.28 for
Bionic?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1765304

Title:
  Ubuntu 18.04's ibus package breaks password fields in Firefox (by
  lowering & raising window whenever they're focused)

Status in ibus package in Ubuntu:
  Confirmed

Bug description:
  tl;dr: starting in Ubuntu 18.04, "ibus" seems to lower and raise
  Firefox, whenever the user tries to focus an 
  field on a web page.  This is not a regression in Firefox, as the same
  Firefox version runs just fine in Ubuntu 17.10 -- it seems to be a bug
  in ibus, because it only happens (in 18.04) when the environmental
  variable GTK_IM_MODULE is at its default value (which is "ibus").  It
  had this same value in 17.10 but the bug didn't happen there; hence,
  I'm guessing there was a change in ibus (or a related package) that
  caused this breakage / lowering+raising.

  This is pretty bad, because in some cases, the focus-loss can mean users are 
simply unable to fill in password fields that previously were working fine. 
(see "ACTUAL RESULTS" below)
   
  STEPS TO REPRODUCE #1, via "BitWarden" Firefox extension:
  =
   1. Start Firefox. (fresh profile if you like)
   2. Install BitWarden from 
https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/
   3. Click the BitWarden toolbar icon to spawn a menu-pane.
   4. Click "Log in" at the bottom of that pane.
   5. Click the "Master Password" field.

  ACTUAL RESULTS:
   The menu pane disappears as soon as the Master Password field receives focus.
  EXPECTED RESULTS:
   I should be able to type in a password; pane shouldn't disappear.

  
  STEPS TO REPRODUCE #2, via Reddit:
  =
   1. Visit https://www.reddit.com/r/firefox/ (or any reddit page)
   2. Click "Log in or sign up in seconds" at the extreme upper right of the 
page.
(click the "Log in" part of that sentence)
   3. Try to click the password field (or "tab" into it) and type in some text.

  ACTUAL RESULTS:
   Try as you might, the password field never receives focus.
  EXPECTED RESULTS:
   Password field should accept focus & let me type text into it.

  If I run firefox from the command line with env var GTK_IM_MODULE="",
  then I get "expected results".  But with the default value of that env
  var, I get "actual results" (broken behavior, unable to enter
  passwords).


  I initially reported this in Firefox, here:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1451466 (with a few
  dependent bugs for the usage-specific STR quoted above).  But I think
  it's a bug in ibus, hence filing here now.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ibus 1.5.17-3ubuntu3
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 18 23:22:05 2018
  InstallationDate: Installed on 2018-04-17 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180416)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1765304] Re: Ubuntu 18.04's ibus package breaks password fields in Firefox (by lowering & raising window whenever they're focused)

2018-11-09 Thread Jim Campbell
I've added a similar comment / request on this related launchpad bug:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1794655

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1765304

Title:
  Ubuntu 18.04's ibus package breaks password fields in Firefox (by
  lowering & raising window whenever they're focused)

Status in ibus package in Ubuntu:
  Confirmed

Bug description:
  tl;dr: starting in Ubuntu 18.04, "ibus" seems to lower and raise
  Firefox, whenever the user tries to focus an 
  field on a web page.  This is not a regression in Firefox, as the same
  Firefox version runs just fine in Ubuntu 17.10 -- it seems to be a bug
  in ibus, because it only happens (in 18.04) when the environmental
  variable GTK_IM_MODULE is at its default value (which is "ibus").  It
  had this same value in 17.10 but the bug didn't happen there; hence,
  I'm guessing there was a change in ibus (or a related package) that
  caused this breakage / lowering+raising.

  This is pretty bad, because in some cases, the focus-loss can mean users are 
simply unable to fill in password fields that previously were working fine. 
(see "ACTUAL RESULTS" below)
   
  STEPS TO REPRODUCE #1, via "BitWarden" Firefox extension:
  =
   1. Start Firefox. (fresh profile if you like)
   2. Install BitWarden from 
https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/
   3. Click the BitWarden toolbar icon to spawn a menu-pane.
   4. Click "Log in" at the bottom of that pane.
   5. Click the "Master Password" field.

  ACTUAL RESULTS:
   The menu pane disappears as soon as the Master Password field receives focus.
  EXPECTED RESULTS:
   I should be able to type in a password; pane shouldn't disappear.

  
  STEPS TO REPRODUCE #2, via Reddit:
  =
   1. Visit https://www.reddit.com/r/firefox/ (or any reddit page)
   2. Click "Log in or sign up in seconds" at the extreme upper right of the 
page.
(click the "Log in" part of that sentence)
   3. Try to click the password field (or "tab" into it) and type in some text.

  ACTUAL RESULTS:
   Try as you might, the password field never receives focus.
  EXPECTED RESULTS:
   Password field should accept focus & let me type text into it.

  If I run firefox from the command line with env var GTK_IM_MODULE="",
  then I get "expected results".  But with the default value of that env
  var, I get "actual results" (broken behavior, unable to enter
  passwords).


  I initially reported this in Firefox, here:
  https://bugzilla.mozilla.org/show_bug.cgi?id=1451466 (with a few
  dependent bugs for the usage-specific STR quoted above).  But I think
  it's a bug in ibus, hence filing here now.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ibus 1.5.17-3ubuntu3
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 18 23:22:05 2018
  InstallationDate: Installed on 2018-04-17 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180416)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1542782] Re: unity-scope-loader crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()

2017-11-03 Thread Jim Campbell
Same issue here on Ubuntu 16.04 as descried.
Nvidia Driver 384.90-0ubuntu0.16
4.4.0-98-generic
system up to date

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libunity in Ubuntu.
https://bugs.launchpad.net/bugs/1542782

Title:
  unity-scope-loader crashed with SIGSEGV in
  g_desktop_app_info_get_is_hidden()

Status in libunity package in Ubuntu:
  Confirmed

Bug description:
  I do not know, this error was made in a background.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libunity9 7.1.4+15.10.20151002-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Feb  7 08:36:54 2016
  ExecutablePath: /usr/bin/unity-scope-loader
  InstallationDate: Installed on 2016-02-05 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160205)
  ProcCmdline: /usr/bin/unity-scope-loader applications/applications.scope 
applications/scopes.scope commands.scope
  ProcEnviron:
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
   LANGUAGE=ru
   PATH=(custom, no user)
   LANG=ru_RU.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f7fbb1b3300 : 
movzbl 0xc0(%rdi),%eax
   PC (0x7f7fbb1b3300) ok
   source "0xc0(%rdi)" (0x00c0) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libunity
  StacktraceTop:
   g_desktop_app_info_get_is_hidden () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgnome-menu-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgnome-menu-3.so.0
   gmenu_tree_load_sync () from /usr/lib/x86_64-linux-gnu/libgnome-menu-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/unity/unity-scope-applications.so
  Title: unity-scope-loader crashed with SIGSEGV in 
g_desktop_app_info_get_is_hidden()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861230] [NEW] _sasl_plugin_load failed

2020-01-28 Thread Jim Campbell
Public bug reported:

We are seeing the following in the journal after upgrading to these sets
of packages:

libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

Here are the errors:

Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

Status in cyrus-sasl2 package in Ubuntu:
  New

Bug description:
  We are seeing the following in the journal after upgrading to these
  sets of packages:

  libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
  libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
  libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
  libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

  Here are the errors:

  Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
  Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
  Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
  Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861230] Re: _sasl_plugin_load failed

2020-01-29 Thread Jim Campbell
When downgrading to the prior package, we do not see this problem.
We've taken the following steps as a work-around:

- apt-get -y --allow-downgrades install libsasl2-2=2.1.26.dfsg1-14build1
- apt-get -y --allow-downgrades install 
libsasl2-modules-db=2.1.26.dfsg1-14build1
- apt-get -y --allow-downgrades install libsasl2-modules=2.1.26.dfsg1-14build1
- apt-get -y --allow-downgrades install 
libsasl2-modules-gssapi-mit=2.1.26.dfsg1-14build1

Then we've used apt-pinning to pin those versions:

Package: libsasl2-2
Pin: release o=Ubuntu version 2.1.26.dfsg1-14build1
Pin-Priority: 999

Package: libsasl2-modules
Pin: release o=Ubuntu version 2.1.26.dfsg1-14build1
Pin-Priority: 999

Package: libsasl2-modules-db
Pin: release o=Ubuntu version 2.1.26.dfsg1-14build1
Pin-Priority: 999

Package: libsasl2-modules-gssapi-mit
Pin: release o=Ubuntu version 2.1.26.dfsg1-14build1
Pin-Priority: 999

And we've used a hold to (temporarily) keep them from being upgraded:

echo  hold | sudo dpkg --set-selections

... We've done that for each of the four above packages. Going this
route does prevent the issue for now / keeps SSSD from failing.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

Status in cyrus-sasl2 package in Ubuntu:
  New

Bug description:
  We are seeing the following in the journal after upgrading to these
  sets of packages:

  libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
  libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
  libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
  libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

  Here are the errors:

  Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
  Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
  Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
  Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861230] Re: _sasl_plugin_load failed

2020-01-29 Thread Jim Campbell
We are using SSSD version 1.16.1-1ubuntu1.4 on Ubuntu 18.04.3. The
package itself is from the standard Ubuntu repos.

$ dpkg -s sssd

Package: sssd
Status: install ok installed
Priority: extra
Section: metapackages
Installed-Size: 32
Maintainer: Ubuntu Developers 
Architecture: amd64
Multi-Arch: foreign
Version: 1.16.1-1ubuntu1.4

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

Status in cyrus-sasl2 package in Ubuntu:
  New

Bug description:
  We are seeing the following in the journal after upgrading to these
  sets of packages:

  libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
  libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
  libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
  libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

  Here are the errors:

  Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
  Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
  Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
  Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861230] Re: _sasl_plugin_load failed

2020-01-29 Thread Jim Campbell
I will try updating the packages to their current-released versions and
see if the problem persists. We ran into this issue across several 18.04
deployments yesterday, though. It prevented commands like `id -u
username` from working (at least that is how we initially noticed a
problem).

I'll revert my work-arounds, update the affected packages, and will
report-back shortly, though.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

Status in cyrus-sasl2 package in Ubuntu:
  New

Bug description:
  We are seeing the following in the journal after upgrading to these
  sets of packages:

  libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
  libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
  libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
  libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

  Here are the errors:

  Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
  Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
  Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
  Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861230] Re: _sasl_plugin_load failed

2020-01-29 Thread Jim Campbell
After allowing the packages to be upgraded to their newer versions, the
problem does _not_ persist. We see expected / desired results.

We only get a good outcome after the packages have been upgraded,
though. When the packages are installed as the initial versions ... that
is when we consistently see the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

Status in cyrus-sasl2 package in Ubuntu:
  New

Bug description:
  We are seeing the following in the journal after upgrading to these
  sets of packages:

  libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
  libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
  libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
  libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

  Here are the errors:

  Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
  Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
  Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
  Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861230] Re: _sasl_plugin_load failed

2020-01-29 Thread Jim Campbell
If I only install the latest packages (without the earlier versions of
these packages being installed previously) (i.e., if I do a clean
install of the most current packages when deploying a new host), it does
not work.

If I downgrade the packages to the prior versions, and then upgrade the
packages to their latest versions, it does work.

To me, this is repeatable.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

Status in cyrus-sasl2 package in Ubuntu:
  New

Bug description:
  We are seeing the following in the journal after upgrading to these
  sets of packages:

  libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
  libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
  libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
  libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

  Here are the errors:

  Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
  Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
  Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
  Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861230] Re: _sasl_plugin_load failed

2020-01-29 Thread Jim Campbell
... I tried this following Leonidas' (leosilvab) request to "Could you
downgrade to the previous version and check if it happens there too? And
so re upgrade and re-test?"

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

Status in cyrus-sasl2 package in Ubuntu:
  New

Bug description:
  We are seeing the following in the journal after upgrading to these
  sets of packages:

  libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
  libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
  libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
  libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

  Here are the errors:

  Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
  Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
  Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
  Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861230] Re: _sasl_plugin_load failed

2020-01-29 Thread Jim Campbell
Before I continue - I want to say thanks for your response to this
report. I appreciate your effort and help.

As for the issue, when I say, "If I only install the latest packages" I
mean a fully up-to-date system at the time of install, including sssd
version 1.16.1-1ubuntu1.4. As part of my testing, I always used sssd
version 1.16.1-1ubuntu1.4 (even when I downgraded / upgraded the
referenced libsasl packages (libsasl2-2, libsasl2-modules-db,
libsasl2-modules, libsasl2-modules-gssapi-mit).

In terms of back-end, we use Windows AD.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

Status in cyrus-sasl2 package in Ubuntu:
  New

Bug description:
  We are seeing the following in the journal after upgrading to these
  sets of packages:

  libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
  libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
  libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
  libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

  Here are the errors:

  Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
  Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
  Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
  Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861230] Re: _sasl_plugin_load failed

2020-01-29 Thread Jim Campbell
We are doing additional testing here. Please sit tight / do not research
further until we check into things further on our end.

Thanks again for your help.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

Status in cyrus-sasl2 package in Ubuntu:
  New

Bug description:
  We are seeing the following in the journal after upgrading to these
  sets of packages:

  libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
  libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
  libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
  libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

  Here are the errors:

  Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
  Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
  Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
  Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1861230] Re: _sasl_plugin_load failed

2020-01-29 Thread Jim Campbell
In trying to recreate the issue this afternoon, it looks as though
installs based on all of the updated / most recent packages are
succeeding again (i.e., this may no longer be an issue).

In our dpkg logs, we noticed that an update came through today for libc-
bin (2.27-3ubuntu1), and wonder if this update may have been part of
what resolved the issue.

If that is not part of why this is working, then I will bury my head /
beg your forgiveness and try to figure out if there was some other
cause.

Please understand that this stopped working the same day that we got the
libsasl2 package updates, and that reverting the libsasl2 updates
allowed us to get our installs working, so that is why we filed a bug
against this package. Thanks again for your help.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/1861230

Title:
  _sasl_plugin_load failed

Status in cyrus-sasl2 package in Ubuntu:
  New

Bug description:
  We are seeing the following in the journal after upgrading to these
  sets of packages:

  libsasl2-2/bionic-updates,bionic-security 2.1.27~101-g0780600+dfsg-3ubuntu2.1 
amd64
  libsasl2-modules/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64
  libsasl2-modules-db/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 amd64 
  libsasl2-modules-gssapi-mit/bionic-updates,bionic-security 
2.1.27~101-g0780600+dfsg-3ubuntu2.1 

  Here are the errors:

  Jan 28 15:58:43 my-hostname sssd[20949]: Starting up
  Jan 28 15:58:43 my-hostname sssd[be[20950]: Starting up
  Jan 28 15:58:43 my-hostname sssd_be[20950]: ldapdb
  Jan 28 15:58:43 my-hostname sssd_be[20950]: _sasl_plugin_load failed on 
sasl_canonuser_init
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found
  Jan 28 15:58:43 my-hostname sssd[be[20950]: No worthy mechs found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp