hi , i have a problem when i do mkdir
sudo mkdir -p /var/www/eligeturuta.com.ar/public_html
result
sudo unable to resolve host eligeturuta.com.ar
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
@Marga: What’s the output of <pre>sudo cat /etc/hosts | curl -F ‘f:1=<-’ ix.io</pre>?
@kamal, I already added
127.0.0.1 domain.com
but I still got the errror@draftdraft88: Add that domain that pops up in the error to /etc/hosts. For bylucasinf (OP) it would be: <br><pre>127.0.0.1 eligeturuta.com.ar</pre> <br>Make sure that domain points to your droplet otherwise it will cause other issues.
I’ve tried your solution, it doesn’t work. I also have the same problem with the one above, not quite sure how to solve it. <br> <br>Please help :(
That sounds really weird. Try, this: <br><pre>sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get -y autoremove && sudo reboot now</pre>