View previous topic :: View next topic |
Author |
Message |
forrestfunk81 Guru
Joined: 07 Feb 2006 Posts: 567 Location: münchen.de
|
Posted: Sun Jul 02, 2006 2:20 am Post subject: Boot: Device Initiated Services [solved] |
|
|
Hi,
hab seit ca ner Woche ne Fehlermeldung während des Bootvorgangs. Hatte seither nicht viel Zeit mich drum zu kümmern.
Während runlevel boot kommt:
Code: |
Cleaning /var/log, /var/run
Cleaning /temp directory
Device Initiated Services: net.rausb0
Loading ALSA modules
.....
Starting lo
Bringing up lo
net.rausb0: cannot start until the runlevel boot has completed
initializing random number generator ...
INIT: Entering runlevel:3
|
rausb0 ist meine wireless lan karte und die sollte erst im runlevel default gestarted werden. In default wird sie dann auch ohne probleme gestartet.
Code: |
ground0 ~ # rc-update show
net.rausb0 | default
|
kann mir jemand sagen wieso die karte schon im runlevel boot starten will?
Schonmal danke im voraus
Last edited by forrestfunk81 on Sun Jul 02, 2006 12:39 pm; edited 1 time in total |
|
Back to top |
|
|
forrestfunk81 Guru
Joined: 07 Feb 2006 Posts: 567 Location: münchen.de
|
Posted: Sun Jul 02, 2006 12:38 pm Post subject: Boot: Device Initiated Services [solved] |
|
|
Also das Problem hatte nichts mit den runlevels zu tun, habe net.rausb0 aus dem default runlevel gelöscht und es kam die selben meldung...
Der Service wurde von hotplug/coldplug gestartet.
Ich habe in /etc/conf.d/rc folgendes eingefügt:
Code: | RC_PLUG_SERVICES="!net.rausb0" |
und schon wars weg
da hab ich wohl bei etc-update mal nicht aufgepasst |
|
Back to top |
|
|
|