View previous topic :: View next topic |
Author |
Message |
_sys/sid Guru
Joined: 27 Aug 2004 Posts: 346 Location: Asola (Mantova)
|
Posted: Tue Dec 28, 2004 8:46 am Post subject: [rc-scripts] SIOCSIFADDR: No such device |
|
|
Kernel 2.6.10 Con Kolivas (ck-sources)
Linux version 2.6.10-ck1 (root@nebula) (gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)) #1 SMP Mon Dec 27 11:53:51 CET 2004
Ieri non aveva nessun problema... ma oggi:
Al Boot:
Code: |
...
* Bringing lo up... [ OK ]
* Initializing random number generator... [ OK ]
INIT: Entering runlevel: 3
* Starting syslog-ng... [ OK ]
* Bringing eth0 up (10.10.10.13)... [ OK ]
SIOCSIFADDR: No such device
eth0: unknoun interface: No such device [ !! ]
SIOCSIFNETMASK: No such devices
* ERROR: Problem starting needed services.
"netmount" was not started.
* ERROR: Problem starting needed services.
"apache2" was not started.
* Coldplugging (non ha problemi)
* ERROR: Problem starting needed services.
"portmap" was not started.
* ERROR: Problem starting needed services.
"nfs" was not started.
* Starting local... [ OK ]
|
I Log di syslog-ng
Code: |
...
Dec 28 09:24:17 nebula rc-scripts: ERROR: Problem starting needed services.
Dec 28 09:24:17 nebula rc-scripts: "netmount" was not started.
Dec 28 09:24:17 nebula rc-scripts: ERROR: Problem starting needed services.
Dec 28 09:24:17 nebula rc-scripts: "apache2" was not started.
Dec 28 09:24:23 nebula rc-scripts: ERROR: Problem starting needed services.
Dec 28 09:24:23 nebula rc-scripts: "portmap" was not started.
Dec 28 09:24:23 nebula rc-scripts: ERROR: Problem starting needed services.
Dec 28 09:24:23 nebula rc-scripts: "nfs" was not started.
...
|
qualcuno ha qualche idea su cosa puo' essere successo e su come risolvere ?
Grazie. _________________ http://th30z.netsons.org/ |
|
Back to top |
|
|
Manuelixm l33t
Joined: 03 Apr 2004 Posts: 832 Location: Brescia
|
Posted: Tue Dec 28, 2004 9:19 am Post subject: |
|
|
Per me ti manca il modulo per la tua scheda di rete, o non l'hai messo nel kernel o non viene caricato in fase di boot. _________________ Linux user#370732 |
|
Back to top |
|
|
_sys/sid Guru
Joined: 27 Aug 2004 Posts: 346 Location: Asola (Mantova)
|
Posted: Tue Dec 28, 2004 9:23 am Post subject: |
|
|
ieri andava... ba.. provero' a ricompilare il kernel... _________________ http://th30z.netsons.org/ |
|
Back to top |
|
|
_sys/sid Guru
Joined: 27 Aug 2004 Posts: 346 Location: Asola (Mantova)
|
Posted: Tue Dec 28, 2004 9:54 am Post subject: Suggerimento: gli Stili possono essere applicati velocemente |
|
|
Se dopo l'avvio faccio login e li faccio partire a mano:
/etc/init.d/apache2 start
ecc.
Partono senza problemi !!!
??? _________________ http://th30z.netsons.org/ |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Tue Dec 28, 2004 10:00 am Post subject: |
|
|
beh se tiri su l'interfaccia di rete (che è una diipendenza di apache e altre robe come servizio) gli altri partono tutti senza problemi. ciò che li blocca è , appunto, l'uinterfaccia di rete che non è salita penso anche io per un modulo che forse non hai caricato _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31280 Location: here
|
|
Back to top |
|
|
_sys/sid Guru
Joined: 27 Aug 2004 Posts: 346 Location: Asola (Mantova)
|
Posted: Tue Dec 28, 2004 10:55 am Post subject: Suggerimento: gli Stili possono essere applicati velocemente |
|
|
e ho provato a non mettere la scheda ethernet come modulo. sys900
e adesso funziona.
Ma anche ieri funzionava...
Ba'... _________________ http://th30z.netsons.org/ |
|
Back to top |
|
|
Manuelixm l33t
Joined: 03 Apr 2004 Posts: 832 Location: Brescia
|
Posted: Tue Dec 28, 2004 11:00 am Post subject: |
|
|
Linux al contrario di win se tu non modifichi nulla non fa nulla, probabilmente hai aggiornato qualcosa, o hai fatto qualche modifica che non ha più permesso di caricare il modulo della tua scheda di rete. Che sia modulo o statica dovrebbe funzionare, solo che se è modulo lo devi caricare, in modo automatico tramite coldplug/hotplug o in modo manuale inserendolo in /etc/modules.autoload/kernel-2.x. _________________ Linux user#370732 |
|
Back to top |
|
|
|