• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Warnings at mysql log

E

EdwardDekker

Guest
I found this into my Mysql logs, and I have no clue how to prevent this messages.

111126 6:20:46 [Note] Hostname 'h-74-0-159-252.lsanca54.static.covad.net' does not resolve to '74.0.159.252'.
111126 6:20:46 [Note] Hostname 'h-74-0-159-252.lsanca54.static.covad.net' has the following IP addresses:
111126 6:20:46 [Note] - 81.24.0.76

111127 12:53:47 [Warning] IP address '190.145.41.246' could not be resolved: Name or service not known
 
Looks like usual DNS resolving problem. Check your DNS zone settings:

$ host h-74-0-159-252.lsanca54.static.covad.net
Host h-74-0-159-252.lsanca54.static.covad.net not found: 3(NXDOMAIN)

$ host 74.0.159.252
252.159.0.74.in-addr.arpa domain name pointer h-74-0-159-252.lsanca54.static.covad.net.

$ host 81.24.0.76
76.0.24.81.in-addr.arpa domain name pointer 81.24.0.76.agn-technical.nl.
 
Looks like usual DNS resolving problem. Check your DNS zone settings:

$ host h-74-0-159-252.lsanca54.static.covad.net
Host h-74-0-159-252.lsanca54.static.covad.net not found: 3(NXDOMAIN)

$ host 74.0.159.252
252.159.0.74.in-addr.arpa domain name pointer h-74-0-159-252.lsanca54.static.covad.net.

$ host 81.24.0.76
76.0.24.81.in-addr.arpa domain name pointer 81.24.0.76.agn-technical.nl.


Hi Igor,

I have no idea how to check my DNS, could you provide me a clue to actual see what's happening at my server.

Here my output.
$ host h-74-0-159-252.lsanca54.static.covad.net
Host h-74-0-159-252.lsanca54.static.covad.net not found: 3(NXDOMAIN)

$ host 74.0.159.252
252.159.0.74.in-addr.arpa domain name pointer h-74-0-159-252.lsanca54.static.covad.net.

$ host 81.24.0.76
76.0.24.81.in-addr.arpa domain name pointer 81.24.0.76.agn-technical.nl.
 
Last edited by a moderator:
Is h-74-0-159-252.lsanca54.static.covad.net your hostname and IP 74.0.159.252 is your IP? Are they on your Plesk server or where? If it these hostname and IP on your Plesk server why you can't check DNS zone for this hostname?
 
No, there are no active hostname like this at my Webserver
 
Back
Top