Posts by UncleSam

    Hi,


    if I try to update from 1.2.14 to 1.2.15 I get this error:
    2016-03-02_20h09_29.png
    2016-03-02_20h09_53.png


    [ERROR] iMSCP::Stepper::step: Global symbol "$rs" requires explicit package name at /root/imscp/imscp-1.2.15/engine/PerlLib/Package/Webstats/Awstats/Uninstaller.pm line 101.
    Global symbol "$rs" requires explicit package name at /root/imscp/imscp-1.2.15/engine/PerlLib/Package/Webstats/Awstats/Uninstaller.pm line 103.
    Global symbol "$rs" requires explicit package name at /root/imscp/imscp-1.2.15/engine/PerlLib/Package/Webstats/Awstats/Uninstaller.pm line 104.
    Compilation failed in require at /root/imscp/imscp-1.2.15/engine/PerlLib/Package/Webstats/Awstats/Awstats.pm line 94.


    autoinstaller::Functions::install: An error occurred while performing installation steps



    Can anyone help please?

    Hallo,


    if you are using secure connections you can check your page at different pages (e.g. https://www.ssllabs.com/ssltest/) to get an grade (A+ till F). By harden your SSL connection of apache you always have to keep in your mind the mobile devices. Most of them are not able to use the best up2date secure options. So the key is to find the best secure solution to get a secure and reachable webpage.


    Example SSLLabs test result: https://www.ssllabs.com/ssltest/analyze.html?d=inf-ro.de


    I am running Ubuntu 14.04 LTS using I-MSCP 1.2.x. Inside /etc/apache2/mods-available/ssl.conf I changed the following lines to get an "A":

    Code
    1. SSLCipherSuite ECDHE-RSA-AES256-GCM-SHA384:HIGH:!MD5:!RC4:!DES:!MD5:!PSK:!aNULL:!eNULL:!EXPORT SSLHonorCipherOrder on SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2

    And at the bottom I added:

    Code
    1. SSLCompression off
    2. SSLUseStapling on
    3. SSLStaplingResponderTimeout 5
    4. SSLStaplingReturnResponderErrors off
    5. #SSLStaplingCache "shmcb:logs/stapling-cache(150000)"
    6. SSLStaplingCache "shmcb:${APACHE_RUN_DIR}/ssl_scache(512000)"
    7. SSLStaplingResponseMaxAge 600

    If you have a better knowledge base on how to secure apache2 ssl - please tell me/us. With this configuration every modern mobile device is able to connect as well as PCs.


    Software which is not able to connect using my configuration:

    • IE 6 / XP
    • Java 6u45

    To get an "A+" I think you just need to enable "HSTS": https://raymii.org/s/tutorials…e_NGINX_and_Lighttpd.html

    Hallo,


    some days ago I needed a startup script based on screen. Killing the process on stop (like most of the scripts do) was not a solution. There should be a CTRL+C "keypress" to tell the process "please shutdown".
    With this script you could modify your start and stop events as you need. Currently it is created to manage start and stop of sinusbot (TS3 MusikBot) - feel free to use it as you need :-) (sinusbot post).
    (At your own risk - no guarantee and no support!)


    This script was made out of two ideas of creating a start / stop script:


    How it works:
    (Your could change start and stop behaviour by changing "sudo ..." and "sudo -u ..." lines)


    • Start
      • Create an empty screen session
      • Send to screen: switch to "dir" variable path
      • Send to screen: "cmd" to start the program
    • Stop
      • Sends to screen CTRL+C ('\003') and CTL+D ('\004'\) to stop process and log out from screen session
      • Wait 10 seconds for the process to shut down and close screen session - if it takes more than 10 seconds -> kill the process (had no better idea :( )


    @UncleSam


    In the package file for Trusty,try to add <package>mysql-common</package> into the mariadb 10.0 section and run the installer again.


    See https://github.com/i-MSCP/imsc…/packages-trusty.xml#L137

    Installation worked now for me - thanks for your help.



    PLease, don'r run 1.2.11 installer if you have run the 1.2.12 installer (downgrading is not supported). I need some minutes to try with trusty and mariadb 10.0 ;)

    Yes I know this and I had a backup of everything. But it seemd to be safe if the problem was at "Checking requirements" section.

    Distro: Ubuntu Server LTS 14.04
    Codname: sry no idea what info you need here (Ubutnu 14.04 Codename: 14.04.4 LTS, Trusty Tahr)
    MariaDb: I installed with I-MSCP the version 10 but no idea what version number it was in detail


    (Teamviewer available if needed)