Hi
I'm running ispcp 1.0.6, upgraded from 1.0.0 on a Debian Lenny 32 bits, upgraded from Debian Etch.
For an unknown reason, since the upgrade, after every modification on a domain, I got a duplicate entry in /etc/bin/named.conf
This is the record for the name of the server itself (admin.domain.ltd)
Code:
// dmn [admin.domain.ltd] cfg entry BEGIN.
zone "admin.domain.ltd" {
type master;
file "/var/cache/bind/admin.domain.ltd.db";
notify YES;
};
// dmn [admin.domain.ltd] cfg entry END.
Of course with such a duplicate entry, bind fails to restart and my dns is down after each modification.
I don't have any idea where to find the source of the error.
I've checked under the settings of domain.tld to be sure no-one created the subdomain admin.domain.tld and even checked in the db itself.
I have no idea...
Does anybody have any idea ?
Regards
Cedric