Page 1 of 1

Error: invalid ns_record format :: NS3.DNSOWL.COM.

Posted: Sat Jul 09, 2016 11:06 pm
by magzen
Hello

added a new domain yesterday and wanted to make some changes in dns records, adding new nameservers and mx records for email, but bumped into a problem giving following error

Error: invalid ns_record format :: NS3.DNSOWL.COM.

Error: invalid mx_record format ::

i dont know if this issue have to do with the recent update for Vestacp but i used to be able to add new records in dns

Re: Error: invalid ns_record format :: NS3.DNSOWL.COM.

Posted: Sun Jul 10, 2016 1:44 pm
by skamasle
Hi

Is a bug yes, you can trace it here: https://bugs.vestacp.com/issues/283

You can also use temporary fix -> https://github.com/serghey-rodin/vesta/pull/756/files

Re: Error: invalid ns_record format :: NS3.DNSOWL.COM.

Posted: Mon Jul 11, 2016 7:11 pm
by magzen
skamasle wrote:Hi

Is a bug yes, you can trace it here: https://bugs.vestacp.com/issues/283

You can also use temporary fix -> https://github.com/serghey-rodin/vesta/pull/756/files
thanks for your reply appreciated, will check it out

Re: Error: invalid ns_record format :: NS3.DNSOWL.COM.

Posted: Sun Jul 17, 2016 12:01 am
by magzen
skamasle wrote:Hi

Is a bug yes, you can trace it here: https://bugs.vestacp.com/issues/283

You can also use temporary fix -> https://github.com/serghey-rodin/vesta/pull/756/files
can you please tell me in which folder the file main.sh exists? so i can make the fix

Re: Error: invalid ns_record format :: NS3.DNSOWL.COM.

Posted: Sun Jul 17, 2016 12:03 am
by skamasle
Is in /usr/local/vesta/func/main.sh

You cand find in type:

cd /usr/local/vesta

find -name main.sh

Re: Error: invalid ns_record format :: NS3.DNSOWL.COM.

Posted: Sun Jul 17, 2016 12:05 am
by magzen
skamasle wrote:Is in /usr/local/vesta/func/main.sh

You cand find in type:

cd /usr/local/vesta

find -name main.sh
thanks appreciated