• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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