Plesk 12.x / Linux :: Slave DNS Error

May 16, 2015

I am using the Slave DNS manager and I'm getting the following error in /var/log/messages on the slave server when the master/plesk tries to send change notifications.received notify for zone 'example.com': not authoritative

The domain is pointing to ns1.mydomain.com and ns2.mydomain.com, the domains zone on the master has both of these as NS records. And the SOA record lists ns1.mydomain.com as the primary authoritative nameserver.The zone has not been set on the slave server, what would be the cause here?

Slaves named.conf
bbb.bbb.bb.bbb = Slave IP
aaa.aa.aa.aaa = Master/Plesk

Code:

options {
listen-on port 53 { 127.0.0.1; bbb.bbb.bb.bbb; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
zone-statistics yes;

[code]....

View 2 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Slave DNS Manager Not Creating DNS Zone In Slave Server

Nov 4, 2014

I have setup Slave DNS using plesk 12. But it is not creating the zone in slave server. I could see log in /var/log/messages of slave server. But DNS zone is not creating. I have followed the KB "[URL] ...." for setup.

Nov 4 13:31:25 li456-187 named[16905]: received control channel command 'addzone testnith.com { type slave; file "testnith.com"; masters { 108.161.131.59; }; };'
Nov 4 13:31:25 li456-187 named[16905]: received control channel command 'refresh testnith.com'
Nov 4 13:31:25 li456-187 named[16905]: received control channel command 'addzone testnith.com { type slave; file "testnith.com"; masters { 108.161.131.59; }; };'

View 1 Replies View Related

Plesk 11.x / Linux :: How To Integrate Slave DNS

Oct 23, 2013

We have published an article about the 'Slave DNS' Plesk extension in our blog. Parallels does not provide technical support services for this Plesk extension. The extension is intended to serve as example of how certain technical tasks can be accomplished.

View 7 Replies View Related

Plesk 12.x / Linux :: Getting Slave DNS Manager To Work

Apr 25, 2015

I've got a Plesk 12 server with the "Slave DNS Manager" extension installed.I've also got a CentOS 7 server that I would like to set up as a slave DNS server.I've installed BIND on the slave server and opened ports 53 and 953.I've followed the instructions on this page but I can't seem to get a link between the two servers: URL....

I've also tried the config that the Plesk panel provides like the case in this thread, I get the same results: URL....

View 2 Replies View Related

Plesk 12.x / Linux :: DNS Zones Not Created On Slave Servers

Jul 19, 2015

I am setting up slave DNS servers using bind 9.8 on CentOS 6. I have followed the procedure here successfully: [URL] ....

The problem is that even if I see something like the following in named.run on the slave server (which implies the rndc connection worked):

received control channel command 'addzone xxxxxxxx.com { type slave; file "xxxxxxxx.com"; masters { x.x.x.x; }; };'
received control channel command 'refresh xxxxxxxx.com'
received control channel command 'addzone xxxxxxxx.com { type slave; file "xxxxxxxx.com"; masters { x.x.x.x; }; };'

I still cannot query any entries for that zone from the slave DNS server:

$ dig @y.y.y.y xxxxxxxx.com
; <<>> DiG 9.8.3-P1 <<>> @y.y.y.y xxxxxxxx.com
; (1 server found)
;; global options: +cmd

[Code] .....

I also do not see any zone files created anywhere on the slave server.

View 12 Replies View Related

Plesk 12.x / Linux :: Slave DNS Manager Not Deleting Zone?

Jan 12, 2015

I've setup Bind 9.10.1 on a windows server as a slave DNS server. I've installed the Slave DNS Manager on Plesk 12 for Linux and setup configuration.

New zones are added ok so authentication en communication is working perfectly. But when I delete a zone in Plesk, the zoneconfig file doesn't get deleted on the windows server. I can see the windows eventlog saying "received control channel command 'delzone <domain>'" where <domain> is the zone I deleted. But after that noting. And I see errors after a while because of bind trying to transfer the deleted zone again. The zonefile isn't deleted from c: amedzones...

View 1 Replies View Related

Plesk 12.x / Linux :: Configuring Slave DNS Manager - Unknown Option

Aug 1, 2014

I have setup bind in centos 6.5 and then edited /etc/named.conf and added the lines

The extension produced but I am getting the following error when restarting the bind service

Error in named configuration:
/etc/named.conf:2: unknown option '...'
/etc/named.conf:14: unknown option '*'
/etc/named.conf:21: 'options' redefined near 'options'

The following code suggested by plesk slave dns manager extension

Code:

options {
...
allow-new-zones yes;
};
key "rndc-key-mainserver ip" {

[Code] .....

After I removed ... from the options now I get the following error :

/etc/named.conf:51: unknown key 'rndc-key'

View 1 Replies View Related

Plesk 12.x / Linux :: Slave DNS Manager - Still Tries To Sync Zones That Are Switched Off

May 5, 2015

I have recently started using the slave DNS manager in the Plesk extension library. I've found that even for DNS zones that are switched off in Plesk, failed sync/transfers still try to take place between the slave and master. Why is this so?

Shouldn't turning the DNS functionality off in Plesk remove the zone from the slave DNS server?

When a domains DNS functionality is turned off, it removed the zone info from the master, but no command is issued to remove it from the slave??

Domain that is trying to sync/transfer: example.com
Plesk/Master server: 111.11.11.111
Slave DNS: 222.222.22.222

Code:
May 6 08:51:39 ns2 named[1178]: zone example.com/IN: refresh: unexpected rcode (REFUSED) from master 111.11.11.111#53 (source 0.0.0.0#0)
May 6 08:51:39 ns2 named[1178]: zone example.com/IN: Transfer started.
May 6 08:51:40 ns2 named[1178]: transfer of 'example.com/IN' from 111.11.11.111#53: connected using 222.222.22.222#53166

[Code] ...

View 3 Replies View Related

Plesk 11.x / Linux :: 11.5.30 Repository Error - Transport Error - Unable To List Directory - Curl Error

Jun 29, 2013

After upgrade to Plesk 11.5.30 trying to set up FTP-Backup Repository:

Repository error: Transport error: unable to list directory: Curl error: Access denied to remote resourceClick to expand...

View 7 Replies View Related

Plesk Automation :: How Do Slave Dns Updates Happen

Jul 8, 2013

How are the records on slave DNS servers updated ? Does it use the settings in the SOA section of the zone files to determine how often slaves are updated ?

Code:

18 ; serial
14400 ; refresh (4 hours)
7200 ; retry (2 hours)
2419200 ; expire (4 weeks)
3600 ; minimum (1 hour)

Is there any way for master to push out notifications to slaves OR get slaves to update their DNS sooner.

The main reason for this is it seems adding an entry on the master (via the GUI) is taking ages to appear on the slave.

View 2 Replies View Related

Plesk 12.x / Windows :: Way To Make A Slave DNS Server?

May 19, 2015

I have a Windows/Plesk installation (Windows DNS), what is the best way to make a slave DNS server?I have two more servers without Plesk, windows and linux, one of then could be my slave server, how to accomplish that?

View 1 Replies View Related

Plesk 12.x / Windows :: Route 53 Extension To Manage Slave DNS Server

Jun 16, 2015

I installed Route 53 extension to manage a slave DNS server but when a add or remove some domain the process does not complete, Plesk stays loading without finish domain creation.

When I disable the extension, Plesk create and remove domains without any problem.

What could be happening?

View 1 Replies View Related

Plesk 11.x / Windows :: Panel Not Sending DNS Notifications To Slave Server

Mar 21, 2014

If I change DNS using Plesk Panel the DNS server does not send a notification to the slave server, however if I change DNS directly through the DNS Manager it does send the notifications. Looking around the only thing I can find is an old post [URL] .... I'm not sure if this is related.

View 7 Replies View Related

Plesk 12.x / Linux :: SSL Error During Key Update

Oct 6, 2014

Whenever I try to update the Plesk key via webinterface I receive the following error:

Unable to connect to license server [URL] ....

cURL error description: Problem with the SSL CA cert (path? access rights?)(77)

Checking via command line shows that the SSL certificate of ka.parallels.com on port 5224 is expired in 2004 (!)

As it worked until today, why the SSL cert check fails now?

View 9 Replies View Related

Plesk 12.x / Linux :: Error Backup FTP

Jun 22, 2014

I upgraded Plesk 11.5 to the latest version 12.0.08 # 5 and now I can not configure the external FTP backup I get the error:Transport error: unable to list directory: Curl error: Timeout was reached. Also failing the backup shows this error: Unable to rotate dump: The dump rotation is failed with code '126 'at / opt / psa / admin / bin / plesk_agent_manager line 1041.

And this one:Can not upload file 'domains/domain.tld/backup_domain.tld_info_1406210716.xml' to ftp. Error code: 1..my SO Debian 6.0.8

View 19 Replies View Related

Plesk 12.x / Linux :: Error After Add Subscription

Jul 21, 2014

I have plesk 12.0.18 Update #9 Fresh installation. When i'm done with adding an subscription i get this error:

New configuration files for the Apache web server were not created due to the errors in configuration templates:

Template processing failed: file = /usr/local/psa/admin/conf/templates/default/domainVhost.php, error = Template_Exception: No data. file: /usr/local/psa/admin/plib/Template/Processor.php line: 28 code: 0 Previous error: Template_Variable_Exception: No data. file: /usr/local/psa/admin/plib/Template/Variable/AbstractCachedData.php line: 67 code: 0. Detailed error descriptions were sent to you by email. Please resolve the issues and click here to generate broken configuration files once again or here to generate all configuration files. See the details in Configuration Troubleshooter

View 5 Replies View Related

Plesk 12.x / Linux :: Error Log Not Rotating?

Feb 19, 2015

just had a server /var full because of an error_log that was 4GB in size. First entries were from 28th of august last year.

Log rotation is configured on the webspace and access.log is rotating. It's set to rotate every 10240kiB.

Since the difference between 10MiB and >4GiB is quite large and there being a lot of errors on 28th august already it should have been rotated way sooner. Even if cron only runs the job once a day.

Host OS is Ubuntu 12.04.5 in case it matter.

View 4 Replies View Related

Plesk 12.x / Linux :: FTP Backups Error

Sep 22, 2014

Since upgrading to v12* I have had issues backing up to my FTP repo, the errors are limited but how to come over it?I have searched and checked all common issues, space on drive, space on destination etc.

Errors I receive are:

[root@web01 backup-2014-09-22-08-32-24-354]# tail -f backup.log
[2014-09-22 10:09:52.790|24801] INFO: Transport: Init credentials for user ''
[2014-09-22 10:09:52.790|24801] INFO: Repository '/home2/backups/': Initialized
[2014-09-22 10:09:52.803|24801] INFO: Repository 'ftp://XXX//XXX/XXX/': Initializing...
[2014-09-22 10:09:52.803|24801] INFO: Transport: Get repository transport ftp://XXX//XXX/XXX/
[2014-09-22 10:09:52.803|24801] INFO: Transport: Init credentials for user 'XXX'
[2014-09-22 10:09:52.820|24801] INFO: Repository 'ftp://XXX//XXX/XXX/': Initialized
[2014-09-22 10:09:52.840|24801] INFO: pmm-ras finished. Exit code: 1
[10918]: 2014-09-22 09:09:52 ERROR 25eebacd-8f15-492d-8297-27d25ecb68b8 Can't upload file 'backup_info_1409220832.xml' to ftp. Error code: 1
[10918]: 2014-09-22 09:09:52 DEBUG Uploader output: Error: basic_string::_S_construct NULL not valid

No matter what I try this fails, I have a v11* still backing up without issues to the same FTP.

View 1 Replies View Related

Plesk 12.x / Linux :: Gmail Error - 454 4.7.0 TLS Not Available

Jul 13, 2014

Started testing my install of PP12 and found I cannot receive email from gmail.

There error is "454 4.7.0 TLS not available due to local problem"

This is a brand new install of PP ( Centos Linux ) via the AWS Marketplace EC2 instance ( offered by Parallels ).

View 4 Replies View Related

Plesk 12.x / Linux :: Crontabmng Error After Migration

Feb 24, 2015

We successfully migrated web and email from a Plesk 9.3 system to the new Plesk 12.0 system. Afterwards i try to install new extensions and / or try to delete existing extensions and receive the following error:

Die Erweiterung Webserver Configurations Troubleshooter kann nicht entfernt werden: crontabmng failed: /usr/bin/crontab execution failed: "crontabViWP46":11: bad command errors in crontab file, can't install. System error: crontab execution error

Means that i am not able to delete the extension "Webserver Configurations Troubleshooter". But the extension is delete (but not completelly - only a checkbox is shown without entry).

Is something comes with a config of the old server? All works proper until migration.

View 3 Replies View Related

Plesk 11.x / Linux :: Error Installation Joomla App

May 27, 2014

I get this error by installing joomla attached...

View 2 Replies View Related

Plesk 12.x / Linux :: Backup Restore Error

Nov 16, 2014

i have make a full Plesk Backup on my Old Server with Plesk 12.0(Ubuntu) and will restore the Backup on my new Server with Plesk 12.0(CentOS).When i will restore the backup i get this error: "Error: The source file is not a valid XML file. If you supplied an archive file containing a backup from Plesk version 9 or later, then extract the contents of this archive, and process the extracted XML file with the converter. If you want to convert a backup file from a Plesk version earlier than 9, then you first need to process it with the pre9-backup-convert utility, and then process the resulting file with the pre10-backup-convert utility."

In the Logs i found this:

deployer.log - [URL] ...
import.log - [URL] ...
pmmcli.log - [URL] ...

View 4 Replies View Related

Plesk 12.x / Linux :: Unlock And Sync Error

Nov 17, 2014

When I try to unlock a subscription I get the following error message. The fact is that I have not customized any time any parameter of this subscription, but has blocked me.ERROR: Call to a member function isDefault() on a non-object (Domain.php:966)

View 6 Replies View Related

Plesk 11.x / Linux :: Cannot Logon - Web Page Not Available Error

Jun 29, 2015

I tried access my plesk box via http://ipaddress:8443 but am met with an web page not available error. I checked my disk df -h and found

/dev/mapper/VolGroup00-LogVol00 Use% is at 100%. What can I clear out to get it up and running again?

View 4 Replies View Related

Plesk 12.x / Linux :: Error On Enabling Nginx

May 20, 2015

I wanted to activate nginx on my server als describes on [URL] ...

Installing was no problem, but when i try to enable nginx, I always get errors:

/usr/local/psa/admin/sbin/nginxmng -e
[2015-05-20 10:42:36] ERR [util_exec] proc_close() failed
Error occured while sending feedback. HTTP code returned: 502
[2015-05-20 10:42:37] ERR [util_exec] proc_close() failed

[Code] ....

View 7 Replies View Related

Plesk 12.x / Linux :: ERROR IP Nginx After UPDATE

Mar 18, 2015

how is it possible that after an update my main site is down? This site: www.orderhosting.it has plesk Panel and I have 20 sites. They work perfectly but my main site is off. I think there is an error in the configuration because:

[root@orderhosting ~]# grep -r 199.99.36.73 /etc/nginx/
[root@orderhosting ~]#

This is strange.Error log does not report any errors, only this: [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?

View 7 Replies View Related

Plesk 12.x / Linux :: Wordpress Install Error?

Mar 10, 2015

HTTP Error (404)

[URL] ....

This is the error I get when trying to install wordpress

View 10 Replies View Related

Plesk 12.x / Linux :: Error While Recreating Template

Sep 3, 2014

I disabled the reverse proxy and i got following error:

Code:
Fehler: Aufgrund von Fehlern in den Konfigurations-Templates konnten keine neuen Konfigurationsdateien für den Apache Webserver erstellt werden: Template processing failed: file = /opt/psa/admin/conf/templates/default/server.php, error = Template_Exception: syntax error, unexpected '=>' (T_DOUBLE_ARROW)
file: /opt/psa/admin/plib/Template/Processor.php

[Code] ....

Now I got the problem that i can't create the /etc/apache2/plesk.conf.d/server.conf

View 1 Replies View Related

Plesk 12.x / Linux :: Httpdmng Reconfigure Error

Feb 9, 2015

After upgrading my vps (running CentOS 5.10) to Plesk Panel 12 all the websites hosted we're showing the Plesk default page. So I ran the httpdmng to reconfigure all the sites and I got this error back:

~]# /usr/local/psa/admin/bin/httpdmng --reconfigure-all

Execution failed.
Command: httpdmng
Arguments: Array
(
[0] => --reconfigure-domains
[1] => domain1.tld,domain2.tld,domain3.tld
)
Details: Empty error message from utility.

I already restarted all the services, rebooted the server and followed this kb article: [URL]

Unfortunately no success.

View 1 Replies View Related

Plesk 12.x / Linux :: Error When Creating Domains?

May 15, 2015

since yesterday I'm receiving this errors on some website: see attachment

View 2 Replies View Related

Plesk 12.x / Linux :: Error When Creating New Subscription

Jun 18, 2015

We get this same error on every subscription we create. It doesn't seem to affect anything but it's more of an annoyance than anything. It did it on plesk 11.5 and now with plesk 12.

[2015-06-18 08:35:13] ERR [util_exec] proc_close() failed
PHP Fatal error: Uncaught exception 'PleskUtilException' with message 'glmng failed: ' in /usr/local/psa/admin/plib/Service/Agent.php:243
Stack trace:

[Code] .....

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved