Tâche #8715
Distribution EOLE - Scénario #8829: Demandes EOLE 2.4 déjà résolues
Problème DNS pose problème au diagnose de l'accès distant
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
Description
Par exemple si j'ai :
root@amon:/usr/share/eole/diagnose# cat /etc/resolv.conf domain monreseau.lan search monreseau.lan. nameserver 127.0.0.1 nameserver 192.168.232.2 root@amon:/usr/share/eole/diagnose# host google.fr 127.0.0.1 ;; connection timed out; no servers could be reached root@amon:/usr/share/eole/diagnose# host google.fr 192.168.232.2 Using domain server: Name: 192.168.232.2 Address: 192.168.232.2#53 Aliases: google.fr has address 173.194.34.15 google.fr has address 173.194.34.24 google.fr has address 173.194.34.31 google.fr has address 173.194.34.23 google.fr has IPv6 address 2a00:1450:4007:803::1018 google.fr mail is handled by 10 aspmx.l.google.com. google.fr mail is handled by 20 alt1.aspmx.l.google.com. google.fr mail is handled by 40 alt3.aspmx.l.google.com. google.fr mail is handled by 50 alt4.aspmx.l.google.com. google.fr mail is handled by 30 alt2.aspmx.l.google.com. root@amon:/usr/share/eole/diagnose#
Le diagnose distant est marqué en erreur alors que j'ai bien accès à internet :
root@amon:/usr/share/eole/diagnose# wget -q -t2 -T3 --delete-after bp-eole.ac-dijon.fr root@amon:/usr/share/eole/diagnose# echo $? 4 root@amon:/usr/share/eole/diagnose# wget -q -t2 --connect-timeout=4 --delete-after bp-eole.ac-dijon.fr root@amon:/usr/share/eole/diagnose# echo $? 0
Associated revisions
utilisation de --connect-timeout=3 plutot que -T3 pour éviter un faux positif en cas de problème DNS local (fixes #8715 @1h)
History
#1 Updated by Emmanuel GARETTE over 6 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit creole:ef6d075302d7eab62a7fa711170c1d0834529f21.
#2 Updated by Emmanuel GARETTE over 6 years ago
- Due date set to 09/05/2014
- Status changed from Résolu to En attente d'informations
- Assigned To set to Emmanuel GARETTE
- Target version set to 231
- Start date set to 08/25/2014
- % Done changed from 100 to 0
#3 Updated by Emmanuel GARETTE over 6 years ago
- Status changed from En attente d'informations to Résolu
- % Done changed from 0 to 100
Les conditions de test sont les mêmes que #8719.
#4 Updated by Luc Bourdot over 6 years ago
- Parent task set to #8829
#5 Updated by Daniel Dehennin over 6 years ago
- Status changed from Résolu to Fermé