vicodin's Tux's lil' helper
Joined: 11 Jun 2004 Posts: 109
|
Posted: Sat Sep 24, 2005 8:51 am Post subject: [DHCPCD] En tache de fond? |
|
|
Bonjour,
Depuis un etc-update un peu foireux, dhcpcd ne se met plus en tache de fond. Au démarrage, il met ça:
Code: | parseDhcpMsgRecv: 6 options received:
i=1 len=4 option = 255.255.255.0
i=3 len=4 option = 192.168.1.1
i=6 len=4 option = 192.168.0.250
i=51 len=4 option = 86400
i=53 len=1 option = 5
i=54 len=4 option = 192.168.1.1
DhcpMsgRecv->yiaddr = 192.168.1.103
DhcpMsgRecv->siaddr = 0.0.0.0
DhcpMsgRecv->giaddr = 0.0.0.0
DhcpMsgRecv->sname = ""
ServerHardwareAddr = 00.12.17.16.FD.E8
|
Vous voyez l'erreur?
Alors la le boot se bloque et je peux plus rien faire.
Voilà mon /etc/conf.d/net:
Code: | modules=( "dhcpcd" )
config_eth1=( "dhcp" )
dhcpcd_eth1="-t 10"
dhcp_eth1="release nodns nontp nonis"
|
et voilà ce que me donne rc-update -s :
Code: |
acpid | battery default
alsasound | boot
apache2 |
bootmisc | boot
bttrack |
checkfs | boot
checkroot | boot
clock | boot
consolefont | boot
cpudyn | battery default
crypto-loop |
cupsd |
dbus |
domainname | battery default
esound |
famd |
festival |
fetchmail |
gift |
gkrellmd |
gpm |
hddtemp | default
hdparm |
hostname | boot
hotplug | battery default
irda |
keymaps | boot
lm_sensors |
local | battery default nonetwork
localmount | boot
metalog | battery default
mldonkey |
modules | boot
mysql |
net.eth0 |
net.eth1 | battery default
net.lo | boot
netmount | battery default
nscd |
ntp-client | battery default
ntpd |
numlock |
portmap |
proftpd |
pwcheck |
q3ded |
rmnologin | boot
rsyncd |
samba |
saslauthd |
serial | boot
slapd |
slurpd |
speechd |
speechd~ |
splash |
sshd |
sshd2 |
syndaemon |
urandom | boot
xdm | battery default
xfs |
|
|
|