View previous topic :: View next topic |
Author |
Message |
DevOne Guru
Joined: 13 Jul 2005 Posts: 419
|
Posted: Sun Sep 17, 2006 3:15 pm Post subject: Piccoli problemi gentoo 2006: udev - servizi |
|
|
Ciao a tutti,
dopo tanto tempo, ritorno a scrivere....
allora, ho installato una gentoo 2006 a partire da
stage 3 anche se poi ho ricompilato tutto il mondo
per mie esigenze; il problema che si verifica è il seguente:
nonostante disabiliti la scheda di rete con rc-update,
quest'ultima tenta sempre di partire al boot, anche
se con "rc-update show" non viene visualizzato come servizio
di avvio; stesso avviene per net.wlan0 che ho creato come
link a net.lo per l'avvio del wireless!!
Secondo, diciamo, problema all'avvio udev mi da un casino
di warning su DRIVERS, eventi che sono deprecati e
chiamate fallite a programmi....
Perchè avviene tutto questo!?
E soprattutto come faccio a risolvere questi problemini!?? _________________ Real-time cooperative softair: http://www.softairrealfight.net
Qt generic-compass contribution: https://codereview.qt-project.org/#/c/92017
Open-source Virtual Keyboard QT widget: https://www.linux-apps.com/p/1132203/ |
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Sun Sep 17, 2006 3:17 pm Post subject: |
|
|
può essere che la rete venga richiesta da qualche servizio e quindi viene avviata come dipendenza. Se non riesci a capire qual'è il servizio, prova a postarci l'output di:
[/code] _________________ Running Fast! |
|
Back to top |
|
|
DevOne Guru
Joined: 13 Jul 2005 Posts: 419
|
Posted: Sun Sep 17, 2006 5:18 pm Post subject: |
|
|
Come da richiesta,
ecco l'output del comando "rc-update show":
Code: |
alsasound | boot
bootmisc | boot
checkfs | boot
checkroot | boot
clock | boot
consolefont | boot
hostname | boot
keymaps | boot
local | default nonetwork
localmount | boot
modules | boot
net.lo | boot
netmount | default
rmnologin | boot
urandom | boot
xdm | default
|
_________________ Real-time cooperative softair: http://www.softairrealfight.net
Qt generic-compass contribution: https://codereview.qt-project.org/#/c/92017
Open-source Virtual Keyboard QT widget: https://www.linux-apps.com/p/1132203/ |
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Sun Sep 17, 2006 5:27 pm Post subject: |
|
|
Probabilmente sarà il servizio "netmount" che vuole la rete attiva, toglilo dal runlevel. _________________ Running Fast! |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
Posted: Sun Sep 17, 2006 5:45 pm Post subject: |
|
|
Spostato da Forum di discussione italiano a Forum italiano (Italian). _________________ minimalblue.com | secgroup.github.io/ |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Sun Sep 17, 2006 5:56 pm Post subject: Re: Piccoli problemi gentoo 2006: udev - servizi |
|
|
prova così:
/etc/conf.d/rc wrote: | RC_NET_STRICT_CHECKING="lo" |
|
|
Back to top |
|
|
|