Hello! After several days of trial and error I finally econtré the problem:
Comment the line /etc/bind/named.conf/dominios everything worked correctly, so I decided to dump the contents in /etc/bind/named.conf.default-zones and ... surprise! They appeared mysterious line breaks ... (^ M), cleaned and script worked without any problem Then I had to modify the domains table so that the import properly: ALTER TABLE `powerdns`.`domains` `` Failed` CHANGE COLUMN failed` INT (5) NOT NULL DEFAULT 0 COMMENT ''; `` Changed` CHANGE COLUMN changed` INT (5) NOT NULL DEFAULT 0 COMMENT ''; I have already running the brand new PowerDNS. Thanks for all, best regards. On 18/05/16 12:46, Brian Candler wrote: > On 18/05/2016 11:41, @lbertosolorzano wrote: >> in the company are very strict >> confidentiality of the data and the data Protection Act so I find it >> impossible to extract real data. > > If you can keep trimming down your config to a point where it still > fails, but contains no confidential data, that would be the ideal > solution. (A minimum reproducing test case) > > As a side effect of the trimming process, you may find where the > problem lies :-) > _______________________________________________ Pdns-users mailing list [email protected] https://mailman.powerdns.com/mailman/listinfo/pdns-users
