ISPConfig Multiserver setup error.

Discussion in 'ISPConfig 3 Priority Support' started by jhonatandiazp, May 3, 2021.

  1. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    I am following the manual step by step. I setup all servers and now trying to run:
    wget -O - https://get.ispconfig.org | sh -s -- --no-mail --no-dns --use-php=system

    But the system stop after a few second in this error:
    [ERROR] Exception occured: ISPConfigOSException -> Command cd /tmp ; ( wget -O jailkit-2.20.tar.gz "http://olivier.sessink.nl/jailkit/jailkit-2.20.tar.gz" > /dev/null 2>&1 && tar xzf jailkit-2.20.tar.gz 2>&1 ) && ( cd jailkit-2.20 ; echo 5 > debian/compat ; ./debian/rules binary 2>&1 ) && ( cd /tmp ; dpkg -i jailkit_2.20-1_*.deb 2>&1 ; rm -rf jailkit-2.20* ) failed. (/ispconfig.ai.php:15)

    After going to ttp://olivier.sessink.nl/jailkit/jailkit-2.20.tar.gz" I find out that is not there anymore it is ttp://olivier.sessink.nl/jailkit/jailkit-2.22.tar.gz"
    I installed it manually and try to run the script again but still stop in this error, even though it installed in my system (version 2.22). Can you please help me?

    Thanks
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

  3. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    So why I am getting the previous error?
    Sorry, I forgot to mention that when I checked there is a file jailkit-2.20.tar.gz but is a html document no a file. I googled and I see that people says that the link is broken.
     
  4. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    When I run the command that you send me, I get the file but this is the problem:
    root@panel:/tmp# file jailkit-2.20.tar.gz
    jailkit-2.20.tar.gz: HTML document, ASCII text
    root@panel:/tmp#
    it looks that the link is broken.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    The command downloads a tar.gz file here which unpacks without issues and contains the right files, not an HTML file. Maybe there was a temporary issue on the jailkit servers.
     
  6. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Which manual?
     
  7. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    ISPConfig multiserver setup. I keep getting the error when I run wget -O - https://get.ispconfig.org | sh -s -- --no-mail --no-dns --use-php=system.
     
  8. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    I did try again. same result. I do not understand what is the problem.
     
  9. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    ISPConfig Perfect Multiserver setup on Ubuntu 20.04 and Debian 10
     
  10. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    It works fine here... Are you with a provider?
     
  11. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    To find out what is wrong, issue the command
    Code:
    LANG=C wget -O jailkit-2.20.tar.gz "http://olivier.sessink.nl/jailkit/jailkit-2.20.tar.gz"
    and paste here in CODE tags the command and its output.
    For comparison, here is my test:
    Code:
    LANG=C wget -O jailkit-2.20.tar.gz "http://olivier.sessink.nl/jailkit/jailkit-2.20.tar.gz"
    --2021-05-04 03:41:28--  http://olivier.sessink.nl/jailkit/jailkit-2.20.tar.gz
    Resolving olivier.sessink.nl (olivier.sessink.nl)... 95.97.76.243, 2001:470:1f14:4ab::2
    Connecting to olivier.sessink.nl (olivier.sessink.nl)|95.97.76.243|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: https://olivier.sessink.nl/jailkit/jailkit-2.20.tar.gz [following]
    --2021-05-04 03:41:28--  https://olivier.sessink.nl/jailkit/jailkit-2.20.tar.gz
    Connecting to olivier.sessink.nl (olivier.sessink.nl)|95.97.76.243|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 142815 (139K) [application/x-gzip]
    Saving to: 'jailkit-2.20.tar.gz'
    
    jailkit-2.20.tar.gz 100%[===================>] 139.47K  --.-KB/s    in 0.1s   
    
    2021-05-04 03:41:28 (934 KB/s) - 'jailkit-2.20.tar.gz' saved [142815/142815]
    Code:
    file jailkit-2.20.tar.gz
    jailkit-2.20.tar.gz: gzip compressed data, last modified: Mon Oct  8 20:45:06 2018, from Unix, original size 634880
    
     
  12. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    root@panel:~# LANG=C wget -O jailkit-2.20.tar.gz "http://olivier.sessink.nl/jailkit/jailkit-2.20.tar.gz"
    --2021-05-04 09:28:01-- http://olivier.sessink.nl/jailkit/jailkit-2.20.tar.gz
    Resolving olivier.sessink.nl (olivier.sessink.nl)... 208.91.112.55, 2001:cdba::3257:9652
    Connecting to olivier.sessink.nl (olivier.sessink.nl)|208.91.112.55|:80... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: /index.html [following]
    --2021-05-04 09:28:03-- http://olivier.sessink.nl/index.html
    Reusing existing connection to olivier.sessink.nl:80.
    HTTP request sent, awaiting response... 200 OK
    Length: 352 [text/html]
    Saving to: 'jailkit-2.20.tar.gz'

    jailkit-2.20.tar.gz 100%[======================================>] 352 --.-KB/s in 0s

    2021-05-04 09:28:03 (81.0 MB/s) - 'jailkit-2.20.tar.gz' saved [352/352]

    root@panel:~# ls
    -download jailkit-2.20.tar.gz
    root@panel:~# file jailkit-2.20.tar.gz
    jailkit-2.20.tar.gz: HTML document, ASCII text
    My problem is that file is HTML document, like the link is broken.
     
  13. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Weird, for some reason you are being redirected. Try
    Code:
    LANG=C wget --no-cache -O jailkit-2.20.tar.gz "http://olivier.sessink.nl/jailkit/jailkit-2.20.tar.gz"
     
  14. jhonatandiazp

    jhonatandiazp Member HowtoForge Supporter

    Thank you. everyone. I found the problem. Fortinet (Firewall) was blocking those kind of files.
     
    Jesse Norell likes this.

Share This Page