[3.1.2] Has anyone installed Jailkit after ISPconfig with success?

Discussion in 'Installation/Configuration' started by Matheus Felipe, Apr 12, 2017.

  1. Matheus Felipe

    Matheus Felipe New Member

    Code:
    ISPconfig version: 3.1.2 ( stable )
    Linux CentOS 7.3 ( 3.10.0-514.10.2.el7.x86_64 )
    
    Has anyone installed Jailkit after ISPconfig with success?
    By reading some topics here I guess that its basically install jailkit and reinstall ispconfig but my doubt is the need to remove and add website will remove my files? What can I do to minimze the risk?

    After install Jailkit should I run install.php or ispconfig_update.sh ?

    Here is whats happening
    Code:
    # su web5
    su: failed to execute /usr/sbin/jk_chrootsh: No such file or directory
    
    # grep web5 /etc/passwd
    web5:x:5007:5004::/var/www/clients/client0/web5/./home/defaultsesmt:/usr/sbin/jk_chrootsh
    

    What I'm planning to do:

    1ª Backup everything
    2ª Setup Jailkit
    Code:
    cd /tmp
    wget http://olivier.sessink.nl/jailkit/jailkit-2.19.tar.gz
    tar xvfz jailkit-2.19.tar.gz
    cd jailkit-2.19
    ./configure
    make
    make install
    cd ..
    rm -rf jailkit-2.19*
    
    3º Reinstall ISPconfig

    I'm in the right path?

    Thanks!
     
    Last edited: Apr 12, 2017
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Install jailkit.
    2) Run an ispconfig update and choose to reconfigure services during update.
     
    Matheus Felipe likes this.
  3. elmacus

    elmacus Active Member

    If you update jailkit to newer version, do you need to rerun ispconfig update? Sorry to hijack.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I don't think so.
     
  5. Matheus Felipe

    Matheus Felipe New Member

    Solved!

    Thank you very much!
     
  6. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    ahrasis and till like this.

Share This Page