PDA

View Full Version : Zone files problem



ircman
06-16-2005, 01:13 AM
When a user changes his settings under Dns management in DA, there apears a strange character in the zonefile of that user.

Example:

$TTL 14400
@ IN SOA ns1.domain.nl.^M root.domain.nl. (
2005061601
7200
3600
1209600
86400 )
As you can see there is a ^M character in the zonefile. And bind gives an error.

How do I solve this ?

Cedric.

nobaloney
06-16-2005, 01:37 PM
I just tested on DA on CentOS 3.

As a site user, I added an A record. I did not see the problem.

I deleted the same A record. Again I did not see the record.

What OS are you running? What version of DA?

Jeff

ircman
06-16-2005, 02:58 PM
I'm running on RedHat 9 and with latest Da version 1.24.2 if i'm right.
Well I found a little script for perl witch should remove the ^M. So i'm testing it right now.


Cedric.