Named.conf breakage adding accounts on new servers
We are standing up a new fleet of Alma 9 servers and are seeing an odd issue with named.conf breaking upon adding the first account to each of the servers.
In both the internal and external views, the hostname entry:
zone "server.fqdn.tld" {
type master;
file "/var/named/server.fqdn.tld.db";
};
...becomes:
zone "server.fqdn.tld" {
type mas
zone "anotherfqdn.tld" {
type master;
file "/var/named/anotherfqdn.tld.db";
};
zone "yetanotherfqdn.tld" {
type master;
file "/var/named/yetanotherfqdn.tld.db";
};
ter;
file "/var/named/server.fqdn.tld.db";
};
cPanel is injecting new zones right in the middle of "master" in the first zone entry.
Once I fix it, all new zones are added normally.
This is the 2 for 2 where this has occurred.
I'll for sure need to open a ticket when I get to a host that isn't so time sensitive for support to look at it, however, is anyone else seeing this?
-
Hey hey! I can't say I've heard of other users running into this - let me test on an Alma9 machine and I'll let you know what I see!
0 -
Alright - on a shiny new server, I get this in both "internal" and "external"
zone "10-2-33-52.cprapid.com" {
type master;
file "/var/named/10-2-33-52.cprapid.com.db";
};I then created a new account in WHM and I get two separate blocks as expected:
zone "10-2-33-52.cprapid.com" {
type master;
file "/var/named/10-2-33-52.cprapid.com.db";
};
zone "domaintest.com" {
type master;
file "/var/named/domaintest.com.db";
};so at this point I'm not able to reproduce. If you have a server where this is happening on in your environment go ahead and make that ticket and we'll check it out!
0 -
cPRex I absolutely will, thanks for testing.
0 -
Of course! Although I'm sorry it wasn't more helpful!
0
Please sign in to leave a comment.
Comments
4 comments