Eugeny / ajenti-v

Virtual Hosting addon for Ajenti
ajenti.org/#product-ajenti-v
MIT License
224 stars 80 forks source link

can't delete database with invalid name/non-existing database #122

Open EyMaddis opened 9 years ago

EyMaddis commented 9 years ago

I tried to create a database with a dot in the name, saved and tried to delete it again. Now it always gives me the notification:

ERROR 1008 (HY000) at line1: Can't drop database 'name.with.point'; databa...

(I can't read more of the message)

But the database just stays there.

v1.2.22.13

EyMaddis commented 9 years ago

This might be related: I just tried to delete a proper mysql database and got the following:

Ajenti bug report

Info Value
Ajenti 1.2.22.13
Platform debian / ubuntu / Ubuntu 14.04.1 LTS
Architecture x86_64 x86_64
Python 2.7.6
Installation 69264622
Debug False
Catcher report http://ajenti.org/catcher/view/46112
Loaded plugins ajenti_org, apache, bind9, codemirror, configurator, cron, dashboard, db_common, fm, fstab, hosts, iptables, logs, main, mysql, network, nginx, notepad, ntpd, packages, plugins, power, resolv, resources, samba, scripts, sensors, services, supervisor, taskmgr, tasks, terminal, users, vh, vh-mail, vh-mysql, vh-nginx, vh-nodejs, vh-php-fpm, vh-unicorn, webserver_common
Library Version
gevent 1.0
greenlet 0.4.2
reconfigure 0.1.62
requests 2.2.1
psutil 1.2.1
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 158, in handle_message
    self.ui.dispatch_event(update['uid'], update['event'], update['params'])
  File "/usr/lib/pymodules/python2.7/ajenti/ui/__init__.py", line 72, in dispatch_event
    self.root.dispatch_event(uid, event, params)
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 378, in dispatch_event
    self.event(event, params)
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 404, in event
    self.events[event](*self.event_args[event], **(params or {}))
  File "/usr/lib/pymodules/python2.7/ajenti/ui/binder.py", line 433, in on_delete
    self.ui.delete_item(item, self.collection)
  File "/var/lib/ajenti/plugins/vh-mysql/mysql.py", line 66, in <lambda>
    self.find('databases').delete_item = lambda i, c: self.on_delete_db(i)
  File "/var/lib/ajenti/plugins/vh-mysql/mysql.py", line 165, in on_delete_db
    self.config['databases'].remove(db)
ValueError: list.remove(x): x not in list

Log content:

2014-10-19 01:14:08,933 INFO     ajenti-panel.<module>(): Using config file /etc/ajenti/config.json
2014-10-19 01:14:09,084 INFO     registry.register_crypt_handler(): registered crypt handler 'sha512_crypt': <class 'passlib.handlers.sha2_crypt.sha512_crypt'>
2014-10-19 01:14:09,174 DEBUG    compat.Popen(): Popen: git describe --tags 2> /dev/null
2014-10-19 01:14:09,201 DEBUG    compat.Popen(): Popen: ['lsb_release', '-sd']
2014-10-19 01:14:09,312 INFO     core.run(): Ajenti 1.2.22.13 running on platform: debian
2014-10-19 01:14:09,313 DEBUG    __init__.load(): Loading plugin hddtemp
2014-10-19 01:14:09,314 DEBUG    __init__.load_recursive(): Preloading plugin dependency: main
2014-10-19 01:14:09,314 DEBUG    __init__.load(): Loading plugin main
2014-10-19 01:14:09,323 DEBUG    __init__.load(): Loading plugin hddtemp
2014-10-19 01:14:09,324 DEBUG    __init__.load_recursive(): Preloading plugin dependency: dashboard
2014-10-19 01:14:09,324 DEBUG    __init__.load(): Loading plugin dashboard
2014-10-19 01:14:09,327 DEBUG    __init__.load(): Loading plugin hddtemp
2014-10-19 01:14:09,327 DEBUG    compat.Popen(): Popen: ['which', 'hddtemp']
2014-10-19 01:14:09,336 DEBUG    __init__.load():  *** [hddtemp] skipping due to BinaryDependency (hddtemp)
2014-10-19 01:14:09,337 DEBUG    __init__.load(): Loading plugin fstab
2014-10-19 01:14:09,374 DEBUG    __init__.load(): Loading plugin mysql
2014-10-19 01:14:09,374 DEBUG    __init__.load_recursive(): Preloading plugin dependency: db_common
2014-10-19 01:14:09,374 DEBUG    __init__.load(): Loading plugin db_common
2014-10-19 01:14:09,375 DEBUG    __init__.load_recursive(): Preloading plugin dependency: services
2014-10-19 01:14:09,375 DEBUG    __init__.load(): Loading plugin services
2014-10-19 01:14:09,666 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
2014-10-19 01:14:09,678 DEBUG    __init__.load(): Loading plugin db_common
2014-10-19 01:14:09,679 DEBUG    __init__.load(): Loading plugin mysql
2014-10-19 01:14:09,680 DEBUG    compat.Popen(): Popen: ['which', 'mysql']
2014-10-19 01:14:09,690 DEBUG    compat.Popen(): Popen: ['which', 'mysqld_safe']
2014-10-19 01:14:09,704 DEBUG    __init__.load(): Loading plugin nsd
2014-10-19 01:14:09,705 DEBUG    compat.Popen(): Popen: ['which', 'nsd']
2014-10-19 01:14:09,714 DEBUG    __init__.load():  *** [nsd] skipping due to BinaryDependency (nsd)
2014-10-19 01:14:09,714 DEBUG    __init__.load(): Loading plugin configurator
2014-10-19 01:14:09,720 DEBUG    __init__.load(): Loading plugin tasks
2014-10-19 01:14:09,720 DEBUG    __init__.load_recursive(): Preloading plugin dependency: cron
2014-10-19 01:14:09,720 DEBUG    __init__.load(): Loading plugin cron
2014-10-19 01:14:09,721 DEBUG    compat.Popen(): Popen: ['which', 'crontab']
2014-10-19 01:14:09,733 DEBUG    __init__.load(): Loading plugin tasks
2014-10-19 01:14:09,736 DEBUG    __init__.load(): Loading plugin bind9
2014-10-19 01:14:09,737 DEBUG    compat.Popen(): Popen: ['which', 'named']
2014-10-19 01:14:09,748 DEBUG    __init__.load(): Loading plugin apcups
2014-10-19 01:14:09,748 DEBUG    compat.Popen(): Popen: ['which', 'apcaccess']
2014-10-19 01:14:09,762 DEBUG    __init__.load():  *** [apcups] skipping due to BinaryDependency (apcaccess)
2014-10-19 01:14:09,763 DEBUG    __init__.load(): Loading plugin memcache
2014-10-19 01:14:09,763 DEBUG    compat.Popen(): Popen: ['which', 'memcached']
2014-10-19 01:14:09,777 DEBUG    __init__.load():  *** [memcache] skipping due to BinaryDependency (memcached)
2014-10-19 01:14:09,778 DEBUG    __init__.load(): Loading plugin raid
2014-10-19 01:14:09,778 DEBUG    compat.Popen(): Popen: ['which', 'mdadm']
2014-10-19 01:14:09,789 DEBUG    __init__.load():  *** [raid] skipping due to BinaryDependency (mdadm)
2014-10-19 01:14:09,790 DEBUG    __init__.load(): Loading plugin webserver_common
2014-10-19 01:14:09,792 DEBUG    __init__.load(): Loading plugin resolv
2014-10-19 01:14:09,793 DEBUG    __init__.load(): Loading plugin elements
2014-10-19 01:14:09,793 WARNING  __init__.load():  *** [elements] Plugin error: format error
2014-10-19 01:14:09,793 DEBUG    __init__.load(): Loading plugin packages
2014-10-19 01:14:09,794 DEBUG    __init__.load_recursive(): Preloading plugin dependency: terminal
2014-10-19 01:14:09,794 DEBUG    __init__.load(): Loading plugin terminal
2014-10-19 01:14:09,824 DEBUG    __init__.load(): Loading plugin packages
2014-10-19 01:14:09,827 DEBUG    __init__.load(): Loading plugin fail2ban
2014-10-19 01:14:09,827 DEBUG    compat.Popen(): Popen: ['which', 'fail2ban-client']
2014-10-19 01:14:09,838 DEBUG    __init__.load():  *** [fail2ban] skipping due to BinaryDependency (fail2ban-client)
2014-10-19 01:14:09,838 DEBUG    __init__.load(): Loading plugin exports
2014-10-19 01:14:09,839 DEBUG    compat.Popen(): Popen: ['which', 'nfsstat']
2014-10-19 01:14:09,848 DEBUG    __init__.load():  *** [exports] skipping due to BinaryDependency (nfsstat)
2014-10-19 01:14:09,848 DEBUG    __init__.load(): Loading plugin nginx
2014-10-19 01:14:09,849 DEBUG    compat.Popen(): Popen: ['which', 'nginx']
2014-10-19 01:14:09,860 DEBUG    __init__.load(): Loading plugin csf
2014-10-19 01:14:09,860 DEBUG    compat.Popen(): Popen: ['which', 'csf']
2014-10-19 01:14:09,870 DEBUG    __init__.load():  *** [csf] skipping due to BinaryDependency (csf)
2014-10-19 01:14:09,870 DEBUG    __init__.load(): Loading plugin taskmgr
2014-10-19 01:14:09,871 DEBUG    __init__.load(): Loading plugin power
2014-10-19 01:14:09,873 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
2014-10-19 01:14:09,883 DEBUG    compat.Popen(): Popen: ['which', 'pm-hibernate']
2014-10-19 01:14:09,895 DEBUG    __init__.load(): Loading plugin mongo
2014-10-19 01:14:09,896 DEBUG    compat.Popen(): Popen: ['which', 'mongod']
2014-10-19 01:14:09,909 DEBUG    __init__.load():  *** [mongo] skipping due to BinaryDependency (mongod)
2014-10-19 01:14:09,910 DEBUG    __init__.load(): Loading plugin scripts
2014-10-19 01:14:09,911 DEBUG    __init__.load(): Loading plugin munin
2014-10-19 01:14:09,912 DEBUG    compat.Popen(): Popen: ['which', 'munin-cron']
2014-10-19 01:14:09,924 DEBUG    __init__.load():  *** [munin] skipping due to BinaryDependency (munin-cron)
2014-10-19 01:14:09,924 DEBUG    __init__.load(): Loading plugin users
2014-10-19 01:14:09,926 DEBUG    __init__.load(): Loading plugin psql
2014-10-19 01:14:09,927 DEBUG    compat.Popen(): Popen: ['which', 'psql']
2014-10-19 01:14:09,940 DEBUG    __init__.load():  *** [psql] skipping due to BinaryDependency (psql)
2014-10-19 01:14:09,940 DEBUG    __init__.load(): Loading plugin resources
2014-10-19 01:14:09,943 DEBUG    __init__.load(): Loading plugin dhcpd
2014-10-19 01:14:09,943 DEBUG    compat.Popen(): Popen: ['which', 'dhcpd']
2014-10-19 01:14:09,958 DEBUG    __init__.load():  *** [dhcpd] skipping due to BinaryDependency (dhcpd)
2014-10-19 01:14:09,958 DEBUG    __init__.load(): Loading plugin openvpn
2014-10-19 01:14:09,959 DEBUG    compat.Popen(): Popen: ['which', 'openvpn']
2014-10-19 01:14:09,973 DEBUG    __init__.load():  *** [openvpn] skipping due to BinaryDependency (openvpn)
2014-10-19 01:14:09,973 DEBUG    __init__.load(): Loading plugin plugins
2014-10-19 01:14:09,975 DEBUG    __init__.load(): Loading plugin logs
2014-10-19 01:14:09,976 DEBUG    __init__.load(): Loading plugin iptables
2014-10-19 01:14:09,979 DEBUG    compat.Popen(): Popen: ['which', 'ip6tables']
2014-10-19 01:14:09,989 DEBUG    __init__.load(): Loading plugin netatalk
2014-10-19 01:14:09,990 DEBUG    compat.Popen(): Popen: ['which', 'afpd']
2014-10-19 01:14:09,999 DEBUG    __init__.load():  *** [netatalk] skipping due to BinaryDependency (afpd)
2014-10-19 01:14:09,999 DEBUG    __init__.load(): Loading plugin codemirror
2014-10-19 01:14:10,000 DEBUG    __init__.load(): Loading plugin ajenti_org
2014-10-19 01:14:10,002 DEBUG    __init__.load(): Loading plugin apache
2014-10-19 01:14:10,002 DEBUG    compat.Popen(): Popen: ['which', 'apache2']
2014-10-19 01:14:10,014 DEBUG    __init__.load(): Loading plugin samba
2014-10-19 01:14:10,014 DEBUG    compat.Popen(): Popen: ['which', 'smbd']
2014-10-19 01:14:10,023 DEBUG    compat.Popen(): Popen: ['which', 'smbstatus']
2014-10-19 01:14:10,035 DEBUG    __init__.load(): Loading plugin squid
2014-10-19 01:14:10,036 DEBUG    compat.Popen(): Popen: ['which', 'squid3']
2014-10-19 01:14:10,046 DEBUG    __init__.load():  *** [squid] skipping due to BinaryDependency (squid3)
2014-10-19 01:14:10,046 DEBUG    __init__.load(): Loading plugin lm_sensors
2014-10-19 01:14:10,047 DEBUG    compat.Popen(): Popen: ['which', 'sensors']
2014-10-19 01:14:10,056 DEBUG    __init__.load():  *** [lm_sensors] skipping due to BinaryDependency (sensors)
2014-10-19 01:14:10,057 DEBUG    __init__.load(): Loading plugin notepad
2014-10-19 01:14:10,058 DEBUG    __init__.load(): Loading plugin fm
2014-10-19 01:14:10,062 DEBUG    __init__.load(): Loading plugin ipmi
2014-10-19 01:14:10,062 DEBUG    compat.Popen(): Popen: ['which', 'ipmitool']
2014-10-19 01:14:10,072 DEBUG    __init__.load():  *** [ipmi] skipping due to BinaryDependency (ipmitool)
2014-10-19 01:14:10,073 DEBUG    __init__.load(): Loading plugin snmpd
2014-10-19 01:14:10,073 DEBUG    compat.Popen(): Popen: ['which', 'snmpd']
2014-10-19 01:14:10,082 DEBUG    __init__.load():  *** [snmpd] skipping due to BinaryDependency (snmpd)
2014-10-19 01:14:10,083 DEBUG    __init__.load(): Loading plugin network
2014-10-19 01:14:10,087 DEBUG    __init__.load(): Loading plugin ctdb
2014-10-19 01:14:10,088 DEBUG    compat.Popen(): Popen: ['which', 'ctdb']
2014-10-19 01:14:10,097 DEBUG    __init__.load():  *** [ctdb] skipping due to BinaryDependency (ctdb)
2014-10-19 01:14:10,098 DEBUG    __init__.load(): Loading plugin supervisor
2014-10-19 01:14:10,099 DEBUG    compat.Popen(): Popen: ['which', 'supervisord']
2014-10-19 01:14:10,111 DEBUG    __init__.load(): Loading plugin smartctl
2014-10-19 01:14:10,112 DEBUG    compat.Popen(): Popen: ['which', 'smartctl']
2014-10-19 01:14:10,122 DEBUG    __init__.load():  *** [smartctl] skipping due to BinaryDependency (smartctl)
2014-10-19 01:14:10,122 DEBUG    __init__.load(): Loading plugin megaraid
2014-10-19 01:14:10,123 DEBUG    __init__.load():  *** [megaraid] skipping due to FileDependency (/opt/MegaRAID/MegaCli/MegaCli)
2014-10-19 01:14:10,123 DEBUG    __init__.load(): Loading plugin ntpd
2014-10-19 01:14:10,123 DEBUG    compat.Popen(): Popen: ['which', 'ntpd']
2014-10-19 01:14:10,220 DEBUG    __init__.instantiate(): Root context instantiated [UpstartServiceManager] <ajenti.plugins.services.sm_upstart.UpstartServiceManager object at 0x7f6b20b4bad0>
2014-10-19 01:14:10,220 DEBUG    __init__.instantiate(): Root context instantiated [SysVInitServiceManager] <ajenti.plugins.services.sm_sysvinit.SysVInitServiceManager object at 0x7f6b20b4bb10>
2014-10-19 01:14:10,220 DEBUG    __init__.instantiate(): Root context instantiated [SupervisorServiceManager] <ajenti.plugins.supervisor.client.SupervisorServiceManager object at 0x7f6b20b4bc90>
2014-10-19 01:14:10,220 DEBUG    __init__.instantiate(): Root context instantiated [ServiceMultiplexor] <ajenti.plugins.services.api.ServiceMultiplexor object at 0x7f6b20b4b5d0>
2014-10-19 01:14:10,221 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status', 'openntpd']
2014-10-19 01:14:10,389 DEBUG    __init__.load(): Loading plugin hosts
2014-10-19 01:14:10,391 DEBUG    __init__.load(): Loading plugin sensors
2014-10-19 01:14:10,394 DEBUG    __init__.load(): Loading plugin hdparm
2014-10-19 01:14:10,394 DEBUG    compat.Popen(): Popen: ['which', 'hdparm']
2014-10-19 01:14:10,413 DEBUG    __init__.load():  *** [hdparm] skipping due to BinaryDependency (hdparm)
2014-10-19 01:14:10,413 DEBUG    __init__.load(): Loading plugin vh
2014-10-19 01:14:10,429 DEBUG    __init__.load(): Loading plugin vh-mysql
2014-10-19 01:14:10,429 DEBUG    compat.Popen(): Popen: ['which', 'mysql']
2014-10-19 01:14:10,439 DEBUG    compat.Popen(): Popen: ['which', 'mysqld_safe']
2014-10-19 01:14:10,451 DEBUG    __init__.load(): Loading plugin vh-mail
2014-10-19 01:14:10,454 DEBUG    __init__.load(): Loading plugin vh-nginx
2014-10-19 01:14:10,458 DEBUG    __init__.load(): Loading plugin vh-php-fpm
2014-10-19 01:14:10,459 DEBUG    compat.Popen(): Popen: ['which', 'php5-fpm']
2014-10-19 01:14:10,470 DEBUG    __init__.load(): Loading plugin vh-nodejs
2014-10-19 01:14:10,471 DEBUG    __init__.load(): Loading plugin vh-unicorn
2014-10-19 01:14:10,471 DEBUG    compat.Popen(): Popen: ['which', 'unicorn_rails']
2014-10-19 01:14:10,485 DEBUG    __init__.instantiate(): Root context instantiated [Inflater] <ajenti.ui.inflater.Inflater object at 0x7f6b22c5aa10>
2014-10-19 01:14:10,487 DEBUG    __init__.instantiate(): Root context instantiated [UI] <ajenti.ui.UI object at 0x7f6b20b2a310>
2014-10-19 01:14:10,488 DEBUG    inflater.precache(): Precaching layout main:passwd-main
2014-10-19 01:14:10,491 DEBUG    inflater.precache(): Precaching layout main:input-dialog
2014-10-19 01:14:10,491 DEBUG    inflater.precache(): Precaching layout main:file-dialog
2014-10-19 01:14:10,492 DEBUG    inflater.precache(): Precaching layout main:file-dialog-save
2014-10-19 01:14:10,493 DEBUG    inflater.precache(): Precaching layout dashboard:welcome
2014-10-19 01:14:10,494 DEBUG    inflater.precache(): Precaching layout dashboard:dash
2014-10-19 01:14:10,498 DEBUG    inflater.precache(): Precaching layout dashboard:text
2014-10-19 01:14:10,499 DEBUG    inflater.precache(): Precaching layout fstab:iio-widget
2014-10-19 01:14:10,501 DEBUG    inflater.precache(): Precaching layout fstab:free-widget
2014-10-19 01:14:10,502 DEBUG    inflater.precache(): Precaching layout fstab:main
2014-10-19 01:14:10,519 DEBUG    inflater.precache(): Precaching layout fstab:widget
2014-10-19 01:14:10,521 DEBUG    inflater.precache(): Precaching layout services:bar
2014-10-19 01:14:10,522 DEBUG    inflater.precache(): Precaching layout services:main
2014-10-19 01:14:10,524 DEBUG    inflater.precache(): Precaching layout services:widget
2014-10-19 01:14:10,526 DEBUG    inflater.precache(): Precaching layout db_common:main
2014-10-19 01:14:10,534 DEBUG    inflater.precache(): Precaching layout mysql:config
2014-10-19 01:14:10,536 DEBUG    inflater.precache(): Precaching layout configurator:ad-sync-config
2014-10-19 01:14:10,537 DEBUG    inflater.precache(): Precaching layout configurator:licensing
2014-10-19 01:14:10,541 DEBUG    inflater.precache(): Precaching layout configurator:main
2014-10-19 01:14:10,563 DEBUG    inflater.precache(): Precaching layout configurator:ldap-sync-config
2014-10-19 01:14:10,565 DEBUG    inflater.precache(): Precaching layout cron:main
2014-10-19 01:14:10,575 DEBUG    inflater.precache(): Precaching layout tasks:params-execute
2014-10-19 01:14:10,576 DEBUG    inflater.precache(): Precaching layout tasks:params-rsync
2014-10-19 01:14:10,593 DEBUG    inflater.precache(): Precaching layout tasks:main
2014-10-19 01:14:10,610 DEBUG    inflater.precache(): Precaching layout tasks:params-copydir
2014-10-19 01:14:10,649 DEBUG    inflater.precache(): Precaching layout tasks:params-deletedir
2014-10-19 01:14:10,656 DEBUG    inflater.precache(): Precaching layout bind9:main
2014-10-19 01:14:10,676 DEBUG    inflater.precache(): Precaching layout webserver_common:main
2014-10-19 01:14:10,692 DEBUG    inflater.precache(): Precaching layout resolv:main
2014-10-19 01:14:10,694 DEBUG    inflater.precache(): Precaching layout terminal:main
2014-10-19 01:14:10,696 DEBUG    inflater.precache(): Precaching layout terminal:config
2014-10-19 01:14:10,697 DEBUG    inflater.precache(): Precaching layout packages:row
2014-10-19 01:14:10,699 DEBUG    inflater.precache(): Precaching layout packages:headers
2014-10-19 01:14:10,699 DEBUG    inflater.precache(): Precaching layout packages:installer
2014-10-19 01:14:10,700 DEBUG    inflater.precache(): Precaching layout packages:main
2014-10-19 01:14:10,717 DEBUG    inflater.precache(): Precaching layout taskmgr:main
2014-10-19 01:14:10,722 DEBUG    inflater.precache(): Precaching layout power:widget
2014-10-19 01:14:10,724 DEBUG    inflater.precache(): Precaching layout scripts:widget
2014-10-19 01:14:10,740 DEBUG    inflater.precache(): Precaching layout users:user-list
2014-10-19 01:14:10,776 DEBUG    inflater.precache(): Precaching layout users:main
2014-10-19 01:14:10,799 DEBUG    inflater.precache(): Precaching layout plugins:main
2014-10-19 01:14:10,821 DEBUG    inflater.precache(): Precaching layout logs:main
2014-10-19 01:14:10,857 DEBUG    inflater.precache(): Precaching layout logs:config
2014-10-19 01:14:10,883 DEBUG    inflater.precache(): Precaching layout iptables:option-ports
2014-10-19 01:14:10,885 DEBUG    inflater.precache(): Precaching layout iptables:option
2014-10-19 01:14:10,886 DEBUG    inflater.precache(): Precaching layout iptables:option-address
2014-10-19 01:14:10,905 DEBUG    inflater.precache(): Precaching layout iptables:option-match
2014-10-19 01:14:10,906 DEBUG    inflater.precache(): Precaching layout iptables:option-interface
2014-10-19 01:14:10,907 DEBUG    inflater.precache(): Precaching layout iptables:option-reject-with
2014-10-19 01:14:10,908 DEBUG    inflater.precache(): Precaching layout iptables:option-state
2014-10-19 01:14:10,909 DEBUG    inflater.precache(): Precaching layout iptables:option-custom
2014-10-19 01:14:10,922 DEBUG    inflater.precache(): Precaching layout iptables:option-protocol
2014-10-19 01:14:10,923 DEBUG    inflater.precache(): Precaching layout iptables:option-port
2014-10-19 01:14:10,924 DEBUG    inflater.precache(): Precaching layout iptables:main
2014-10-19 01:14:11,003 DEBUG    inflater.precache(): Precaching layout ajenti_org:main
2014-10-19 01:14:11,005 DEBUG    inflater.precache(): Precaching layout ajenti_org:config
2014-10-19 01:14:11,006 DEBUG    inflater.precache(): Precaching layout samba:main
2014-10-19 01:14:11,031 DEBUG    inflater.precache(): Precaching layout notepad:listitem
2014-10-19 01:14:11,032 DEBUG    inflater.precache(): Precaching layout notepad:main
2014-10-19 01:14:11,046 DEBUG    inflater.precache(): Precaching layout notepad:config
2014-10-19 01:14:11,047 DEBUG    inflater.precache(): Precaching layout fm:main
2014-10-19 01:14:11,069 DEBUG    inflater.precache(): Precaching layout fm:config
2014-10-19 01:14:11,070 DEBUG    inflater.precache(): Precaching layout network:bit-linux-dhcp
2014-10-19 01:14:11,079 DEBUG    inflater.precache(): Precaching layout network:bit-linux-ipv4
2014-10-19 01:14:11,081 DEBUG    inflater.precache(): Precaching layout network:bit-linux-ifupdown
2014-10-19 01:14:11,082 DEBUG    inflater.precache(): Precaching layout network:bit-linux-basic
2014-10-19 01:14:11,083 DEBUG    inflater.precache(): Precaching layout network:main
2014-10-19 01:14:11,088 DEBUG    inflater.precache(): Precaching layout network:widget
2014-10-19 01:14:11,090 DEBUG    inflater.precache(): Precaching layout supervisor:main
2014-10-19 01:14:11,463 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/supervisor', 'status']
2014-10-19 01:14:11,502 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/supervisor', 'status']
2014-10-19 01:14:11,563 DEBUG    inflater.precache(): Precaching layout ntpd:main
2014-10-19 01:14:11,569 DEBUG    inflater.precache(): Precaching layout hosts:main
2014-10-19 01:14:11,573 DEBUG    inflater.precache(): Precaching layout sensors:cpu-widget
2014-10-19 01:14:11,574 DEBUG    inflater.precache(): Precaching layout sensors:cpu-line
2014-10-19 01:14:11,575 DEBUG    inflater.precache(): Precaching layout sensors:value-widget
2014-10-19 01:14:11,576 DEBUG    inflater.precache(): Precaching layout sensors:progressbar-widget
2014-10-19 01:14:11,577 DEBUG    inflater.precache(): Precaching layout vh:main-website
2014-10-19 01:14:11,637 DEBUG    inflater.precache(): Precaching layout vh:not-configured
2014-10-19 01:14:11,639 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-static
2014-10-19 01:14:11,640 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-fcgi
2014-10-19 01:14:11,640 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-php-fcgi
2014-10-19 01:14:11,643 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-ruby-puma
2014-10-19 01:14:11,649 DEBUG    inflater.precache(): Precaching layout vh:main
2014-10-19 01:14:11,653 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-ruby-unicorn
2014-10-19 01:14:11,654 DEBUG    inflater.precache(): Precaching layout vh:main-website-location
2014-10-19 01:14:11,656 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-nodejs
2014-10-19 01:14:11,657 DEBUG    inflater.precache(): Precaching layout vh:ext-processes
2014-10-19 01:14:11,685 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-proxy
2014-10-19 01:14:11,686 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-python-wsgi
2014-10-19 01:14:11,700 DEBUG    inflater.precache(): Precaching layout vh-mysql:ext
2014-10-19 01:14:11,705 DEBUG    inflater.precache(): Precaching layout vh-mail:not-configured
2014-10-19 01:14:11,706 DEBUG    inflater.precache(): Precaching layout vh-mail:main
2014-10-19 01:14:11,756 INFO     core.run(): Starting server on (u'0.0.0.0', 8000)
2014-10-19 01:14:11,769 DEBUG    __init__.instantiate(): Root context instantiated [SessionMiddleware] <ajenti.middleware.SessionMiddleware object at 0x7f6b200e5790>
2014-10-19 01:14:11,770 DEBUG    __init__.instantiate(): Root context instantiated [AuthenticationMiddleware] <ajenti.middleware.AuthenticationMiddleware object at 0x7f6b20101dd0>
2014-10-19 01:14:11,776 DEBUG    __init__.instantiate(): Root context instantiated [CentralDispatcher] <ajenti.routing.CentralDispatcher object at 0x7f6b202a74d0>
2014-10-19 01:14:11,776 INFO     core.run(): SSL enabled: /etc/ajenti/ajenti.pem
2014-10-19 01:14:11,778 DEBUG    __init__.instantiate(): Root context instantiated [IPCServer] <ajenti.ipc.IPCServer object at 0x7f6b202a79d0>
2014-10-19 01:14:11,779 DEBUG    __init__.instantiate(): Root context instantiated [Licensing] <ajenti.licensing.Licensing object at 0x7f6b202a7c10>
2014-10-19 01:14:14,833 DEBUG    handler.run_application(): Initializing WebSocket
2014-10-19 01:14:14,834 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
2014-10-19 01:14:14,834 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
2014-10-19 01:14:14,835 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
2014-10-19 01:14:14,836 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
2014-10-19 01:14:14,836 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
2014-10-19 01:14:14,836 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
2014-10-19 01:14:14,836 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
2014-10-19 01:14:15,485 DEBUG    __init__.instantiate(): Root context instantiated [MainServer] <ajenti.plugins.main.main.MainServer object at 0x7f6b1f5cf310>
2014-10-19 01:14:15,487 DEBUG    __init__.instantiate(): Root context instantiated [TerminalHttp] <ajenti.plugins.terminal.main.TerminalHttp object at 0x7f6b1f5cf350>
2014-10-19 01:14:15,487 DEBUG    __init__.instantiate(): Root context instantiated [ContentServer] <ajenti.plugins.resources.server.ContentServer object at 0x7f6b1f5cf490>
2014-10-19 01:14:15,487 DEBUG    __init__.instantiate(): Root context instantiated [UploadReceiver] <ajenti.plugins.fm.fm.UploadReceiver object at 0x7f6b1f5cf5d0>
2014-10-19 01:14:15,863 DEBUG    websocket.close(): Closed WebSocket
2014-10-19 01:14:16,329 DEBUG    __init__.instantiate(): Root context instantiated [ContentCompressor] <ajenti.plugins.resources.server.ContentCompressor object at 0x7f6b1f5d9990>
2014-10-19 01:14:51,699 DEBUG    __init__.instantiate(): Root context instantiated [UserManager] <ajenti.users.UserManager object at 0x7f6b1f5eff90>
2014-10-19 01:14:51,703 DEBUG    __init__.instantiate(): Root context instantiated [AjentiSyncProvider] <ajenti.usersync.local.AjentiSyncProvider object at 0x7f6b1f4a4a10>
2014-10-19 01:14:51,772 INFO     users.check_password(): user root logged in through AjentiSyncProvider from 86.50.121.91
2014-10-19 01:14:52,100 DEBUG    __init__.instantiate(): Context for root instantiated [MainServer] <ajenti.plugins.main.main.MainServer object at 0x7f6b1f4a4c50>
2014-10-19 01:14:52,104 DEBUG    __init__.instantiate(): Context for root instantiated [TerminalHttp] <ajenti.plugins.terminal.main.TerminalHttp object at 0x7f6b1f4a4c10>
2014-10-19 01:14:52,104 DEBUG    __init__.instantiate(): Context for root instantiated [ContentServer] <ajenti.plugins.resources.server.ContentServer object at 0x7f6b1f4a4a90>
2014-10-19 01:14:52,104 DEBUG    __init__.instantiate(): Context for root instantiated [UploadReceiver] <ajenti.plugins.fm.fm.UploadReceiver object at 0x7f6b1f4a4b90>
2014-10-19 01:14:55,872 DEBUG    handler.run_application(): Initializing WebSocket
2014-10-19 01:14:55,873 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
2014-10-19 01:14:55,873 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
2014-10-19 01:14:55,874 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
2014-10-19 01:14:55,874 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
2014-10-19 01:14:55,874 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
2014-10-19 01:14:55,875 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
2014-10-19 01:14:55,875 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
2014-10-19 01:14:56,198 DEBUG    __init__.instantiate(): Context for root instantiated [UI] <ajenti.ui.UI object at 0x7f6b1f4ce890>
2014-10-19 01:14:56,210 DEBUG    __init__.instantiate(): Context for root instantiated [PasswordChangeSection] <main:section # 9737>
2014-10-19 01:14:56,242 DEBUG    __init__.instantiate(): Context for root instantiated [AjentiUpdater] <ajenti.plugins.dashboard.updater.AjentiUpdater object at 0x7f6b1f481b50>
2014-10-19 01:14:56,245 DEBUG    __init__.instantiate(): Context for root instantiated [DebianPackageManager] <ajenti.plugins.packages.pm_apt.DebianPackageManager object at 0x7f6b1f481d10>
2014-10-19 01:14:56,245 DEBUG    __init__.instantiate(): Context for root instantiated [Dash] <main:section # 9750>
2014-10-19 01:14:56,254 DEBUG    compat.Popen(): Popen: ['df', '-P']
2014-10-19 01:14:56,261 DEBUG    compat.Popen(): Popen: ['apt-show-versions', '-u']
2014-10-19 01:14:56,297 DEBUG    __init__.instantiate(): Context for root instantiated [MountsBackend] <ajenti.plugins.fstab.main.MountsBackend object at 0x7f6b1f43c910>
2014-10-19 01:14:56,299 DEBUG    __init__.instantiate(): Context for root instantiated [Filesystems] <main:section # 9834>
2014-10-19 01:14:56,321 DEBUG    __init__.instantiate(): Context for root instantiated [UpstartServiceManager] <ajenti.plugins.services.sm_upstart.UpstartServiceManager object at 0x7f6b1f447350>
2014-10-19 01:14:56,321 DEBUG    __init__.instantiate(): Context for root instantiated [SysVInitServiceManager] <ajenti.plugins.services.sm_sysvinit.SysVInitServiceManager object at 0x7f6b1f4474d0>
2014-10-19 01:14:56,321 DEBUG    __init__.instantiate(): Context for root instantiated [SupervisorServiceManager] <ajenti.plugins.supervisor.client.SupervisorServiceManager object at 0x7f6b1f447990>
2014-10-19 01:14:56,321 DEBUG    __init__.instantiate(): Context for root instantiated [ServiceMultiplexor] <ajenti.plugins.services.api.ServiceMultiplexor object at 0x7f6b1f447150>
2014-10-19 01:14:56,322 DEBUG    __init__.instantiate(): Context for root instantiated [Services] <main:section # 9978>
2014-10-19 01:14:56,343 DEBUG    __init__.instantiate(): Context for root instantiated [MySQLDB] <ajenti.plugins.mysql.api.MySQLDB object at 0x7f6b1f3ddb50>
2014-10-19 01:14:56,343 DEBUG    __init__.instantiate(): Context for root instantiated [MySQLPlugin] <main:section # 10004>
2014-10-19 01:14:56,381 DEBUG    __init__.instantiate(): Context for root instantiated [ClassConfigManager] <ajenti.plugins.configurator.configurator.ClassConfigManager object at 0x7f6b1f3b6790>
2014-10-19 01:14:56,388 DEBUG    __init__.instantiate(): Context for root instantiated [Configurator] <main:section # 10065>
2014-10-19 01:14:56,396 DEBUG    __init__.instantiate(): Context for root instantiated [Cron] <main:section # 10270>
2014-10-19 01:14:56,432 DEBUG    __init__.instantiate(): Root context instantiated [TaskManager] <ajenti.plugins.tasks.manager.TaskManager object at 0x7f6b1f388e90>
2014-10-19 01:14:56,433 DEBUG    __init__.instantiate(): Context for root instantiated [Tasks] <main:section # 10363>
2014-10-19 01:14:56,442 DEBUG    __init__.instantiate(): Context for root instantiated [BIND9Plugin] <main:section # 10497>
2014-10-19 01:14:56,452 DEBUG    __init__.instantiate(): Context for root instantiated [Resolv] <main:section # 10622>
2014-10-19 01:14:56,456 DEBUG    __init__.instantiate(): Context for root instantiated [Terminals] <main:section # 10644>
2014-10-19 01:14:56,472 DEBUG    __init__.instantiate(): Context for root instantiated [Packages] <main:section # 10660>
2014-10-19 01:14:56,506 DEBUG    __init__.instantiate(): Context for root instantiated [TaskManager] <main:section # 10758>
2014-10-19 01:14:56,529 DEBUG    __init__.instantiate(): Context for root instantiated [LinuxUsersBackend] <ajenti.plugins.users.main.LinuxUsersBackend object at 0x7f6b1f2828d0>
2014-10-19 01:14:56,530 DEBUG    __init__.instantiate(): Context for root instantiated [Users] <main:section # 10803>
2014-10-19 01:14:56,546 DEBUG    __init__.instantiate(): Context for root instantiated [PluginsPlugin] <main:section # 11082>
2014-10-19 01:14:56,563 DEBUG    __init__.instantiate(): Context for root instantiated [Logs] <main:section # 11131>
2014-10-19 01:14:56,583 DEBUG    __init__.instantiate(): Context for root instantiated [DebianFirewallManager] <ajenti.plugins.iptables.main.DebianFirewallManager object at 0x7f6b1f1f3ad0>
2014-10-19 01:14:56,585 DEBUG    __init__.instantiate(): Context for root instantiated [Firewall] <main:section # 11297>
2014-10-19 01:14:56,601 DEBUG    __init__.instantiate(): Context for root instantiated [DebianIPv6FirewallManager] <ajenti.plugins.iptables.main.DebianIPv6FirewallManager object at 0x7f6b1f1f3cd0>
2014-10-19 01:14:56,603 DEBUG    __init__.instantiate(): Context for root instantiated [IPv6Firewall] <main:section # 11350>
2014-10-19 01:14:56,619 DEBUG    __init__.instantiate(): Context for root instantiated [Apache] <main:section # 11403>
2014-10-19 01:14:57,059 DEBUG    compat.Popen(): Popen: ['status', 'smbd']
2014-10-19 01:14:57,097 DEBUG    compat.Popen(): Popen: ['smbstatus', '-p']
2014-10-19 01:14:57,183 DEBUG    compat.Popen(): Popen: ['smbstatus', '-S']
2014-10-19 01:14:57,263 DEBUG    __init__.instantiate(): Context for root instantiated [Samba] <main:section # 11453>
2014-10-19 01:14:57,302 DEBUG    __init__.instantiate(): Context for root instantiated [Controller] <ajenti.plugins.notepad.notepad.Controller object at 0x7f6b1f110510>
2014-10-19 01:14:57,302 DEBUG    __init__.instantiate(): Context for root instantiated [Notepad] <main:section # 11659>
2014-10-19 01:14:57,324 DEBUG    __init__.instantiate(): Context for root instantiated [FMBackend] <ajenti.plugins.fm.backend.FMBackend object at 0x7f6b1f1184d0>
2014-10-19 01:14:57,329 DEBUG    __init__.instantiate(): Context for root instantiated [FileManager] <main:section # 12023>
2014-10-19 01:14:57,345 DEBUG    compat.Popen(): Popen: ['ifconfig', 'lo']
2014-10-19 01:14:57,385 DEBUG    compat.Popen(): Popen: ['ifconfig', 'venet0']
2014-10-19 01:14:57,412 DEBUG    compat.Popen(): Popen: ['ifconfig', 'venet0:0']
2014-10-19 01:14:57,437 DEBUG    __init__.instantiate(): Context for root instantiated [DebianNetworkConfig] <ajenti.plugins.network.nc_debian.DebianNetworkConfig object at 0x7f6b1f0ca4d0>
2014-10-19 01:14:57,439 DEBUG    __init__.instantiate(): Context for root instantiated [NetworkPlugin] <main:section # 12159>
2014-10-19 01:14:57,467 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2014-10-19 01:14:57,534 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2014-10-19 01:14:57,602 DEBUG    __init__.instantiate(): Context for root instantiated [Supervisor] <main:section # 12196>
2014-10-19 01:14:57,612 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status', 'openntpd']
2014-10-19 01:14:57,985 DEBUG    __init__.instantiate(): Context for root instantiated [NTPDPlugin] <main:section # 12421>
2014-10-19 01:14:58,003 DEBUG    __init__.instantiate(): Context for root instantiated [Hosts] <main:section # 12457>
2014-10-19 01:14:58,033 DEBUG    __init__.instantiate(): Root context instantiated [Static] <ajenti.plugins.vh.gate_static.Static object at 0x7f6b1f00fed0>
2014-10-19 01:14:58,034 DEBUG    __init__.instantiate(): Root context instantiated [ProxyPass] <ajenti.plugins.vh.gate_proxy.ProxyPass object at 0x7f6b1f00ff10>
2014-10-19 01:14:58,034 DEBUG    __init__.instantiate(): Root context instantiated [FCGIPass] <ajenti.plugins.vh.gate_fcgi.FCGIPass object at 0x7f6b1f00ff90>
2014-10-19 01:14:58,041 DEBUG    __init__.instantiate(): Root context instantiated [PHPFPM] <ajenti.plugins.vh-php-fpm.phpfpm.PHPFPM object at 0x7f6b1f00ffd0>
2014-10-19 01:14:58,042 DEBUG    __init__.instantiate(): Root context instantiated [NodeJS] <ajenti.plugins.vh-nodejs.nodejs.NodeJS object at 0x7f6b1f00ff50>
2014-10-19 01:14:58,042 DEBUG    __init__.instantiate(): Root context instantiated [Gunicorn] <ajenti.plugins.vh-unicorn.unicorn.Gunicorn object at 0x7f6b1f011090>
2014-10-19 01:14:58,044 DEBUG    __init__.instantiate(): Root context instantiated [Processes] <ajenti.plugins.vh.processes.Processes object at 0x7f6b1f0110d0>
2014-10-19 01:14:58,049 DEBUG    __init__.instantiate(): Root context instantiated [SupervisorRestartable] <ajenti.plugins.vh.processes.SupervisorRestartable object at 0x7f6b1f011110>
2014-10-19 01:14:58,063 DEBUG    __init__.instantiate(): Root context instantiated [EximRestartable] <ajenti.plugins.vh-mail.api.EximRestartable object at 0x7f6b1f011150>
2014-10-19 01:14:58,067 DEBUG    __init__.instantiate(): Root context instantiated [CourierIMAPRestartable] <ajenti.plugins.vh-mail.api.CourierIMAPRestartable object at 0x7f6b1f011190>
2014-10-19 01:14:58,070 DEBUG    __init__.instantiate(): Root context instantiated [CourierAuthRestartable] <ajenti.plugins.vh-mail.api.CourierAuthRestartable object at 0x7f6b1f0111d0>
2014-10-19 01:14:58,094 DEBUG    __init__.instantiate(): Root context instantiated [NGINXRestartable] <ajenti.plugins.vh-nginx.nginx.NGINXRestartable object at 0x7f6b1f011210>
2014-10-19 01:14:58,098 DEBUG    __init__.instantiate(): Root context instantiated [PHPFPMRestartable] <ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable object at 0x7f6b1f011250>
2014-10-19 01:14:58,099 DEBUG    __init__.instantiate(): Root context instantiated [NginxWebserver] <ajenti.plugins.vh-nginx.nginx.NginxWebserver object at 0x7f6b1f00fe90>
2014-10-19 01:14:58,100 DEBUG    __init__.instantiate(): Root context instantiated [VHManager] <ajenti.plugins.vh.api.VHManager object at 0x7f6b1f008b10>
2014-10-19 01:14:58,112 DEBUG    __init__.instantiate(): Context for root instantiated [WebsitesPlugin] <main:section # 12488>
2014-10-19 01:14:58,173 DEBUG    __init__.instantiate(): Context for root instantiated [WebsitesWebsiteEditorPlugin] <main:section # 12528>
2014-10-19 01:14:58,195 DEBUG    __init__.instantiate(): Context for root instantiated [MailEximCourierBackend] <ajenti.plugins.vh-mail.api.MailEximCourierBackend object at 0x7f6b1ef1da10>
2014-10-19 01:14:58,195 DEBUG    __init__.instantiate(): Context for root instantiated [MailManager] <ajenti.plugins.vh-mail.api.MailManager object at 0x7f6b1ef1d090>
2014-10-19 01:14:58,222 DEBUG    __init__.instantiate(): Context for root instantiated [MailPlugin] <main:section # 13010>
2014-10-19 01:14:58,244 DEBUG    __init__.instantiate(): Context for root instantiated [HostnameSensor] <ajenti.plugins.sensors.hostname.HostnameSensor object at 0x7f6b1eebf590>
2014-10-19 01:14:58,262 DEBUG    __init__.instantiate(): Context for root instantiated [MemorySensor] <ajenti.plugins.sensors.memory.MemorySensor object at 0x7f6b1eebf850>
2014-10-19 01:14:58,270 DEBUG    __init__.instantiate(): Context for root instantiated [SwapSensor] <ajenti.plugins.sensors.memory.SwapSensor object at 0x7f6b1eebfbd0>
2014-10-19 01:14:58,278 DEBUG    __init__.instantiate(): Context for root instantiated [UnixUptimeSensor] <ajenti.plugins.sensors.uptime.UnixUptimeSensor object at 0x7f6b1eed0110>
2014-10-19 01:14:58,306 DEBUG    __init__.instantiate(): Context for root instantiated [PowerSensor] <ajenti.plugins.power.power.PowerSensor object at 0x7f6b1eed0750>
2014-10-19 01:14:58,309 DEBUG    __init__.instantiate(): Context for root instantiated [BatterySensor] <ajenti.plugins.power.power.BatterySensor object at 0x7f6b1eed0790>
2014-10-19 01:14:58,311 DEBUG    __init__.instantiate(): Context for root instantiated [BasicLinuxPowerController] <ajenti.plugins.power.api.BasicLinuxPowerController object at 0x7f6b1eed0bd0>
2014-10-19 01:14:58,318 DEBUG    __init__.instantiate(): Context for root instantiated [CPUSensor] <ajenti.plugins.sensors.cpu.CPUSensor object at 0x7f6b1eed0e50>
2014-10-19 01:14:58,337 DEBUG    __init__.instantiate(): Context for root instantiated [TrafficSensor] <ajenti.plugins.network.widget.TrafficSensor object at 0x7f6b1ee66990>
2014-10-19 01:14:58,352 DEBUG    __init__.instantiate(): Context for root instantiated [ImmediateTXSensor] <ajenti.plugins.network.widget.ImmediateTXSensor object at 0x7f6b1ee669d0>
2014-10-19 01:14:58,355 DEBUG    __init__.instantiate(): Context for root instantiated [ImmediateRXSensor] <ajenti.plugins.network.widget.ImmediateRXSensor object at 0x7f6b1ee66a50>
2014-10-19 01:14:58,363 DEBUG    __init__.instantiate(): Context for root instantiated [PSUtilDiskUsageSensor] <ajenti.plugins.fstab.disks.PSUtilDiskUsageSensor object at 0x7f6b1ee66f50>
2014-10-19 01:14:58,381 DEBUG    __init__.instantiate(): Context for root instantiated [LinuxLoadSensor] <ajenti.plugins.sensors.load.LinuxLoadSensor object at 0x7f6b1ee733d0>
2014-10-19 01:14:59,362 DEBUG    compat.Popen(): Popen: ['dpkg', '-l']
2014-10-19 01:14:59,438 DEBUG    dash.update_check_callback(): Update availability: []
2014-10-19 01:15:15,156 DEBUG    virtsocket._heartbeat_timeout(): heartbeat timed out, killing socket
2014-10-19 01:15:15,157 DEBUG    virtsocket.kill(): Calling disconnect() on sessid='281756289852' client_queue[1] server_queue[1] hits=1
2014-10-19 01:15:15,158 DEBUG    virtsocket.detach(): Removing sessid='281756289852' client_queue[1] server_queue[1] hits=1 from server sockets
2014-10-19 01:16:50,707 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:16:50,728 DEBUG    api.query(): SHOW DATABASES;
2014-10-19 01:16:58,688 DEBUG    compat.Popen(): Popen: ['chown', '-R', 'www-data:', u'/var/www/madd.is/cloud.madd.is']
2014-10-19 01:16:58,877 DEBUG    compat.Popen(): Popen: ['which', 'node']
2014-10-19 01:16:58,926 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
2014-10-19 01:16:58,945 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
2014-10-19 01:16:58,948 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:16:58,950 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:16:58,952 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:16:58,958 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
2014-10-19 01:16:58,960 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
2014-10-19 01:16:59,196 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2014-10-19 01:16:59,203 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
2014-10-19 01:16:59,207 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:16:59,213 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
2014-10-19 01:16:59,224 DEBUG    compat.Popen(): Popen: ['initctl', 'restart', 'php5-fpm']
2014-10-19 01:16:59,281 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
2014-10-19 01:16:59,296 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
2014-10-19 01:16:59,428 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
2014-10-19 01:16:59,570 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-10-19 01:16:59,744 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
2014-10-19 01:17:00,504 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
2014-10-19 01:17:00,532 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1f176410>
2014-10-19 01:17:00,534 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1f176750>
2014-10-19 01:17:00,535 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1edf2510>
2014-10-19 01:17:00,777 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:17:00,787 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:17:17,792 DEBUG    compat.Popen(): Popen: ['which', 'node']
2014-10-19 01:17:17,827 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
2014-10-19 01:17:17,846 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
2014-10-19 01:17:17,849 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:17:17,850 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:17:17,852 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:17:17,856 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
2014-10-19 01:17:17,858 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
2014-10-19 01:17:18,106 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2014-10-19 01:17:18,112 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
2014-10-19 01:17:18,116 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:17:18,130 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
2014-10-19 01:17:18,134 DEBUG    compat.Popen(): Popen: ['initctl', 'restart', 'php5-fpm']
2014-10-19 01:17:18,186 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
2014-10-19 01:17:18,211 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
2014-10-19 01:17:18,331 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
2014-10-19 01:17:18,467 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-10-19 01:17:18,617 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
2014-10-19 01:17:19,407 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
2014-10-19 01:17:19,438 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1ee08a90>
2014-10-19 01:17:19,440 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1ee08a50>
2014-10-19 01:17:19,441 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1edf2690>
2014-10-19 01:17:19,679 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:17:19,688 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:17:40,127 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1f011550>
2014-10-19 01:17:40,131 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1ecaac50>
2014-10-19 01:17:40,133 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1ecfeb50>
2014-10-19 01:17:40,384 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:17:40,394 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:19:27,383 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1ed18d10>
2014-10-19 01:19:27,385 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1f43ccd0>
2014-10-19 01:19:27,386 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1ed18850>
2014-10-19 01:19:27,801 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:19:27,817 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:19:52,885 DEBUG    compat.Popen(): Popen: ['chown', '-R', 'mail:mail', u'/var/vmail/madd.is/mail']
2014-10-19 01:19:52,903 DEBUG    compat.Popen(): Popen: ['userdb', u'mail@madd.is', 'set', 'uid=8', 'gid=8', u'home=/var/vmail/madd.is/mail', u'mail=/var/vmail/madd.is/mail']
2014-10-19 01:19:52,939 DEBUG    compat.Popen(): Popen: ['userdbpw', '-md5']
2014-10-19 01:19:52,968 DEBUG    compat.Popen(): Popen: ['userdb', u'mail@madd.is', 'set', 'systempw']
2014-10-19 01:19:53,019 DEBUG    compat.Popen(): Popen: ['makeuserdb']
2014-10-19 01:19:53,334 DEBUG    compat.Popen(): Popen: ['/etc/init.d/exim4', 'status']
2014-10-19 01:19:53,356 DEBUG    compat.Popen(): Popen: ['/etc/init.d/exim4', 'restart']
2014-10-19 01:19:55,688 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap', 'status']
2014-10-19 01:19:55,733 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap', 'restart']
2014-10-19 01:19:55,867 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap-ssl', 'status']
2014-10-19 01:19:55,911 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap-ssl', 'restart']
2014-10-19 01:19:56,026 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-authdaemon', 'status']
2014-10-19 01:19:56,057 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-authdaemon', 'restart']
2014-10-19 01:19:56,119 DEBUG    compat.Popen(): Popen: ['du', '-sb', u'/var/vmail/madd.is/mail']
2014-10-19 01:20:15,707 DEBUG    compat.Popen(): Popen: ['userdb', u'mail@madd.is', 'set', 'uid=8', 'gid=8', u'home=/var/vmail/madd.is/mail', u'mail=/var/vmail/madd.is/mail']
2014-10-19 01:20:15,760 DEBUG    compat.Popen(): Popen: ['userdbpw', '-md5']
2014-10-19 01:20:15,784 DEBUG    compat.Popen(): Popen: ['userdb', u'mail@madd.is', 'set', 'systempw']
2014-10-19 01:20:15,828 DEBUG    compat.Popen(): Popen: ['makeuserdb']
2014-10-19 01:20:16,140 DEBUG    compat.Popen(): Popen: ['/etc/init.d/exim4', 'status']
2014-10-19 01:20:16,162 DEBUG    compat.Popen(): Popen: ['/etc/init.d/exim4', 'restart']
2014-10-19 01:20:18,490 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap', 'status']
2014-10-19 01:20:18,532 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap', 'restart']
2014-10-19 01:20:18,665 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap-ssl', 'status']
2014-10-19 01:20:18,709 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-imap-ssl', 'restart']
2014-10-19 01:20:18,821 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-authdaemon', 'status']
2014-10-19 01:20:18,851 DEBUG    compat.Popen(): Popen: ['/etc/init.d/courier-authdaemon', 'restart']
2014-10-19 01:20:18,923 DEBUG    compat.Popen(): Popen: ['du', '-sb', u'/var/vmail/madd.is/mail']
2014-10-19 01:22:47,725 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:22:47,741 DEBUG    api.query(): SHOW DATABASES;
2014-10-19 01:22:59,337 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:22:59,357 DEBUG    api.query(): SHOW DATABASES;
2014-10-19 01:24:07,449 DEBUG    compat.Popen(): Popen: ['which', 'node']
2014-10-19 01:24:07,488 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
2014-10-19 01:24:07,508 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
2014-10-19 01:24:07,511 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:24:07,513 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:24:07,516 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:24:07,519 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
2014-10-19 01:24:07,521 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
2014-10-19 01:24:07,781 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2014-10-19 01:24:07,788 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
2014-10-19 01:24:07,793 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:24:07,807 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
2014-10-19 01:24:07,819 DEBUG    compat.Popen(): Popen: ['initctl', 'restart', 'php5-fpm']
2014-10-19 01:24:07,867 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
2014-10-19 01:24:07,895 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
2014-10-19 01:24:08,027 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
2014-10-19 01:24:08,047 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
2014-10-19 01:24:08,172 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-10-19 01:24:08,327 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
2014-10-19 01:24:08,361 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1ebe4910>
2014-10-19 01:24:08,362 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1ebe4790>
2014-10-19 01:24:08,363 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1ebe4810>
2014-10-19 01:24:08,365 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:24:08,375 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:26:53,738 DEBUG    compat.Popen(): Popen: ['which', 'node']
2014-10-19 01:26:53,769 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
2014-10-19 01:26:53,790 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
2014-10-19 01:26:53,792 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:26:53,794 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:26:53,797 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:26:53,800 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
2014-10-19 01:26:53,802 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
2014-10-19 01:26:54,047 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2014-10-19 01:26:54,053 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
2014-10-19 01:26:54,058 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:26:54,072 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
2014-10-19 01:26:54,084 DEBUG    compat.Popen(): Popen: ['initctl', 'restart', 'php5-fpm']
2014-10-19 01:26:54,130 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
2014-10-19 01:26:54,151 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
2014-10-19 01:26:54,270 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
2014-10-19 01:26:54,291 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
2014-10-19 01:26:54,411 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-10-19 01:26:54,571 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
2014-10-19 01:26:54,608 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1ec87d90>
2014-10-19 01:26:54,609 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1eba9fd0>
2014-10-19 01:26:54,610 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1f176890>
2014-10-19 01:26:54,612 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:26:54,621 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:28:30,553 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1f43ccd0>
2014-10-19 01:28:30,557 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1ec87ed0>
2014-10-19 01:28:30,558 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1ec2a950>
2014-10-19 01:28:30,802 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:28:30,812 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:29:46,499 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:29:46,513 DEBUG    api.query(): SHOW DATABASES;
2014-10-19 01:29:53,841 DEBUG    compat.Popen(): Popen: ['which', 'node']
2014-10-19 01:29:53,990 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
2014-10-19 01:29:54,010 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
2014-10-19 01:29:54,012 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:29:54,015 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:29:54,017 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:29:54,021 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
2014-10-19 01:29:54,023 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
2014-10-19 01:29:54,279 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2014-10-19 01:29:54,285 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
2014-10-19 01:29:54,290 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:29:54,303 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
2014-10-19 01:29:54,308 DEBUG    compat.Popen(): Popen: ['initctl', 'restart', 'php5-fpm']
2014-10-19 01:29:54,364 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
2014-10-19 01:29:54,382 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
2014-10-19 01:29:54,526 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
2014-10-19 01:29:54,650 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-10-19 01:29:54,807 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
2014-10-19 01:29:55,572 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
2014-10-19 01:29:55,607 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1eb2cbd0>
2014-10-19 01:29:55,608 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1eb2ddd0>
2014-10-19 01:29:55,609 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1eb2cd90>
2014-10-19 01:29:55,851 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:29:55,861 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:30:01,432 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1ec2a950>
2014-10-19 01:30:01,436 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1ea9e810>
2014-10-19 01:30:01,438 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1ed9bbd0>
2014-10-19 01:30:01,645 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:30:01,655 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:30:35,300 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:30:35,318 DEBUG    api.query(): SHOW DATABASES;
2014-10-19 01:31:44,486 DEBUG    __init__.instantiate(): Root context instantiated [AjentiSyncProvider] <ajenti.usersync.local.AjentiSyncProvider object at 0x7f6b1ecd6fd0>
2014-10-19 01:31:44,519 DEBUG    __init__.instantiate(): Context for root instantiated [SectionPermissions] <ajenti.plugins.main.main.SectionPermissions object at 0x7f6b200e5c10>
2014-10-19 01:31:44,520 DEBUG    __init__.instantiate(): Context for root instantiated [WidgetPermissions] <ajenti.plugins.dashboard.dash.WidgetPermissions object at 0x7f6b200e5c90>
2014-10-19 01:31:44,520 DEBUG    __init__.instantiate(): Context for root instantiated [ConfigurationPermissionsProvider] <ajenti.plugins.configurator.configurator.ConfigurationPermissionsProvider object at 0x7f6b200e5990>
2014-10-19 01:31:44,521 DEBUG    __init__.instantiate(): Context for root instantiated [TerminalPermissionsProvider] <ajenti.plugins.terminal.main.TerminalPermissionsProvider object at 0x7f6b200e5a10>
2014-10-19 01:31:44,521 DEBUG    __init__.instantiate(): Context for root instantiated [PackagesPermissionsProvider] <ajenti.plugins.packages.main.PackagesPermissionsProvider object at 0x7f6b200e5a90>
2014-10-19 01:31:44,522 DEBUG    __init__.instantiate(): Context for root instantiated [PowerPermissionsProvider] <ajenti.plugins.power.power.PowerPermissionsProvider object at 0x7f6b200e5950>
2014-10-19 01:31:44,522 DEBUG    __init__.instantiate(): Context for root instantiated [ScriptPermissionsProvider] <ajenti.plugins.scripts.widget.ScriptPermissionsProvider object at 0x7f6b200e59d0>
2014-10-19 01:32:04,992 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:32:05,030 DEBUG    api.query(): SHOW DATABASES;
2014-10-19 01:38:53,224 DEBUG    compat.Popen(): Popen: ['which', 'node']
2014-10-19 01:38:53,275 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
2014-10-19 01:38:53,303 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
2014-10-19 01:38:53,304 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:38:53,306 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:38:53,307 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:38:53,309 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
2014-10-19 01:38:53,310 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
2014-10-19 01:38:53,583 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2014-10-19 01:38:53,590 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
2014-10-19 01:38:53,594 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:38:53,606 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
2014-10-19 01:38:53,611 DEBUG    compat.Popen(): Popen: ['initctl', 'restart', 'php5-fpm']
2014-10-19 01:38:53,667 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
2014-10-19 01:38:53,683 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
2014-10-19 01:38:53,831 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
2014-10-19 01:38:53,956 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-10-19 01:38:54,110 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
2014-10-19 01:38:54,873 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
2014-10-19 01:38:54,891 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1ecd6d50>
2014-10-19 01:38:54,893 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1eb04e90>
2014-10-19 01:38:54,895 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1eb6e410>
2014-10-19 01:38:55,147 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:38:55,158 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:39:58,224 DEBUG    compat.Popen(): Popen: ['which', 'node']
2014-10-19 01:39:58,263 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
2014-10-19 01:39:58,283 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
2014-10-19 01:39:58,286 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:39:58,288 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:39:58,291 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:39:58,295 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
2014-10-19 01:39:58,296 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
2014-10-19 01:39:58,551 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2014-10-19 01:39:58,558 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
2014-10-19 01:39:58,563 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:39:58,577 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
2014-10-19 01:39:58,582 DEBUG    compat.Popen(): Popen: ['initctl', 'restart', 'php5-fpm']
2014-10-19 01:39:58,641 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
2014-10-19 01:39:58,651 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
2014-10-19 01:39:58,803 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
2014-10-19 01:39:58,928 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-10-19 01:39:59,085 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
2014-10-19 01:39:59,853 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
2014-10-19 01:39:59,888 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1ed9bc10>
2014-10-19 01:39:59,890 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1ecd6d50>
2014-10-19 01:39:59,891 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1eb04e90>
2014-10-19 01:40:00,144 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:40:00,155 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:43:08,165 DEBUG    compat.Popen(): Popen: ['which', 'node']
2014-10-19 01:43:08,206 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
2014-10-19 01:43:08,226 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
2014-10-19 01:43:08,229 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:43:08,231 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:43:08,234 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2014-10-19 01:43:08,238 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
2014-10-19 01:43:08,240 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
2014-10-19 01:43:08,518 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2014-10-19 01:43:08,525 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
2014-10-19 01:43:08,529 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:43:08,543 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
2014-10-19 01:43:08,555 DEBUG    compat.Popen(): Popen: ['initctl', 'restart', 'php5-fpm']
2014-10-19 01:43:08,603 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
2014-10-19 01:43:08,623 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
2014-10-19 01:43:08,769 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
2014-10-19 01:43:08,890 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2014-10-19 01:43:09,033 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
2014-10-19 01:43:09,814 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
2014-10-19 01:43:09,833 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f6b1ec31450>
2014-10-19 01:43:09,834 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f6b1eb04e90>
2014-10-19 01:43:09,838 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f6b1ec31510>
2014-10-19 01:43:10,098 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2014-10-19 01:43:10,108 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2014-10-19 01:44:37,880 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:44:37,897 DEBUG    api.query(): SHOW DATABASES;
2014-10-19 01:44:37,906 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:44:37,927 DEBUG    api.query(): SHOW DATABASES;
2014-10-19 01:44:37,942 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:44:37,960 DEBUG    api.query(): CREATE DATABASE `cloud.maddis` CHARACTER SET UTF8;
2014-10-19 01:44:43,575 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:44:43,592 DEBUG    api.query(): SHOW DATABASES;
2014-10-19 01:44:43,601 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:44:43,622 DEBUG    api.query(): USE mysql; SELECT * FROM user;
2014-10-19 01:44:43,641 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:44:43,662 DEBUG    api.query(): CREATE USER `cloud.maddis`@`%` IDENTIFIED BY 'a0e997c0-417f-40d0-b1b3-a419efd9d614'
2014-10-19 01:44:43,671 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:44:43,692 DEBUG    api.query(): GRANT ALL PRIVILEGES ON `cloud.maddis`.* TO `cloud.maddis`@`%`
2014-10-19 01:44:43,704 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:44:43,725 DEBUG    api.query(): FLUSH PRIVILEGES
2014-10-19 01:45:19,826 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:45:19,847 DEBUG    api.query(): DROP USER `cloud.maddis`@`%`
2014-10-19 01:45:22,925 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', '-h', u'localhost']
2014-10-19 01:45:22,950 DEBUG    api.query(): DROP DATABASE `cloud.maddis`;
Kidokyfe commented 9 years ago

Актуально.

Ajenti bug report
--------------------

Info | Value
----- | -----
Ajenti | 1.2.22.16
Platform | debian / debian / Debian GNU/Linux testing (jessie)
Architecture | x86_64 unknown
Python | 2.7.8
Installation | 56920547
Debug | False
Catcher report | http://ajenti.org/catcher/view/55896
Loaded plugins | ajenti_org, codemirror, configurator, cron, dashboard, db_common, exports, fail2ban, fm, fstab, hosts, iptables, logs, main, mysql, network, nginx, notepad, ntpd, packages, plugins, power, resolv, resources, scripts, sensors, services, supervisor, taskmgr, tasks, terminal, uname, users, vh, vh-gunicorn, vh-mail, vh-mysql, vh-nginx, vh-nodejs, vh-php-fpm, vh-puma, vh-pureftpd, vh-unicorn, webserver_common

Library | Version
------- | -------
gevent | 1.0.1
greenlet | 0.4.2
reconfigure | 0.1.62
requests | 2.4.3
psutil | 2.1.1

    Traceback (most recent call last):
      File "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 158, in handle_message
        self.ui.dispatch_event(update['uid'], update['event'], update['params'])
      File "/usr/lib/pymodules/python2.7/ajenti/ui/__init__.py", line 72, in dispatch_event
        self.root.dispatch_event(uid, event, params)
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
        if child.dispatch_event(uid, event, params):
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 378, in dispatch_event
        self.event(event, params)
      File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 404, in event
        self.events[event](*self.event_args[event], **(params or {}))
      File "/usr/lib/pymodules/python2.7/ajenti/ui/binder.py", line 433, in on_delete
        self.ui.delete_item(item, self.collection)
      File "/var/lib/ajenti/plugins/vh-mysql/mysql.py", line 66, in <lambda>
        self.find('databases').delete_item = lambda i, c: self.on_delete_db(i)
      File "/var/lib/ajenti/plugins/vh-mysql/mysql.py", line 165, in on_delete_db
        self.config['databases'].remove(db)
    ValueError: list.remove(x): x not in list

Log content:

    2014-11-25 20:43:45,969 INFO     ajenti-panel.<module>(): Using config file /etc/ajenti/config.json
    2014-11-25 20:43:46,058 DEBUG    registry.register_crypt_handler(): registered 'sha512_crypt' handler: <class 'passlib.handlers.sha2_crypt.sha512_crypt'>
    2014-11-25 20:43:46,133 DEBUG    compat.Popen(): Popen: git describe --tags 2> /dev/null
    2014-11-25 20:43:46,169 DEBUG    compat.Popen(): Popen: ['lsb_release', '-sd']
    2014-11-25 20:43:46,247 INFO     core.run(): Ajenti 1.2.22.16 running on platform: debian
    2014-11-25 20:43:46,248 DEBUG    __init__.load(): Loading plugin supervisor
    2014-11-25 20:43:46,249 DEBUG    __init__.load_recursive(): Preloading plugin dependency: main
    2014-11-25 20:43:46,249 DEBUG    __init__.load(): Loading plugin main
    2014-11-25 20:43:46,255 DEBUG    __init__.load(): Loading plugin supervisor
    2014-11-25 20:43:46,255 DEBUG    __init__.load_recursive(): Preloading plugin dependency: services
    2014-11-25 20:43:46,255 DEBUG    __init__.load(): Loading plugin services
    2014-11-25 20:43:46,256 DEBUG    __init__.load_recursive(): Preloading plugin dependency: dashboard
    2014-11-25 20:43:46,256 DEBUG    __init__.load(): Loading plugin dashboard
    2014-11-25 20:43:46,258 DEBUG    __init__.load(): Loading plugin services
    2014-11-25 20:43:46,265 INFO     sm_upstart.verify(): Disabling Upstart service manager: org.freedesktop.DBus.Error.ServiceUnknown: The name com.ubuntu.Upstart was not provided by any .service files
    2014-11-25 20:43:46,265 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
    2014-11-25 20:43:46,318 INFO     sm_systemd.verify(): Disabling systemd service manager: global name 'SystemdService' is not defined
    2014-11-25 20:43:46,321 DEBUG    __init__.load(): Loading plugin supervisor
    2014-11-25 20:43:46,321 DEBUG    compat.Popen(): Popen: ['which', 'supervisord']
    2014-11-25 20:43:46,343 DEBUG    __init__.load(): Loading plugin logs
    2014-11-25 20:43:46,344 DEBUG    __init__.load(): Loading plugin squid
    2014-11-25 20:43:46,344 DEBUG    compat.Popen(): Popen: ['which', 'squid3']
    2014-11-25 20:43:46,363 DEBUG    __init__.load():  *** [squid] skipping due to BinaryDependency (squid3)
    2014-11-25 20:43:46,364 DEBUG    __init__.load(): Loading plugin cron
    2014-11-25 20:43:46,364 DEBUG    compat.Popen(): Popen: ['which', 'crontab']
    2014-11-25 20:43:46,386 DEBUG    __init__.load(): Loading plugin openvpn
    2014-11-25 20:43:46,386 DEBUG    compat.Popen(): Popen: ['which', 'openvpn']
    2014-11-25 20:43:46,408 DEBUG    __init__.load():  *** [openvpn] skipping due to BinaryDependency (openvpn)
    2014-11-25 20:43:46,409 DEBUG    __init__.load(): Loading plugin ctdb
    2014-11-25 20:43:46,409 DEBUG    compat.Popen(): Popen: ['which', 'ctdb']
    2014-11-25 20:43:46,430 DEBUG    __init__.load():  *** [ctdb] skipping due to BinaryDependency (ctdb)
    2014-11-25 20:43:46,430 DEBUG    __init__.load(): Loading plugin nginx
    2014-11-25 20:43:46,431 DEBUG    __init__.load_recursive(): Preloading plugin dependency: webserver_common
    2014-11-25 20:43:46,431 DEBUG    __init__.load(): Loading plugin webserver_common
    2014-11-25 20:43:46,432 DEBUG    __init__.load(): Loading plugin nginx
    2014-11-25 20:43:46,432 DEBUG    compat.Popen(): Popen: ['which', 'nginx']
    2014-11-25 20:43:46,453 DEBUG    __init__.load(): Loading plugin hddtemp
    2014-11-25 20:43:46,454 DEBUG    compat.Popen(): Popen: ['which', 'hddtemp']
    2014-11-25 20:43:46,473 DEBUG    __init__.load():  *** [hddtemp] skipping due to BinaryDependency (hddtemp)
    2014-11-25 20:43:46,474 DEBUG    __init__.load(): Loading plugin notepad
    2014-11-25 20:43:46,474 DEBUG    __init__.load_recursive(): Preloading plugin dependency: codemirror
    2014-11-25 20:43:46,474 DEBUG    __init__.load(): Loading plugin codemirror
    2014-11-25 20:43:46,475 DEBUG    __init__.load(): Loading plugin notepad
    2014-11-25 20:43:46,475 DEBUG    __init__.load(): Loading plugin megaraid
    2014-11-25 20:43:46,476 DEBUG    __init__.load():  *** [megaraid] skipping due to FileDependency (/opt/MegaRAID/MegaCli/MegaCli)
    2014-11-25 20:43:46,476 DEBUG    __init__.load(): Loading plugin raid
    2014-11-25 20:43:46,476 DEBUG    compat.Popen(): Popen: ['which', 'mdadm']
    2014-11-25 20:43:46,498 DEBUG    __init__.load():  *** [raid] skipping due to BinaryDependency (mdadm)
    2014-11-25 20:43:46,499 DEBUG    __init__.load(): Loading plugin mysql
    2014-11-25 20:43:46,499 DEBUG    __init__.load_recursive(): Preloading plugin dependency: db_common
    2014-11-25 20:43:46,499 DEBUG    __init__.load(): Loading plugin db_common
    2014-11-25 20:43:46,500 DEBUG    __init__.load(): Loading plugin mysql
    2014-11-25 20:43:46,500 DEBUG    compat.Popen(): Popen: ['which', 'mysql']
    2014-11-25 20:43:46,520 DEBUG    compat.Popen(): Popen: ['which', 'mysqld_safe']
    2014-11-25 20:43:46,541 DEBUG    __init__.load(): Loading plugin terminal
    2014-11-25 20:43:46,556 DEBUG    __init__.load(): Loading plugin hdparm
    2014-11-25 20:43:46,556 DEBUG    compat.Popen(): Popen: ['which', 'hdparm']
    2014-11-25 20:43:46,578 DEBUG    __init__.load():  *** [hdparm] skipping due to BinaryDependency (hdparm)
    2014-11-25 20:43:46,579 DEBUG    __init__.load(): Loading plugin munin
    2014-11-25 20:43:46,579 DEBUG    compat.Popen(): Popen: ['which', 'munin-cron']
    2014-11-25 20:43:46,601 DEBUG    __init__.load():  *** [munin] skipping due to BinaryDependency (munin-cron)
    2014-11-25 20:43:46,602 DEBUG    __init__.load(): Loading plugin resources
    2014-11-25 20:43:46,603 DEBUG    __init__.load(): Loading plugin smartctl
    2014-11-25 20:43:46,604 DEBUG    compat.Popen(): Popen: ['which', 'smartctl']
    2014-11-25 20:43:46,625 DEBUG    __init__.load():  *** [smartctl] skipping due to BinaryDependency (smartctl)
    2014-11-25 20:43:46,626 DEBUG    __init__.load(): Loading plugin sensors
    2014-11-25 20:43:46,649 DEBUG    __init__.load(): Loading plugin tasks
    2014-11-25 20:43:46,650 DEBUG    __init__.load(): Loading plugin apcups
    2014-11-25 20:43:46,651 DEBUG    compat.Popen(): Popen: ['which', 'apcaccess']
    2014-11-25 20:43:46,670 DEBUG    __init__.load():  *** [apcups] skipping due to BinaryDependency (apcaccess)
    2014-11-25 20:43:46,671 DEBUG    __init__.load(): Loading plugin users
    2014-11-25 20:43:46,673 DEBUG    __init__.load(): Loading plugin dhcpd
    2014-11-25 20:43:46,673 DEBUG    compat.Popen(): Popen: ['which', 'dhcpd']
    2014-11-25 20:43:46,695 DEBUG    __init__.load():  *** [dhcpd] skipping due to BinaryDependency (dhcpd)
    2014-11-25 20:43:46,695 DEBUG    __init__.load(): Loading plugin mongo
    2014-11-25 20:43:46,696 DEBUG    compat.Popen(): Popen: ['which', 'mongod']
    2014-11-25 20:43:46,716 DEBUG    __init__.load():  *** [mongo] skipping due to BinaryDependency (mongod)
    2014-11-25 20:43:46,716 DEBUG    __init__.load(): Loading plugin fail2ban
    2014-11-25 20:43:46,717 DEBUG    compat.Popen(): Popen: ['which', 'fail2ban-client']
    2014-11-25 20:43:46,737 DEBUG    compat.Popen(): Popen: ['which', 'fail2ban-regex']
    2014-11-25 20:43:46,758 DEBUG    __init__.load(): Loading plugin uname
    2014-11-25 20:43:46,759 DEBUG    __init__.load(): Loading plugin elements
    2014-11-25 20:43:46,759 WARNING  __init__.load():  *** [elements] Plugin error: format error
    2014-11-25 20:43:46,759 DEBUG    __init__.load(): Loading plugin network
    2014-11-25 20:43:46,762 DEBUG    __init__.load(): Loading plugin memcache
    2014-11-25 20:43:46,762 DEBUG    compat.Popen(): Popen: ['which', 'memcached']
    2014-11-25 20:43:46,784 DEBUG    __init__.load():  *** [memcache] skipping due to BinaryDependency (memcached)
    2014-11-25 20:43:46,784 DEBUG    __init__.load(): Loading plugin plugins
    2014-11-25 20:43:46,785 DEBUG    __init__.load(): Loading plugin configurator
    2014-11-25 20:43:46,786 DEBUG    __init__.load(): Loading plugin samba
    2014-11-25 20:43:46,787 DEBUG    compat.Popen(): Popen: ['which', 'smbd']
    2014-11-25 20:43:46,808 DEBUG    __init__.load():  *** [samba] skipping due to BinaryDependency (smbd)
    2014-11-25 20:43:46,808 DEBUG    __init__.load(): Loading plugin resolv
    2014-11-25 20:43:46,809 DEBUG    __init__.load(): Loading plugin ipmi
    2014-11-25 20:43:46,809 DEBUG    compat.Popen(): Popen: ['which', 'ipmitool']
    2014-11-25 20:43:46,829 DEBUG    __init__.load():  *** [ipmi] skipping due to BinaryDependency (ipmitool)
    2014-11-25 20:43:46,830 DEBUG    __init__.load(): Loading plugin snmpd
    2014-11-25 20:43:46,830 DEBUG    compat.Popen(): Popen: ['which', 'snmpd']
    2014-11-25 20:43:46,852 DEBUG    __init__.load():  *** [snmpd] skipping due to BinaryDependency (snmpd)
    2014-11-25 20:43:46,853 DEBUG    __init__.load(): Loading plugin power
    2014-11-25 20:43:46,854 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
    2014-11-25 20:43:46,875 DEBUG    compat.Popen(): Popen: ['which', 'pm-hibernate']
    2014-11-25 20:43:46,897 DEBUG    __init__.load(): Loading plugin fm
    2014-11-25 20:43:46,900 DEBUG    __init__.load(): Loading plugin taskmgr
    2014-11-25 20:43:46,901 DEBUG    __init__.load(): Loading plugin ajenti_org
    2014-11-25 20:43:46,902 DEBUG    __init__.load(): Loading plugin fstab
    2014-11-25 20:43:46,904 DEBUG    __init__.load(): Loading plugin hosts
    2014-11-25 20:43:46,905 DEBUG    __init__.load(): Loading plugin csf
    2014-11-25 20:43:46,905 DEBUG    compat.Popen(): Popen: ['which', 'csf']
    2014-11-25 20:43:46,926 DEBUG    __init__.load():  *** [csf] skipping due to BinaryDependency (csf)
    2014-11-25 20:43:46,927 DEBUG    __init__.load(): Loading plugin lm_sensors
    2014-11-25 20:43:46,927 DEBUG    compat.Popen(): Popen: ['which', 'sensors']
    2014-11-25 20:43:46,947 DEBUG    __init__.load():  *** [lm_sensors] skipping due to BinaryDependency (sensors)
    2014-11-25 20:43:46,948 DEBUG    __init__.load(): Loading plugin exports
    2014-11-25 20:43:46,948 DEBUG    compat.Popen(): Popen: ['which', 'nfsstat']
    2014-11-25 20:43:46,971 DEBUG    __init__.load(): Loading plugin nsd
    2014-11-25 20:43:46,971 DEBUG    compat.Popen(): Popen: ['which', 'nsd']
    2014-11-25 20:43:46,990 DEBUG    __init__.load():  *** [nsd] skipping due to BinaryDependency (nsd)
    2014-11-25 20:43:46,991 DEBUG    __init__.load(): Loading plugin apache
    2014-11-25 20:43:46,991 DEBUG    compat.Popen(): Popen: ['which', 'apache2']
    2014-11-25 20:43:47,012 DEBUG    __init__.load():  *** [apache] skipping due to BinaryDependency (apache2)
    2014-11-25 20:43:47,013 DEBUG    __init__.load(): Loading plugin packages
    2014-11-25 20:43:47,016 DEBUG    __init__.load(): Loading plugin ntpd
    2014-11-25 20:43:47,016 DEBUG    compat.Popen(): Popen: ['which', 'ntpd']
    2014-11-25 20:43:47,105 DEBUG    __init__.instantiate(): Root context instantiated [SysVInitServiceManager] <ajenti.plugins.services.sm_sysvinit.SysVInitServiceManager object at 0x7f22b670b610>
    2014-11-25 20:43:47,106 DEBUG    __init__.instantiate(): Root context instantiated [SupervisorServiceManager] <ajenti.plugins.supervisor.client.SupervisorServiceManager object at 0x7f22b670b650>
    2014-11-25 20:43:47,106 DEBUG    __init__.instantiate(): Root context instantiated [ServiceMultiplexor] <ajenti.plugins.services.api.ServiceMultiplexor object at 0x7f22b670b110>
    2014-11-25 20:43:47,106 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status', 'openntpd']
    2014-11-25 20:43:47,222 DEBUG    __init__.load(): Loading plugin iptables
    2014-11-25 20:43:47,224 DEBUG    compat.Popen(): Popen: ['which', 'ip6tables']
    2014-11-25 20:43:47,248 DEBUG    __init__.load(): Loading plugin psql
    2014-11-25 20:43:47,248 DEBUG    compat.Popen(): Popen: ['which', 'psql']
    2014-11-25 20:43:47,269 DEBUG    __init__.load():  *** [psql] skipping due to BinaryDependency (psql)
    2014-11-25 20:43:47,270 DEBUG    __init__.load(): Loading plugin netatalk
    2014-11-25 20:43:47,271 DEBUG    compat.Popen(): Popen: ['which', 'afpd']
    2014-11-25 20:43:47,291 DEBUG    __init__.load():  *** [netatalk] skipping due to BinaryDependency (afpd)
    2014-11-25 20:43:47,291 DEBUG    __init__.load(): Loading plugin bind9
    2014-11-25 20:43:47,291 DEBUG    compat.Popen(): Popen: ['which', 'named']
    2014-11-25 20:43:47,312 DEBUG    __init__.load():  *** [bind9] skipping due to BinaryDependency (named)
    2014-11-25 20:43:47,313 DEBUG    __init__.load(): Loading plugin scripts
    2014-11-25 20:43:47,314 DEBUG    __init__.load(): Loading plugin vh-mysql
    2014-11-25 20:43:47,314 DEBUG    __init__.load_recursive(): Preloading plugin dependency: vh
    2014-11-25 20:43:47,315 DEBUG    __init__.load(): Loading plugin vh
    2014-11-25 20:43:47,320 DEBUG    __init__.load(): Loading plugin vh-mysql
    2014-11-25 20:43:47,320 DEBUG    compat.Popen(): Popen: ['which', 'mysql']
    2014-11-25 20:43:47,342 DEBUG    compat.Popen(): Popen: ['which', 'mysqld_safe']
    2014-11-25 20:43:47,366 DEBUG    __init__.load(): Loading plugin vh-php-fpm
    2014-11-25 20:43:47,367 DEBUG    compat.Popen(): Popen: ['which', 'php5-fpm']
    2014-11-25 20:43:47,388 DEBUG    __init__.load(): Loading plugin vh-nodejs
    2014-11-25 20:43:47,389 DEBUG    __init__.load(): Loading plugin vh-unicorn
    2014-11-25 20:43:47,389 DEBUG    compat.Popen(): Popen: ['which', 'unicorn_rails']
    2014-11-25 20:43:47,411 DEBUG    __init__.load(): Loading plugin vh-puma
    2014-11-25 20:43:47,411 DEBUG    compat.Popen(): Popen: ['which', 'bundle']
    2014-11-25 20:43:47,432 DEBUG    __init__.load(): Loading plugin vh-gunicorn
    2014-11-25 20:43:47,433 DEBUG    __init__.load(): Loading plugin vh-nginx
    2014-11-25 20:43:47,436 DEBUG    __init__.load(): Loading plugin vh-pureftpd
    2014-11-25 20:43:47,436 DEBUG    compat.Popen(): Popen: ['which', 'pure-pw']
    2014-11-25 20:43:47,457 DEBUG    compat.Popen(): Popen: ['which', 'pure-ftpd']
    2014-11-25 20:43:47,479 DEBUG    __init__.load(): Loading plugin vh-mail
    2014-11-25 20:43:47,483 DEBUG    __init__.instantiate(): Root context instantiated [Inflater] <ajenti.ui.inflater.Inflater object at 0x7f22b85fa690>
    2014-11-25 20:43:47,485 DEBUG    __init__.instantiate(): Root context instantiated [UI] <ajenti.ui.UI object at 0x7f22b66f08d0>
    2014-11-25 20:43:47,485 DEBUG    inflater.precache(): Precaching layout main:file-dialog-save
    2014-11-25 20:43:47,487 DEBUG    inflater.precache(): Precaching layout main:input-dialog
    2014-11-25 20:43:47,488 DEBUG    inflater.precache(): Precaching layout main:passwd-main
    2014-11-25 20:43:47,489 DEBUG    inflater.precache(): Precaching layout main:file-dialog
    2014-11-25 20:43:47,489 DEBUG    inflater.precache(): Precaching layout dashboard:welcome
    2014-11-25 20:43:47,489 DEBUG    inflater.precache(): Precaching layout dashboard:dash
    2014-11-25 20:43:47,491 DEBUG    inflater.precache(): Precaching layout dashboard:text
    2014-11-25 20:43:47,492 DEBUG    inflater.precache(): Precaching layout services:bar
    2014-11-25 20:43:47,492 DEBUG    inflater.precache(): Precaching layout services:widget
    2014-11-25 20:43:47,493 DEBUG    inflater.precache(): Precaching layout services:main
    2014-11-25 20:43:47,495 DEBUG    inflater.precache(): Precaching layout supervisor:main
    2014-11-25 20:43:47,497 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/supervisor', 'status']
    2014-11-25 20:43:47,529 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/supervisor', 'status']
    2014-11-25 20:43:47,570 DEBUG    inflater.precache(): Precaching layout logs:main
    2014-11-25 20:43:47,580 DEBUG    inflater.precache(): Precaching layout logs:config
    2014-11-25 20:43:47,581 DEBUG    inflater.precache(): Precaching layout cron:main
    2014-11-25 20:43:47,588 DEBUG    inflater.precache(): Precaching layout webserver_common:main
    2014-11-25 20:43:47,590 DEBUG    inflater.precache(): Precaching layout notepad:listitem
    2014-11-25 20:43:47,591 DEBUG    inflater.precache(): Precaching layout notepad:main
    2014-11-25 20:43:47,599 DEBUG    inflater.precache(): Precaching layout notepad:config
    2014-11-25 20:43:47,599 DEBUG    inflater.precache(): Precaching layout db_common:main
    2014-11-25 20:43:47,603 DEBUG    inflater.precache(): Precaching layout mysql:config
    2014-11-25 20:43:47,603 DEBUG    inflater.precache(): Precaching layout terminal:main
    2014-11-25 20:43:47,604 DEBUG    inflater.precache(): Precaching layout terminal:config
    2014-11-25 20:43:47,605 DEBUG    inflater.precache(): Precaching layout sensors:cpu-line
    2014-11-25 20:43:47,605 DEBUG    inflater.precache(): Precaching layout sensors:progressbar-widget
    2014-11-25 20:43:47,606 DEBUG    inflater.precache(): Precaching layout sensors:cpu-widget
    2014-11-25 20:43:47,606 DEBUG    inflater.precache(): Precaching layout sensors:value-widget
    2014-11-25 20:43:47,607 DEBUG    inflater.precache(): Precaching layout tasks:params-execute
    2014-11-25 20:43:47,608 DEBUG    inflater.precache(): Precaching layout tasks:params-copydir
    2014-11-25 20:43:47,616 DEBUG    inflater.precache(): Precaching layout tasks:main
    2014-11-25 20:43:47,624 DEBUG    inflater.precache(): Precaching layout tasks:params-deletedir
    2014-11-25 20:43:47,628 DEBUG    inflater.precache(): Precaching layout tasks:params-rsync
    2014-11-25 20:43:47,638 DEBUG    inflater.precache(): Precaching layout users:main
    2014-11-25 20:43:47,732 DEBUG    inflater.precache(): Precaching layout users:user-list
    2014-11-25 20:43:47,733 DEBUG    inflater.precache(): Precaching layout fail2ban:main
    2014-11-25 20:43:47,735 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/fail2ban', 'status']
    2014-11-25 20:43:47,813 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/fail2ban', 'status']
    2014-11-25 20:43:47,912 DEBUG    inflater.precache(): Precaching layout uname:widget
    2014-11-25 20:43:47,913 DEBUG    inflater.precache(): Precaching layout network:bit-linux-dhcp
    2014-11-25 20:43:47,914 DEBUG    inflater.precache(): Precaching layout network:widget
    2014-11-25 20:43:47,915 DEBUG    inflater.precache(): Precaching layout network:main
    2014-11-25 20:43:47,919 DEBUG    inflater.precache(): Precaching layout network:bit-linux-ipv4
    2014-11-25 20:43:47,920 DEBUG    inflater.precache(): Precaching layout network:bit-linux-ifupdown
    2014-11-25 20:43:47,921 DEBUG    inflater.precache(): Precaching layout network:bit-linux-basic
    2014-11-25 20:43:47,921 DEBUG    inflater.precache(): Precaching layout plugins:main
    2014-11-25 20:43:47,929 DEBUG    inflater.precache(): Precaching layout configurator:ldap-sync-config
    2014-11-25 20:43:47,930 DEBUG    inflater.precache(): Precaching layout configurator:ad-sync-config
    2014-11-25 20:43:47,931 DEBUG    inflater.precache(): Precaching layout configurator:main
    2014-11-25 20:43:47,941 DEBUG    inflater.precache(): Precaching layout configurator:licensing
    2014-11-25 20:43:47,943 DEBUG    inflater.precache(): Precaching layout resolv:main
    2014-11-25 20:43:47,944 DEBUG    inflater.precache(): Precaching layout power:widget
    2014-11-25 20:43:47,946 DEBUG    inflater.precache(): Precaching layout fm:main
    2014-11-25 20:43:47,954 DEBUG    inflater.precache(): Precaching layout fm:config
    2014-11-25 20:43:47,955 DEBUG    inflater.precache(): Precaching layout taskmgr:main
    2014-11-25 20:43:47,959 DEBUG    inflater.precache(): Precaching layout ajenti_org:main
    2014-11-25 20:43:47,960 DEBUG    inflater.precache(): Precaching layout ajenti_org:config
    2014-11-25 20:43:47,960 DEBUG    inflater.precache(): Precaching layout fstab:iio-widget
    2014-11-25 20:43:47,961 DEBUG    inflater.precache(): Precaching layout fstab:widget
    2014-11-25 20:43:47,962 DEBUG    inflater.precache(): Precaching layout fstab:main
    2014-11-25 20:43:47,968 DEBUG    inflater.precache(): Precaching layout fstab:free-widget
    2014-11-25 20:43:47,968 DEBUG    inflater.precache(): Precaching layout hosts:main
    2014-11-25 20:43:47,970 DEBUG    inflater.precache(): Precaching layout exports:main
    2014-11-25 20:43:47,976 DEBUG    inflater.precache(): Precaching layout packages:installer
    2014-11-25 20:43:47,976 DEBUG    inflater.precache(): Precaching layout packages:row
    2014-11-25 20:43:47,977 DEBUG    inflater.precache(): Precaching layout packages:main
    2014-11-25 20:43:47,981 DEBUG    inflater.precache(): Precaching layout packages:headers
    2014-11-25 20:43:47,982 DEBUG    inflater.precache(): Precaching layout ntpd:main
    2014-11-25 20:43:47,984 DEBUG    inflater.precache(): Precaching layout iptables:option-match
    2014-11-25 20:43:47,984 DEBUG    inflater.precache(): Precaching layout iptables:option-reject-with
    2014-11-25 20:43:47,985 DEBUG    inflater.precache(): Precaching layout iptables:option-state
    2014-11-25 20:43:47,985 DEBUG    inflater.precache(): Precaching layout iptables:main
    2014-11-25 20:43:47,988 DEBUG    inflater.precache(): Precaching layout iptables:option-address
    2014-11-25 20:43:47,989 DEBUG    inflater.precache(): Precaching layout iptables:option-port
    2014-11-25 20:43:47,990 DEBUG    inflater.precache(): Precaching layout iptables:option-custom
    2014-11-25 20:43:47,991 DEBUG    inflater.precache(): Precaching layout iptables:option-ports
    2014-11-25 20:43:47,992 DEBUG    inflater.precache(): Precaching layout iptables:option-protocol
    2014-11-25 20:43:47,992 DEBUG    inflater.precache(): Precaching layout iptables:option-interface
    2014-11-25 20:43:47,993 DEBUG    inflater.precache(): Precaching layout iptables:option
    2014-11-25 20:43:47,994 DEBUG    inflater.precache(): Precaching layout scripts:widget
    2014-11-25 20:43:48,000 DEBUG    inflater.precache(): Precaching layout vh:ext-processes
    2014-11-25 20:43:48,009 DEBUG    inflater.precache(): Precaching layout vh:main-website
    2014-11-25 20:43:48,035 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-static
    2014-11-25 20:43:48,036 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-proxy
    2014-11-25 20:43:48,036 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-ruby-unicorn
    2014-11-25 20:43:48,037 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-python-wsgi
    2014-11-25 20:43:48,042 DEBUG    inflater.precache(): Precaching layout vh:main
    2014-11-25 20:43:48,044 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-php-fcgi
    2014-11-25 20:43:48,046 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-nodejs
    2014-11-25 20:43:48,047 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-ruby-puma
    2014-11-25 20:43:48,048 DEBUG    inflater.precache(): Precaching layout vh:not-configured
    2014-11-25 20:43:48,049 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-fcgi
    2014-11-25 20:43:48,049 DEBUG    inflater.precache(): Precaching layout vh:main-website-location
    2014-11-25 20:43:48,051 DEBUG    inflater.precache(): Precaching layout vh-mysql:ext
    2014-11-25 20:43:48,054 DEBUG    inflater.precache(): Precaching layout vh-pureftpd:ext
    2014-11-25 20:43:48,055 DEBUG    inflater.precache(): Precaching layout vh-mail:main
    2014-11-25 20:43:48,073 DEBUG    inflater.precache(): Precaching layout vh-mail:not-configured
    2014-11-25 20:43:48,074 INFO     core.run(): Starting server on (u'/var/run/ajenti.sock', 8000)
    2014-11-25 20:43:48,075 DEBUG    __init__.instantiate(): Root context instantiated [SessionMiddleware] <ajenti.middleware.SessionMiddleware object at 0x7f22b5a17d90>
    2014-11-25 20:43:48,075 DEBUG    __init__.instantiate(): Root context instantiated [AuthenticationMiddleware] <ajenti.middleware.AuthenticationMiddleware object at 0x7f22b5a17e90>
    2014-11-25 20:43:48,076 DEBUG    __init__.instantiate(): Root context instantiated [CentralDispatcher] <ajenti.routing.CentralDispatcher object at 0x7f22b5a17f50>
    2014-11-25 20:43:48,077 DEBUG    __init__.instantiate(): Root context instantiated [IPCServer] <ajenti.ipc.IPCServer object at 0x7f22b59b4350>
    2014-11-25 20:43:48,078 DEBUG    __init__.instantiate(): Root context instantiated [Licensing] <ajenti.licensing.Licensing object at 0x7f22b59b4410>
    2014-11-25 20:43:48,078 DEBUG    feedback.send(): Feedback >> ping ({'edition': 'vanilla+vh', 'version': '1.2.22.16', 'os': 'debian', 'id': 91088})
    2014-11-25 20:43:48,085 INFO     connectionpool._new_conn(): Starting new HTTP connection (1): meta.ajenti.org
    2014-11-25 20:43:48,150 DEBUG    connectionpool._make_request(): "POST /api/v2/ping HTTP/1.1" 200 36
    2014-11-25 20:43:48,152 DEBUG    feedback.send(): Feedback << {"status": "ok"}
    2014-11-25 20:44:39,269 DEBUG    __init__.instantiate(): Root context instantiated [MainServer] <ajenti.plugins.main.main.MainServer object at 0x7f22b59a7f10>
    2014-11-25 20:44:39,270 DEBUG    __init__.instantiate(): Root context instantiated [TerminalHttp] <ajenti.plugins.terminal.main.TerminalHttp object at 0x7f22b59a7f50>
    2014-11-25 20:44:39,270 DEBUG    __init__.instantiate(): Root context instantiated [ContentServer] <ajenti.plugins.resources.server.ContentServer object at 0x7f22b59ac090>
    2014-11-25 20:44:39,270 DEBUG    __init__.instantiate(): Root context instantiated [UploadReceiver] <ajenti.plugins.fm.fm.UploadReceiver object at 0x7f22b59ac1d0>
    2014-11-25 20:44:39,470 DEBUG    __init__.instantiate(): Root context instantiated [ContentCompressor] <ajenti.plugins.resources.server.ContentCompressor object at 0x7f22b4f30890>
    2014-11-25 20:45:17,131 DEBUG    __init__.instantiate(): Root context instantiated [UserManager] <ajenti.users.UserManager object at 0x7f22b4f5b050>
    2014-11-25 20:45:17,134 DEBUG    __init__.instantiate(): Root context instantiated [AjentiSyncProvider] <ajenti.usersync.local.AjentiSyncProvider object at 0x7f22b4f5ba90>
    2014-11-25 20:45:17,202 INFO     users.check_password(): user root logged in through AjentiSyncProvider
    2014-11-25 20:45:17,361 DEBUG    __init__.instantiate(): Context for root instantiated [MainServer] <ajenti.plugins.main.main.MainServer object at 0x7f22b4f5bf90>
    2014-11-25 20:45:17,362 DEBUG    __init__.instantiate(): Context for root instantiated [TerminalHttp] <ajenti.plugins.terminal.main.TerminalHttp object at 0x7f22b4f5bf10>
    2014-11-25 20:45:17,362 DEBUG    __init__.instantiate(): Context for root instantiated [ContentServer] <ajenti.plugins.resources.server.ContentServer object at 0x7f22b4f65050>
    2014-11-25 20:45:17,362 DEBUG    __init__.instantiate(): Context for root instantiated [UploadReceiver] <ajenti.plugins.fm.fm.UploadReceiver object at 0x7f22b4f65110>
    2014-11-25 20:45:19,126 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 20:45:19,126 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 20:45:19,126 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 20:45:19,126 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 20:45:19,127 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 20:45:19,127 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 20:45:19,127 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 20:45:19,127 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 20:45:19,264 DEBUG    __init__.instantiate(): Context for root instantiated [UI] <ajenti.ui.UI object at 0x7f22b4f30250>
    2014-11-25 20:45:19,267 DEBUG    __init__.instantiate(): Context for root instantiated [PasswordChangeSection] <main:section # 10387>
    2014-11-25 20:45:19,285 DEBUG    __init__.instantiate(): Context for root instantiated [AjentiUpdater] <ajenti.plugins.dashboard.updater.AjentiUpdater object at 0x7f22b4de8310>
    2014-11-25 20:45:19,287 DEBUG    __init__.instantiate(): Context for root instantiated [DebianPackageManager] <ajenti.plugins.packages.pm_apt.DebianPackageManager object at 0x7f22b4de84d0>
    2014-11-25 20:45:19,287 DEBUG    __init__.instantiate(): Context for root instantiated [Dash] <main:section # 10400>
    2014-11-25 20:45:19,291 DEBUG    __init__.instantiate(): Context for root instantiated [SysVInitServiceManager] <ajenti.plugins.services.sm_sysvinit.SysVInitServiceManager object at 0x7f22b4de8810>
    2014-11-25 20:45:19,291 DEBUG    __init__.instantiate(): Context for root instantiated [SupervisorServiceManager] <ajenti.plugins.supervisor.client.SupervisorServiceManager object at 0x7f22b4de8990>
    2014-11-25 20:45:19,291 DEBUG    __init__.instantiate(): Context for root instantiated [ServiceMultiplexor] <ajenti.plugins.services.api.ServiceMultiplexor object at 0x7f22b4de85d0>
    2014-11-25 20:45:19,291 DEBUG    __init__.instantiate(): Context for root instantiated [Services] <main:section # 10492>
    2014-11-25 20:45:19,300 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 20:45:19,327 DEBUG    compat.Popen(): Popen: ['apt-show-versions', '-u']
    2014-11-25 20:45:19,377 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 20:45:19,420 DEBUG    __init__.instantiate(): Context for root instantiated [Supervisor] <main:section # 10518>
    2014-11-25 20:45:19,427 DEBUG    __init__.instantiate(): Context for root instantiated [Logs] <main:section # 10743>
    2014-11-25 20:45:19,431 DEBUG    __init__.instantiate(): Context for root instantiated [Cron] <main:section # 10921>
    2014-11-25 20:45:19,446 DEBUG    __init__.instantiate(): Context for root instantiated [Controller] <ajenti.plugins.notepad.notepad.Controller object at 0x7f22b4d3f990>
    2014-11-25 20:45:19,446 DEBUG    __init__.instantiate(): Context for root instantiated [Notepad] <main:section # 11014>
    2014-11-25 20:45:19,451 DEBUG    __init__.instantiate(): Context for root instantiated [MySQLDB] <ajenti.plugins.mysql.api.MySQLDB object at 0x7f22b4d4bc50>
    2014-11-25 20:45:19,451 DEBUG    __init__.instantiate(): Context for root instantiated [MySQLPlugin] <main:section # 11378>
    2014-11-25 20:45:19,454 DEBUG    __init__.instantiate(): Context for root instantiated [Terminals] <main:section # 11439>
    2014-11-25 20:45:19,459 DEBUG    __init__.instantiate(): Root context instantiated [TaskManager] <ajenti.plugins.tasks.manager.TaskManager object at 0x7f22b4d0d790>
    2014-11-25 20:45:19,460 DEBUG    __init__.instantiate(): Context for root instantiated [Tasks] <main:section # 11455>
    2014-11-25 20:45:19,469 DEBUG    __init__.instantiate(): Context for root instantiated [LinuxUsersBackend] <ajenti.plugins.users.main.LinuxUsersBackend object at 0x7f22b4d70c50>
    2014-11-25 20:45:19,470 DEBUG    __init__.instantiate(): Context for root instantiated [Users] <main:section # 11589>
    2014-11-25 20:45:19,472 DEBUG    compat.Popen(): Popen: ['fail2ban-client', '--version']
    2014-11-25 20:45:19,553 DEBUG    __init__.instantiate(): Context for root instantiated [fail2ban] <main:section # 11876>
    2014-11-25 20:45:19,558 DEBUG    compat.Popen(): Popen: ['ifconfig', 'lo']
    2014-11-25 20:45:19,592 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth0']
    2014-11-25 20:45:19,628 DEBUG    __init__.instantiate(): Context for root instantiated [DebianNetworkConfig] <ajenti.plugins.network.nc_debian.DebianNetworkConfig object at 0x7f22b4bf9950>
    2014-11-25 20:45:19,629 DEBUG    __init__.instantiate(): Context for root instantiated [NetworkPlugin] <main:section # 12342>
    2014-11-25 20:45:19,634 DEBUG    __init__.instantiate(): Context for root instantiated [PluginsPlugin] <main:section # 12379>
    2014-11-25 20:45:19,646 DEBUG    __init__.instantiate(): Context for root instantiated [ClassConfigManager] <ajenti.plugins.configurator.configurator.ClassConfigManager object at 0x7f22b4b6eb50>
    2014-11-25 20:45:19,651 DEBUG    __init__.instantiate(): Context for root instantiated [Configurator] <main:section # 12428>
    2014-11-25 20:45:19,654 DEBUG    __init__.instantiate(): Context for root instantiated [Resolv] <main:section # 12629>
    2014-11-25 20:45:19,659 DEBUG    __init__.instantiate(): Context for root instantiated [FMBackend] <ajenti.plugins.fm.backend.FMBackend object at 0x7f22b4b8ca10>
    2014-11-25 20:45:19,661 DEBUG    __init__.instantiate(): Context for root instantiated [FileManager] <main:section # 12651>
    2014-11-25 20:45:19,664 DEBUG    __init__.instantiate(): Context for root instantiated [TaskManager] <main:section # 12787>
    2014-11-25 20:45:19,673 DEBUG    compat.Popen(): Popen: ['df', '-P']
    2014-11-25 20:45:19,711 DEBUG    __init__.instantiate(): Context for root instantiated [MountsBackend] <ajenti.plugins.fstab.main.MountsBackend object at 0x7f22b4b00e50>
    2014-11-25 20:45:19,712 DEBUG    __init__.instantiate(): Context for root instantiated [Filesystems] <main:section # 12832>
    2014-11-25 20:45:19,716 DEBUG    __init__.instantiate(): Context for root instantiated [Hosts] <main:section # 12980>
    2014-11-25 20:45:19,721 DEBUG    __init__.instantiate(): Context for root instantiated [Exports] <main:section # 13011>
    2014-11-25 20:45:19,726 DEBUG    __init__.instantiate(): Context for root instantiated [Packages] <main:section # 13134>
    2014-11-25 20:45:19,730 DEBUG    compat.Popen(): Popen: ['/etc/init.d/ntp', 'status']
    2014-11-25 20:45:19,774 DEBUG    compat.Popen(): Popen: ['/etc/init.d/ntp', 'status']
    2014-11-25 20:45:19,836 DEBUG    __init__.instantiate(): Context for root instantiated [NTPDPlugin] <main:section # 13232>
    2014-11-25 20:45:19,850 DEBUG    __init__.instantiate(): Context for root instantiated [DebianFirewallManager] <ajenti.plugins.iptables.main.DebianFirewallManager object at 0x7f22b4a18f10>
    2014-11-25 20:45:19,851 DEBUG    __init__.instantiate(): Context for root instantiated [Firewall] <main:section # 13268>
    2014-11-25 20:45:19,856 DEBUG    __init__.instantiate(): Context for root instantiated [DebianIPv6FirewallManager] <ajenti.plugins.iptables.main.DebianIPv6FirewallManager object at 0x7f22b49da150>
    2014-11-25 20:45:19,857 DEBUG    __init__.instantiate(): Context for root instantiated [IPv6Firewall] <main:section # 13321>
    2014-11-25 20:45:19,862 DEBUG    __init__.instantiate(): Root context instantiated [Static] <ajenti.plugins.vh.gate_static.Static object at 0x7f22b4a04310>
    2014-11-25 20:45:19,862 DEBUG    __init__.instantiate(): Root context instantiated [ProxyPass] <ajenti.plugins.vh.gate_proxy.ProxyPass object at 0x7f22b4a04350>
    2014-11-25 20:45:19,862 DEBUG    __init__.instantiate(): Root context instantiated [FCGIPass] <ajenti.plugins.vh.gate_fcgi.FCGIPass object at 0x7f22b4a043d0>
    2014-11-25 20:45:19,862 DEBUG    __init__.instantiate(): Root context instantiated [PHPFPM] <ajenti.plugins.vh-php-fpm.phpfpm.PHPFPM object at 0x7f22b4a04410>
    2014-11-25 20:45:19,863 DEBUG    __init__.instantiate(): Root context instantiated [NodeJS] <ajenti.plugins.vh-nodejs.nodejs.NodeJS object at 0x7f22b4a04450>
    2014-11-25 20:45:19,863 DEBUG    __init__.instantiate(): Root context instantiated [Gunicorn] <ajenti.plugins.vh-unicorn.unicorn.Gunicorn object at 0x7f22b4a04490>
    2014-11-25 20:45:19,863 DEBUG    __init__.instantiate(): Root context instantiated [Puma] <ajenti.plugins.vh-puma.puma.Puma object at 0x7f22b4a044d0>
    2014-11-25 20:45:19,863 DEBUG    __init__.instantiate(): Root context instantiated [Gunicorn] <ajenti.plugins.vh-gunicorn.gunicorn.Gunicorn object at 0x7f22b4a04510>
    2014-11-25 20:45:19,864 DEBUG    __init__.instantiate(): Root context instantiated [Processes] <ajenti.plugins.vh.processes.Processes object at 0x7f22b4a04550>
    2014-11-25 20:45:19,864 DEBUG    __init__.instantiate(): Root context instantiated [PureFTPD] <ajenti.plugins.vh-pureftpd.pureftpd.PureFTPD object at 0x7f22b4a04590>
    2014-11-25 20:45:19,867 DEBUG    __init__.instantiate(): Root context instantiated [SupervisorRestartable] <ajenti.plugins.vh.processes.SupervisorRestartable object at 0x7f22b4a045d0>
    2014-11-25 20:45:19,870 DEBUG    __init__.instantiate(): Root context instantiated [PHPFPMRestartable] <ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable object at 0x7f22b4a04610>
    2014-11-25 20:45:19,872 DEBUG    __init__.instantiate(): Root context instantiated [NGINXRestartable] <ajenti.plugins.vh-nginx.nginx.NGINXRestartable object at 0x7f22b4a04650>
    2014-11-25 20:45:19,874 DEBUG    __init__.instantiate(): Root context instantiated [EximRestartable] <ajenti.plugins.vh-mail.api.EximRestartable object at 0x7f22b4a046d0>
    2014-11-25 20:45:19,876 DEBUG    __init__.instantiate(): Root context instantiated [CourierIMAPRestartable] <ajenti.plugins.vh-mail.api.CourierIMAPRestartable object at 0x7f22b4a04710>
    2014-11-25 20:45:19,878 DEBUG    __init__.instantiate(): Root context instantiated [CourierAuthRestartable] <ajenti.plugins.vh-mail.api.CourierAuthRestartable object at 0x7f22b4a04750>
    2014-11-25 20:45:19,879 DEBUG    __init__.instantiate(): Root context instantiated [NginxWebserver] <ajenti.plugins.vh-nginx.nginx.NginxWebserver object at 0x7f22b4a042d0>
    2014-11-25 20:45:19,879 DEBUG    __init__.instantiate(): Root context instantiated [VHManager] <ajenti.plugins.vh.api.VHManager object at 0x7f22b49ecc10>
    2014-11-25 20:45:19,880 DEBUG    __init__.instantiate(): Context for root instantiated [WebsitesPlugin] <main:section # 13374>
    2014-11-25 20:45:19,901 DEBUG    __init__.instantiate(): Context for root instantiated [WebsitesWebsiteEditorPlugin] <main:section # 13414>
    2014-11-25 20:45:19,907 DEBUG    __init__.instantiate(): Context for root instantiated [MailEximCourierBackend] <ajenti.plugins.vh-mail.api.MailEximCourierBackend object at 0x7f22b48dad10>
    2014-11-25 20:45:19,907 DEBUG    __init__.instantiate(): Context for root instantiated [MailManager] <ajenti.plugins.vh-mail.api.MailManager object at 0x7f22b48da390>
    2014-11-25 20:45:19,916 DEBUG    __init__.instantiate(): Context for root instantiated [MailPlugin] <main:section # 13896>
    2014-11-25 20:45:19,918 DEBUG    __init__.instantiate(): Context for root instantiated [HostnameSensor] <ajenti.plugins.sensors.hostname.HostnameSensor object at 0x7f22b487b650>
    2014-11-25 20:45:19,921 DEBUG    compat.Popen(): Popen: ['uname', '-srm']
    2014-11-25 20:45:19,967 DEBUG    __init__.instantiate(): Context for root instantiated [MemorySensor] <ajenti.plugins.sensors.memory.MemorySensor object at 0x7f22b487bed0>
    2014-11-25 20:45:19,972 DEBUG    __init__.instantiate(): Context for root instantiated [CPUSensor] <ajenti.plugins.sensors.cpu.CPUSensor object at 0x7f22b4889390>
    2014-11-25 20:45:19,979 DEBUG    __init__.instantiate(): Context for root instantiated [LinuxLoadSensor] <ajenti.plugins.sensors.load.LinuxLoadSensor object at 0x7f22b4889850>
    2014-11-25 20:45:19,984 DEBUG    __init__.instantiate(): Context for root instantiated [TrafficSensor] <ajenti.plugins.network.widget.TrafficSensor object at 0x7f22b481a390>
    2014-11-25 20:45:19,985 DEBUG    __init__.instantiate(): Context for root instantiated [ImmediateTXSensor] <ajenti.plugins.network.widget.ImmediateTXSensor object at 0x7f22b481a3d0>
    2014-11-25 20:45:19,986 DEBUG    __init__.instantiate(): Context for root instantiated [ImmediateRXSensor] <ajenti.plugins.network.widget.ImmediateRXSensor object at 0x7f22b481a450>
    2014-11-25 20:45:19,996 DEBUG    __init__.instantiate(): Context for root instantiated [SwapSensor] <ajenti.plugins.sensors.memory.SwapSensor object at 0x7f22b481ab50>
    2014-11-25 20:45:20,001 DEBUG    __init__.instantiate(): Context for root instantiated [UnixUptimeSensor] <ajenti.plugins.sensors.uptime.UnixUptimeSensor object at 0x7f22b48380d0>
    2014-11-25 20:45:20,005 DEBUG    __init__.instantiate(): Context for root instantiated [PowerSensor] <ajenti.plugins.power.power.PowerSensor object at 0x7f22b4838690>
    2014-11-25 20:45:20,007 DEBUG    __init__.instantiate(): Context for root instantiated [BatterySensor] <ajenti.plugins.power.power.BatterySensor object at 0x7f22b48386d0>
    2014-11-25 20:45:20,008 DEBUG    __init__.instantiate(): Context for root instantiated [SystemdPowerController] <ajenti.plugins.power.api.SystemdPowerController object at 0x7f22b4838b10>
    2014-11-25 20:45:20,008 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
    2014-11-25 20:45:20,052 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/ajenti', 'status']
    2014-11-25 20:45:20,096 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/nginx', 'status']
    2014-11-25 20:45:20,152 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/php5-fpm', 'status']
    2014-11-25 20:45:20,181 DEBUG    compat.Popen(): Popen: ['dpkg', '-l']
    2014-11-25 20:45:20,244 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/mysql', 'status']
    2014-11-25 20:45:20,279 DEBUG    dash.update_check_callback(): Update availability: []
    2014-11-25 20:45:20,331 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/ajenti', 'status']
    2014-11-25 20:45:36,655 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 20:45:36,689 DEBUG    api.query(): SHOW DATABASES;
    2014-11-25 20:55:30,104 DEBUG    compat.Popen(): Popen: ['which', 'node']
    2014-11-25 20:55:30,146 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'ajenti', '-u', 'www-data', '-d', u'/srv/website-ajenti']
    2014-11-25 20:55:30,187 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'modx-revolution', '-u', 'www-data', '-d', u'/srv/website-modx-revolutiocn']
    2014-11-25 20:55:30,229 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'rainloop-webmail', '-u', 'www-data', '-d', u'/srv/website-rainloop-webmail']
    2014-11-25 20:55:30,269 DEBUG    compat.Popen(): Popen: ['pure-pw', 'mkdb']
    2014-11-25 20:55:30,309 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
    2014-11-25 20:55:30,352 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
    2014-11-25 20:55:30,353 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:55:30,353 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:55:30,354 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:55:30,355 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:55:30,355 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:55:30,356 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'status']
    2014-11-25 20:55:30,402 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'restart']
    2014-11-25 20:55:31,485 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
    2014-11-25 20:55:31,487 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
    2014-11-25 20:55:31,488 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 20:55:31,516 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
    2014-11-25 20:55:31,519 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 20:55:31,573 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
    2014-11-25 20:55:31,576 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 20:55:31,633 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'restart']
    2014-11-25 20:55:31,686 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
    2014-11-25 20:55:31,713 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
    2014-11-25 20:55:31,842 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
    2014-11-25 20:55:31,873 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
    2014-11-25 20:55:31,973 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
    2014-11-25 20:55:36,846 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 20:55:36,847 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 20:55:37,883 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
    2014-11-25 20:55:37,893 DEBUG    virtsocket.detach(): Removing sessid='759631924051' client_queue[3] server_queue[1] hits=1 from server sockets
    2014-11-25 20:55:37,894 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f22b469cd10>
    2014-11-25 20:55:37,894 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f22b4a04dd0>
    2014-11-25 20:55:37,895 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f22b469ccd0>
    2014-11-25 20:55:37,896 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 20:55:37,925 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
    2014-11-25 20:55:37,985 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 20:55:38,641 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 20:55:38,641 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 20:55:38,642 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 20:55:38,642 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 20:55:38,642 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 20:55:38,642 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 20:55:38,643 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 20:55:38,643 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 20:55:59,820 DEBUG    compat.Popen(): Popen: ['which', 'node']
    2014-11-25 20:55:59,861 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'ajenti', '-u', 'www-data', '-d', u'/srv/website-ajenti']
    2014-11-25 20:55:59,902 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'modx-revolution', '-u', 'www-data', '-d', u'/srv/website-modx-revolutiocn']
    2014-11-25 20:55:59,944 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'rainloop-webmail', '-u', 'www-data', '-d', u'/srv/website-rainloop-webmail']
    2014-11-25 20:55:59,985 DEBUG    compat.Popen(): Popen: ['pure-pw', 'mkdb']
    2014-11-25 20:56:00,028 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
    2014-11-25 20:56:00,067 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
    2014-11-25 20:56:00,068 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:00,069 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:00,069 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:00,070 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:00,070 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:00,071 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'status']
    2014-11-25 20:56:00,116 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'restart']
    2014-11-25 20:56:01,200 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
    2014-11-25 20:56:01,201 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
    2014-11-25 20:56:01,202 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 20:56:01,236 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
    2014-11-25 20:56:01,239 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 20:56:01,305 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
    2014-11-25 20:56:01,308 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 20:56:01,377 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'restart']
    2014-11-25 20:56:01,450 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
    2014-11-25 20:56:01,488 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
    2014-11-25 20:56:01,619 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
    2014-11-25 20:56:01,677 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
    2014-11-25 20:56:01,777 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
    2014-11-25 20:56:06,633 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 20:56:06,634 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 20:56:06,990 DEBUG    virtsocket.detach(): Removing sessid='955345050943' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 20:56:07,674 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
    2014-11-25 20:56:08,523 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 20:56:08,523 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 20:56:08,523 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 20:56:08,523 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 20:56:08,523 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 20:56:08,523 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 20:56:08,524 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 20:56:08,524 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 20:56:20,879 DEBUG    compat.Popen(): Popen: ['which', 'node']
    2014-11-25 20:56:21,028 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'ajenti', '-u', 'www-data', '-d', u'/srv/website-ajenti']
    2014-11-25 20:56:21,071 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'modx-revolution', '-u', 'www-data', '-d', u'/srv/website-modx-revolution']
    2014-11-25 20:56:21,109 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'rainloop-webmail', '-u', 'www-data', '-d', u'/srv/website-rainloop-webmail']
    2014-11-25 20:56:21,149 DEBUG    compat.Popen(): Popen: ['pure-pw', 'mkdb']
    2014-11-25 20:56:21,188 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
    2014-11-25 20:56:21,228 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
    2014-11-25 20:56:21,229 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:21,230 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:21,231 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:21,231 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:21,232 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:21,233 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'status']
    2014-11-25 20:56:21,275 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'restart']
    2014-11-25 20:56:22,358 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
    2014-11-25 20:56:22,359 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
    2014-11-25 20:56:22,360 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 20:56:22,392 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
    2014-11-25 20:56:22,395 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 20:56:22,460 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
    2014-11-25 20:56:22,464 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 20:56:22,531 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'restart']
    2014-11-25 20:56:22,593 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
    2014-11-25 20:56:22,627 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
    2014-11-25 20:56:22,784 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
    2014-11-25 20:56:22,846 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
    2014-11-25 20:56:22,947 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
    2014-11-25 20:56:27,791 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 20:56:27,791 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 20:56:28,143 DEBUG    virtsocket.detach(): Removing sessid='53503502566' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 20:56:28,829 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
    2014-11-25 20:56:29,585 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 20:56:29,585 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 20:56:29,585 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 20:56:29,585 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 20:56:29,586 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 20:56:29,586 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 20:56:29,586 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 20:56:29,586 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 20:56:40,394 DEBUG    compat.Popen(): Popen: ['which', 'node']
    2014-11-25 20:56:40,435 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'ajenti', '-u', 'www-data', '-d', u'/srv/website-ajenti']
    2014-11-25 20:56:40,479 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'modx-revolution', '-u', 'www-data', '-d', u'/srv/website-modx-revolution']
    2014-11-25 20:56:40,522 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'rainloop-webmail', '-u', 'www-data', '-d', u'/srv/website-rainloop-webmail']
    2014-11-25 20:56:40,561 DEBUG    compat.Popen(): Popen: ['pure-pw', 'mkdb']
    2014-11-25 20:56:40,604 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
    2014-11-25 20:56:40,647 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
    2014-11-25 20:56:40,648 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:40,649 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:40,649 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:40,650 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:40,650 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:56:40,651 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'status']
    2014-11-25 20:56:40,695 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'restart']
    2014-11-25 20:56:41,783 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
    2014-11-25 20:56:41,784 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
    2014-11-25 20:56:41,785 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 20:56:41,813 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
    2014-11-25 20:56:41,817 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 20:56:41,879 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
    2014-11-25 20:56:41,883 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 20:56:41,948 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'restart']
    2014-11-25 20:56:42,011 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
    2014-11-25 20:56:42,043 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
    2014-11-25 20:56:42,201 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
    2014-11-25 20:56:42,265 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
    2014-11-25 20:56:42,373 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
    2014-11-25 20:56:47,181 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 20:56:47,182 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 20:56:47,561 DEBUG    virtsocket.detach(): Removing sessid='210983417844' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 20:56:48,221 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
    2014-11-25 20:56:48,945 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 20:56:48,945 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 20:56:48,945 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 20:56:48,945 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 20:56:48,945 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 20:56:48,946 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 20:56:48,946 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 20:56:48,946 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 20:57:00,197 DEBUG    compat.Popen(): Popen: ['which', 'node']
    2014-11-25 20:57:00,240 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'ajenti', '-u', 'www-data', '-d', u'/srv/website-ajenti']
    2014-11-25 20:57:00,282 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'modx-revolution', '-u', 'www-data', '-d', u'/srv/website-modx-revolution']
    2014-11-25 20:57:00,324 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'rainloop-webmail', '-u', 'www-data', '-d', u'/srv/website-rainloop-webmail']
    2014-11-25 20:57:00,366 DEBUG    compat.Popen(): Popen: ['pure-pw', 'mkdb']
    2014-11-25 20:57:00,407 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
    2014-11-25 20:57:00,447 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
    2014-11-25 20:57:00,448 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:57:00,449 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:57:00,450 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:57:00,450 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:57:00,451 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:57:00,452 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'status']
    2014-11-25 20:57:00,497 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'restart']
    2014-11-25 20:57:01,586 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
    2014-11-25 20:57:01,587 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
    2014-11-25 20:57:01,589 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 20:57:01,624 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
    2014-11-25 20:57:01,627 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 20:57:01,691 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
    2014-11-25 20:57:01,694 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 20:57:01,755 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'restart']
    2014-11-25 20:57:01,813 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
    2014-11-25 20:57:01,846 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
    2014-11-25 20:57:01,980 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
    2014-11-25 20:57:02,029 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
    2014-11-25 20:57:02,126 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
    2014-11-25 20:57:06,931 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 20:57:06,931 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 20:57:07,366 DEBUG    virtsocket.detach(): Removing sessid='780522334226' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 20:57:07,967 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
    2014-11-25 20:58:52,180 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 20:58:52,181 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 20:58:52,181 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 20:58:52,181 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 20:58:52,181 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 20:58:52,181 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 20:58:52,181 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 20:58:52,181 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 20:58:53,456 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 20:58:53,457 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 20:58:53,457 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 20:58:53,457 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 20:58:53,457 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 20:58:53,457 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 20:58:53,457 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 20:58:53,457 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 20:59:05,393 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 20:59:05,433 DEBUG    api.query(): SHOW DATABASES;
    2014-11-25 20:59:16,977 DEBUG    compat.Popen(): Popen: ['which', 'node']
    2014-11-25 20:59:17,018 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'ajenti', '-u', 'www-data', '-d', u'/srv/website-ajenti']
    2014-11-25 20:59:17,062 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'modx-revolution', '-u', 'www-data', '-d', u'/srv/website-modx-revolution']
    2014-11-25 20:59:17,098 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'rainloop-webmail', '-u', 'www-data', '-d', u'/srv/website-rainloop-webmail']
    2014-11-25 20:59:17,134 DEBUG    compat.Popen(): Popen: ['pure-pw', 'mkdb']
    2014-11-25 20:59:17,176 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
    2014-11-25 20:59:17,215 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
    2014-11-25 20:59:17,216 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:59:17,216 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:59:17,217 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:59:17,217 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:59:17,218 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 20:59:17,218 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'status']
    2014-11-25 20:59:17,260 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'restart']
    2014-11-25 20:59:18,348 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
    2014-11-25 20:59:18,349 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
    2014-11-25 20:59:18,350 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 20:59:18,380 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
    2014-11-25 20:59:18,383 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 20:59:18,444 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
    2014-11-25 20:59:18,448 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 20:59:18,509 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'restart']
    2014-11-25 20:59:18,568 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
    2014-11-25 20:59:18,600 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
    2014-11-25 20:59:18,736 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
    2014-11-25 20:59:18,771 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
    2014-11-25 20:59:18,867 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
    2014-11-25 20:59:23,757 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 20:59:23,758 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 20:59:23,758 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 20:59:23,758 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 20:59:24,792 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
    2014-11-25 20:59:24,799 DEBUG    virtsocket.detach(): Removing sessid='667742147236' client_queue[3] server_queue[1] hits=1 from server sockets
    2014-11-25 20:59:24,800 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f22b5d92f90>
    2014-11-25 20:59:24,801 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f22b4615cd0>
    2014-11-25 20:59:24,801 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f22b5e50910>
    2014-11-25 20:59:24,802 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 20:59:24,832 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
    2014-11-25 20:59:24,896 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 20:59:25,163 DEBUG    virtsocket.detach(): Removing sessid='2027726443' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 20:59:25,512 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 20:59:25,512 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 20:59:25,512 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 20:59:25,512 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 20:59:25,513 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 20:59:25,513 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 20:59:25,513 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 20:59:25,513 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 20:59:26,007 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 20:59:26,007 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 20:59:26,007 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 20:59:26,008 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 20:59:26,008 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 20:59:26,008 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 20:59:26,008 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 20:59:26,008 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 20:59:35,832 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 20:59:35,869 DEBUG    api.query(): SHOW DATABASES;
    2014-11-25 21:02:07,145 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 21:02:09,572 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 21:02:09,573 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 21:02:09,573 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 21:02:09,573 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 21:02:09,573 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 21:02:09,573 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 21:02:09,573 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 21:02:09,574 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 21:02:20,518 DEBUG    virtsocket.detach(): Removing sessid='928626920595' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 21:02:21,404 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 21:02:32,189 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 21:02:32,189 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 21:02:32,190 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 21:02:32,190 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 21:02:32,190 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 21:02:32,190 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 21:02:32,191 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 21:02:32,191 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 21:02:34,575 DEBUG    virtsocket.detach(): Removing sessid='360943450953' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 21:03:51,586 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:03:51,624 DEBUG    api.query(): GRANT ALL PRIVILEGES ON `modx-revolution`.* TO `modx-revolution`@`%`
    2014-11-25 21:03:51,630 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:03:51,667 DEBUG    api.query(): FLUSH PRIVILEGES
    2014-11-25 21:04:02,789 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:04:02,827 DEBUG    api.query(): GRANT ALL PRIVILEGES ON `modx-revolution`.* TO `modx-revolution`@`%`
    2014-11-25 21:04:02,834 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:04:02,877 DEBUG    api.query(): FLUSH PRIVILEGES
    2014-11-25 21:04:04,382 DEBUG    compat.Popen(): Popen: ['which', 'node']
    2014-11-25 21:04:04,429 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'ajenti', '-u', 'www-data', '-d', u'/srv/website-ajenti']
    2014-11-25 21:04:04,479 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'modx-revolution', '-u', 'www-data', '-d', u'/srv/website-modx-revolution']
    2014-11-25 21:04:04,529 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'rainloop-webmail', '-u', 'www-data', '-d', u'/srv/website-rainloop-webmail']
    2014-11-25 21:04:04,572 DEBUG    compat.Popen(): Popen: ['pure-pw', 'mkdb']
    2014-11-25 21:04:04,618 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
    2014-11-25 21:04:04,660 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
    2014-11-25 21:04:04,661 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:04:04,662 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:04:04,663 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:04:04,663 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:04:04,664 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:04:04,665 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'status']
    2014-11-25 21:04:04,710 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'restart']
    2014-11-25 21:04:05,794 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
    2014-11-25 21:04:05,795 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
    2014-11-25 21:04:05,796 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 21:04:05,825 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
    2014-11-25 21:04:05,829 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 21:04:05,893 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
    2014-11-25 21:04:05,897 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 21:04:05,961 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'restart']
    2014-11-25 21:04:06,026 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
    2014-11-25 21:04:06,061 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
    2014-11-25 21:04:06,214 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
    2014-11-25 21:04:06,275 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
    2014-11-25 21:04:06,378 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
    2014-11-25 21:04:11,208 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 21:04:11,208 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 21:04:11,209 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 21:04:11,209 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 21:04:12,194 DEBUG    virtsocket.detach(): Removing sessid='840464077138' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 21:04:12,245 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
    2014-11-25 21:04:12,253 DEBUG    virtsocket.detach(): Removing sessid='553024367081' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 21:04:12,254 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f22b618a810>
    2014-11-25 21:04:12,255 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f22b618a990>
    2014-11-25 21:04:12,255 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f22b4755a90>
    2014-11-25 21:04:12,256 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 21:04:12,286 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
    2014-11-25 21:04:12,349 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 21:04:12,942 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 21:04:12,943 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 21:04:12,944 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 21:04:12,944 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 21:04:12,944 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 21:04:12,944 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 21:04:12,945 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 21:04:12,945 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 21:04:13,894 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 21:04:13,895 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 21:04:13,895 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 21:04:13,895 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 21:04:13,895 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 21:04:13,896 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 21:04:13,896 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 21:04:13,896 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 21:05:30,060 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:05:30,101 DEBUG    api.query(): SHOW DATABASES;
    2014-11-25 21:05:30,106 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:05:30,143 DEBUG    api.query(): USE mysql; SELECT * FROM user;
    2014-11-25 21:05:30,152 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:05:30,242 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:05:30,331 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:05:30,418 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:05:37,440 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'reload']
    2014-11-25 21:05:37,503 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:05:37,594 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:05:37,686 INFO     main.on_command_button(): [services] reload mysql
    2014-11-25 21:05:45,499 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:05:45,536 DEBUG    api.query(): SHOW DATABASES;
    2014-11-25 21:05:45,540 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:05:45,577 DEBUG    api.query(): USE mysql; SELECT * FROM user;
    2014-11-25 21:05:45,593 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:05:45,680 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:05:45,766 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:05:45,853 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:07:59,702 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'restart']
    2014-11-25 21:08:02,980 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:08:03,087 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:08:03,197 INFO     main.on_restart(): [services] restarting mysql
    2014-11-25 21:08:32,079 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:08:32,114 DEBUG    api.query(): SHOW DATABASES;
    2014-11-25 21:11:00,379 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:00,416 DEBUG    api.query(): DROP USER `modx-revolution`@`%`
    2014-11-25 21:11:03,624 DEBUG    compat.Popen(): Popen: ['which', 'node']
    2014-11-25 21:11:03,667 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'ajenti', '-u', 'www-data', '-d', u'/srv/website-ajenti']
    2014-11-25 21:11:03,712 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'modx-revolution', '-u', 'www-data', '-d', u'/srv/website-modx-revolution']
    2014-11-25 21:11:03,754 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'rainloop-webmail', '-u', 'www-data', '-d', u'/srv/website-rainloop-webmail']
    2014-11-25 21:11:03,798 DEBUG    compat.Popen(): Popen: ['pure-pw', 'mkdb']
    2014-11-25 21:11:03,839 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
    2014-11-25 21:11:03,878 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
    2014-11-25 21:11:03,880 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:11:03,880 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:11:03,881 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:11:03,882 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:11:03,883 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:11:03,883 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'status']
    2014-11-25 21:11:03,930 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'restart']
    2014-11-25 21:11:05,018 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
    2014-11-25 21:11:05,020 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
    2014-11-25 21:11:05,021 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 21:11:05,051 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
    2014-11-25 21:11:05,055 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 21:11:05,116 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
    2014-11-25 21:11:05,120 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 21:11:05,190 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'restart']
    2014-11-25 21:11:05,257 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
    2014-11-25 21:11:05,294 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
    2014-11-25 21:11:05,436 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
    2014-11-25 21:11:05,477 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
    2014-11-25 21:11:05,589 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
    2014-11-25 21:11:10,380 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 21:11:10,380 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 21:11:10,381 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 21:11:10,381 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 21:11:11,418 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
    2014-11-25 21:11:11,427 DEBUG    virtsocket.detach(): Removing sessid='79564345836' client_queue[2] server_queue[1] hits=1 from server sockets
    2014-11-25 21:11:11,428 DEBUG    virtsocket.detach(): Removing sessid='554636255436' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 21:11:11,429 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f22b5cc9a90>
    2014-11-25 21:11:11,429 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f22b5cc9ad0>
    2014-11-25 21:11:11,430 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f22b45d6350>
    2014-11-25 21:11:11,431 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 21:11:11,463 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
    2014-11-25 21:11:11,528 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 21:11:12,279 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 21:11:12,280 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 21:11:12,281 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 21:11:12,281 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 21:11:12,281 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 21:11:12,282 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 21:11:12,282 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 21:11:12,282 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 21:11:12,833 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 21:11:12,833 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 21:11:12,833 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 21:11:12,833 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 21:11:12,834 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 21:11:12,834 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 21:11:12,834 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 21:11:12,834 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 21:11:17,072 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:17,118 DEBUG    api.query(): SHOW DATABASES;
    2014-11-25 21:11:17,120 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:17,159 DEBUG    api.query(): USE mysql; SELECT * FROM user;
    2014-11-25 21:11:17,171 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:11:17,262 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:11:17,351 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:11:17,437 DEBUG    compat.Popen(): Popen: ['/etc/init.d/mysql', 'status']
    2014-11-25 21:11:26,922 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 21:11:37,835 DEBUG    virtsocket.detach(): Removing sessid='249690576781' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 21:11:41,271 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:41,309 DEBUG    api.query(): SHOW DATABASES;
    2014-11-25 21:11:44,530 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:44,566 DEBUG    api.query(): SHOW DATABASES;
    2014-11-25 21:11:44,573 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:44,610 DEBUG    api.query(): USE mysql; SELECT * FROM user;
    2014-11-25 21:11:44,615 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:44,653 DEBUG    api.query(): CREATE USER `modx-revolution`@`%` IDENTIFIED BY 'a5e26e88-f2eb-4b49-b9bf-527ad27a35a5'
    2014-11-25 21:11:44,659 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:44,697 DEBUG    api.query(): GRANT ALL PRIVILEGES ON `modx-revolution`.* TO `modx-revolution`@`%`
    2014-11-25 21:11:44,704 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:44,741 DEBUG    api.query(): FLUSH PRIVILEGES
    2014-11-25 21:11:46,439 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:46,479 DEBUG    api.query(): GRANT ALL PRIVILEGES ON `modx-revolution`.* TO `modx-revolution`@`%`
    2014-11-25 21:11:46,484 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:11:46,524 DEBUG    api.query(): FLUSH PRIVILEGES
    2014-11-25 21:11:48,827 DEBUG    compat.Popen(): Popen: ['which', 'node']
    2014-11-25 21:11:48,870 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'ajenti', '-u', 'www-data', '-d', u'/srv/website-ajenti']
    2014-11-25 21:11:48,915 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'modx-revolution', '-u', 'www-data', '-d', u'/srv/website-modx-revolution']
    2014-11-25 21:11:48,959 DEBUG    compat.Popen(): Popen: ['pure-pw', 'useradd', u'rainloop-webmail', '-u', 'www-data', '-d', u'/srv/website-rainloop-webmail']
    2014-11-25 21:11:49,002 DEBUG    compat.Popen(): Popen: ['pure-pw', 'mkdb']
    2014-11-25 21:11:49,042 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
    2014-11-25 21:11:49,085 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
    2014-11-25 21:11:49,086 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:11:49,087 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:11:49,088 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:11:49,088 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:11:49,088 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
    2014-11-25 21:11:49,089 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'status']
    2014-11-25 21:11:49,134 DEBUG    compat.Popen(): Popen: ['/etc/init.d/pure-ftpd', 'restart']
    2014-11-25 21:11:50,221 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
    2014-11-25 21:11:50,223 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
    2014-11-25 21:11:50,224 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
    2014-11-25 21:11:50,254 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
    2014-11-25 21:11:50,258 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 21:11:50,317 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
    2014-11-25 21:11:50,322 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 21:11:50,386 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'restart']
    2014-11-25 21:11:50,451 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
    2014-11-25 21:11:50,485 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
    2014-11-25 21:11:50,626 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
    2014-11-25 21:11:50,695 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
    2014-11-25 21:11:50,803 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
    2014-11-25 21:11:55,618 DEBUG    websocket.close(): Failed to write closing frame -> closing socket
    2014-11-25 21:11:55,618 DEBUG    websocket.close(): Closed WebSocket
    2014-11-25 21:11:56,653 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
    2014-11-25 21:11:56,661 DEBUG    virtsocket.detach(): Removing sessid='627463379802' client_queue[1] server_queue[1] hits=1 from server sockets
    2014-11-25 21:11:56,662 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f22b46c39d0>
    2014-11-25 21:11:56,663 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f22b46840d0>
    2014-11-25 21:11:56,664 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f22b46c31d0>
    2014-11-25 21:11:56,665 DEBUG    compat.Popen(): Popen: ['/etc/init.d/php5-fpm', 'status']
    2014-11-25 21:11:56,694 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
    2014-11-25 21:11:56,760 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
    2014-11-25 21:11:57,410 DEBUG    handler.run_application(): Initializing WebSocket
    2014-11-25 21:11:57,411 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
    2014-11-25 21:11:57,411 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
    2014-11-25 21:11:57,412 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
    2014-11-25 21:11:57,412 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
    2014-11-25 21:11:57,412 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
    2014-11-25 21:11:57,412 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
    2014-11-25 21:11:57,412 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
    2014-11-25 21:22:10,686 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:22:10,726 DEBUG    api.query(): DROP USER `modx-revolution`@`%`
    2014-11-25 21:22:14,908 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pIndependentKing1', '-h', u'localhost']
    2014-11-25 21:22:14,943 DEBUG    api.query(): DROP DATABASE `modx-revolution`;