Ubuntu Version
Ubuntu 26.04 LTS
Desktop Environment (if applicable)
None (server/headless)
Problem Description
Adding PPA repository for Landscape fails with connection timeout
Relevant System Information
Ubuntu Server 26.04 LTS running on new install VM with updates run
Error Messages / Logs
$ sudo add-apt-repository -y ppa:landscape/self-hosted-26.04Traceback (most recent call last):File “/usr/bin/add-apt-repository”, line 632, in sys.exit(0 if addaptrepo.main() else 1)~~~~~~~~~~~~~~~^^File “/usr/bin/add-apt-repository”, line 615, in mainshortcut = handler(source, **shortcut_params)File “/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py”, line 40, in shortcut_handlerreturn handler(shortcut, **kwargs)File “/usr/lib/python3/dist-packages/softwareproperties/ppa.py”, line 89, in initif self.lpppa.publish_debug_symbols:^^^^^^^^^^File “/usr/lib/python3/dist-packages/softwareproperties/ppa.py”, line 133, in lpppaself._lpppa = self.lpteam.getPPAByName(name=self.ppaname)^^^^^^^^^^^File “/usr/lib/python3/dist-packages/softwareproperties/ppa.py”, line 120, in lpteamself._lpteam = self.lp.people(self.teamname)^^^^^^^File “/usr/lib/python3/dist-packages/softwareproperties/ppa.py”, line 111, in lpself._lp = login_func(“%s.%s” % (self.module, self.class.name),~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^service_root=‘production’,^^^^^^^^^^^^^^^^^^^^^^^^^^version=‘devel’)^^^^^^^^^^^^^^^^File “/usr/lib/python3/dist-packages/launchpadlib/launchpad.py”, line 487, in login_anonymouslyreturn cls(credentials,…<6 lines>…version=version,)File “/usr/lib/python3/dist-packages/launchpadlib/launchpad.py”, line 223, in initsuper().init(~~~~~~~~~~~~~~~~^credentials, service_root, cache, timeout, proxy_info, version^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^)^File “/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py”, line 511, in initself._wadl = self._browser.get_wadl_application(self._root_uri)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^File “/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py”, line 502, in get_wadl_applicationresponse, content = self._request(url, media_type=wadl_type)~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^File “/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py”, line 441, in _requestresponse, content = self._request_and_retry(~~~~~~~~~~~~~~~~~~~~~~~^str(url), method=method, body=data, headers=headers^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^)^File “/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py”, line 400, in _request_and_retryresponse, content = self._connection.request(~~~~~~~~~~~~~~~~~~~~~~~~^url, method=method, body=body, headers=headers^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^)^File “/usr/lib/python3/dist-packages/httplib2/init.py”, line 1752, in request(response, content) = self._request(~~~~~~~~~~~~~^conn, authority, uri, request_uri, method, body, headers, redirections, cachekey,^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^)^File “/usr/lib/python3/dist-packages/launchpadlib/launchpad.py”, line 139, in _requestresponse, content = super()._request(*args)~~~~~~~~~~~~~~~~^^^^^^^File “/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py”, line 204, in _requestreturn super(RestfulHttp, self)._request(~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^conn,^^^^^…<7 lines>…cachekey,^^^^^^^^^)^File “/usr/lib/python3/dist-packages/httplib2/init.py”, line 1472, in _request(response, content) = self._conn_request(conn, request_uri, method, body, headers)~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File “/usr/lib/python3/dist-packages/httplib2/init.py”, line 1394, in _conn_requestconn.connect()~~~~~~~~~~~~^^File “/usr/lib/python3/dist-packages/httplib2/init.py”, line 1159, in connectsock.connect((self.host, self.port))~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^TimeoutError: [Errno 110] Connection timed out
What I’ve Tried
I am working my way though installing Ubuntu Landscape following their official instructions: How to install Landscape Server with quickstart mode - Landscape documentation
I am having difficulties at step: “Install landscape-server-quickstart”. All previous steps are completed without issues.
I am new to Ubuntu so not familiar with the specifics of PPA. VM has network connectivity and DNS confirmed functional.