Web Hosting Talk







View Full Version : Last cPanel Release update wiped out named.conf


Ripside
01-22-2006, 12:08 PM
Anyone seen this before? The last cPanel release version update reset our named.conf file - and took down the ability to resolve about 50 domains hosted on the box. Luckily it was backed up and was easy to fix, although it took awhile to figure out why DNS wasn't working (its been several years since I've worked with named). This is why I only do manual updates to cPanel.

Cpanel support suggested that if it was backed up to named.conf.rpmsave, then "a named rpm update would likely be the cause" - huh?

Patrick
01-22-2006, 01:05 PM
When we were using Release, it caused Exim to stop working every 5 days for some reason, and we couldn't find anything in the logs. Went to the Stable version since, and everything is working like a charm.

Strange.

IH-Antonio
01-22-2006, 01:49 PM
Hello,

In SSH try the next:


/scripts/rebuildnamedconf
/scripts/fixnamed
/scripts/fixrndc

service named restart

Let me know if fixed your problem.


Thanks,

Antonio

Shaw Networks
01-23-2006, 11:05 PM
That happened to us once before, luckily we noticed immediately after the update and had a backup of it. That was one potential disaster that always makes us wary of performing any cPanel update.

Ripside
01-24-2006, 12:26 AM
IH-Antonio,

I knew there was a script for this somewhere - couldn't find it though. Thanks!