Bonjour,
j'ai un problème de démarrage du démon in.mpathd, lorsque je tente de le démarrer en mode debbug j'ai cette erreur :
Citation:
IVR2ob_su3<root># /usr/lib/inet/in.mpathd -d
run_timeouts()
initifs: Scanning interfaces
pii_process(inet bge0)
phyint_inst_lookup(inet bge0)
phyint_lookup(bge0)
phyint_inst_init_from_k(inet bge0)
phyint_group_lookup(SMCM)
phyint_group_create(SMCM)
phyint_lookup(bge0)
phyint_insert(bge0 'SMCM')
phyint_inst_insert(inet bge0)
logint_init_from_k(inet bge0)
…
pii_process(inet lo0)
phyint_inst_lookup(inet lo0)
phyint_lookup(lo0)
phyint_inst_init_from_k(inet lo0)
select_test_ifs
main: ioctl (SIOCSIPMPFAILBACK): No such file or directory
|
Et je devrais avoir:
Citation:
IVR2ob_su2<root># /usr/lib/inet/in.mpathd -d
run_timeouts()
initifs: Scanning interfaces
pii_process(inet bge0)
phyint_inst_lookup(inet bge0)
phyint_lookup(bge0)
phyint_inst_init_from_k(inet bge0)
phyint_group_lookup(SMCM)
phyint_group_create(SMCM)
phyint_lookup(bge0)
phyint_insert(bge0 'SMCM')
phyint_inst_insert(inet bge0)
…
phyint_inst_lookup(inet lo0)
phyint_lookup(lo0)
phyint_inst_init_from_k(inet lo0)
select_test_ifs
in_data(inet bge1)
in_data(inet bge0)
in_data(inet bge0)
in_data(inet bge0)
in_data(inet bge0)
in_data(inet bge1)
in_data(inet bge1)
in_data(inet bge1)
in_data(inet bge1)
in_data(inet bge0)
in_data(inet bge1)
in_data(inet bge1)
in_data(inet bge0)
in_data(inet bge0)
…
|
Avez vous une idée d'ou pourrait venir mon problème ?
Merci d'avance,