| Summary: | net.eth0 script doesn't start correctly | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Laurento Frittella (mrfree) <laurento.frittella> |
| Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Laurento Frittella (mrfree)
2004-11-22 00:17:32 UTC
Sounds like coldplug is starting the network script in the background for you Or you using coldplug or an old version of hotplug? I'm using coldplug. In attiction... for /etc/init.d/splash the same thing happens :( Well, coldplug is supposed to do that. Coldplug is supposed to load the relevant kernel module for the hardware when the system boots and then take an appropriate action. In the case of a network module, starting the network script. I've had a quick look over /etc/init.d/splash and you won't see any output if you don't have framebuffer support in your kernel. Ok... but If I want to startup network service into default runlevel (coldplug starts it into boot runlevel) I can simply rename/delete /etc/hotplug/net.agent? Does exist some other elegant solution? ;) For the splash script... splash work only on the first console after boot, but if I restart the service /etc/init.d/splash restart all works well (splash appears on the other console too) The problem is that I admin my network profile using a little script based on quickswitch, to solve my problem I have added
depend (){
before coldplug
}
Into my personal script and I've added it on my boot runlevel.
Thanks guys for your help ;)
PS: The splash script is another story... It starts correclty, nothing about coldplug or baselayout :)
I change the state of bug to fixed... |