Posts by ciscllc

    Solved!


    Als erstes mussten die alten Awstats daten gelöscht werden. (/var/cache/awstats/domain.tldMONTHDATETIME.txt)
    Dann doch die ganzen .gz Logs in die Condif übernehmen und update laufen lassen.


    Fertig!

    Hallo!


    Ich habe gerade einen Umzug auf einen neuen Server gemacht und möchte nun die alten Logs ins awstats übernehmen.
    Mein Versuch: Kopie der alten logs ins entsprechende Apache Logs Verzeichnis (war ispcp, logformat domain.tld-access.log) und entsprechend in access.log.1 umbenennen


    Dann awstats update script ausführen


    (perl /var/www/imscp/engine/PerlLib/Package/Webstats/Awstats/Scripts/logresolvemerge.pl /var/log/apache2/domain.tld/access.log.1) - macht nichts


    (perl /var/www/imscp/engine/PerlLib/Package/Webstats/Awstats/Scripts/awstats_updateall.pl now -awstatsprog=/usr/lib/cgi-bin/awstats.pl > /dev/null 2>&1)


    Aber die alten Logs werden nicht eingespielt.


    Hat hier jemand einen Tipp für mich?


    Danke!


    ------
    edit:


    /usr/lib/cgi-bin/awstats.pl -config=domain.tld -update


    Aber die alten logs werden ignoriert...

    hi


    I think you should remove it as soon as possible. If one wants to move, the 1.2.15 can be used and imscp Upgrades can be done afterwards.


    Regards

    Hello!


    I am trying to migrate an old ispcp.
    After tweaking a little bit I get the following error after running the migration script for all other databases:


    Code
    1. [ERROR] main::databaseIntegrityTests:DBI connect('database=;host=localhost','obd123',...) failed: Access denied for user 'obd123'@'localhost' (using password: YES) at /var/www/imscp/engine/setup/../PerlLib/iMSCP/Database/mysql.pm line 102


    The DB shows:




    Code
    1. # sqlu_id, sqld_id, sqlu_name, sqlu_pass'11', '10', 'obd123', 'encPW'

    EDIT:


    a simple

    Code
    1. mysql_upgrade --force -uroot -p

    corrected it.

    Code
    1. drwxrwxrwx+ 92 root root 4096 Mar 3 07:54 /etc
    2. drwxr-x---+ 3 opendkim opendkim 4096 Mar 1 16:25 /etc/opendkim
    3. -rw-r--r-- 1 root root 1443 Mar 3 09:59 /etc/opendkim.conf

    i-MSCP 1.2.15 (in my case) and opendkim plugin may not work because of a "not secure" "error"


    Code
    1. Mar 3 09:46:59 3 opendkim[5872]: mail._domainkey.domain.com: key data is not secure: /etc can be read or written by other usersMar 3 09:46:59 3 opendkim[5872]: DF1C5817EE: error loading key 'mail._domainkey.domain.com'Mar 3 09:46:59 3 postfix/cleanup[7050]: DF1C5817EE: milter-reject: END-OF-MESSAGE from ip.myprovider.com[111.222.33.44]: 4.7.1 Service unavailable - try again later; from=<name@domain.com> to=<office@domain.com> proto=ESMTP helo=<[192.168.2.137]>
    Code
    1. RequireSafeKeys False

    Maybe this is an opendkim, i-mscp or just a configuration error of my system (it worked until update to 1.2.15)


    Regards