Posts by DAX

    I'm trying to watch imscp repository but i can't access. Seem imscp repo gone from user I-MSCP. github show "Page not found" and git clone get same message.


    SaludOS/2


    Under Ubuntu 12.04 Precise.


    Thanks


    SaludOS/2

    Since I upgraded a couple of servers to 1.1.2, I get everyday this mail:


    --------------------------------------------------------------------------------------------------------------
    A critical error has been encountered while executing function main::run
    in /var/www/imscp/engine/traffic/imscp-vrl-traff.


    Error was:


    ==========================================================================
    main::run: DBD driver has not implemented the AutoCommit attribute at
    /var/www/imscp/engine/traffic/../PerlLib/iMSCP/Database/mysql.pm line 150.


    ==========================================================================
    ---------------------------------------------------------------------------------------------------------------


    All services works fine, servers works fine, but I think this error means something, but what?


    Any ideas?


    SaludOS/2

    Well, now I have all working and system updated to Precise.


    But, when in Lucid, I had two small issues with packages:


    1) dovecot: because my ISP haven't ipv6 yet, when dovecot try to run, fail with "warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol". These error fix adding "listen: *" at top of dovecof.conf file.


    2) dovecot: fixed previous issue, i found another with dovecot: "fatal: pipe_command: execvp /usr/lib/dovecot/dovecot-lda: No such file or directory", in lucid, there is no dovecot-lda package. To fix that, i changed in master.cf, at last line:


    Quote

    dovecot unix - n n - - pipe
    flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -d ${recipient}


    by old line:


    Quote

    dovecot unix - n n - - pipe
    flags=DROhu user=vmail:mail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient} -s


    essencially, using deliver command instead dovecot-lda.


    Now, I'm seeking for docs to learn how customize install parameters in bind, apache, postfix and proftpd. In preciuos versions I maked changes in templates, but, i read that's no the way now with 1.1.0.rc4. I read example but i don't know variables for other services like bind or apache. Where can I find docs about it?


    Thanks for all.


    SaludOS/2

    Done. Works fines, just upgraded. I used first option, manually delete dovecto-mysql package and run installer.


    All works fines for now, but, when I try to execute "plugins settings" from Settings in Admin Panel, give me error:


    Quote

    Fatal error: Undefined class constant 'onBeforeDeleteDomain' in /var/www/imscp/gui/plugins/Demo/Demo.php on line 214


    In 1.0.3 plugins settings work fine.


    Thanks for your support.


    SaludOS/2

    When I try update from 1.0.3 to 1.1.0.rc4.1 setup script abort with error about dovecot-mysql package not found.


    This package is not present in Ubuntu Lucid. Any way to fix it?


    Note: I tried upgrade to precise but, at restart many services give a lot of errors, so, I think better for me, upgrade iMSCP to 1.1.0 first, then upgrade ubuntu to precise.


    Thanks

    I have a few servers running ispcp/imscp (actually ispcp in process of migration to i-mscp) and, in all my servers, I have suspended domains (status: disabled).


    Ok, i can see migration process need all domains, subdomains and mail accounts be in "ok" status to complete. Otherwise abort with error.


    So, any chance that upgrade script set valid "ok" and "disabled" status for domains and mail accounts?


    Because with each new upgrade, I need change status from all domains to ok, upgrade panel and then, change status again to disabled.


    Thanks.


    SaludOS/2