AdrianC
Basic Pleskian
When I try to update plesk by web interface, it says there is a new version available, if I click to update product I get this:
// asuming my host is s3.mysite.net and my dedicated public ip is 123.123.123.123
Running dig `hostname -f` +short shows my server IP address (e.g 123.123.123.123)
Inside /etc/resolv.conf I have
Inside /etc/hosts I have
Edit: contents of /etc/sysconfig/network
- I noticed that in resolv.conf it says "search ... main domain", that domain (e.g mysite.net) and that domain doesn't work by itself, I just created hosts at my domain registrar s3.mysite.net , is that an issue ? Does it try to get any data from mysite.net at all ?
- When I installed the server the hostname was initially s3.mysite.COM but I switched later and edited in all possible locations (plesk server settings > hostname, etc).
// asuming my host is s3.mysite.net and my dedicated public ip is 123.123.123.123
Code:
Trying to resolve hostname 's3.mysite.net' and validate its IP address...
Can not bind a socket to address s3.mysite.net:715 - Cannot assign requested address
Please, check your network configuration
Running dig `hostname -f` +short shows my server IP address (e.g 123.123.123.123)
Inside /etc/resolv.conf I have
Code:
# Generated by NetworkManager
search mysite.net // <<< shows main domain here, is that OK ?!
nameserver {ISP nameserver ip}
nameserver {ISP nameserver ip}
Inside /etc/hosts I have
Code:
127.0.0.1 localhost.localdomain localhost localhost4 localhost4.localdomain4
::1 localhost.localdomain localhost localhost6 localhost6.localdomain6
123.123.123.123 s3.mysite.net s3
Edit: contents of /etc/sysconfig/network
Code:
# Created by anaconda
NETWORKING=yes
HOSTNAME=s3.mysite.net
- I noticed that in resolv.conf it says "search ... main domain", that domain (e.g mysite.net) and that domain doesn't work by itself, I just created hosts at my domain registrar s3.mysite.net , is that an issue ? Does it try to get any data from mysite.net at all ?
- When I installed the server the hostname was initially s3.mysite.COM but I switched later and edited in all possible locations (plesk server settings > hostname, etc).
Last edited: