• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

DNS won't run after upgrade from 8.1 to 8.2

P

preluderd

Guest
I have upgraded from 8.1 to 8.2 and everything seems to work fine except the DNS service won't start. Windows Event Viewer shows these errors when trying to start the service.

Event Type: Error
Event Source: named
Event Category: None
Event ID: 1
Date: 10/29/2007
Time: 10:21:26 PM
User: N/A
Computer: BELLSOUTH
Description:
C:\Program Files\SWsoft\Plesk\dns\\etc\named.conf:272: zone 'mydomain.com': already exists previous definition: C:\Program Files\SWsoft\Plesk\dns\\etc\named.conf:90

Event Type: Error
Event Source: named
Event Category: None
Event ID: 1
Date: 10/29/2007
Time: 10:21:26 PM
User: N/A
Computer: BELLSOUTH
Description:
loading configuration: failure

Event Type: Error
Event Source: named
Event Category: None
Event ID: 1
Date: 10/29/2007
Time: 10:21:26 PM
User: N/A
Computer: BELLSOUTH
Description:
exiting (due to fatal error)

Anyone have an idea of where to start?
 
Originally posted by preluderd
Description:
C:\Program Files\SWsoft\Plesk\dns\\etc\named.conf:272: zone 'mydomain.com': already exists previous definition: C:\Program Files\SWsoft\Plesk\dns\\etc\named.conf:90

Please open C:\Program Files\SWsoft\Plesk\dns\\etc\named.conf, go to line 272 and remove zone mydomain.com. Next go to line 90 and remove zone mydomain.com. Next start BIND service and run command %plesk_bin%dnsmng UPDATE *.
 
Back
Top