Bug 220599 - udev.i - nash-hotplug needs to be killed before udev starts
Summary: udev.i - nash-hotplug needs to be killed before udev starts
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: initng-ifiles
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Malmgren
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-12-22 13:55 UTC by Jason Farrell
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-12-29 12:36:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jason Farrell 2006-12-22 13:55:09 UTC
Description of problem:
nash-hotplug is still running after bootup, using 100% CPU.

Version-Release number of selected component (if applicable):
initng-ifiles-0.0.6-2.fc6

How reproducible:
always

Steps to Reproduce:
1. boot with initng
  
Actual results:
nash-hotplug still running

Expected results:
nash-hotplug killed

Additional info:

nash-hotplug needs to be killed right before udev starts.
note this comment: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=185429#c2

and this is how it's done in sysv /etc/rc.sysinit:

nashpid=$(pidof nash 2>/dev/null)
[ -n "$nashpid" ] && kill $nashpid >/dev/null 2>&1
unset nashpid
/sbin/start_udev

Comment 1 Daniel Malmgren 2006-12-29 12:36:50 UTC
Thanks for your report. I discovered this as well a while ago, so this is
already fixed in svn, the nash process is killed in system/bootmisc.


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