FTP problem after update 1.1.21 to 1.1.22

  • @rauschr


    Not 30 ;) ---> Online support: €35 per hour (first hour prepaid)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Re ;


    Payment received ;) Online support in progress. ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @rauschr


    Problem solved.


    Procedure applied on your server to fix the problem:


    1. Activation of maintenance mode
    2. Deletion of all l i-MSCP user/group entries in /etc/passwd, /etc/shadow and /etc/group files


    Shell-Script
    1. # cd /etc# sed -i '/^vu2/d' ./passwd# sed -i '/^vu2/d' ./shadow# sed -i '/^vu2/d' ./group


    3. Execution of the following SQL queries:


    SQL
    1. # mysql -u debian-sys-maint -p<password>
    2. > use imscp;
    3. > update admin set admin_status = 'ok';
    4. > update domain set domain_status = 'ok';
    5. > update subdomain set subdomain_status = 'ok';
    6. > update domain_aliasses set alias_status = 'ok';
    7. > update subdomain_alias set subdomain_alias_status = 'ok';
    8. > update mail_users set status = 'ok';
    9. > update admin set admin_sys_name = null, admin_sys_uid = 0, admin_sys_gname = null, admin_sys_gid = 0;
    10. > quit


    4. Execution of the i-MSCP installer
    5. Deactivation of the maintenance mode


    That all ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @rauschr


    I don't understand what you mean.. What service exactly?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @rauschr


    • Statistics ( Awstats ) should works now since you updated to lastest 1.2.x branch ( I've just forced generation of statistic)
    • Apache problem should be gone since you updated to latest 1.2.x branch. A bug related to logrotate has been fixed.
    • About dovecot, I will investigate on your server. Please try to connect to your mail account now.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • FTP service work one day and then turns off
    Recently I had the same problem with "FTP", but what I notice is that the service is "DOWN".
    When you log into a web panel, and when I go to the General >> Services status


    FTP 0.0.0.0 21 DOWN



    i-MSCP Version:1.2.2
    OS Ubuntu 14.04 Trusty

    OpEn YouR mINd , OpeN YouR SourcE cOdE