• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Question Temporary failure resolving

kalombo

Basic Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.10.60
Hi,

I cant update my server, getting temporary failure resolving. I thought it was because of my firewal rules, disabled it but the issue still not resolved.
Cant access plesk adimin and website. The screen in attachment
 

Attachments

  • 454646.JPG
    454646.JPG
    62.8 KB · Views: 2
You have a DNS resolving on your server. You can try to edit /etc/resolv.conf and add these two to the beginning of the file:
nameserver 8.8.8.8
nameserver 4.4.4.4
 
Thanks a lot for your reply. My ssh not available. For now using kvm console which not very confortable for me, is there a comman which i can use to add them?
 
are these commands right?

sudo sh -c "echo nameserver 8.8.8.8 > /etc/resolv.conf"
sudo sh -c "echo nameserver 4.4.4.4 > /etc/resolv.conf"
 
Back
Top