Bug 483340

Summary: iprdump service hangs at boot
Product: [Fedora] Fedora Reporter: Will Woods <wwoods>
Component: iprutilsAssignee: David Woodhouse <dwmw2>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dcantrell, dwmw2, pnasrat, rrakus
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-14 01:09:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 483643    
Bug Blocks: 446452    

Description Will Woods 2009-01-30 20:46:50 UTC
The iprdump service (which is apparently installed and enabled by default on all PPC machines) hangs at startup. This prevents any ppc machine with iprdump enabled from starting up properly.

The init script runs:
  daemon $iprdump

but /sbin/iprdump does not run as a daemon unless the --daemon flag is used. So this line should be changed to:
  daemon $iprdump --daemon

Comment 1 Roman Rakus 2009-02-16 16:33:39 UTC
Which version? I have installed iprutils-2.2.13-2.fc11.ppc and there is already `daemon $iprdump --daemon'

Comment 2 Jesse Keating 2009-04-14 01:09:35 UTC
This looks like fixed in rawhide.