Posts by illumi241

    Is there a way to debug auto renew? My certificates are also not updated automatically, as if there is a missing cronjob.
    If I set the state to "torenew" in the database, certs are renewed.


    Edit: I've found this:


    Code
    1. [DEBUG] iMSCP::Bootstrapper::boot: Booting backend....
    2. [DEBUG] iMSCP::LockFile::acquire: Acquiring exclusive lock on /var/lock/imscp.lock
    3. [DEBUG] iMSCP::EventManager::_init: Loading /etc/imscp/listeners.d/00_postfix_sendgrid.pl listener file
    4. [DEBUG] iMSCP::EventManager::_init: Loading /etc/imscp/listeners.d/10_apache2_dualstack.pl listener file
    5. [DEBUG] iMSCP::EventManager::_init: Loading /etc/imscp/listeners.d/10_named_zonetransfer.pl listener file
    6. [DEBUG] iMSCP::Service::_detectInit: Systemd init system has been detected
    7. [DEBUG] iMSCP::Execute::execute: /bin/systemctl --system is-active mysql.service <-- MySQL is not running as a local server but as an external service, it seems that the script exits here.
    8. [DEBUG] iMSCP::Provider::Service::Sysvinit::_exec: inactive
    9. [DEBUG] iMSCP::LockFile::release: Releasing exclusive lock on /var/lock/imscp-letsencrypt-pending.lock
    10. [DEBUG] iMSCP::LockFile::release: Releasing exclusive lock on /var/lock/imscp.lock

    Edit2:
    Commenting out "iMSCP::Service->getInstance( )->isRunning( 'mysql' ) or exit;" fixes the problem temporarily.


    Edit3:
    I've created an issue for that: https://youtrack.i-mscp.net/issue/IP-1774

    I can confirm this. It ends in a lock wait timeout exceeded message, so I am currently unable to update the Plugin.
    This probably happens on big tables, which is probably hard to reproduce in testing environments.


    Edit:
    Table sizes:
    bayes_seen 849,012 rows
    bayes_token 3,035,256 rows
    bayes_vars 1,874 rows

    Hallo iMSCP Community,


    ich habe derzeit vor, meinen Server für ein paar Domains als Nameserver einzusetzen. Ich habe versucht hier irgendwie einen SRV Record im Format anzulegen:


    Code
    1. _ts3._udp.ts IN SRV 10 10 9989 srv2.[**zensiert**].de.


    So sollten Teamspeak Clients direkt auf den "Server 2" weitergeleitet werden, wenn sie sich auf ts.[**zensiert**].de verbinden, sowie auf den entsprechenden Port.


    Gibt es da eine schönere Lösung als für jede Subdomain mit SRV Records direkt einen Alias oder einen neuen Kunden anlegen zu müssen? SRV Records direkt auf eine (Web-)Subdomain sind (zumindest im iMSCP Panel) nicht möglich.
    Ich würde gerne wie bei meinem aktuellen Domainhoster hier einfach SRV Records auf Subdomains anlegen können und dies möglichst ohne über die Datenbank, Alias oder sonstige Umwege gehen zu müssen.


    Mfg, illumi241

    could be a nice update for PHPSwitcher.


    Atm I'm trying to do that, but I think there's a "little" problem. hhvm-fastcgi does not support configuration files for each domain & also not user:group definitions per domain. For that I opened a ticket on their git repository. For now I think we have to wait :/


    I hope it does not take too long to implement this :/

    Gibt es denn Informationen zum aktuellen Stand der Entwicklung des APS Installers? Ich vermisse ihn ein wenig nach dem Umstieg von Froxlor auf i-MSCP :(
    In Github steht noch "in progress".