Bug 1443610 - dnf upgrades from f25 to f26 frequently go to sleep
Summary: dnf upgrades from f25 to f26 frequently go to sleep
Keywords:
Status: CLOSED DUPLICATE of bug 1443415
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: rpm-software-management
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-19 14:31 UTC by Dennis Gilmore
Modified: 2017-05-06 00:00 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-03 11:44:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1397087 0 high CLOSED Rpm hangs after updating to glibc >= 2.25 2021-02-22 00:41:40 UTC

Internal Links: 1397087

Description Dennis Gilmore 2017-04-19 14:31:47 UTC
Description of problem:
ps axf on a update shows

3542 pts/2    Ss     0:00  \_ /bin/bash
 3768 pts/2    S+     1:44  |   \_ /usr/libexec/system-python /usr/bin/dnf update --enablerepo=updates-testing --releasever=26
 6566 pts/3    Ss+    0:00  \_ /bin/bash

the dnf process has gone to sleep. I have had this on almost every single system I have updated from f25 to f26 

attaching strace to the process gives
[root@ipa3 ~]# strace -p 3768
strace: Process 3768 attached
futex(0x7f59bddd42f0, FUTEX_WAIT_PRIVATE, 2, NULL

the only way forward has been to kill the update and start it over and clean up 

Upgrading   : libssh2-1.8.0-2.fc26.x86_64                                                                                                                                                               403/2886
  Upgrading   : nmap-ncat-2:7.40-2.fc26.x86_64                                                                                                                                                            404/2886
is the output from dnf

4616 ?        SNs    0:00 /usr/libexec/system-python /usr/bin/dnf makecache timer
is running and has gone to sleep also 


the last lines in dnf.rpm.log is 
Apr 18 22:37:03 INFO Upgraded: libarchive-3.2.2-3.fc26.x86_64
Apr 18 22:37:10 INFO Upgraded: libssh2-1.8.0-2.fc26.x86_64

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Dennis Gilmore 2017-04-19 14:32:21 UTC
I should add i have seen it on aarch64, armhfp, and x86_64

Comment 2 Igor Gnatenko 2017-04-26 10:56:12 UTC
This sounds very similar to https://bugzilla.redhat.com/show_bug.cgi?id=1397087....

Comment 3 Lukas Slebodnik 2017-04-26 12:11:53 UTC
And also https://bugzilla.redhat.com/show_bug.cgi?id=1397087

All of them are duplicates.

Comment 4 Richard W.M. Jones 2017-05-02 18:11:14 UTC
This is bug bug 1397087.  I've trashed two machines now doing this.
There should really be a warning ...

Comment 5 Igor Gnatenko 2017-05-03 11:44:13 UTC

*** This bug has been marked as a duplicate of bug 1443415 ***

Comment 6 Dennis Gilmore 2017-05-05 23:59:34 UTC
Not sure this is a duplicate, I have never had it hit in cleanup. its always been when installing the packages.


Note You need to log in before you can comment on or make changes to this bug.