Re: Rawhide users: don't update to 20201208.n.0 packages (fprintd 1.90.6), console login and su are broken

2020-12-09 Thread Adam Williamson
On Wed, 2020-12-09 at 12:02 -0800, Adam Williamson wrote:
> On Wed, 2020-12-09 at 10:34 -0800, Adam Williamson wrote:
> > Hey folks!
> > 
> > Just a heads up that the most recent Rawhide compose (20201208.n.0)
> > seems badly broken; console login doesn't work and 'su' segfaults. I
> > think the most likely cause of these issues is the new glibc 2.32.9000-
> > 19.fc34 build.
> > 
> > So if you're running Rawhide I'd recommend holding off on updating, and
> > especially on updating glibc, if you didn't do it already. If you've
> > updated glibc you may want to downgrade it (if you still have a root
> > shell somewhere :>)
> 
> Still looking into this, but it seems kinda complex. Downgrading glibc
> on my test VM didn't fix the issues. I thought sssd might be the
> culprit, but downgrading that didn't help either.
> 
> It seems like the console login bug at least doesn't happen with a
> minimal package install:
> https://openqa.fedoraproject.org/tests/737305
> passed, including console login as user and root, and I verified that
> it used the packages from the 1208.n.0 compose. But it seems to
> reliably happen on Server, Workstation and KDE installs. So it's
> apparently caused by something present in those installs but not in
> minimal...
> 
> Still looking into this, my advice for now is still not to upgrade past
> the 1207.n.0 package state until it's figured out :)

OK, further update: culprit seems to be fprintd. fprintd 1.90.6 is the
bad version. A 1.90.7 build is done which should fix it:

https://koji.fedoraproject.org/koji/buildinfo?buildID=1656747

A libfprint 1.90.6 is also done, not sure if that's also needed:

https://koji.fedoraproject.org/koji/buildinfo?buildID=1656771

There were bug reports already that I hadn't found as I was looking for
glibc bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1905667
https://bugzilla.redhat.com/show_bug.cgi?id=1905964

so, skip fprintd 1.90.6!
-- 
Adam Williamson
Fedora QA
IRC: adamw | Twitter: adamw_ha
https://www.happyassassin.net


___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org


Re: Rawhide users: don't update to 20201208.n.0 packages (fprintd 1.90.6), console login and su are broken

2020-12-09 Thread Kevin Fenzi
On Wed, Dec 09, 2020 at 12:53:05PM -0800, Adam Williamson wrote:
...snip...
> 
> There were bug reports already that I hadn't found as I was looking for
> glibc bugs:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1905667
> https://bugzilla.redhat.com/show_bug.cgi?id=1905964
> 
> so, skip fprintd 1.90.6!

There's a fixed fprintd now, however glibc still does have a bug where
it doesn't give you your secondary groups on login. This makes it hard
to use 'sudo' if you depend on being in the 'wheel' group. 

A fix is being worked on, but in the mean time as a workaround you can
use 'newgrp wheel' and then sudo. 

kevin


signature.asc
Description: PGP signature
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org


Re: Rawhide users: don't update to 20201208.n.0 packages (fprintd 1.90.6), console login and su are broken

2020-12-12 Thread Onyeibo Oku

Greetings.

Looking to run an installation (and update perhaps).  Is it now safe?

Maybe:
sudo dnf update --exclude=fprintd 

Regards and thanks for the early warning.

Onyeibo


On Wed Dec 9, 2020 at 9:53 PM WAT, Adam Williamson wrote:
> On Wed, 2020-12-09 at 12:02 -0800, Adam Williamson wrote:
> > On Wed, 2020-12-09 at 10:34 -0800, Adam Williamson wrote:
> > > Hey folks!
> > > 
> > > Just a heads up that the most recent Rawhide compose (20201208.n.0)
> > > seems badly broken; console login doesn't work and 'su' segfaults. I
> > > think the most likely cause of these issues is the new glibc 2.32.9000-
> > > 19.fc34 build.
> > > 
> > > So if you're running Rawhide I'd recommend holding off on updating, and
> > > especially on updating glibc, if you didn't do it already. If you've
> > > updated glibc you may want to downgrade it (if you still have a root
> > > shell somewhere :>)
> > 
> > Still looking into this, but it seems kinda complex. Downgrading glibc
> > on my test VM didn't fix the issues. I thought sssd might be the
> > culprit, but downgrading that didn't help either.
> > 
> > It seems like the console login bug at least doesn't happen with a
> > minimal package install:
> > https://openqa.fedoraproject.org/tests/737305
> > passed, including console login as user and root, and I verified that
> > it used the packages from the 1208.n.0 compose. But it seems to
> > reliably happen on Server, Workstation and KDE installs. So it's
> > apparently caused by something present in those installs but not in
> > minimal...
> > 
> > Still looking into this, my advice for now is still not to upgrade past
> > the 1207.n.0 package state until it's figured out :)
>
> OK, further update: culprit seems to be fprintd. fprintd 1.90.6 is the
> bad version. A 1.90.7 build is done which should fix it:
>
> https://koji.fedoraproject.org/koji/buildinfo?buildID=1656747
>
> A libfprint 1.90.6 is also done, not sure if that's also needed:
>
> https://koji.fedoraproject.org/koji/buildinfo?buildID=1656771
>
> There were bug reports already that I hadn't found as I was looking for
> glibc bugs:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1905667
> https://bugzilla.redhat.com/show_bug.cgi?id=1905964
>
> so, skip fprintd 1.90.6!
> --
> Adam Williamson
> Fedora QA
> IRC: adamw | Twitter: adamw_ha
> https://www.happyassassin.net
>
>
> ___
> test mailing list -- test@lists.fedoraproject.org
> To unsubscribe send an email to test-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org


