Hi
Is impossible update any component from autoinstall.plesk.com
I read and tried about 10 post/solutions and any work, info as follow:
Ping
Nslookup
etc/resolv.conf
etc/hosts
Port 8447 test
Adding also in hots directly IP and plesk cdn of city (ping work with this cdn..)
Adding in /etc/sysctl.conf > net.ipv4.tcp_default_win_scale = 0
Removing lock file > rm /tmp/psa-installer.lock
And many other solutions tried...
Do you can suggest any option for can resolve autoinstall.plesk.com?
Best regards
NOTE: I am triyng kill pid but it have continuos diferentes pid, I run: ps auxxf | grep instal and I get pid 28033 then I write sudo kill 28033 and obtain: "kill: sending signal to 28033 failed: No such process". Then I run again ps auxxf | grep instal and obtain a new PID every 2 seconds
Is impossible update any component from autoinstall.plesk.com
I read and tried about 10 post/solutions and any work, info as follow:
Ping
Code:
PING autoinstall.plesk.com (72.21.81.253) 56(84) bytes of data.
64 bytes from autoinstall.plesk.com (72.21.81.253): icmp_seq=1 ttl=58 time=94.6 ms
64 bytes from autoinstall.plesk.com (72.21.81.253): icmp_seq=2 ttl=58 time=94.6 ms
64 bytes from autoinstall.plesk.com (72.21.81.253): icmp_seq=3 ttl=58 time=94.6 ms
64 bytes from autoinstall.plesk.com (72.21.81.253): icmp_seq=4 ttl=58 time=94.6 ms
64 bytes from autoinstall.plesk.com (72.21.81.253): icmp_seq=5 ttl=58 time=94.6 ms
xxx...
--- autoinstall.plesk.com ping statistics ---
16 packets transmitted, 16 received, 0% packet loss, time 15026ms
rtt min/avg/max/mdev = 94.602/94.661/94.738/0.039 ms
Nslookup
Code:
nslookup autoinstall.plesk.com
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
autoinstall.plesk.com canonical name = 1727842103.rsc.cdn77.org.
Name: 1727842103.rsc.cdn77.org
Address: 185.93.3.24
etc/resolv.conf
Code:
# cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 8.8.8.8
# No nameservers found; try putting DNS servers into your
# ifcfg files in /etc/sysconfig/network-scripts like so:
#
# DNS1=xxx.xxx.xxx.xxx
# DNS2=xxx.xxx.xxx.xxx
# DOMAIN=lab.foo.com bar.foo.com
etc/hosts
Code:
72.21.81.253 autoinstall.plesk.com
199.115.104.31 pleskwin.download.swsoft.com download1.parallels.com autoinstall.plesk.com origin.autoinstall.plesk.com
185.93.3.24 autoinstall.plesk.com
195.181.174.15 autoinstall.plesk.com
Port 8447 test
Code:
# netstat -natp | grep :8447
tcp6 0 0 :::8447 :::* LISTEN 26889/parallels_ins
Adding also in hots directly IP and plesk cdn of city (ping work with this cdn..)
Adding in /etc/sysctl.conf > net.ipv4.tcp_default_win_scale = 0
Removing lock file > rm /tmp/psa-installer.lock
And many other solutions tried...
Do you can suggest any option for can resolve autoinstall.plesk.com?
Best regards
NOTE: I am triyng kill pid but it have continuos diferentes pid, I run: ps auxxf | grep instal and I get pid 28033 then I write sudo kill 28033 and obtain: "kill: sending signal to 28033 failed: No such process". Then I run again ps auxxf | grep instal and obtain a new PID every 2 seconds
Last edited: