Bug 483340 - iprdump service hangs at boot
Summary: iprdump service hangs at boot
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: iprutils
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Woodhouse
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 483643
Blocks: F11Blocker, F11FinalBlocker
TreeView+ depends on / blocked
 
Reported: 2009-01-30 20:46 UTC by Will Woods
Modified: 2013-01-10 05:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-14 01:09:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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