Bug 1315106 - DNF STALLS [NEEDINFO]
Summary: DNF STALLS
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-06 18:59 UTC by c35143689
Modified: 2016-03-20 13:44 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-20 13:42:59 UTC
Type: Bug
jsilhan: needinfo? (c35143689)


Attachments (Terms of Use)

Description c35143689 2016-03-06 18:59:17 UTC
Description of problem:
All `dnf ...` commands stall with no output.  Some rpm commands also stall.

Version-Release number of selected component (if applicable):
`dnf --version` stalls

How reproducible:
every time (dnf was working fine 1-2 months ago...)

Steps to Reproduce:
# dnf -v help
[waited 5 minutes for anything to happen, then forced to background: ^Z]
# kill -KILL `pgrep dnf`
[1]+  Killed                  dnf -v help
# cat /var/log/dnf.*.log /var/log/dnf.log
# rm -fr /var/cache/dnf
# dnf -v help
  [new terminal]
  # netstat --wide --numeric --program --timers --all|grep -e `pgrep dnf` -
  (standard input):unix  3      [ ]         STREAM     CONNECTED     480908   21698/python3        
[waited 5 minutes for anything to happen, then forced to background: ^Z]
# kill -KILL `pgrep dnf`
[1]+  Killed                  dnf -v help
# cat /var/log/dnf.*.log /var/log/dnf.log
# rm -fr /var/cache/dnf
# rpm -q librepo curl dnf
  [new terminal]
  # top -p `pgrep rpm`
  [shows rpm always in a sleeping state with no cpu usage: ^C]
[waited 5 minutes for anything to happen, then forced to background: ^Z]
# kill -KILL `pgrep rpm`
[1]+  Killed                  rpm -q librepo curl dnf
# cat /etc/redhat-release
Fedora release 23 (Twenty Three)



Expected results:
No stalls, some cpu activity, any spawned processes to place the blame on, some relevant error messages in any log files...

Comment 1 Honza Silhan 2016-03-14 12:49:19 UTC
Can you attach core dump file of the process, please? So the rpm stalls too?

Comment 2 c35143689 2016-03-20 13:42:59 UTC
Didn't consider a core dump, sorry, dnf and rpm seem to work fine now, the only significant action I took was to restart my computer, I've bookmarked this bug, and will try to follow up if I notice this issue again.

Comment 3 c35143689 2016-03-20 13:44:41 UTC
just for future reference

# dnf --version
1.1.6
  Installed: dnf-0:1.1.6-2.fc23.noarch at 2016-02-06 03:52
  Built    : Fedora Project at 2016-02-03 12:23

  Installed: rpm-0:4.13.0-0.rc1.11.fc23.x86_64 at 2016-02-06 03:44
  Built    : Fedora Project at 2016-02-02 11:52
# rpm --version
RPM version 4.13.0-rc1


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