Project

General

Profile

Tâche #14005

Scénario #13770: Analyse/Résolution de divers problèmes sur la 2.5.1

reboot eCdl : Quand activer_cache_dns à 'oui' le boot prend 7 à 8 mn

Added by christophe guerinot almost 8 years ago. Updated almost 8 years ago.

Status:
Fermé
Priority:
Normal
Start date:
09/21/2015
Due date:
% Done:

100%

Estimated time:
1.00 h
Spent time:
Remaining (hours):
0.0

Related issues

Related to eCDL - Tâche #13329: lenteur extreme au boot Ne sera pas résolu 01/21/2016

Associated revisions

Revision 08cb5be4 (diff)
Added by christophe guerinot almost 8 years ago

ecdl-speedboot: Désactivation du service winbind lors du boot ( fixes #14005 @1.00 )

  • La désactivation du pare-feu lors du boot ne règle pas le pb quand le cache dns est activé sur le serveur

Revision dd8808fb (diff)
Added by christophe guerinot almost 8 years ago

Cosmétique ( ref #14005 )

History

#1 Updated by christophe guerinot almost 8 years ago

en mode activer_cache_dns à 'oui', au démarrage le fichier '/etc/resolv.conf' est configuré pour que le serveur dns soit dirigé vers le serveur lui-même

~# cat /etc/resolv.conf 
#-------------------------------------------------------------------------
## resolv.conf pour EOLE
#-------------------------------------------------------------------------

nameserver 127.0.0.1
search domaine.i2

le fichier '/etc/bind/named.conf.options' contient les serveurs DNS sur le(s)quel(s) s'alimente(nt) le cache du serveur (forwarder(s))

~# cat /etc/bind/named.conf.options 
// Fichier généré par dico 20_ecdlcachedns.xml

options {
        directory "/var/cache/bind";
        // query-source address * port 53;
        forwarders {
        172.xxx.yyy.zzz;
        };
        auth-nxdomain no;    # conform to RFC1035
        allow-recursion { any; };
        listen-on-v6 { any; };
};

le boot peut prendre 7 à 8 mn
quand le mode vient d'être basculé de activer_cache_dns à 'non' à activer_cache_dns à 'oui'
il peut y avoir également au boot des remontées sur la configuration du réseau

Waiting for network configuration…
Waiting up to 60 more seconds for network configuration…
Booting system without full network configuration…

ceci malgré que le pare-feu puisse être désactivé avec activer_speedboot à 'oui'

#2 Updated by christophe guerinot almost 8 years ago

  • Estimated time set to 1.00 h
  • Remaining (hours) set to 1.0

#3 Updated by christophe guerinot almost 8 years ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100

#4 Updated by Thierry Bertrand almost 8 years ago

  • Status changed from Résolu to Fermé
  • Remaining (hours) changed from 1.0 to 0.0

Also available in: Atom PDF