Posts by DZII

    14.04 and 16.04 and 1.3.16.tar.gz on install errors out (Static IP and Real Domain are used)



    Error was:
    main::setupDatabase: [ERROR] Could not establish connection to the database: SQLSTATE[HY000] [1045] Access denied for user
    'imscp_user'@'serv1.example.com' (using password: YES)


    connection to remote database is ok it does create users imscp_user,vftp_user,dovecot_user,pma_user,roundcube_user,rainloop_user but creates them with IP 'imscp_user'@'ip address' not 'imscp_user'@'serv1.example.com'


    even if you add those users before running install it then errors with



    Setting up permissions
    Error was:
    main::setupSetPermissions: Error while setting permissions: [ERROR] iMSCP::Rights::setRights: group option refers to inexistent group: mysql at
    /var/www/imscp/engine/setup/../PerlLib/iMSCP/Rights.pm line 75.

    Did fresh install of 14.04.5 and i-mscp 1.3.5 installer errors out with


    root@serv1:~# ps waux | grep nginx
    root 2926 0.0 0.0 82272 2268 ? Ss Sep15 0:00 nginx: master process /usr/sbin/nginx
    www-data 2927 0.0 0.0 83204 3400 ? S Sep15 0:00 nginx: worker process
    www-data 2928 0.0 0.0 83204 3400 ? S Sep15 0:02 nginx: worker process
    www-data 2929 0.0 0.0 83204 3400 ? S Sep15 0:02 nginx: worker process
    www-data 2930 0.0 0.0 83204 3400 ? S Sep15 0:02 nginx: worker process
    root 9188 0.0 0.0 10468 2076 pts/0 S+ 15:52 0:00 grep --color=auto nginx



    imscp_panel was running and seems to restart ok
    root@serv1:~# service imscp_panel restart
    imscp_panel stop/waiting
    imscp_panel start/running, process 9223




    root@serv1:~# netstat -plunt
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 2812/dovecot
    tcp 0 0 209.188.21.174:8880 0.0.0.0:* LISTEN 9253/nginx
    tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 2674/master
    tcp 0 0 127.0.0.1:9876 0.0.0.0:* LISTEN 1045/imscp_daemon
    tcp 0 0 209.188.21.174:53 0.0.0.0:* LISTEN 2747/named
    tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2747/named
    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1036/sshd
    tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2747/named
    tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 2674/master
    tcp 0 0 127.0.0.1:8889 0.0.0.0:* LISTEN 2475/apache2
    tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 2837/mysqld
    tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 2674/master
    tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 2812/dovecot
    tcp6 0 0 :::143 :::* LISTEN 2812/dovecot
    tcp6 0 0 :::8880 :::* LISTEN 9253/nginx
    tcp6 0 0 :::80 :::* LISTEN 2475/apache2
    tcp6 0 0 :::21 :::* LISTEN 2452/proftpd: (acce
    tcp6 0 0 :::22 :::* LISTEN 1036/sshd
    tcp6 0 0 :::443 :::* LISTEN 2475/apache2
    tcp6 0 0 :::110 :::* LISTEN 2812/dovecot
    udp 0 0 209.188.21.174:53 0.0.0.0:* 2747/named
    udp 0 0 127.0.0.1:53 0.0.0.0:* 2747/named

    I deactivate and reactivate and waited for a while cron is set to run every 10 min but nothing. So i tried rebooting server now i am not able to get to admin panel. should i run reconfigure ?

    • Ubuntu 14.04
    • I-mscp 1.3.1
    • Fcgid,
    • dovecot,
    • mysql 5.6
    • Proftpd
    • CronJobs 1.4.1

    After update to i-mscp 1.3.1 and CronJobs plugin 1.4.1, cron stopped working.
    Which log file should i be looking at? I see no error so far for cron in any of them ?

    How do I enable mysqli i am using 16.04 php7 and i-mscp 1.3.0


    I have tried adding the extension in php.ini but does not seem to do anything