Projet

Général

Profil

Tâche #32946

Mis à jour par Emmanuel GARETTE il y a plus de 2 ans

L'erreur apparmor empêche Bind de lire les fichiers contenus dans le répertoire "/etc/samba/conf.d/".

Cela pourrait poser problème si une configuration particulière de samba impactait bind. Ce qui ne semble pas être le cas ici.

Bind démarre correctement.

La vrai erreur est quelques lignes en dessous :

<pre>
zone xxx.yy.in-addr.arpa\zzzz:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/NONE: has 0 SOA records
zone xxx.yy.in-addr.arpa\zzzz:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/NONE: has no NS records
samba_dlz: Failed to configure zone 'xxx.yy.in-addr.arpa bbb:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
</pre>

Il faudrait étudier la déclaration des zones DNS en faisant :

<pre>
for ad_zone in $(CreoleGet ad_zones); do samba-tool dns query $(CreoleGet nom_domaine_machine) $ad_zone.in-addr.arpa $ad_zone.in-addr.arpa ALL -Uadmin; done
</pre>

Retour