Posts by fulltilt

    I use a container template for new customer VPS server w/ proxmox, I guess the server IP addresses are checked during a OS update via (imscp scripts) and so I have to change them before running an update or install a image from a container template:


    Code
    1. find /etc -type f -exec sed -i 's/old-IP/new-IP/g' {} \;

    Debian 9

    imSCP 1.5.3

    openssl libssl-dev already patched


    I get an nginx installation error while upgrading 1.5.3 to latest imscp-1.5.3-2018120800

    note: if libssl-dev was removed during a previous OS update you should re-install the package ;-)



    Great, Thank you for the quick solution!

    imSCP 1.5.3

    Debian 9

    PHP 7.1 fpm

    LetsEncrypt Plugin 3.5.0


    I can no longer install LetsEncrypt Plugin

    Code
    1. Plugin::LetsEncrypt::enable: E: Unable to correct problems, you have held broken packages. at /var/www/imscp/gui/plugins/LetsEncrypt/backend/LetsEncrypt.pm line 266.

    after re-run imscp updater I get following:

    Code
    1. The following packages have unmet dependencies:
    2. libssl-dev : Depends: libssl1.1 (= 1.1.0f-3+deb9u2) but 1.1.1-2+0~20181105132527.5+stretch~1.gbp90eb86 is to be installed

    Code
    1. libssl-dev=1.1.1-2+0~20181105132527.5+stretch~1.gbp90eb86


    I was able to install the package above, but the imscp installer/ updater does not accept the package


    when libssl1.1 was updated libssl-dev gets removed, seems to be a global imscp package sources problem ...

    Debian 9

    IMSCP 1.5.3


    after a migration to a new server I get following error when installing PHPswitcher

    Code
    1. Plugin installation has failed: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'version_binary_path' in 'php_switcher_version


    how can I get it work?