Re: Rawhide users: don't update to 20201208.n.0 packages (fprintd 1.90.6), console login and su are broken

2020-12-12 Thread Adam Williamson
On Sun, 2020-12-13 at 07:43 +0100, Onyeibo Oku wrote:
> Greetings.
> 
> Looking to run an installation (and update perhaps).  Is it now safe?
> 
> Maybe:
> sudo dnf update --exclude=fprintd 
> 
> Regards and thanks for the early warning.

Hi Onyeibo! We had trouble getting a successful compose with the fixes
for a bit, but one just got through today. openQA testing shows
20201212.n.0 has the glibc and fprintd bugs fixed and looks generally
OK, there are some test failures that will need looking into but
nothing super-critical. So as long as your mirror has synced to that
compose you should be OK to install/update. If you want to be sure,
wait another few hours first. The fixed versions are glibc-2.32.9000-
20.fc34 and fprintd-1.90.7-1.fc34 or higher (I think the compose got 8-
1.fc34).

Thanks!
-- 
Adam Williamson
Fedora QA
IRC: adamw | Twitter: adamw_ha
https://www.happyassassin.net


___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org


Re: Rawhide users: don't update to 20201208.n.0 packages (fprintd 1.90.6), console login and su are broken

2020-12-15 Thread Onyeibo Oku
Update was a success!  Everything is running fine.

Much regards
Onyeibo

On Sun Dec 13, 2020 at 8:27 AM WAT, Adam Williamson wrote:
> On Sun, 2020-12-13 at 07:43 +0100, Onyeibo Oku wrote:
> > Greetings.
> > 
> > Looking to run an installation (and update perhaps).  Is it now safe?
> > 
> > Maybe:
> > sudo dnf update --exclude=fprintd 
> > 
> > Regards and thanks for the early warning.
>
> Hi Onyeibo! We had trouble getting a successful compose with the fixes
> for a bit, but one just got through today. openQA testing shows
> 20201212.n.0 has the glibc and fprintd bugs fixed and looks generally
> OK, there are some test failures that will need looking into but
> nothing super-critical. So as long as your mirror has synced to that
> compose you should be OK to install/update. If you want to be sure,
> wait another few hours first. The fixed versions are glibc-2.32.9000-
> 20.fc34 and fprintd-1.90.7-1.fc34 or higher (I think the compose got 8-
> 1.fc34).
>
> Thanks!
> --
> Adam Williamson
> Fedora QA
> IRC: adamw | Twitter: adamw_ha
> https://www.happyassassin.net
>
>
> ___
> test mailing list -- test@lists.fedoraproject.org
> To unsubscribe send an email to test-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org


Re: Rawhide users: don't update to 20201208.n.0 packages (fprintd 1.90.6), console login and su are broken

2020-12-15 Thread Adam Williamson
On Tue, 2020-12-15 at 10:17 +0100, Onyeibo Oku wrote:
> Update was a success!  Everything is running fine.

Great. Now, don't update to nss 3.59.0 if you like your Firefox add-ons
to work. :)
-- 
Adam Williamson
Fedora QA
IRC: adamw | Twitter: adamw_ha
https://www.happyassassin.net


___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org


Re: Rawhide users: don't update to 20201208.n.0 packages (fprintd 1.90.6), console login and su are broken

2020-12-17 Thread Onyeibo Oku
So that's what's wrong with my Firefox addons.  Downgrading ...

--
Onyeibo


On Tue Dec 15, 2020 at 7:37 PM WAT, Adam Williamson wrote:
> On Tue, 2020-12-15 at 10:17 +0100, Onyeibo Oku wrote:
> > Update was a success!  Everything is running fine.
>
> Great. Now, don't update to nss 3.59.0 if you like your Firefox add-ons
> to work. :)
> --
> Adam Williamson
> Fedora QA
> IRC: adamw | Twitter: adamw_ha
> https://www.happyassassin.net
>
>
> ___
> test mailing list -- test@lists.fedoraproject.org
> To unsubscribe send an email to test-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org


Re: Rawhide users: don't update to 20201208.n.0 packages (fprintd 1.90.6), console login and su are broken

2020-12-17 Thread Adam Williamson
On Thu, 2020-12-17 at 12:06 +0100, Onyeibo Oku wrote:
> So that's what's wrong with my Firefox addons.  Downgrading ...

Yup. See https://bugzilla.redhat.com/show_bug.cgi?id=1908018 for more
details.
-- 
Adam Williamson
Fedora QA
IRC: adamw | Twitter: adamw_ha
https://www.happyassassin.net


___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org