Suites à deux modifs, démarrage impossible

Bonjour à tous,

Je suis sous SID (sources.list et préfs au carré), noyau : 2.6.24-1-686

Pendant la phase de boot, j’avais deux soucis.

Le premier était le blocage au niveau du starting MTA.
En cherchant sur le forum, j’ai trouvé une commande que j’ai tapé : update-rc.d -f exim4 remove
J’a trouvé cette comande ici : viewtopic.php?p=115873#p115873
La commande à rentrer dans /etc/network/interfaces ne marchait, je ne l’ai donc pas mise.

Ensuite, l’autre problème venait du DHCPDISCOVER pednant ma phase de boot.
En cherchant sur le forum, j’ai trouvé cette commande :
viewtopic.php?p=132529#p132529
J’ai remplacé le wlan0 par mon eth0.

J’ai tenté un reboot et au boot, ca bloque au niveau de :
Starting NFS kernel daemon : nfsd

J’ai aussi des failed au niveau de :
Starting NFS common utilities : statd failed !

Et aussi :
ifup : couldn’read interfaces file /etc/network/interface"

Ma seule solution est donc, d’appuyer sur le bouton du pc pour l’éteindre.

Pouvez-vous m’aider ?

Merci par avance
Carnibal

EDIT BIZARRE : En fait, le blocage s’est débloqué au bout d’une vingtaine de minutes, j’ai eu d’autres failed mais pas eut le temps de les voir. Je suis sur le bureau gnome.
Auriez vous une solution pour réparer tous ces problèmes ?

up :slightly_smiling:

ton dmesg est clean ?

C’est a dire clean ?

Voici un extrait que j’ai pris au hasard :

RPC: Registered tcp transport module. Installing knfsd (copyright (C) 1996 okir@monad.swb.de). rpcbind: server localhost not responding, timed out RPC: failed to contact local rpcbind server (errno 5). rpcbind: server localhost not responding, timed out RPC: failed to contact local rpcbind server (errno 5). rpcbind: server localhost not responding, timed out RPC: failed to contact local rpcbind server (errno 5). NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory NFSD: starting 90-second grace period rpcbind: server localhost not responding, timed out RPC: failed to contact local rpcbind server (errno 5). rpcbind: server localhost not responding, timed out RPC: failed to contact local rpcbind server (errno 5). lockd_up: makesock failed, error=-5 rpcbind: server localhost not responding, timed out RPC: failed to contact local rpcbind server (errno 5). nfsd: last server has exited nfsd: unexporting all filesystems rpcbind: server localhost not responding, timed out RPC: failed to contact local rpcbind server (errno 5). Bluetooth: Core ver 2.11 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP ver 2.9 Bluetooth: L2CAP socket layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.8 eth0: no link during initialization. ADDRCONF(NETDEV_UP): eth0: link is not ready NET: Registered protocol family 5 hda: drive_cmd: status=0x51 { DriveReady SeekComplete Error } hda: drive_cmd: error=0x04 { AbortedCommand } ide: failed opcode was: 0xef Linux agpgart interface v0.102 ACPI: PCI Interrupt 0000:05:00.0[A] -> Link [LK1E] -> GSI 19 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:05:00.0 to 64 NVRM: loading NVIDIA UNIX x86 Kernel Module 169.09 Fri Jan 11 14:38:28 PST 2008 ADDRCONF(NETDEV_CHANGE): ath0: link becomes ready ath0: no IPv6 routers present wifi0: ath_rxorn_tasklet: Receive FIFO overrun; resetting. ADDRCONF(NETDEV_UP): ath0: link is not ready ADDRCONF(NETDEV_CHANGE): ath0: link becomes ready eth0: no link during initialization. ADDRCONF(NETDEV_UP): eth0: link is not ready ADDRCONF(NETDEV_UP): ath0: link is not ready ADDRCONF(NETDEV_CHANGE): ath0: link becomes ready ath0: no IPv6 routers present ADDRCONF(NETDEV_UP): ath0: link is not ready eth0: no link during initialization. ADDRCONF(NETDEV_UP): eth0: link is not ready ADDRCONF(NETDEV_UP): ath0: link is not ready ADDRCONF(NETDEV_CHANGE): ath0: link becomes ready ath0: no IPv6 routers present

Ben voila ça c’est pas clean :wink:

et quand tu fais :

# /etc/init.d/networking restart

Tu as quoi comme message ?

laptop:/home/carnibal# /etc/init.d/networking restart Reconfiguring network interfaces.../etc/network/interfaces:14: misplaced option ifdown: couldn't read interfaces file "/etc/network/interfaces" /etc/network/interfaces:14: misplaced option ifup: couldn't read interfaces file "/etc/network/interfaces" failed.

Et voici mon /etc/network/interfaces :

[code]# This file describes the network interfaces available on your system

and how to activate them. For more information, see interfaces(5).

The loopback network interface

auto lo
iface lo inet loopback

The primary network interface

allow-hotplug eth0
iface eth0 inet dhcp

auto eth0

pre-up ifconfig ath0 up
[/code]

j’ai plus l’impression que c’est un problème de droit sur interface.
Le miens :

-rw-r----- 1 root root 397 jan 31 18:26 /etc/network/interfaces

Bon j’ai changé les droits et redémarré et toujurs, rien, jai pleins de problèmes de dépendances, des failed partout au boot.