Hätte ich drauf kommen können.
Display MoreCode
- cat /var/log/imscp/imscp-rqst-mngr.log
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Debug::silent: Entering in silent mode
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Boot::boot: Booting backend...
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Config::_init: Tying /etc/imscp/imscp.conf
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Config::_loadConfig: Loading /etc/imscp/imscp.conf
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Config::_parseConfig: Parsing /etc/imscp/imscp.conf
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Boot::lock: Acquire exclusive lock on /tmp/imscp.lock
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Crypt::set: Setting key as C>/+Y\D3MecPereeeq`@q?ZGggg$?p95dd/*]ddJE'XX4
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Crypt::set: Setting iv as O;(^Fk3M
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Boot::_genKeys: Key: |C>/+Y\D3MwwwwecP`@q?ZG$?p9ed5/*]JE'XX4|, iv:|ddddO;(^Fk3M|
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::set: Setting DATABASE_HOST as localhost
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::set: Setting DATABASE_PORT as 3306
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::set: Setting DATABASE_NAME as imscp
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::set: Setting DATABASE_USER as root
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Crypt::decrypt_db_password: Returning XXXXXXXXXX
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::set: Setting DATABASE_PASSWORD as XXXXXXXX
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::connect: Connecting with (dbi:mysql:database=imscp;host=localhost;port=3306, root, XXXXXXXX)
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type Plugin
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `plugin_id` AS `id`, `plugin_name` AS `name`, `plugin_status` AS `status`
- FROM
- `plugin`
- WHERE
- `plugin_status` IN ('toinstall', 'toupdate', 'tochange', 'touninstall', 'todisable', 'toenable', 'enabled')
- AND
- `plugin_error` IS NULL
- AND
- `plugin_backend` = 'yes'
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No Plugin to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type Certificates
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `cert_id` AS `id`, `type` AS `name`, `status` AS `status`
- FROM
- `ssl_certs`
- WHERE
- `status` IN ('toadd', 'tochange', 'todelete')
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No Certificates to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type User
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `admin_id` AS `id`, `admin_name` AS `name`, `admin_status` AS `status`
- FROM
- `admin`
- WHERE
- `admin_type` = 'user'
- AND
- `admin_status` IN ('toadd', 'tochange');
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No User to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type Domain
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `domain_id` AS `id`, `domain_name` AS `name`, `domain_status` AS `status`
- FROM
- `domain`
- WHERE
- `domain_status` IN ('toadd', 'tochange', 'torestore', 'toenable', 'todisable', 'disabled')
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No Domain to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type Subdomain
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `subdomain_id` AS `id`, `subdomain_name` AS `name`, `subdomain_status` AS `status`
- FROM
- `subdomain`
- WHERE
- `subdomain_status` IN ('toadd', 'tochange', 'torestore', 'toenable', 'todisable', 'disabled')
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No Subdomain to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type Alias
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `alias_id` AS `id`, `alias_name` AS `name`, `alias_status` AS `status`
- FROM
- `domain_aliasses`
- WHERE
- `alias_status` IN ('toadd', 'tochange', 'torestore', 'toenable', 'todisable', 'disabled')
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No Alias to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type SubAlias
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `subdomain_alias_id` AS `id`, `subdomain_alias_name` AS `name`, `subdomain_alias_status` AS `status`
- FROM
- `subdomain_alias`
- WHERE
- `subdomain_alias_status` IN ('toadd', 'tochange', 'torestore', 'toenable', 'todisable', 'disabled')
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No SubAlias to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type Mail
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `mail_id` AS `id`, `mail_addr` AS `name`, `status` AS `status`
- FROM
- `mail_users`
- WHERE
- `status` IN ('toadd', 'tochange', 'toenable', 'todelete', 'todisable')
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No Mail to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type Htusers
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `id`, `uname` AS `name`, `status`
- FROM
- `htaccess_users`
- WHERE
- `status` IN ('toadd', 'tochange', 'todelete')
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No Htusers to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type Htgroup
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `id` AS `id`, CONCAT(`ugroup`, ':', `id`) AS `name`, `status`
- FROM
- `htaccess_groups`
- WHERE
- `status` IN ('toadd', 'tochange', 'todelete')
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No Htgroup to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type Htaccess
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `id`, `auth_name` AS `name`, `status`
- FROM
- `htaccess`
- WHERE
- `status` IN ('toadd', 'tochange', 'todelete')
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No Htaccess to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type SubAlias
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `subdomain_alias_id` AS `id`, `subdomain_alias_name` AS `name`, `subdomain_alias_status` AS `status`
- FROM
- `subdomain_alias`
- WHERE
- `subdomain_alias_status` = 'todelete'
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: No SubAlias to process.
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing type Subdomain
- [Wed Oct 16 19:23:08 2013] [debug] iMSCP::Database::mysql::mysql::doQuery:
- SELECT
- `subdomain_id` AS `id`, `subdomain_name` AS `name`, `subdomain_status` AS `status`
- FROM
- `subdomain`
- WHERE
- `subdomain_status` = 'todelete'
- [Wed Oct 16 19:23:08 2013] [debug] main::_process: Processing 6, bewertung, todelete.
Hello ;
It's a bug (awstats addon) which is already fixed in master. Torsten should normally release the 1.1.0-rc4.3 today. If you do not want wait, you can always update to last master.