Eugeny / ajenti-v

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

Cannot delete DB, does not exist #174

Open wrrr opened 9 years ago

wrrr commented 9 years ago

But the database still shows in MySQL tab of Ajenti -v

This is standalone sql server running MariaDB 10.0

Maybe when I delete the website (which is what I'm doing) the DB will be gone too, but can only then check with >mysql in a terminal.

Ajenti bug report

Info Value
Ajenti 1.2.22.18
Platform debian / ubuntu / Ubuntu 14.04.2 LTS
Architecture x86_64 x86_64
Python 2.7.6
Installation 20093473
Debug False
Catcher report <!DOCTYPE html>
Ajenti Webserver Control Panel ```
404, sorry
```

Loaded plugins | ajenti_org, bind9, cloudflare, codemirror, configurator, cron, dashboard, db_common, fm, fstab, hddtemp, hdparm, hosts, iptables, logs, main, memcache, mysql, network, nginx, notepad, packages, plugins, power, resolv, resources, scripts, sensors, services, supervisor, taskmgr, tasks, terminal, uname, users, vh, vh-gunicorn, vh-mysql, vh-nginx, vh-nodejs, vh-php-fpm, webserver_common

Library Version
gevent 1.0.1
greenlet 0.4.2
reconfigure 0.1.65
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 68, 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 169, in on_delete_db
    self.config['databases'].remove(db)
ValueError: list.remove(x): x not in list

Log content:

2015-06-04 12:59:40,109 INFO     ajenti-panel.<module>(): Using config file /etc/ajenti/config.json
2015-06-04 12:59:40,203 INFO     registry.register_crypt_handler(): registered crypt handler 'sha512_crypt': <class 'passlib.handlers.sha2_crypt.sha512_crypt'>
2015-06-04 12:59:40,242 DEBUG    compat.Popen(): Popen: git describe --tags 2> /dev/null
2015-06-04 12:59:40,250 DEBUG    compat.Popen(): Popen: ['lsb_release', '-sd']
2015-06-04 12:59:40,307 INFO     core.run(): Ajenti 1.2.22.18 running on platform: debian
2015-06-04 12:59:40,308 DEBUG    __init__.load(): Loading plugin terminal
2015-06-04 12:59:40,308 DEBUG    __init__.load_recursive(): Preloading plugin dependency: main
2015-06-04 12:59:40,308 DEBUG    __init__.load(): Loading plugin main
2015-06-04 12:59:40,313 DEBUG    __init__.load(): Loading plugin terminal
2015-06-04 12:59:40,322 DEBUG    __init__.load(): Loading plugin sensors
2015-06-04 12:59:40,323 DEBUG    __init__.load_recursive(): Preloading plugin dependency: dashboard
2015-06-04 12:59:40,323 DEBUG    __init__.load(): Loading plugin dashboard
2015-06-04 12:59:40,324 DEBUG    __init__.load(): Loading plugin sensors
2015-06-04 12:59:40,344 DEBUG    __init__.load(): Loading plugin lm_sensors
2015-06-04 12:59:40,345 DEBUG    compat.Popen(): Popen: ['which', 'sensors']
2015-06-04 12:59:40,349 DEBUG    __init__.load():  *** [lm_sensors] skipping due to BinaryDependency (sensors)
2015-06-04 12:59:40,349 DEBUG    __init__.load(): Loading plugin ipmi
2015-06-04 12:59:40,350 DEBUG    compat.Popen(): Popen: ['which', 'ipmitool']
2015-06-04 12:59:40,354 DEBUG    __init__.load():  *** [ipmi] skipping due to BinaryDependency (ipmitool)
2015-06-04 12:59:40,354 DEBUG    __init__.load(): Loading plugin scripts
2015-06-04 12:59:40,355 DEBUG    __init__.load(): Loading plugin fm
2015-06-04 12:59:40,355 DEBUG    __init__.load_recursive(): Preloading plugin dependency: tasks
2015-06-04 12:59:40,355 DEBUG    __init__.load(): Loading plugin tasks
2015-06-04 12:59:40,355 DEBUG    __init__.load_recursive(): Preloading plugin dependency: cron
2015-06-04 12:59:40,355 DEBUG    __init__.load(): Loading plugin cron
2015-06-04 12:59:40,355 DEBUG    compat.Popen(): Popen: ['which', 'crontab']
2015-06-04 12:59:40,360 DEBUG    __init__.load(): Loading plugin tasks
2015-06-04 12:59:40,362 DEBUG    __init__.load(): Loading plugin fm
2015-06-04 12:59:40,363 DEBUG    __init__.load(): Loading plugin resolv
2015-06-04 12:59:40,364 DEBUG    __init__.load(): Loading plugin supervisor
2015-06-04 12:59:40,364 DEBUG    __init__.load_recursive(): Preloading plugin dependency: services
2015-06-04 12:59:40,364 DEBUG    __init__.load(): Loading plugin services
2015-06-04 12:59:40,553 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
2015-06-04 12:59:40,559 DEBUG    __init__.load(): Loading plugin supervisor
2015-06-04 12:59:40,560 DEBUG    compat.Popen(): Popen: ['which', 'supervisord']
2015-06-04 12:59:40,565 DEBUG    __init__.load(): Loading plugin taskmgr
2015-06-04 12:59:40,565 DEBUG    __init__.load(): Loading plugin exports
2015-06-04 12:59:40,566 DEBUG    compat.Popen(): Popen: ['which', 'nfsstat']
2015-06-04 12:59:40,570 DEBUG    __init__.load():  *** [exports] skipping due to BinaryDependency (nfsstat)
2015-06-04 12:59:40,570 DEBUG    __init__.load(): Loading plugin snmpd
2015-06-04 12:59:40,570 DEBUG    compat.Popen(): Popen: ['which', 'snmpd']
2015-06-04 12:59:40,574 DEBUG    __init__.load():  *** [snmpd] skipping due to BinaryDependency (snmpd)
2015-06-04 12:59:40,575 DEBUG    __init__.load(): Loading plugin resources
2015-06-04 12:59:40,576 DEBUG    __init__.load(): Loading plugin squid
2015-06-04 12:59:40,576 DEBUG    compat.Popen(): Popen: ['which', 'squid3']
2015-06-04 12:59:40,580 DEBUG    __init__.load():  *** [squid] skipping due to BinaryDependency (squid3)
2015-06-04 12:59:40,580 DEBUG    __init__.load(): Loading plugin git
2015-06-04 12:59:40,580 DEBUG    compat.Popen(): Popen: ['which', 'git']
2015-06-04 12:59:40,584 DEBUG    __init__.load():  *** [git] skipping due to BinaryDependency (git)
2015-06-04 12:59:40,585 DEBUG    __init__.load(): Loading plugin hdparm
2015-06-04 12:59:40,585 DEBUG    compat.Popen(): Popen: ['which', 'hdparm']
2015-06-04 12:59:40,589 DEBUG    __init__.load(): Loading plugin iptables
2015-06-04 12:59:40,591 DEBUG    compat.Popen(): Popen: ['which', 'ip6tables']
2015-06-04 12:59:40,596 DEBUG    __init__.load(): Loading plugin memcache
2015-06-04 12:59:40,596 DEBUG    compat.Popen(): Popen: ['which', 'memcached']
2015-06-04 12:59:40,600 DEBUG    __init__.load(): Loading plugin mysql
2015-06-04 12:59:40,601 DEBUG    __init__.load_recursive(): Preloading plugin dependency: db_common
2015-06-04 12:59:40,601 DEBUG    __init__.load(): Loading plugin db_common
2015-06-04 12:59:40,601 DEBUG    __init__.load(): Loading plugin mysql
2015-06-04 12:59:40,602 DEBUG    compat.Popen(): Popen: ['which', 'mysql']
2015-06-04 12:59:40,606 DEBUG    compat.Popen(): Popen: ['which', 'mysqld_safe']
2015-06-04 12:59:40,610 DEBUG    __init__.load(): Loading plugin fstab
2015-06-04 12:59:40,612 DEBUG    __init__.load(): Loading plugin mongo
2015-06-04 12:59:40,613 DEBUG    compat.Popen(): Popen: ['which', 'mongod']
2015-06-04 12:59:40,617 DEBUG    __init__.load():  *** [mongo] skipping due to BinaryDependency (mongod)
2015-06-04 12:59:40,617 DEBUG    __init__.load(): Loading plugin logs
2015-06-04 12:59:40,618 DEBUG    __init__.load(): Loading plugin hddtemp
2015-06-04 12:59:40,618 DEBUG    compat.Popen(): Popen: ['which', 'hddtemp']
2015-06-04 12:59:40,623 DEBUG    __init__.load(): Loading plugin apache
2015-06-04 12:59:40,623 DEBUG    __init__.load_recursive(): Preloading plugin dependency: webserver_common
2015-06-04 12:59:40,623 DEBUG    __init__.load(): Loading plugin webserver_common
2015-06-04 12:59:40,624 DEBUG    __init__.load(): Loading plugin apache
2015-06-04 12:59:40,624 DEBUG    compat.Popen(): Popen: ['which', 'apache2']
2015-06-04 12:59:40,629 DEBUG    __init__.load():  *** [apache] skipping due to BinaryDependency (apache2)
2015-06-04 12:59:40,629 DEBUG    __init__.load(): Loading plugin network
2015-06-04 12:59:40,631 DEBUG    __init__.load(): Loading plugin packages
2015-06-04 12:59:40,633 DEBUG    __init__.load(): Loading plugin ajenti_org
2015-06-04 12:59:40,634 DEBUG    __init__.load(): Loading plugin csf
2015-06-04 12:59:40,634 DEBUG    compat.Popen(): Popen: ['which', 'csf']
2015-06-04 12:59:40,638 DEBUG    __init__.load():  *** [csf] skipping due to BinaryDependency (csf)
2015-06-04 12:59:40,639 DEBUG    __init__.load(): Loading plugin notepad
2015-06-04 12:59:40,639 DEBUG    __init__.load_recursive(): Preloading plugin dependency: codemirror
2015-06-04 12:59:40,639 DEBUG    __init__.load(): Loading plugin codemirror
2015-06-04 12:59:40,639 DEBUG    __init__.load(): Loading plugin notepad
2015-06-04 12:59:40,640 DEBUG    __init__.load(): Loading plugin elements
2015-06-04 12:59:40,640 WARNING  __init__.load():  *** [elements] Plugin error: format error
2015-06-04 12:59:40,640 DEBUG    __init__.load(): Loading plugin openvpn
2015-06-04 12:59:40,640 DEBUG    compat.Popen(): Popen: ['which', 'openvpn']
2015-06-04 12:59:40,645 DEBUG    __init__.load():  *** [openvpn] skipping due to BinaryDependency (openvpn)
2015-06-04 12:59:40,645 DEBUG    __init__.load(): Loading plugin dhcpd
2015-06-04 12:59:40,645 DEBUG    compat.Popen(): Popen: ['which', 'dhcpd']
2015-06-04 12:59:40,649 DEBUG    __init__.load():  *** [dhcpd] skipping due to BinaryDependency (dhcpd)
2015-06-04 12:59:40,649 DEBUG    __init__.load(): Loading plugin samba
2015-06-04 12:59:40,650 DEBUG    compat.Popen(): Popen: ['which', 'smbd']
2015-06-04 12:59:40,654 DEBUG    __init__.load():  *** [samba] skipping due to BinaryDependency (smbd)
2015-06-04 12:59:40,654 DEBUG    __init__.load(): Loading plugin psql
2015-06-04 12:59:40,654 DEBUG    compat.Popen(): Popen: ['which', 'psql']
2015-06-04 12:59:40,658 DEBUG    __init__.load():  *** [psql] skipping due to BinaryDependency (psql)
2015-06-04 12:59:40,658 DEBUG    __init__.load(): Loading plugin rethink
2015-06-04 12:59:40,658 DEBUG    compat.Popen(): Popen: ['which', 'rethinkdb']
2015-06-04 12:59:40,662 DEBUG    __init__.load():  *** [rethink] skipping due to BinaryDependency (rethinkdb)
2015-06-04 12:59:40,663 DEBUG    __init__.load(): Loading plugin fail2ban
2015-06-04 12:59:40,663 DEBUG    compat.Popen(): Popen: ['which', 'fail2ban-client']
2015-06-04 12:59:40,667 DEBUG    __init__.load():  *** [fail2ban] skipping due to BinaryDependency (fail2ban-client)
2015-06-04 12:59:40,667 DEBUG    __init__.load(): Loading plugin users
2015-06-04 12:59:40,668 DEBUG    __init__.load(): Loading plugin ctdb
2015-06-04 12:59:40,668 DEBUG    compat.Popen(): Popen: ['which', 'ctdb']
2015-06-04 12:59:40,672 DEBUG    __init__.load():  *** [ctdb] skipping due to BinaryDependency (ctdb)
2015-06-04 12:59:40,673 DEBUG    __init__.load(): Loading plugin power
2015-06-04 12:59:40,673 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
2015-06-04 12:59:40,677 DEBUG    compat.Popen(): Popen: ['which', 'pm-hibernate']
2015-06-04 12:59:40,682 DEBUG    __init__.load(): Loading plugin nsd
2015-06-04 12:59:40,682 DEBUG    compat.Popen(): Popen: ['which', 'nsd']
2015-06-04 12:59:40,686 DEBUG    __init__.load():  *** [nsd] skipping due to BinaryDependency (nsd)
2015-06-04 12:59:40,687 DEBUG    __init__.load(): Loading plugin apcups
2015-06-04 12:59:40,687 DEBUG    compat.Popen(): Popen: ['which', 'apcaccess']
2015-06-04 12:59:40,691 DEBUG    __init__.load():  *** [apcups] skipping due to BinaryDependency (apcaccess)
2015-06-04 12:59:40,691 DEBUG    __init__.load(): Loading plugin uname
2015-06-04 12:59:40,691 DEBUG    __init__.load(): Loading plugin netatalk
2015-06-04 12:59:40,692 DEBUG    compat.Popen(): Popen: ['which', 'afpd']
2015-06-04 12:59:40,696 DEBUG    __init__.load():  *** [netatalk] skipping due to BinaryDependency (afpd)
2015-06-04 12:59:40,696 DEBUG    __init__.load(): Loading plugin raid
2015-06-04 12:59:40,696 DEBUG    compat.Popen(): Popen: ['which', 'mdadm']
2015-06-04 12:59:40,700 DEBUG    __init__.load():  *** [raid] skipping due to BinaryDependency (mdadm)
2015-06-04 12:59:40,700 DEBUG    __init__.load(): Loading plugin plugins
2015-06-04 12:59:40,701 DEBUG    __init__.load(): Loading plugin munin
2015-06-04 12:59:40,701 DEBUG    compat.Popen(): Popen: ['which', 'munin-cron']
2015-06-04 12:59:40,705 DEBUG    __init__.load():  *** [munin] skipping due to BinaryDependency (munin-cron)
2015-06-04 12:59:40,705 DEBUG    __init__.load(): Loading plugin ntpd
2015-06-04 12:59:40,706 DEBUG    compat.Popen(): Popen: ['which', 'ntpd']
2015-06-04 12:59:40,710 DEBUG    __init__.load():  *** [ntpd] skipping due to BinaryDependency (ntpd)
2015-06-04 12:59:40,710 DEBUG    __init__.load(): Loading plugin bind9
2015-06-04 12:59:40,710 DEBUG    compat.Popen(): Popen: ['which', 'named']
2015-06-04 12:59:40,715 DEBUG    __init__.load(): Loading plugin hosts
2015-06-04 12:59:40,715 DEBUG    __init__.load(): Loading plugin nginx
2015-06-04 12:59:40,715 DEBUG    compat.Popen(): Popen: ['which', 'nginx']
2015-06-04 12:59:40,720 DEBUG    __init__.load(): Loading plugin megaraid
2015-06-04 12:59:40,720 DEBUG    __init__.load():  *** [megaraid] skipping due to FileDependency (/opt/MegaRAID/MegaCli/MegaCli)
2015-06-04 12:59:40,720 DEBUG    __init__.load(): Loading plugin smartctl
2015-06-04 12:59:40,720 DEBUG    compat.Popen(): Popen: ['which', 'smartctl']
2015-06-04 12:59:40,724 DEBUG    __init__.load():  *** [smartctl] skipping due to BinaryDependency (smartctl)
2015-06-04 12:59:40,725 DEBUG    __init__.load(): Loading plugin configurator
2015-06-04 12:59:40,726 DEBUG    __init__.load(): Loading plugin vh-nodejs
2015-06-04 12:59:40,726 DEBUG    __init__.load_recursive(): Preloading plugin dependency: vh
2015-06-04 12:59:40,726 DEBUG    __init__.load(): Loading plugin vh
2015-06-04 12:59:40,731 DEBUG    __init__.load(): Loading plugin vh-nodejs
2015-06-04 12:59:40,731 DEBUG    __init__.load(): Loading plugin vh-gunicorn
2015-06-04 12:59:40,731 DEBUG    __init__.load(): Loading plugin cloudflare
2015-06-04 12:59:40,733 DEBUG    __init__.load(): Loading plugin vh-nginx
2015-06-04 12:59:40,735 DEBUG    __init__.load(): Loading plugin vh-mysql
2015-06-04 12:59:40,735 DEBUG    compat.Popen(): Popen: ['which', 'mysql']
2015-06-04 12:59:40,740 DEBUG    compat.Popen(): Popen: ['which', 'mysqld_safe']
2015-06-04 12:59:40,745 DEBUG    __init__.load(): Loading plugin vh-php-fpm
2015-06-04 12:59:40,745 DEBUG    compat.Popen(): Popen: ['which', 'php5-fpm']
2015-06-04 12:59:40,789 DEBUG    __init__.instantiate(): Root context instantiated [Inflater] <ajenti.ui.inflater.Inflater object at 0x7f26d8368990>
2015-06-04 12:59:40,791 DEBUG    __init__.instantiate(): Root context instantiated [UI] <ajenti.ui.UI object at 0x7f26d8107a90>
2015-06-04 12:59:40,791 DEBUG    inflater.precache(): Precaching layout main:passwd-main
2015-06-04 12:59:40,793 DEBUG    inflater.precache(): Precaching layout main:file-dialog-save
2015-06-04 12:59:40,794 DEBUG    inflater.precache(): Precaching layout main:file-dialog
2015-06-04 12:59:40,794 DEBUG    inflater.precache(): Precaching layout main:input-dialog
2015-06-04 12:59:40,794 DEBUG    inflater.precache(): Precaching layout terminal:main
2015-06-04 12:59:40,795 DEBUG    inflater.precache(): Precaching layout terminal:config
2015-06-04 12:59:40,796 DEBUG    inflater.precache(): Precaching layout dashboard:text
2015-06-04 12:59:40,796 DEBUG    inflater.precache(): Precaching layout dashboard:dash
2015-06-04 12:59:40,798 DEBUG    inflater.precache(): Precaching layout dashboard:welcome
2015-06-04 12:59:40,799 DEBUG    inflater.precache(): Precaching layout sensors:progressbar-widget
2015-06-04 12:59:40,800 DEBUG    inflater.precache(): Precaching layout sensors:cpu-line
2015-06-04 12:59:40,800 DEBUG    inflater.precache(): Precaching layout sensors:value-widget
2015-06-04 12:59:40,801 DEBUG    inflater.precache(): Precaching layout sensors:cpu-widget
2015-06-04 12:59:40,801 DEBUG    inflater.precache(): Precaching layout scripts:widget
2015-06-04 12:59:40,808 DEBUG    inflater.precache(): Precaching layout cron:main
2015-06-04 12:59:40,815 DEBUG    inflater.precache(): Precaching layout tasks:params-rsync
2015-06-04 12:59:40,826 DEBUG    inflater.precache(): Precaching layout tasks:main
2015-06-04 12:59:40,836 DEBUG    inflater.precache(): Precaching layout tasks:params-deletedir
2015-06-04 12:59:40,841 DEBUG    inflater.precache(): Precaching layout tasks:params-execute
2015-06-04 12:59:40,841 DEBUG    inflater.precache(): Precaching layout tasks:params-copydir
2015-06-04 12:59:40,851 DEBUG    inflater.precache(): Precaching layout fm:main
2015-06-04 12:59:40,862 DEBUG    inflater.precache(): Precaching layout fm:config
2015-06-04 12:59:40,863 DEBUG    inflater.precache(): Precaching layout resolv:main
2015-06-04 12:59:40,864 DEBUG    inflater.precache(): Precaching layout services:main
2015-06-04 12:59:40,866 DEBUG    inflater.precache(): Precaching layout services:widget
2015-06-04 12:59:40,867 DEBUG    inflater.precache(): Precaching layout services:bar
2015-06-04 12:59:40,867 DEBUG    inflater.precache(): Precaching layout supervisor:main
2015-06-04 12:59:40,871 DEBUG    __init__.instantiate(): Root context instantiated [UpstartServiceManager] <ajenti.plugins.services.sm_upstart.UpstartServiceManager object at 0x7f26d7fb8290>
2015-06-04 12:59:40,871 DEBUG    __init__.instantiate(): Root context instantiated [SysVInitServiceManager] <ajenti.plugins.services.sm_sysvinit.SysVInitServiceManager object at 0x7f26d7fb8350>
2015-06-04 12:59:40,871 DEBUG    __init__.instantiate(): Root context instantiated [SupervisorServiceManager] <ajenti.plugins.supervisor.client.SupervisorServiceManager object at 0x7f26d7fb82d0>
2015-06-04 12:59:40,871 DEBUG    __init__.instantiate(): Root context instantiated [ServiceMultiplexor] <ajenti.plugins.services.api.ServiceMultiplexor object at 0x7f26d7fedd50>
2015-06-04 12:59:40,871 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/supervisor', 'status']
2015-06-04 12:59:40,882 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/supervisor', 'status']
2015-06-04 12:59:40,905 DEBUG    inflater.precache(): Precaching layout taskmgr:main
2015-06-04 12:59:40,908 DEBUG    inflater.precache(): Precaching layout hdparm:widget
2015-06-04 12:59:40,909 DEBUG    inflater.precache(): Precaching layout iptables:option-port
2015-06-04 12:59:40,910 DEBUG    inflater.precache(): Precaching layout iptables:option-ports
2015-06-04 12:59:40,910 DEBUG    inflater.precache(): Precaching layout iptables:main
2015-06-04 12:59:40,914 DEBUG    inflater.precache(): Precaching layout iptables:option-address
2015-06-04 12:59:40,915 DEBUG    inflater.precache(): Precaching layout iptables:option-reject-with
2015-06-04 12:59:40,915 DEBUG    inflater.precache(): Precaching layout iptables:option-protocol
2015-06-04 12:59:40,916 DEBUG    inflater.precache(): Precaching layout iptables:option-custom
2015-06-04 12:59:40,917 DEBUG    inflater.precache(): Precaching layout iptables:option-interface
2015-06-04 12:59:40,917 DEBUG    inflater.precache(): Precaching layout iptables:option-state
2015-06-04 12:59:40,918 DEBUG    inflater.precache(): Precaching layout iptables:option
2015-06-04 12:59:40,918 DEBUG    inflater.precache(): Precaching layout iptables:option-match
2015-06-04 12:59:40,919 DEBUG    inflater.precache(): Precaching layout memcache:widget
2015-06-04 12:59:40,919 DEBUG    inflater.precache(): Precaching layout db_common:main
2015-06-04 12:59:40,925 DEBUG    inflater.precache(): Precaching layout mysql:config
2015-06-04 12:59:40,926 DEBUG    inflater.precache(): Precaching layout fstab:main
2015-06-04 12:59:40,934 DEBUG    inflater.precache(): Precaching layout fstab:widget
2015-06-04 12:59:40,935 DEBUG    inflater.precache(): Precaching layout fstab:free-widget
2015-06-04 12:59:40,936 DEBUG    inflater.precache(): Precaching layout fstab:iio-widget
2015-06-04 12:59:40,937 DEBUG    inflater.precache(): Precaching layout logs:main
2015-06-04 12:59:40,982 DEBUG    inflater.precache(): Precaching layout logs:config
2015-06-04 12:59:40,983 DEBUG    inflater.precache(): Precaching layout hddtemp:widget
2015-06-04 12:59:40,984 DEBUG    inflater.precache(): Precaching layout webserver_common:main
2015-06-04 12:59:40,987 DEBUG    inflater.precache(): Precaching layout network:bit-linux-ifupdown
2015-06-04 12:59:40,988 DEBUG    inflater.precache(): Precaching layout network:bit-linux-basic
2015-06-04 12:59:40,988 DEBUG    inflater.precache(): Precaching layout network:main
2015-06-04 12:59:40,991 DEBUG    inflater.precache(): Precaching layout network:bit-linux-dhcp
2015-06-04 12:59:40,992 DEBUG    inflater.precache(): Precaching layout network:widget
2015-06-04 12:59:40,994 DEBUG    inflater.precache(): Precaching layout network:bit-linux-ipv4
2015-06-04 12:59:40,995 DEBUG    inflater.precache(): Precaching layout packages:installer
2015-06-04 12:59:40,995 DEBUG    inflater.precache(): Precaching layout packages:main
2015-06-04 12:59:41,001 DEBUG    inflater.precache(): Precaching layout packages:row
2015-06-04 12:59:41,001 DEBUG    inflater.precache(): Precaching layout packages:headers
2015-06-04 12:59:41,001 DEBUG    inflater.precache(): Precaching layout ajenti_org:main
2015-06-04 12:59:41,002 DEBUG    inflater.precache(): Precaching layout ajenti_org:config
2015-06-04 12:59:41,003 DEBUG    inflater.precache(): Precaching layout notepad:listitem
2015-06-04 12:59:41,003 DEBUG    inflater.precache(): Precaching layout notepad:main
2015-06-04 12:59:41,015 DEBUG    inflater.precache(): Precaching layout notepad:config
2015-06-04 12:59:41,015 DEBUG    inflater.precache(): Precaching layout users:user-list
2015-06-04 12:59:41,024 DEBUG    inflater.precache(): Precaching layout users:main
2015-06-04 12:59:41,034 DEBUG    inflater.precache(): Precaching layout power:widget
2015-06-04 12:59:41,035 DEBUG    inflater.precache(): Precaching layout uname:widget
2015-06-04 12:59:41,037 DEBUG    inflater.precache(): Precaching layout plugins:main
2015-06-04 12:59:41,044 DEBUG    inflater.precache(): Precaching layout bind9:main
2015-06-04 12:59:41,046 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/bind9', 'status']
2015-06-04 12:59:41,053 DEBUG    compat.Popen(): Popen: [u'/etc/init.d/bind9', 'status']
2015-06-04 12:59:41,071 DEBUG    inflater.precache(): Precaching layout hosts:main
2015-06-04 12:59:41,073 DEBUG    inflater.precache(): Precaching layout configurator:ldap-sync-config
2015-06-04 12:59:41,074 DEBUG    inflater.precache(): Precaching layout configurator:main
2015-06-04 12:59:41,086 DEBUG    inflater.precache(): Precaching layout configurator:licensing
2015-06-04 12:59:41,087 DEBUG    inflater.precache(): Precaching layout configurator:ad-sync-config
2015-06-04 12:59:41,088 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-python-wsgi
2015-06-04 12:59:41,094 DEBUG    inflater.precache(): Precaching layout vh:main-website
2015-06-04 12:59:41,127 DEBUG    inflater.precache(): Precaching layout vh:main
2015-06-04 12:59:41,130 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-ruby-unicorn
2015-06-04 12:59:41,130 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-php-fcgi
2015-06-04 12:59:41,132 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-fcgi
2015-06-04 12:59:41,133 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-ruby-puma
2015-06-04 12:59:41,134 DEBUG    inflater.precache(): Precaching layout vh:main-website-location
2015-06-04 12:59:41,135 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-nodejs
2015-06-04 12:59:41,136 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-proxy
2015-06-04 12:59:41,137 DEBUG    inflater.precache(): Precaching layout vh:ext-processes
2015-06-04 12:59:41,150 DEBUG    inflater.precache(): Precaching layout vh:not-configured
2015-06-04 12:59:41,151 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-static
2015-06-04 12:59:41,151 DEBUG    inflater.precache(): Precaching layout cloudflare:main
2015-06-04 12:59:41,157 DEBUG    inflater.precache(): Precaching layout cloudflare:config
2015-06-04 12:59:41,158 DEBUG    inflater.precache(): Precaching layout vh-mysql:ext
2015-06-04 12:59:41,161 INFO     core.run(): Starting server on (u'0.0.0.0', 8000)
2015-06-04 12:59:41,168 DEBUG    __init__.instantiate(): Root context instantiated [SessionMiddleware] <ajenti.middleware.SessionMiddleware object at 0x7f26d78afd10>
2015-06-04 12:59:41,168 DEBUG    __init__.instantiate(): Root context instantiated [AuthenticationMiddleware] <ajenti.middleware.AuthenticationMiddleware object at 0x7f26d7896bd0>
2015-06-04 12:59:41,169 DEBUG    __init__.instantiate(): Root context instantiated [CentralDispatcher] <ajenti.routing.CentralDispatcher object at 0x7f26d7879110>
2015-06-04 12:59:41,169 INFO     core.run(): SSL enabled: /etc/ajenti/ajenti.pem
2015-06-04 12:59:41,170 DEBUG    __init__.instantiate(): Root context instantiated [IPCServer] <ajenti.ipc.IPCServer object at 0x7f26d7879350>
2015-06-04 12:59:41,171 DEBUG    __init__.instantiate(): Root context instantiated [Licensing] <ajenti.licensing.Licensing object at 0x7f26d7896050>
2015-06-04 12:59:41,173 DEBUG    feedback.send(): Feedback >> ping ({'edition': 'vanilla+vh', 'version': '1.2.22.18', 'os': 'debian', 'id': 28653})
2015-06-04 12:59:41,176 INFO     connectionpool._new_conn(): Starting new HTTP connection (1): meta.ajenti.org
2015-06-04 12:59:41,415 DEBUG    connectionpool._make_request(): Setting read timeout to None
2015-06-04 12:59:41,591 DEBUG    connectionpool._make_request(): "POST /api/v2/ping HTTP/1.1" 200 36
2015-06-04 12:59:41,592 DEBUG    feedback.send(): Feedback << {"status": "ok"}
2015-06-04 12:59:43,836 DEBUG    __init__.instantiate(): Root context instantiated [MainServer] <ajenti.plugins.main.main.MainServer object at 0x7f26d651ead0>
2015-06-04 12:59:43,839 DEBUG    __init__.instantiate(): Root context instantiated [TerminalHttp] <ajenti.plugins.terminal.main.TerminalHttp object at 0x7f26d651eb10>
2015-06-04 12:59:43,839 DEBUG    __init__.instantiate(): Root context instantiated [UploadReceiver] <ajenti.plugins.fm.fm.UploadReceiver object at 0x7f26d651ebd0>
2015-06-04 12:59:43,839 DEBUG    __init__.instantiate(): Root context instantiated [ContentServer] <ajenti.plugins.resources.server.ContentServer object at 0x7f26d651ec90>
2015-06-04 12:59:44,538 DEBUG    __init__.instantiate(): Root context instantiated [ContentCompressor] <ajenti.plugins.resources.server.ContentCompressor object at 0x7f26d64b9610>
2015-06-04 12:59:49,694 DEBUG    __init__.instantiate(): Root context instantiated [UserManager] <ajenti.users.UserManager object at 0x7f26d64cd850>
2015-06-04 12:59:49,700 DEBUG    __init__.instantiate(): Root context instantiated [AjentiSyncProvider] <ajenti.usersync.local.AjentiSyncProvider object at 0x7f26d64de450>
2015-06-04 12:59:49,760 INFO     users.check_password(): user root logged in through AjentiSyncProvider from 98.143.75.198
2015-06-04 12:59:50,345 DEBUG    __init__.instantiate(): Context for root instantiated [MainServer] <ajenti.plugins.main.main.MainServer object at 0x7f26d64b98d0>
2015-06-04 12:59:50,347 DEBUG    __init__.instantiate(): Context for root instantiated [TerminalHttp] <ajenti.plugins.terminal.main.TerminalHttp object at 0x7f26d64b9110>
2015-06-04 12:59:50,347 DEBUG    __init__.instantiate(): Context for root instantiated [UploadReceiver] <ajenti.plugins.fm.fm.UploadReceiver object at 0x7f26d64b9950>
2015-06-04 12:59:50,347 DEBUG    __init__.instantiate(): Context for root instantiated [ContentServer] <ajenti.plugins.resources.server.ContentServer object at 0x7f26d64b9690>
2015-06-04 12:59:54,403 DEBUG    handler.run_application(): Initializing WebSocket
2015-06-04 12:59:54,403 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
2015-06-04 12:59:54,403 DEBUG    handler.upgrade_connection(): Attempting to upgrade connection
2015-06-04 12:59:54,404 DEBUG    handler.upgrade_connection(): WebSocket request accepted, switching protocols
2015-06-04 12:59:54,404 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: send_into_ws
2015-06-04 12:59:54,404 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: read_from_ws
2015-06-04 12:59:54,404 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
2015-06-04 12:59:54,404 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
2015-06-04 12:59:54,869 DEBUG    __init__.instantiate(): Context for root instantiated [UI] <ajenti.ui.UI object at 0x7f26d63b25d0>
2015-06-04 12:59:54,879 DEBUG    __init__.instantiate(): Context for root instantiated [PasswordChangeSection] <main:section # 10233>
2015-06-04 12:59:54,884 DEBUG    __init__.instantiate(): Context for root instantiated [Terminals] <main:section # 10246>
2015-06-04 12:59:54,911 DEBUG    __init__.instantiate(): Context for root instantiated [AjentiUpdater] <ajenti.plugins.dashboard.updater.AjentiUpdater object at 0x7f26d79d23d0>
2015-06-04 12:59:54,914 DEBUG    __init__.instantiate(): Context for root instantiated [DebianPackageManager] <ajenti.plugins.packages.pm_apt.DebianPackageManager object at 0x7f26d79d2410>
2015-06-04 12:59:54,914 DEBUG    __init__.instantiate(): Context for root instantiated [Dash] <main:section # 10262>
2015-06-04 12:59:54,919 DEBUG    __init__.instantiate(): Context for root instantiated [Cron] <main:section # 10366>
2015-06-04 12:59:54,925 DEBUG    __init__.instantiate(): Root context instantiated [TaskManager] <ajenti.plugins.tasks.manager.TaskManager object at 0x7f26d77e9210>
2015-06-04 12:59:54,926 DEBUG    __init__.instantiate(): Context for root instantiated [Tasks] <main:section # 10459>
2015-06-04 12:59:54,932 DEBUG    __init__.instantiate(): Context for root instantiated [FMBackend] <ajenti.plugins.fm.backend.FMBackend object at 0x7f26d77f1290>
2015-06-04 12:59:54,935 DEBUG    __init__.instantiate(): Context for root instantiated [FileManager] <main:section # 10593>
2015-06-04 12:59:54,938 DEBUG    __init__.instantiate(): Context for root instantiated [Resolv] <main:section # 10729>
2015-06-04 12:59:54,944 DEBUG    __init__.instantiate(): Context for root instantiated [UpstartServiceManager] <ajenti.plugins.services.sm_upstart.UpstartServiceManager object at 0x7f26d63947d0>
2015-06-04 12:59:54,944 DEBUG    __init__.instantiate(): Context for root instantiated [SysVInitServiceManager] <ajenti.plugins.services.sm_sysvinit.SysVInitServiceManager object at 0x7f26d6394950>
2015-06-04 12:59:54,944 DEBUG    __init__.instantiate(): Context for root instantiated [SupervisorServiceManager] <ajenti.plugins.supervisor.client.SupervisorServiceManager object at 0x7f26d6394e50>
2015-06-04 12:59:54,944 DEBUG    __init__.instantiate(): Context for root instantiated [ServiceMultiplexor] <ajenti.plugins.services.api.ServiceMultiplexor object at 0x7f26d6394550>
2015-06-04 12:59:54,944 DEBUG    __init__.instantiate(): Context for root instantiated [Services] <main:section # 10751>
2015-06-04 12:59:55,141 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2015-06-04 12:59:55,145 DEBUG    compat.Popen(): Popen: ['apt-show-versions', '-u']
2015-06-04 12:59:55,160 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2015-06-04 12:59:55,172 DEBUG    __init__.instantiate(): Context for root instantiated [Supervisor] <main:section # 10777>
2015-06-04 12:59:55,183 DEBUG    __init__.instantiate(): Context for root instantiated [TaskManager] <main:section # 11042>
2015-06-04 12:59:55,195 DEBUG    __init__.instantiate(): Context for root instantiated [DebianFirewallManager] <ajenti.plugins.iptables.main.DebianFirewallManager object at 0x7f26d62bf1d0>
2015-06-04 12:59:55,200 DEBUG    __init__.instantiate(): Context for root instantiated [Firewall] <main:section # 11087>
2015-06-04 12:59:55,206 DEBUG    __init__.instantiate(): Context for root instantiated [DebianIPv6FirewallManager] <ajenti.plugins.iptables.main.DebianIPv6FirewallManager object at 0x7f26d62bf450>
2015-06-04 12:59:55,207 DEBUG    __init__.instantiate(): Context for root instantiated [IPv6Firewall] <main:section # 11140>
2015-06-04 12:59:55,220 DEBUG    __init__.instantiate(): Context for root instantiated [MySQLDB] <ajenti.plugins.mysql.api.MySQLDB object at 0x7f26d6268590>
2015-06-04 12:59:55,220 DEBUG    __init__.instantiate(): Context for root instantiated [MySQLPlugin] <main:section # 11193>
2015-06-04 12:59:55,227 DEBUG    compat.Popen(): Popen: ['df', '-P']
2015-06-04 12:59:55,240 DEBUG    __init__.instantiate(): Context for root instantiated [MountsBackend] <ajenti.plugins.fstab.main.MountsBackend object at 0x7f26d622c5d0>
2015-06-04 12:59:55,241 DEBUG    __init__.instantiate(): Context for root instantiated [Filesystems] <main:section # 11254>
2015-06-04 12:59:55,264 DEBUG    __init__.instantiate(): Context for root instantiated [Logs] <main:section # 11414>
2015-06-04 12:59:55,272 DEBUG    compat.Popen(): Popen: ['ifconfig', 'lo']
2015-06-04 12:59:55,286 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth0']
2015-06-04 12:59:55,299 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth1']
2015-06-04 12:59:55,333 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth2']
2015-06-04 12:59:55,365 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth3']
2015-06-04 12:59:55,397 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth4']
2015-06-04 12:59:55,429 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth5']
2015-06-04 12:59:55,461 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth6']
2015-06-04 12:59:55,493 DEBUG    compat.Popen(): Popen: ['ifconfig', 'eth7']
2015-06-04 12:59:55,525 DEBUG    __init__.instantiate(): Context for root instantiated [DebianNetworkConfig] <ajenti.plugins.network.nc_debian.DebianNetworkConfig object at 0x7f26d61cfd50>
2015-06-04 12:59:55,526 DEBUG    __init__.instantiate(): Context for root instantiated [NetworkPlugin] <main:section # 11856>
2015-06-04 12:59:55,537 DEBUG    __init__.instantiate(): Context for root instantiated [Packages] <main:section # 11893>
2015-06-04 12:59:55,573 DEBUG    __init__.instantiate(): Context for root instantiated [Controller] <ajenti.plugins.notepad.notepad.Controller object at 0x7f26d60ce0d0>
2015-06-04 12:59:55,574 DEBUG    __init__.instantiate(): Context for root instantiated [Notepad] <main:section # 11991>
2015-06-04 12:59:55,601 DEBUG    __init__.instantiate(): Context for root instantiated [LinuxUsersBackend] <ajenti.plugins.users.main.LinuxUsersBackend object at 0x7f26d61235d0>
2015-06-04 12:59:55,602 DEBUG    __init__.instantiate(): Context for root instantiated [Users] <main:section # 12435>
2015-06-04 12:59:55,609 DEBUG    __init__.instantiate(): Context for root instantiated [PluginsPlugin] <main:section # 12746>
2015-06-04 12:59:55,619 DEBUG    __init__.instantiate(): Context for root instantiated [BIND9Plugin] <main:section # 12795>
2015-06-04 12:59:55,626 DEBUG    __init__.instantiate(): Context for root instantiated [Hosts] <main:section # 12950>
2015-06-04 12:59:55,653 DEBUG    __init__.instantiate(): Context for root instantiated [ClassConfigManager] <ajenti.plugins.configurator.configurator.ClassConfigManager object at 0x7f26d5fac310>
2015-06-04 12:59:55,662 DEBUG    __init__.instantiate(): Context for root instantiated [Configurator] <main:section # 12981>
2015-06-04 12:59:55,679 DEBUG    __init__.instantiate(): Root context instantiated [Static] <ajenti.plugins.vh.gate_static.Static object at 0x7f26d5f79310>
2015-06-04 12:59:55,684 DEBUG    __init__.instantiate(): Root context instantiated [ProxyPass] <ajenti.plugins.vh.gate_proxy.ProxyPass object at 0x7f26d5f79350>
2015-06-04 12:59:55,684 DEBUG    __init__.instantiate(): Root context instantiated [FCGIPass] <ajenti.plugins.vh.gate_fcgi.FCGIPass object at 0x7f26d5f793d0>
2015-06-04 12:59:55,684 DEBUG    __init__.instantiate(): Root context instantiated [NodeJS] <ajenti.plugins.vh-nodejs.nodejs.NodeJS object at 0x7f26d5f79410>
2015-06-04 12:59:55,684 DEBUG    __init__.instantiate(): Root context instantiated [Gunicorn] <ajenti.plugins.vh-gunicorn.gunicorn.Gunicorn object at 0x7f26d5f79450>
2015-06-04 12:59:55,684 DEBUG    __init__.instantiate(): Root context instantiated [PHPFPM] <ajenti.plugins.vh-php-fpm.phpfpm.PHPFPM object at 0x7f26d5f79490>
2015-06-04 12:59:55,686 DEBUG    __init__.instantiate(): Root context instantiated [Processes] <ajenti.plugins.vh.processes.Processes object at 0x7f26d5f794d0>
2015-06-04 12:59:55,689 DEBUG    __init__.instantiate(): Root context instantiated [SupervisorRestartable] <ajenti.plugins.vh.processes.SupervisorRestartable object at 0x7f26d5f79510>
2015-06-04 12:59:55,691 DEBUG    __init__.instantiate(): Root context instantiated [NGINXRestartable] <ajenti.plugins.vh-nginx.nginx.NGINXRestartable object at 0x7f26d5f79550>
2015-06-04 12:59:55,702 DEBUG    __init__.instantiate(): Root context instantiated [PHPFPMRestartable] <ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable object at 0x7f26d5f79590>
2015-06-04 12:59:55,703 DEBUG    __init__.instantiate(): Root context instantiated [NginxWebserver] <ajenti.plugins.vh-nginx.nginx.NginxWebserver object at 0x7f26d5f792d0>
2015-06-04 12:59:55,703 DEBUG    __init__.instantiate(): Root context instantiated [VHManager] <ajenti.plugins.vh.api.VHManager object at 0x7f26d5fbb890>
2015-06-04 12:59:55,709 DEBUG    __init__.instantiate(): Context for root instantiated [WebsitesPlugin] <main:section # 13210>
2015-06-04 12:59:55,765 DEBUG    __init__.instantiate(): Context for root instantiated [WebsitesWebsiteEditorPlugin] <main:section # 13250>
2015-06-04 12:59:55,776 DEBUG    __init__.instantiate(): Context for root instantiated [CloudFlareBackend] <ajenti.plugins.cloudflare.backend.CloudFlareBackend object at 0x7f26d5e76a90>
2015-06-04 12:59:55,776 DEBUG    __init__.instantiate(): Context for root instantiated [CloudFlare] <main:section # 13812>
2015-06-04 12:59:55,781 DEBUG    __init__.instantiate(): Context for root instantiated [HostnameSensor] <ajenti.plugins.sensors.hostname.HostnameSensor object at 0x7f26d5e8d310>
2015-06-04 12:59:55,793 DEBUG    __init__.instantiate(): Context for root instantiated [LinuxLoadSensor] <ajenti.plugins.sensors.load.LinuxLoadSensor object at 0x7f26d5e8d610>
2015-06-04 12:59:55,802 DEBUG    __init__.instantiate(): Context for root instantiated [MemorySensor] <ajenti.plugins.sensors.memory.MemorySensor object at 0x7f26d5e8db10>
2015-06-04 12:59:55,816 DEBUG    __init__.instantiate(): Context for root instantiated [SwapSensor] <ajenti.plugins.sensors.memory.SwapSensor object at 0x7f26d5e8de10>
2015-06-04 12:59:55,825 DEBUG    __init__.instantiate(): Context for root instantiated [MemcacheSensor] <ajenti.plugins.memcache.widget.MemcacheSensor object at 0x7f26d5e1d310>
2015-06-04 12:59:55,841 DEBUG    compat.Popen(): Popen: ['uname', '-sro']
2015-06-04 12:59:55,862 DEBUG    __init__.instantiate(): Context for root instantiated [PSUtilDiskUsageSensor] <ajenti.plugins.fstab.disks.PSUtilDiskUsageSensor object at 0x7f26d5e33050>
2015-06-04 12:59:55,877 DEBUG    __init__.instantiate(): Context for root instantiated [UnixUptimeSensor] <ajenti.plugins.sensors.uptime.UnixUptimeSensor object at 0x7f26d5e333d0>
2015-06-04 12:59:55,886 DEBUG    __init__.instantiate(): Context for root instantiated [CPUSensor] <ajenti.plugins.sensors.cpu.CPUSensor object at 0x7f26d5e33810>
2015-06-04 12:59:55,900 DEBUG    __init__.instantiate(): Context for root instantiated [TrafficSensor] <ajenti.plugins.network.widget.TrafficSensor object at 0x7f26d5e40110>
2015-06-04 12:59:55,919 DEBUG    __init__.instantiate(): Context for root instantiated [ImmediateWriteSensor] <ajenti.plugins.fstab.iops.ImmediateWriteSensor object at 0x7f26d5e40d10>
2015-06-04 12:59:55,924 DEBUG    __init__.instantiate(): Context for root instantiated [ImmediateReadSensor] <ajenti.plugins.fstab.iops.ImmediateReadSensor object at 0x7f26d5e40d50>
2015-06-04 12:59:56,988 DEBUG    compat.Popen(): Popen: ['dpkg', '-l']
2015-06-04 12:59:57,035 DEBUG    dash.update_check_callback(): Update availability: []
2015-06-04 13:00:05,185 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pxxxxxx', '-h', u'localhost']
2015-06-04 13:00:05,191 DEBUG    api.query(): SHOW DATABASES;
2015-06-04 13:00:36,848 DEBUG    compat.Popen(): Popen: ['which', 'node']
2015-06-04 13:00:36,874 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
2015-06-04 13:00:37,111 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2015-06-04 13:00:37,125 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2015-06-04 13:00:37,133 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
2015-06-04 13:00:37,135 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2015-06-04 13:00:37,141 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
2015-06-04 13:00:37,142 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
2015-06-04 13:00:37,336 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2015-06-04 13:00:37,339 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
2015-06-04 13:00:37,344 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2015-06-04 13:00:37,346 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
2015-06-04 13:00:37,351 DEBUG    compat.Popen(): Popen: ['initctl', 'restart', 'php5-fpm']
2015-06-04 13:00:37,373 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
2015-06-04 13:00:37,382 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
2015-06-04 13:00:37,496 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
2015-06-04 13:00:37,536 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
2015-06-04 13:00:37,824 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2015-06-04 13:00:37,922 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
2015-06-04 13:00:37,940 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f26d5c29d50>
2015-06-04 13:00:37,941 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f26d5c29c50>
2015-06-04 13:00:37,941 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f26d5c29bd0>
2015-06-04 13:00:37,942 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2015-06-04 13:00:37,946 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2015-06-04 13:01:29,302 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pxxxxxx', '-h', u'localhost']
2015-06-04 13:01:29,310 DEBUG    api.query(): SHOW DATABASES;
2015-06-04 13:19:22,792 DEBUG    compat.Popen(): Popen: ['which', 'node']
2015-06-04 13:19:22,817 DEBUG    compat.Popen(): Popen: ['chown', 'www-data:www-data', '-R', '/var/lib/nginx']
2015-06-04 13:19:22,843 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2015-06-04 13:19:22,845 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2015-06-04 13:19:22,846 DEBUG    api.schedule(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable scheduled
2015-06-04 13:19:22,847 DEBUG    api.schedule(): ajenti.plugins.vh.processes.SupervisorRestartable scheduled
2015-06-04 13:19:22,849 DEBUG    api.schedule(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable scheduled
2015-06-04 13:19:22,850 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarting
2015-06-04 13:19:23,039 DEBUG    compat.Popen(): Popen: ['/etc/init.d/supervisor', 'status']
2015-06-04 13:19:23,042 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarting
2015-06-04 13:19:23,048 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2015-06-04 13:19:23,050 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarting
2015-06-04 13:19:23,056 DEBUG    compat.Popen(): Popen: ['initctl', 'restart', 'php5-fpm']
2015-06-04 13:19:23,073 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'restart']
2015-06-04 13:19:23,086 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'reload']
2015-06-04 13:19:23,141 DEBUG    api.process(): ajenti.plugins.vh-nginx.nginx.NGINXRestartable restarted
2015-06-04 13:19:23,204 DEBUG    api.process(): ajenti.plugins.vh-php-fpm.phpfpm.PHPFPMRestartable restarted
2015-06-04 13:19:23,307 DEBUG    compat.Popen(): Popen: ['supervisorctl', 'status']
2015-06-04 13:19:23,403 DEBUG    api.process(): ajenti.plugins.vh.processes.SupervisorRestartable restarted
2015-06-04 13:19:23,435 DEBUG    __init__.instantiate(): Root context instantiated [FPMServiceTest] <ajenti.plugins.vh-php-fpm.phpfpm.FPMServiceTest object at 0x7f26d651eb90>
2015-06-04 13:19:23,435 DEBUG    __init__.instantiate(): Root context instantiated [NginxConfigTest] <ajenti.plugins.vh-nginx.nginx.NginxConfigTest object at 0x7f26d775a450>
2015-06-04 13:19:23,436 DEBUG    __init__.instantiate(): Root context instantiated [NginxServiceTest] <ajenti.plugins.vh-nginx.nginx.NginxServiceTest object at 0x7f26d788f710>
2015-06-04 13:19:23,436 DEBUG    compat.Popen(): Popen: ['nginx', '-t']
2015-06-04 13:19:23,441 DEBUG    compat.Popen(): Popen: ['/etc/init.d/nginx', 'status']
2015-06-04 13:19:54,707 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pxxxxxx', '-h', u'localhost']
2015-06-04 13:19:54,714 DEBUG    api.query(): SHOW DATABASES;
2015-06-04 13:20:17,297 DEBUG    compat.Popen(): Popen: ['mysql', u'-uroot', u'-pxxxxxx', '-h', u'localhost']
2015-06-04 13:20:17,309 DEBUG    api.query(): DROP DATABASE `0001sitename`;
wrrr commented 9 years ago

Bug [resolved]

Database dropped in mysql using Ajenti tool, still shows in Ajenti -v before deleting website. Not a big deal.