[SOLVED] Getting error on autoinstall ispconfig on a fresh installed ubuntu 22.04

Discussion in 'HOWTO-Related Questions' started by Andrija, Apr 4, 2024.

  1. Andrija

    Andrija New Member

    Hallo I am trying to install an ISPConfig like in the following howto:
    Perfect Server Automated ISPConfig 3 Installation on Debian 10 to Debian 12, Ubuntu 20.04 and Ubuntu 22.04 (howtoforge.com)

    I am on step 4 and try to do this:
    Install ISPConfig with Apache web server
    You can now run the script with arguments. For example, if you want a normal install with Apache web server and a port range for Passive FTP + unattended-upgrades, run:
    Code:
    wget -O - https://get.ispconfig.org | sh -s -- --use-ftp-ports=40110-40210 --unattended-upgrades

    Than I am getting the following error:

    [INFO] Activating sury php repository.
    Traceback (most recent call last):
    File "/usr/bin/add-apt-repository", line 364, in <module>
    sys.exit(0 if addaptrepo.main() else 1)
    File "/usr/bin/add-apt-repository", line 347, 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 82, in __init__
    if self.lpppa.publish_debug_symbols:
    File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 120, in lpppa
    self._lpppa = self.lpteam.getPPAByName(name=self.ppaname)
    File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 592, in __call__
    response, content = self.root._browser._request(
    File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 429, in _request
    raise error
    lazr.restfulclient.errors.ServerError: HTTP Error 503: Service Unavailable
    Response headers:
    ---
    -content-encoding: gzip
    connection: close
    content-length: 1839
    content-type: text/html;charset=utf-8
    date: Thu, 04 Apr 2024 11:48:40 GMT
    server: gunicorn
    status: 503
    vary: Accept-Encoding
    x-lazr-oopsid: OOPS-77c338cf821ffc6231455958bf7284f9
    x-powered-by: Zope (www.zope.org), Python (www.python.org)
    x-request-id: 09593394-1cba-4e1a-903d-d12e6a43934a
    x-vcs-revision: aec24aef7a9042c99ef3e238d8b0ca01df9e1a9f
    ---
    Response body:
    ---
    b'<!DOCTYPE html>\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n<head>\n <title>Launchpad is temporarily unavailable</title>\n <link type="text/css" rel="stylesheet" media="screen, print" href="https://launchpad.net/+icing/basic-error.css" />\n</head>\n<body>\n <div class="page-center-wrap">\n <div class="page-center">\n <div class="page-center-content">\n <div id="header">\n <div class="graphic">\n :(\n </div>\n <div class="content">\n <h1>Uh oh!</h1>\n <h2>Something has gone wrong. We\'re sorry!</h2>\n <p>\n If we are in the middle of an update, Launchpad will be\n back in a couple of minutes. Otherwise, we are working to\n fix the unexpected problems. Check\n <a href="https://twitter.com/launchpadstatus">@launchpadstatus</a>\n on Twitter or\n <a href="https://ubuntu.social/@launchpadstatus">@[email protected]</a>\n on Mastodon for updates.\n </p>\n <p>\n If the problem persists, let us know in\n <a href="irc://irc.libera.chat/#launchpad">the #launchpad IRC channel on libera.chat</a>.\n </p>\n <p class="sub">Technically, this is a 503 error and has\n been caused by\n our database being temporarily offline.\n </p>\n <p><a href="javascript:window.location.reload()">Reload</a>\n this page or try again in a few minutes</p>\n </div>\n </div>\n <div id="footer">\n <a href="https://launchpad.net/">\n <img src="https://launchpad.net/@@/launchpad-logo-and-name.png" width="100" alt="Launchpad" />\n </a>\n </div>\n </div>\n </div>\n </div>\n</body>\n</html>\n'
    ---

    [ERROR] Exception occurred: ISPConfigOSException -> Command add-apt-repository -y ppa:eek:ndrej/php failed. (/ispconfig.ai.php:15)

    What should I do ?

    Thank you
     
  2. Andrija

    Andrija New Member

    Does the 503 error menas something is not available at the moment ?

    Ok, it seems something was temporarily not available. Now it works. The thread can be clopse.
     
    Last edited: Apr 4, 2024
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    You can mark it closed editing thread title, add [SOLVED] in front of title. At top of thread there is dropdown with Thread Tools that allows editing of title.
     
  4. Andrija

    Andrija New Member

    Have done it, thank you !
     

Share This Page