Unable to install cPanel
-
Hello, In a lot of cases this is due to the necessity for system packages to be updated, specifically wget. Can you run the following: yum update wget
or just ensure that wget is this version (on CentOS 7)# rpm -qa |grep wget wget-1.14-15.el7_4.1.x86_64
and let me know if you're still unable to install cPanel Thanks!0 -
Hello @matthew69 If you are still unable to install cPanel, can you do these steps from the server in which you are installing cPanel on and post the results in order to troubleshoot ? 1. ping cpanel.net (will help in ensuring that the cPanel.net is resolving from your server) 2. type wget (will give you the location of wget if installed) 3. type curl (will give you the location of curl, if installed) 4. cat /etc/resolv.conf (just in case 1, is giving request timeout, will see whether the entries in this file is valid) 5. uname -a (whether it is a VPS or dedicated. Not fully, but will help to start) 0 -
Hi, i am getting a similar error:
2024-12-05 06:43:12 1201 [17713] ( WARN): Call to https://myip.cpanel.net/v1.0/ fails, giving it another try [1/3]
2024-12-05 06:43:15 1201 [17713] ( WARN): Call to https://myip.cpanel.net/v1.0/ fails, giving it another try [2/3]
2024-12-05 06:43:19 46 [17713] ( INFO): cPanel is here to help! Our technical KnowledgeBase and cPanel Community is just a click away at https://support.cpanel.net/
2024-12-05 06:43:19 1198 [17713] (FATAL): Failed to call URL https://myip.cpanel.net/v1.0/ to detect your IP.I can curl and wget the url without problems:
[root@ns3204678 home]# curl https://myip.cpanel.net/v1.0/
141.95.64.74i can ping cpanel:
ping cpanel.net
PING cpanel.net (208.74.121.151) 56(84) bytes of data.
64 bytes from 208.74.121.151 (208.74.121.151): icmp_seq=1 ttl=43 time=121 ms
64 bytes from 208.74.121.151 (208.74.121.151): icmp_seq=2 ttl=43 time=126 ms
^C
--- cpanel.net ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 120.866/123.569/126.272/2.703 msuname -a
Linux ns3204678.ip-141-95-64.eu 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64 x86_64 x86_64 GNU/Linuxyum update wget
Last metadata expiration check: 0:03:13 ago on Thu 05 Dec 2024 06:42:59 AM UTC.
Dependencies resolved.
Nothing to do.
Complete!cat /etc/resolv.conf
; Created by cloud-init automatically, do not edit.
;
nameserver 213.186.33.99
nameserver 2001:41d0:3:163::1What can i try?
0 -
Mauro Meroni - Hey there! This is a known issue with some installations at this time. Can you try the workaround mentioned here to see if that helps?
systemctl start nscd
cd /home/
sh latest0
Please sign in to leave a comment.
Comments
4 comments