I have Ubuntu 24.4 and am trying to install ISPconfig and facing the same error. [INFO] Starting perfect server setup for Ubuntu 24.04.3 LTS [INFO] Checking hostname. [INFO] Configuring apt repositories. [INFO] Updating packages [INFO] Updated packages [INFO] Installing packages ssh, openssh-server, nano, vim-nox, lsb-release, apt-transport-https, ca-certificates, wget, git, gnupg, software-properties-common, curl, cron, ntp [INFO] Installed packages ssh, openssh-server, nano, vim-nox, lsb-release, apt-transport-https, ca-certificates, wget, git, gnupg, software-properties-common, curl, cron, ntp [INFO] Activating rspamd repository. [INFO] Activating sury php repository. Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 452, in <module> sys.exit(0 if addaptrepo.main() else 1) ^^^^^^^^^^^^^^^^^ File "/usr/bin/add-apt-repository", line 435, in main shortcut = handler(source, **shortcut_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 40, in shortcut_handler return handler(shortcut, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 89, in __init__ if self.lpppa.publish_debug_symbols: ^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 133, in lpppa self._lpppa = self.lpteam.getPPAByName(name=self.ppaname) ^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 120, in lpteam self._lpteam = self.lp.people(self.teamname) ^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 111, in lp self._lp = login_func("%s.%s" % (self.__module__, self.__class__.__name__), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 494, in login_anonymously return cls( ^^^^ File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 230, in __init__ super(Launchpad, self).__init__( File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 511, in __init__ self._wadl = self._browser.get_wadl_application(self._root_uri) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 502, in get_wadl_application response, content = self._request(url, media_type=wadl_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 441, in _request response, content = self._request_and_retry( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 400, in _request_and_retry response, content = self._connection.request( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1669, in request (response, new_content) = self._request( ^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 144, in _request response, content = super(LaunchpadOAuthAwareHttp, self)._request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 204, in _request return super(RestfulHttp, self)._request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1421, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1343, in _conn_request conn.connect() File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1133, in connect sock.connect((self.host, self.port)) TimeoutError: [Errno 110] Connection timed out [ERROR] Exception occurred: ISPConfigOSException -> Command add-apt-repository -y ppandrej/php failed. (/ispconfig.ai.php:15)
As I have tried to install this repo manually, add-apt-repository ppandrej/php and it's timing out. There seems issue with this repo any alternate solution to install ISPconfig? Exception occurred: ISPConfigOSException -> Command add-apt-repository -y ppandrej/php failed. (/ispconfig.ai.php:15)
This is the main repository for additional PHP versions on Ubuntu, not only by ISPConfig, but in general, there is no alternative. Try again in a few minutes. If it still times out, then you should consider that you have a network issue on your side if you are unable to reach it.
After running the command below to disable IPv6, ISPConfig installs successfully, and the repository works as expected. The service provider has confirmed that IPv6 is not enabled on the server, and the network is functioning normally. sudo sysctl --write net.ipv6.conf.all.disable_ipv6=1