Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108128 - openmosix init.d runlevel script stops after eth0 shuts down bad
Summary: openmosix init.d runlevel script stops after eth0 shuts down bad
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 15:21 UTC by Jan
Modified: 2010-09-10 19:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan 2005-10-04 15:21:54 UTC
I dont know where to pud this this is either a problem of ifplugd or openmosix,
in any case ifplugd which checks if an ethernet cable is plugged in and then
turns on / off the network is at shutdown closed before openmosix can shutdown.
results in distributed openmosix processes which are unable to return to there
orignating host. the init.d runlevel script should include some sort of "need
ifplugd" or ifplugd should become a part of "need net" (or "need network"
whatever that is :/ ) i dont know if nfs-mount(s) are irritated by this issue
aswel dont know needs to be checked!

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
n/a

Expected Results:  
shut down the openmosix runlevel script before ifplugd turns of the ethernet device
Comment 1 Jan 2005-10-04 15:27:39 UTC
-- sorry its late, short version:
shutdown -h now
ifplugd stops
eth0 stop
openmosix stop 

openmosix cant reassign locally running proccesses back to its originating host!
Comment 2 Roy Marples (RETIRED) gentoo-dev 2005-10-14 07:33:45 UTC
This should be fixed with baselayout-1.12.0_pre9-r1 and ifplugd-0.28-r4 provided
that net.eth0 is in the same runlevel as openmosix and RC_NET_STRICT_CHECKING in
/etc/conf.d/rc is either "no" or "yes" (ie not "none" or "lo")