View previous topic :: View next topic |
Author |
Message |
giappo n00b


Joined: 24 Apr 2005 Posts: 41
|
Posted: Sun Jul 16, 2006 11:42 pm Post subject: device initiated services: net.eth0 [risolto] |
|
|
ciao
ho appena installato gentoo sul portatile e mi fa questo lavoro
ho messo net.eth0 al runlevel default
rc-update add net.eth0 default
e all'avvio mi compare questo
net.eth0: cannot start until teh runlevel boot has completed
e poi parte e configura la rete...
cosa puo essere?
Last edited by giappo on Mon Jul 17, 2006 12:01 pm; edited 1 time in total |
|
Back to top |
|
 |
skakz Guru


Joined: 03 Jul 2004 Posts: 380 Location: Ischia/Napoli/Italia/Terra
|
Posted: Mon Jul 17, 2006 8:19 am Post subject: |
|
|
forse al runlevel boot hai messo qualcosa che richiede net.eth0?
riporta un rc-update -s _________________ Linux Registered User n.340423
Linux User Group Ischia
www.tush.it |
|
Back to top |
|
 |
giappo n00b


Joined: 24 Apr 2005 Posts: 41
|
Posted: Mon Jul 17, 2006 9:28 am Post subject: |
|
|
simpatico alex # rc-update -s
bootmisc | boot
checkfs | boot
checkroot | boot
clock | boot
consolefont | boot
domainname | boot
hostname | boot
keymaps | boot
local | default nonetwork
localmount | boot
modules | boot
net.lo | boot
netmount | default
rmnologin | boot
syslog-ng | default
urandom | boot
xdm | default
simpatico alex # |
|
Back to top |
|
 |
skakz Guru


Joined: 03 Jul 2004 Posts: 380 Location: Ischia/Napoli/Italia/Terra
|
Posted: Mon Jul 17, 2006 9:38 am Post subject: |
|
|
per caso usi il parallel startup?
in /etc/conf.d/rc
Code: | RC_PARALLEL_STARTUP="yes" |
se lo usi prova a disattivarlo..
altrimenti
sempre in /etc/conf.d/rc
Code: | # Some people want a finer grain over hotplug/coldplug. RC_PLUG_SERVICES is a
# list of services that are matched in order, either allowing or not. By
# default we allow services through as RC_COLDPLUG/RC_HOTPLUG has to be yes
# anyway.
# Example - RC_PLUG_SERVICES="net.wlan !net.*"
# This allows net.wlan and any service not matching net.* to be plugged.
RC_PLUG_SERVICES="" |
prova a settare
Code: | RC_PLUG_SERVICES="!net.*" |
_________________ Linux Registered User n.340423
Linux User Group Ischia
www.tush.it |
|
Back to top |
|
 |
giappo n00b


Joined: 24 Apr 2005 Posts: 41
|
Posted: Mon Jul 17, 2006 12:01 pm Post subject: |
|
|
skakz wrote: |
altrimenti
sempre in /etc/conf.d/rc
Code: | # Some people want a finer grain over hotplug/coldplug. RC_PLUG_SERVICES is a
# list of services that are matched in order, either allowing or not. By
# default we allow services through as RC_COLDPLUG/RC_HOTPLUG has to be yes
# anyway.
# Example - RC_PLUG_SERVICES="net.wlan !net.*"
# This allows net.wlan and any service not matching net.* to be plugged.
RC_PLUG_SERVICES="" |
prova a settare
Code: | RC_PLUG_SERVICES="!net.*" |
|
si bisognava fare cosi grazie |
|
Back to top |
|
 |
|