Posts by TheCry

    The OS upgrade will break your i-MSCP installation.
    But after OS upgrade it is easy to install the latest version of i-MSCP.


    Before you start the OS upgrade, disable all i-MSCP plugins and remove the listerners. So you will not have any problem with this.
    After the upgrade of i-MSCP upgrade every plugin to the lastest version.

    Hi.
    After upgrading some server to 1.4.3 the traffic collection won't work anymore.
    I'd take a look inside the logfile "/var/log/imscp/imscp-srv-traff.log" and find this error

    Code
    1. Can't open perl script "nice": No such file or directory


    So i'd changed the cronjob from

    Code
    1. perl nice -n 10 ionice -c2 -n5 /var/www/imscp/engine/traffic/imscp-srv-traff > /var/log/imscp/imscp-srv-traff.log 2>&1perl nice -n 10 ionice -c2 -n5 /var/www/imscp/engine/traffic/imscp-vrl-traff > /var/log/imscp/imscp-vrl-traff.log 2>&1

    to

    Code
    1. nice -n 10 ionice -c2 -n5 perl /var/www/imscp/engine/traffic/imscp-srv-traff > /var/log/imscp/imscp-srv-traff.log 2>&1
    2. nice -n 10 ionice -c2 -n5 perl /var/www/imscp/engine/traffic/imscp-vrl-traff > /var/log/imscp/imscp-vrl-traff.log 2>&1


    Now the traffic collection works again.


    Sascha

    Hi,
    i'd tried to find the problem, but i did not found anything.
    After upgrading i-MSCP to 1.4.3 i got every night an error while dumping a database



    Is there maybe a problem with databases which have a "-" or a "." in his name?


    Sascha

    Sollte die Domain auf beiden Servern eingetragen sein, dann ist es vollkommen klar das Du den Fehler bei der einen Domain erhälst!
    Dein sendender Server meint die Domain liegt noch lokal, weil Du das externe Mailfeature nicht aktiv hast.
    Entweder das Feature aktvieren oder die Domain von dem sendenden Server löschen falls es möglich ist!

    Hi Wolfgang,
    der Fehler steht ganz klar im Log


    Code
    1. May 23 15:41:55 root928 postfix/smtp[11608]: D81E3A44BD2: to=<webbie@geht-nicht.org>, relay=mail.geht-nicht.org[151.252.50.79]:25, delay=1.8, delays=1.5/0.01/0.16/0.08, dsn=5.1.1, status=bounced (host mail.geht-nicht.org[151.252.50.79] said: 550 5.1.1 <webbie@geht-nicht.org>: Recipient address rejected: [b]User unknown[/b] in virtual mailbox table (in reply to RCPT TO command))
    Quote

    Recipient address rejected: User unknown in virtual mailbox table

    Wenn Du so frisch bist, in Sachen Administration, empfehle ich Dir auf jeden Fall dich gaaaaaanz intensiv mit Linux zu beschäftigen.
    Ansonsten hast Du auf Deinem Server bald ganz andere Probleme.
    Oder suche Dir einen neuen Administrator und nimm Geld dafür in die Hand!



    Btw:

    Code
    1. May 23 15:41:55 root928 dovecot: lda(sacinfo@senderdomain.com): Error: quota: Unknown namespace: Trash

    Editiere mal die Datei "/etc/dovecot/dovecot.conf".
    Dort dann die Zeile "quota_rule2"


    Code
    1. quota_rule2 = INBOX.Trash:storage=+100M

    Einfach das "INBOX" vor den "Trash" und Dovecot einmal restarten.