Eugeny / ajenti-v

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

Crash when updating a website or refreshing status #241

Closed wandering213 closed 7 years ago

wandering213 commented 7 years ago

I get the following error message when I try to update any website config or refresh the nginx status.

Ajenti bug report

Info Value
Ajenti 1.2.23.8
Platform debian / ubuntu / Ubuntu 16.04.1 LTS
Architecture x86_64 x86_64
Python 2.7.12
Installation 65427952
Debug True
Catcher report <!DOCTYPE html>
Ajenti Server Admin Panel ```
404, sorry
```

Loaded plugins | ajenti_org, codemirror, configurator, cron, dashboard, db_common, fail2ban, fm, fstab, hdparm, hosts, iptables, logs, main, memcache, mysql, network, nginx, notepad, ntpd, packages, plugins, power, resolv, resources, scripts, sensors, services, supervisor, taskmgr, tasks, terminal, uname, users, vh, vh-mail, vh-mysql, vh-nginx, vh-php7.0-fpm, webserver_common

Library Version
gevent 1.1.0
greenlet 0.4.9
reconfigure 0.1.77
requests 2.9.1
psutil 3.4.2
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 388, in dispatch_event
    getattr(self, k)(**(params or {}))
  File "/var/lib/ajenti/plugins/vh/main.py", line 89, in on_recheck
    self.manager.run_checks()
  File "/var/lib/ajenti/plugins/vh/api.py", line 327, in run_checks
    self.__runall([(run_check, [c]) for c in self.checks])
  File "/var/lib/ajenti/plugins/vh/api.py", line 298, in __runall
    raise g.exception
DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.0 was not provided by any .service files

Log content:

2016-09-28 16:36:13,181 INFO     ajenti-panel.<module>(): Using config file /etc/ajenti/config.json
2016-09-28 16:36:13,402 DEBUG    registry.register_crypt_handler(): registered 'sha512_crypt' handler: <class 'passlib.handlers.sha2_crypt.sha512_crypt'>
2016-09-28 16:36:13,819 DEBUG    compat.Popen(): Popen: git describe --tags 2> /dev/null
2016-09-28 16:36:13,851 DEBUG    compat.Popen(): Popen: ['lsb_release', '-sd']
2016-09-28 16:36:14,008 INFO     core.run(): Ajenti 1.2.23.8 running on platform: debian
2016-09-28 16:36:14,009 DEBUG    __init__.load(): Loading plugin openvpn
2016-09-28 16:36:14,010 DEBUG    __init__.load_recursive(): Preloading plugin dependency: main
2016-09-28 16:36:14,010 DEBUG    __init__.load(): Loading plugin main
2016-09-28 16:36:14,022 DEBUG    __init__.load(): Loading plugin openvpn
2016-09-28 16:36:14,023 DEBUG    __init__.load_recursive(): Preloading plugin dependency: services
2016-09-28 16:36:14,023 DEBUG    __init__.load(): Loading plugin services
2016-09-28 16:36:14,024 DEBUG    __init__.load_recursive(): Preloading plugin dependency: dashboard
2016-09-28 16:36:14,024 DEBUG    __init__.load(): Loading plugin dashboard
2016-09-28 16:36:14,031 DEBUG    __init__.load(): Loading plugin services
2016-09-28 16:36:14,049 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
2016-09-28 16:36:14,050 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
2016-09-28 16:36:14,180 DEBUG    __init__.load(): Loading plugin openvpn
2016-09-28 16:36:14,180 DEBUG    compat.Popen(): Popen: ['which', 'openvpn']
2016-09-28 16:36:14,193 DEBUG    __init__.load():  *** [openvpn] skipping due to BinaryDependency (openvpn)
2016-09-28 16:36:14,197 DEBUG    __init__.load(): Loading plugin fm
2016-09-28 16:36:14,197 DEBUG    __init__.load_recursive(): Preloading plugin dependency: tasks
2016-09-28 16:36:14,198 DEBUG    __init__.load(): Loading plugin tasks
2016-09-28 16:36:14,198 DEBUG    __init__.load_recursive(): Preloading plugin dependency: cron
2016-09-28 16:36:14,199 DEBUG    __init__.load(): Loading plugin cron
2016-09-28 16:36:14,199 DEBUG    compat.Popen(): Popen: ['which', 'crontab']
2016-09-28 16:36:14,212 DEBUG    __init__.load(): Loading plugin tasks
2016-09-28 16:36:14,221 DEBUG    __init__.load(): Loading plugin fm
2016-09-28 16:36:14,227 DEBUG    __init__.load(): Loading plugin users
2016-09-28 16:36:14,232 DEBUG    __init__.load(): Loading plugin mysql
2016-09-28 16:36:14,233 DEBUG    __init__.load_recursive(): Preloading plugin dependency: db_common
2016-09-28 16:36:14,233 DEBUG    __init__.load(): Loading plugin db_common
2016-09-28 16:36:14,234 DEBUG    __init__.load(): Loading plugin mysql
2016-09-28 16:36:14,234 DEBUG    compat.Popen(): Popen: ['which', 'mysql']
2016-09-28 16:36:14,245 DEBUG    compat.Popen(): Popen: ['which', 'mysqld_safe']
2016-09-28 16:36:14,264 DEBUG    __init__.load(): Loading plugin sensors
2016-09-28 16:36:14,269 DEBUG    __init__.load(): Loading plugin taskmgr
2016-09-28 16:36:14,270 DEBUG    __init__.load(): Loading plugin uname
2016-09-28 16:36:14,271 DEBUG    __init__.load(): Loading plugin exports
2016-09-28 16:36:14,273 DEBUG    compat.Popen(): Popen: ['which', 'nfsstat']
2016-09-28 16:36:14,285 DEBUG    __init__.load():  *** [exports] skipping due to BinaryDependency (nfsstat)
2016-09-28 16:36:14,285 DEBUG    __init__.load(): Loading plugin packages
2016-09-28 16:36:14,285 DEBUG    __init__.load_recursive(): Preloading plugin dependency: terminal
2016-09-28 16:36:14,286 DEBUG    __init__.load(): Loading plugin terminal
2016-09-28 16:36:14,333 DEBUG    __init__.load(): Loading plugin packages
2016-09-28 16:36:14,340 DEBUG    __init__.load(): Loading plugin samba
2016-09-28 16:36:14,341 DEBUG    compat.Popen(): Popen: ['which', 'smbd']
2016-09-28 16:36:14,354 DEBUG    __init__.load():  *** [samba] skipping due to BinaryDependency (smbd)
2016-09-28 16:36:14,360 DEBUG    __init__.load(): Loading plugin munin
2016-09-28 16:36:14,363 DEBUG    compat.Popen(): Popen: ['which', 'munin-cron']
2016-09-28 16:36:14,368 DEBUG    __init__.load():  *** [munin] skipping due to BinaryDependency (munin-cron)
2016-09-28 16:36:14,376 DEBUG    __init__.load(): Loading plugin raid
2016-09-28 16:36:14,377 DEBUG    compat.Popen(): Popen: ['which', 'mdadm']
2016-09-28 16:36:14,388 DEBUG    __init__.load():  *** [raid] skipping due to BinaryDependency (mdadm)
2016-09-28 16:36:14,389 DEBUG    __init__.load(): Loading plugin fstab
2016-09-28 16:36:14,397 DEBUG    __init__.load(): Loading plugin bind9
2016-09-28 16:36:14,398 DEBUG    compat.Popen(): Popen: ['which', 'named']
2016-09-28 16:36:14,407 DEBUG    __init__.load():  *** [bind9] skipping due to BinaryDependency (named)
2016-09-28 16:36:14,412 DEBUG    __init__.load(): Loading plugin lm_sensors
2016-09-28 16:36:14,413 DEBUG    compat.Popen(): Popen: ['which', 'sensors']
2016-09-28 16:36:14,432 DEBUG    __init__.load():  *** [lm_sensors] skipping due to BinaryDependency (sensors)
2016-09-28 16:36:14,436 DEBUG    __init__.load(): Loading plugin nginx
2016-09-28 16:36:14,440 DEBUG    __init__.load_recursive(): Preloading plugin dependency: webserver_common
2016-09-28 16:36:14,440 DEBUG    __init__.load(): Loading plugin webserver_common
2016-09-28 16:36:14,445 DEBUG    __init__.load(): Loading plugin nginx
2016-09-28 16:36:14,445 DEBUG    compat.Popen(): Popen: ['which', 'nginx']
2016-09-28 16:36:14,464 DEBUG    __init__.load(): Loading plugin ctdb
2016-09-28 16:36:14,465 DEBUG    compat.Popen(): Popen: ['which', 'ctdb']
2016-09-28 16:36:14,480 DEBUG    __init__.load():  *** [ctdb] skipping due to BinaryDependency (ctdb)
2016-09-28 16:36:14,481 DEBUG    __init__.load(): Loading plugin logs
2016-09-28 16:36:14,483 DEBUG    __init__.load(): Loading plugin smartctl
2016-09-28 16:36:14,483 DEBUG    compat.Popen(): Popen: ['which', 'smartctl']
2016-09-28 16:36:14,493 DEBUG    __init__.load():  *** [smartctl] skipping due to BinaryDependency (smartctl)
2016-09-28 16:36:14,496 DEBUG    __init__.load(): Loading plugin power
2016-09-28 16:36:14,500 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
2016-09-28 16:36:14,513 DEBUG    compat.Popen(): Popen: ['which', 'pm-hibernate']
2016-09-28 16:36:14,528 DEBUG    __init__.load(): Loading plugin hddtemp
2016-09-28 16:36:14,529 DEBUG    compat.Popen(): Popen: ['which', 'hddtemp']
2016-09-28 16:36:14,544 DEBUG    __init__.load():  *** [hddtemp] skipping due to BinaryDependency (hddtemp)
2016-09-28 16:36:14,548 DEBUG    __init__.load(): Loading plugin codemirror
2016-09-28 16:36:14,554 DEBUG    __init__.load(): Loading plugin notepad
2016-09-28 16:36:14,555 DEBUG    __init__.load(): Loading plugin rethink
2016-09-28 16:36:14,556 DEBUG    compat.Popen(): Popen: ['which', 'rethinkdb']
2016-09-28 16:36:14,564 DEBUG    __init__.load():  *** [rethink] skipping due to BinaryDependency (rethinkdb)
2016-09-28 16:36:14,568 DEBUG    __init__.load(): Loading plugin ntpd
2016-09-28 16:36:14,568 DEBUG    compat.Popen(): Popen: ['which', 'ntpd']
2016-09-28 16:36:14,658 DEBUG    __init__.instantiate(): Root context instantiated [SystemdServiceManager] <ajenti.plugins.services.sm_systemd.SystemdServiceManager object at 0x7f07da027690>
2016-09-28 16:36:14,659 DEBUG    __init__.instantiate(): Root context instantiated [SysVInitServiceManager] <ajenti.plugins.services.sm_sysvinit.SysVInitServiceManager object at 0x7f07da0276d0>
2016-09-28 16:36:14,659 DEBUG    __init__.instantiate(): Root context instantiated [ServiceMultiplexor] <ajenti.plugins.services.api.ServiceMultiplexor object at 0x7f07da027190>
2016-09-28 16:36:14,668 DEBUG    __init__.load(): Loading plugin megaraid
2016-09-28 16:36:14,669 DEBUG    __init__.load():  *** [megaraid] skipping due to FileDependency (/opt/MegaRAID/MegaCli/MegaCli)
2016-09-28 16:36:14,669 DEBUG    __init__.load(): Loading plugin ajenti_org
2016-09-28 16:36:14,671 DEBUG    __init__.load(): Loading plugin ipmi
2016-09-28 16:36:14,671 DEBUG    compat.Popen(): Popen: ['which', 'ipmitool']
2016-09-28 16:36:14,684 DEBUG    __init__.load():  *** [ipmi] skipping due to BinaryDependency (ipmitool)
2016-09-28 16:36:14,692 DEBUG    __init__.load(): Loading plugin plugins
2016-09-28 16:36:14,694 DEBUG    __init__.load(): Loading plugin resources
2016-09-28 16:36:14,696 DEBUG    __init__.load(): Loading plugin psql
2016-09-28 16:36:14,696 DEBUG    compat.Popen(): Popen: ['which', 'psql']
2016-09-28 16:36:14,707 DEBUG    __init__.load():  *** [psql] skipping due to BinaryDependency (psql)
2016-09-28 16:36:14,708 DEBUG    __init__.load(): Loading plugin squid
2016-09-28 16:36:14,709 DEBUG    compat.Popen(): Popen: ['which', 'squid3']
2016-09-28 16:36:14,724 DEBUG    __init__.load():  *** [squid] skipping due to BinaryDependency (squid3)
2016-09-28 16:36:14,728 DEBUG    __init__.load(): Loading plugin netatalk
2016-09-28 16:36:14,729 DEBUG    compat.Popen(): Popen: ['which', 'afpd']
2016-09-28 16:36:14,734 DEBUG    __init__.load():  *** [netatalk] skipping due to BinaryDependency (afpd)
2016-09-28 16:36:14,738 DEBUG    __init__.load(): Loading plugin network
2016-09-28 16:36:14,750 DEBUG    __init__.load(): Loading plugin resolv
2016-09-28 16:36:14,752 DEBUG    __init__.load(): Loading plugin iptables
2016-09-28 16:36:14,753 DEBUG    compat.Popen(): Popen: ['which', 'ip6tables']
2016-09-28 16:36:14,773 DEBUG    __init__.load(): Loading plugin fail2ban
2016-09-28 16:36:14,776 DEBUG    compat.Popen(): Popen: ['which', 'fail2ban-client']
2016-09-28 16:36:14,784 DEBUG    compat.Popen(): Popen: ['which', 'fail2ban-regex']
2016-09-28 16:36:14,800 DEBUG    __init__.load(): Loading plugin mongo
2016-09-28 16:36:14,800 DEBUG    compat.Popen(): Popen: ['which', 'mongod']
2016-09-28 16:36:14,812 DEBUG    __init__.load():  *** [mongo] skipping due to BinaryDependency (mongod)
2016-09-28 16:36:14,813 DEBUG    __init__.load(): Loading plugin nsd
2016-09-28 16:36:14,814 DEBUG    compat.Popen(): Popen: ['which', 'nsd']
2016-09-28 16:36:14,823 DEBUG    __init__.load():  *** [nsd] skipping due to BinaryDependency (nsd)
2016-09-28 16:36:14,826 DEBUG    __init__.load(): Loading plugin hosts
2016-09-28 16:36:14,828 DEBUG    __init__.load(): Loading plugin git
2016-09-28 16:36:14,828 DEBUG    compat.Popen(): Popen: ['which', 'git']
2016-09-28 16:36:14,841 DEBUG    compat.Popen(): Popen: ['which', 'gitolite']
2016-09-28 16:36:14,852 DEBUG    __init__.load():  *** [git] skipping due to BinaryDependency (gitolite)
2016-09-28 16:36:14,852 DEBUG    __init__.load(): Loading plugin configurator
2016-09-28 16:36:14,858 DEBUG    __init__.load(): Loading plugin snmpd
2016-09-28 16:36:14,858 DEBUG    compat.Popen(): Popen: ['which', 'snmpd']
2016-09-28 16:36:14,868 DEBUG    __init__.load():  *** [snmpd] skipping due to BinaryDependency (snmpd)
2016-09-28 16:36:14,869 DEBUG    __init__.load(): Loading plugin apache
2016-09-28 16:36:14,870 DEBUG    compat.Popen(): Popen: ['which', 'apache2']
2016-09-28 16:36:14,882 DEBUG    __init__.load():  *** [apache] skipping due to BinaryDependency (apache2)
2016-09-28 16:36:14,883 DEBUG    __init__.load(): Loading plugin dhcpd
2016-09-28 16:36:14,887 DEBUG    compat.Popen(): Popen: ['which', 'dhcpd']
2016-09-28 16:36:14,896 DEBUG    __init__.load():  *** [dhcpd] skipping due to BinaryDependency (dhcpd)
2016-09-28 16:36:14,900 DEBUG    __init__.load(): Loading plugin memcache
2016-09-28 16:36:14,901 DEBUG    compat.Popen(): Popen: ['which', 'memcached']
2016-09-28 16:36:14,913 DEBUG    __init__.load(): Loading plugin hdparm
2016-09-28 16:36:14,914 DEBUG    compat.Popen(): Popen: ['which', 'hdparm']
2016-09-28 16:36:14,940 DEBUG    __init__.load(): Loading plugin supervisor
2016-09-28 16:36:14,940 DEBUG    compat.Popen(): Popen: ['which', 'supervisord']
2016-09-28 16:36:14,957 DEBUG    __init__.load(): Loading plugin scripts
2016-09-28 16:36:14,958 DEBUG    __init__.load(): Loading plugin apcups
2016-09-28 16:36:14,959 DEBUG    compat.Popen(): Popen: ['which', 'apcaccess']
2016-09-28 16:36:14,965 DEBUG    __init__.load():  *** [apcups] skipping due to BinaryDependency (apcaccess)
2016-09-28 16:36:14,968 DEBUG    __init__.load(): Loading plugin csf
2016-09-28 16:36:14,969 DEBUG    compat.Popen(): Popen: ['which', 'csf']
2016-09-28 16:36:14,976 DEBUG    __init__.load():  *** [csf] skipping due to BinaryDependency (csf)
2016-09-28 16:36:14,977 DEBUG    __init__.load(): Loading plugin vh-nginx
2016-09-28 16:36:14,978 DEBUG    __init__.load_recursive(): Preloading plugin dependency: vh
2016-09-28 16:36:14,978 DEBUG    __init__.load(): Loading plugin vh
2016-09-28 16:36:14,983 DEBUG    __init__.load(): Loading plugin vh-nginx
2016-09-28 16:36:14,987 DEBUG    __init__.load(): Loading plugin vh-php7.0-fpm
2016-09-28 16:36:14,988 DEBUG    compat.Popen(): Popen: ['which', 'php-fpm7.0']
2016-09-28 16:36:15,000 DEBUG    __init__.load(): Loading plugin vh-mail
2016-09-28 16:36:15,003 DEBUG    __init__.load(): Loading plugin vh-mysql
2016-09-28 16:36:15,004 DEBUG    compat.Popen(): Popen: ['which', 'mysql']
2016-09-28 16:36:15,012 DEBUG    compat.Popen(): Popen: ['which', 'mysqld_safe']
2016-09-28 16:36:15,022 DEBUG    __init__.instantiate(): Root context instantiated [Inflater] <ajenti.ui.inflater.Inflater object at 0x7f07dc3acdd0>
2016-09-28 16:36:15,023 DEBUG    __init__.instantiate(): Root context instantiated [UI] <ajenti.ui.UI object at 0x7f07d9f54450>
2016-09-28 16:36:15,024 DEBUG    inflater.precache(): Precaching layout main:passwd-main
2016-09-28 16:36:15,026 DEBUG    inflater.precache(): Precaching layout main:file-dialog-save
2016-09-28 16:36:15,030 DEBUG    inflater.precache(): Precaching layout main:input-dialog
2016-09-28 16:36:15,033 DEBUG    inflater.precache(): Precaching layout main:file-dialog
2016-09-28 16:36:15,034 DEBUG    inflater.precache(): Precaching layout dashboard:text
2016-09-28 16:36:15,035 DEBUG    inflater.precache(): Precaching layout dashboard:welcome
2016-09-28 16:36:15,036 DEBUG    inflater.precache(): Precaching layout dashboard:dash
2016-09-28 16:36:15,040 DEBUG    inflater.precache(): Precaching layout services:bar
2016-09-28 16:36:15,043 DEBUG    inflater.precache(): Precaching layout services:widget
2016-09-28 16:36:15,093 DEBUG    inflater.precache(): Precaching layout services:main
2016-09-28 16:36:15,095 DEBUG    inflater.precache(): Precaching layout cron:main
2016-09-28 16:36:15,103 DEBUG    inflater.precache(): Precaching layout tasks:params-copydir
2016-09-28 16:36:15,117 DEBUG    inflater.precache(): Precaching layout tasks:params-deletedir
2016-09-28 16:36:15,120 DEBUG    inflater.precache(): Precaching layout tasks:params-execute
2016-09-28 16:36:15,124 DEBUG    inflater.precache(): Precaching layout tasks:params-rsync
2016-09-28 16:36:15,141 DEBUG    inflater.precache(): Precaching layout tasks:main
2016-09-28 16:36:15,151 DEBUG    inflater.precache(): Precaching layout fm:config
2016-09-28 16:36:15,152 DEBUG    inflater.precache(): Precaching layout fm:main
2016-09-28 16:36:15,161 DEBUG    inflater.precache(): Precaching layout users:user-list
2016-09-28 16:36:15,165 DEBUG    inflater.precache(): Precaching layout users:main
2016-09-28 16:36:15,196 DEBUG    inflater.precache(): Precaching layout db_common:main
2016-09-28 16:36:15,200 DEBUG    inflater.precache(): Precaching layout mysql:config
2016-09-28 16:36:15,202 DEBUG    inflater.precache(): Precaching layout sensors:cpu-line
2016-09-28 16:36:15,203 DEBUG    inflater.precache(): Precaching layout sensors:progressbar-widget
2016-09-28 16:36:15,204 DEBUG    inflater.precache(): Precaching layout sensors:cpu-widget
2016-09-28 16:36:15,205 DEBUG    inflater.precache(): Precaching layout sensors:value-widget
2016-09-28 16:36:15,206 DEBUG    inflater.precache(): Precaching layout taskmgr:main
2016-09-28 16:36:15,209 DEBUG    inflater.precache(): Precaching layout uname:widget
2016-09-28 16:36:15,211 DEBUG    inflater.precache(): Precaching layout terminal:config
2016-09-28 16:36:15,212 DEBUG    inflater.precache(): Precaching layout terminal:main
2016-09-28 16:36:15,213 DEBUG    inflater.precache(): Precaching layout packages:row
2016-09-28 16:36:15,214 DEBUG    inflater.precache(): Precaching layout packages:headers
2016-09-28 16:36:15,216 DEBUG    inflater.precache(): Precaching layout packages:main
2016-09-28 16:36:15,224 DEBUG    inflater.precache(): Precaching layout packages:installer
2016-09-28 16:36:15,228 DEBUG    inflater.precache(): Precaching layout fstab:free-widget
2016-09-28 16:36:15,230 DEBUG    inflater.precache(): Precaching layout fstab:widget
2016-09-28 16:36:15,232 DEBUG    inflater.precache(): Precaching layout fstab:iio-widget
2016-09-28 16:36:15,237 DEBUG    inflater.precache(): Precaching layout fstab:main
2016-09-28 16:36:15,244 DEBUG    inflater.precache(): Precaching layout webserver_common:main
2016-09-28 16:36:15,248 DEBUG    inflater.precache(): Precaching layout logs:config
2016-09-28 16:36:15,249 DEBUG    inflater.precache(): Precaching layout logs:main
2016-09-28 16:36:15,290 DEBUG    inflater.precache(): Precaching layout power:widget
2016-09-28 16:36:15,294 DEBUG    inflater.precache(): Precaching layout notepad:listitem
2016-09-28 16:36:15,295 DEBUG    inflater.precache(): Precaching layout notepad:config
2016-09-28 16:36:15,296 DEBUG    inflater.precache(): Precaching layout notepad:main
2016-09-28 16:36:15,312 DEBUG    inflater.precache(): Precaching layout ntpd:main
2016-09-28 16:36:15,316 DEBUG    inflater.precache(): Precaching layout ajenti_org:config
2016-09-28 16:36:15,317 DEBUG    inflater.precache(): Precaching layout ajenti_org:main
2016-09-28 16:36:15,318 DEBUG    inflater.precache(): Precaching layout plugins:main
2016-09-28 16:36:15,332 DEBUG    inflater.precache(): Precaching layout network:bit-linux-dhcp
2016-09-28 16:36:15,335 DEBUG    inflater.precache(): Precaching layout network:bit-linux-basic
2016-09-28 16:36:15,338 DEBUG    inflater.precache(): Precaching layout network:bit-linux-ipv4
2016-09-28 16:36:15,345 DEBUG    inflater.precache(): Precaching layout network:widget
2016-09-28 16:36:15,349 DEBUG    inflater.precache(): Precaching layout network:bit-linux-ifupdown
2016-09-28 16:36:15,351 DEBUG    inflater.precache(): Precaching layout network:main
2016-09-28 16:36:15,360 DEBUG    inflater.precache(): Precaching layout resolv:main
2016-09-28 16:36:15,361 DEBUG    inflater.precache(): Precaching layout iptables:option-state
2016-09-28 16:36:15,362 DEBUG    inflater.precache(): Precaching layout iptables:option-ports
2016-09-28 16:36:15,363 DEBUG    inflater.precache(): Precaching layout iptables:option-custom
2016-09-28 16:36:15,365 DEBUG    inflater.precache(): Precaching layout iptables:option-port
2016-09-28 16:36:15,368 DEBUG    inflater.precache(): Precaching layout iptables:option
2016-09-28 16:36:15,372 DEBUG    inflater.precache(): Precaching layout iptables:option-address
2016-09-28 16:36:15,372 DEBUG    inflater.precache(): Precaching layout iptables:option-reject-with
2016-09-28 16:36:15,373 DEBUG    inflater.precache(): Precaching layout iptables:option-interface
2016-09-28 16:36:15,374 DEBUG    inflater.precache(): Precaching layout iptables:main
2016-09-28 16:36:15,379 DEBUG    inflater.precache(): Precaching layout iptables:option-protocol
2016-09-28 16:36:15,389 DEBUG    inflater.precache(): Precaching layout iptables:option-match
2016-09-28 16:36:15,393 DEBUG    inflater.precache(): Precaching layout fail2ban:main
2016-09-28 16:36:15,473 DEBUG    compat.Popen(): Popen: ['systemctl', 'is-active', 'fail2ban']
2016-09-28 16:36:15,560 DEBUG    inflater.precache(): Precaching layout hosts:main
2016-09-28 16:36:15,568 DEBUG    inflater.precache(): Precaching layout configurator:ldap-sync-config
2016-09-28 16:36:15,569 DEBUG    inflater.precache(): Precaching layout configurator:ad-sync-config
2016-09-28 16:36:15,570 DEBUG    inflater.precache(): Precaching layout configurator:main
2016-09-28 16:36:15,583 DEBUG    inflater.precache(): Precaching layout configurator:licensing
2016-09-28 16:36:15,592 DEBUG    inflater.precache(): Precaching layout memcache:widget
2016-09-28 16:36:15,593 DEBUG    inflater.precache(): Precaching layout hdparm:widget
2016-09-28 16:36:15,595 DEBUG    inflater.precache(): Precaching layout supervisor:main
2016-09-28 16:36:15,597 DEBUG    compat.Popen(): Popen: ['systemctl', 'is-active', 'supervisor']
2016-09-28 16:36:15,628 DEBUG    inflater.precache(): Precaching layout scripts:widget
2016-09-28 16:36:15,638 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-php7.0-fcgi
2016-09-28 16:36:15,641 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-fcgi
2016-09-28 16:36:15,642 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-ruby-unicorn
2016-09-28 16:36:15,644 DEBUG    inflater.precache(): Precaching layout vh:main-website-location
2016-09-28 16:36:15,653 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-php-fcgi
2016-09-28 16:36:15,656 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-nodejs
2016-09-28 16:36:15,659 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-proxy
2016-09-28 16:36:15,660 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-python-wsgi
2016-09-28 16:36:15,668 DEBUG    inflater.precache(): Precaching layout vh:main-website
2016-09-28 16:36:15,712 DEBUG    inflater.precache(): Precaching layout vh:not-configured
2016-09-28 16:36:15,716 DEBUG    inflater.precache(): Precaching layout vh:ext-processes
2016-09-28 16:36:15,727 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-ruby-puma
2016-09-28 16:36:15,732 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-php5.6-fcgi
2016-09-28 16:36:15,737 DEBUG    inflater.precache(): Precaching layout vh:main
2016-09-28 16:36:15,740 DEBUG    inflater.precache(): Precaching layout vh:main-backend-params-static
2016-09-28 16:36:15,743 DEBUG    inflater.precache(): Precaching layout vh-mail:not-configured
2016-09-28 16:36:15,744 DEBUG    inflater.precache(): Precaching layout vh-mail:main
2016-09-28 16:36:15,897 DEBUG    inflater.precache(): Precaching layout vh-mysql:ext
2016-09-28 16:36:15,901 INFO     core.run(): Starting server on (u'/var/run/ajenti-v.sock', 8000)
2016-09-28 16:36:15,902 DEBUG    __init__.instantiate(): Root context instantiated [SessionMiddleware] <ajenti.middleware.SessionMiddleware object at 0x7f07d91f4c10>
2016-09-28 16:36:15,902 DEBUG    __init__.instantiate(): Root context instantiated [AuthenticationMiddleware] <ajenti.middleware.AuthenticationMiddleware object at 0x7f07d91f4110>
2016-09-28 16:36:15,903 DEBUG    __init__.instantiate(): Root context instantiated [CentralDispatcher] <ajenti.routing.CentralDispatcher object at 0x7f07d93a0610>
2016-09-28 16:36:15,903 INFO     core.run(): SSL enabled: /home/visibletour/.ssl/02192016/visibletour.includesprivatekey.pem
2016-09-28 16:36:15,908 DEBUG    __init__.instantiate(): Root context instantiated [IPCServer] <ajenti.ipc.IPCServer object at 0x7f07d91f40d0>
2016-09-28 16:36:15,909 DEBUG    __init__.instantiate(): Root context instantiated [Licensing] <ajenti.licensing.Licensing object at 0x7f07d91f4310>
2016-09-28 16:36:15,909 DEBUG    feedback.send(): Feedback >> ping ({'edition': 'vanilla+vh', 'version': '1.2.23.8', 'os': 'debian', 'id': 173415})
2016-09-28 16:36:16,370 DEBUG    feedback.send(): Feedback << {"status": "ok"}
2016-09-29 04:36:16,372 DEBUG    feedback.send(): Feedback >> ping ({'edition': 'vanilla+vh', 'version': '1.2.23.8', 'os': 'debian', 'id': 173415})
2016-09-29 04:36:16,788 DEBUG    feedback.send(): Feedback << {"status": "ok"}
2016-09-29 16:36:16,794 DEBUG    feedback.send(): Feedback >> ping ({'edition': 'vanilla+vh', 'version': '1.2.23.8', 'os': 'debian', 'id': 173415})
2016-09-29 16:36:17,223 DEBUG    feedback.send(): Feedback << {"status": "ok"}
2016-09-30 04:36:17,226 DEBUG    feedback.send(): Feedback >> ping ({'edition': 'vanilla+vh', 'version': '1.2.23.8', 'os': 'debian', 'id': 173415})
2016-09-30 04:36:17,727 DEBUG    feedback.send(): Feedback << {"status": "ok"}
2016-09-30 16:36:17,734 DEBUG    feedback.send(): Feedback >> ping ({'edition': 'vanilla+vh', 'version': '1.2.23.8', 'os': 'debian', 'id': 173415})
2016-09-30 16:36:18,154 DEBUG    feedback.send(): Feedback << {"status": "ok"}
2016-09-30 21:19:52,480 DEBUG    __init__.instantiate(): Root context instantiated [MainServer] <ajenti.plugins.main.main.MainServer object at 0x7f07d9bc5ed0>
2016-09-30 21:19:52,481 DEBUG    __init__.instantiate(): Root context instantiated [UploadReceiver] <ajenti.plugins.fm.fm.UploadReceiver object at 0x7f07da05dcd0>
2016-09-30 21:19:52,483 DEBUG    __init__.instantiate(): Root context instantiated [TerminalHttp] <ajenti.plugins.terminal.main.TerminalHttp object at 0x7f07da066650>
2016-09-30 21:19:52,483 DEBUG    __init__.instantiate(): Root context instantiated [ContentServer] <ajenti.plugins.resources.server.ContentServer object at 0x7f07da066690>
2016-09-30 21:19:52,571 DEBUG    compat.Popen(): Popen: ./compile_resources.py nocompress
2016-09-30 21:19:52,612 DEBUG    compat.Popen(): Popen: ./compile_resources.py nocompress
2016-09-30 21:19:52,691 DEBUG    __init__.instantiate(): Root context instantiated [ContentCompressor] <ajenti.plugins.resources.server.ContentCompressor object at 0x7f07d8eab590>
2016-09-30 21:19:54,768 DEBUG    __init__.instantiate(): Root context instantiated [UserManager] <ajenti.users.UserManager object at 0x7f07d8eaba10>
2016-09-30 21:19:54,770 DEBUG    __init__.instantiate(): Root context instantiated [AjentiSyncProvider] <ajenti.usersync.local.AjentiSyncProvider object at 0x7f07d9ba1490>
2016-09-30 21:19:55,288 INFO     users.check_password(): user root logged in through AjentiSyncProvider
2016-09-30 21:19:55,337 DEBUG    __init__.instantiate(): Context for root instantiated [MainServer] <ajenti.plugins.main.main.MainServer object at 0x7f07d9004890>
2016-09-30 21:19:55,338 DEBUG    __init__.instantiate(): Context for root instantiated [UploadReceiver] <ajenti.plugins.fm.fm.UploadReceiver object at 0x7f07d9004590>
2016-09-30 21:19:55,338 DEBUG    __init__.instantiate(): Context for root instantiated [TerminalHttp] <ajenti.plugins.terminal.main.TerminalHttp object at 0x7f07d90049d0>
2016-09-30 21:19:55,339 DEBUG    __init__.instantiate(): Context for root instantiated [ContentServer] <ajenti.plugins.resources.server.ContentServer object at 0x7f07d9004250>
2016-09-30 21:19:55,401 DEBUG    compat.Popen(): Popen: ./compile_resources.py nocompress
2016-09-30 21:19:55,414 DEBUG    compat.Popen(): Popen: ./compile_resources.py nocompress
2016-09-30 21:19:56,106 DEBUG    handler.run_application(): Initializing WebSocket
2016-09-30 21:19:56,106 DEBUG    handler.upgrade_websocket(): Validating WebSocket request
2016-09-30 21:19:56,109 INFO     handler.log_request(): - - - [2016-09-30 21:19:56] "GET /ajenti:socket/1/websocket/0260634258655 HTTP/1.0" 500 161 0.003290
2016-09-30 21:20:06,099 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat
2016-09-30 21:20:06,099 DEBUG    virtsocket.spawn(): Spawning sub-Socket Greenlet: _heartbeat_timeout
2016-09-30 21:20:06,163 DEBUG    __init__.instantiate(): Context for root instantiated [UI] <ajenti.ui.UI object at 0x7f07d920ce90>
2016-09-30 21:20:06,176 DEBUG    __init__.instantiate(): Context for root instantiated [PasswordChangeSection] <main:section # 13826>
2016-09-30 21:20:06,191 DEBUG    __init__.instantiate(): Context for root instantiated [AjentiUpdater] <ajenti.plugins.dashboard.updater.AjentiUpdater object at 0x7f07d8f9be90>
2016-09-30 21:20:06,193 DEBUG    __init__.instantiate(): Context for root instantiated [DebianPackageManager] <ajenti.plugins.packages.pm_apt.DebianPackageManager object at 0x7f07d8e340d0>
2016-09-30 21:20:06,193 DEBUG    __init__.instantiate(): Context for root instantiated [Dash] <main:section # 13851>
2016-09-30 21:20:06,200 DEBUG    __init__.instantiate(): Context for root instantiated [SystemdServiceManager] <ajenti.plugins.services.sm_systemd.SystemdServiceManager object at 0x7f07d8e34c90>
2016-09-30 21:20:06,200 DEBUG    __init__.instantiate(): Context for root instantiated [SysVInitServiceManager] <ajenti.plugins.services.sm_sysvinit.SysVInitServiceManager object at 0x7f07d8e34e10>
2016-09-30 21:20:06,200 DEBUG    __init__.instantiate(): Context for root instantiated [SupervisorServiceManager] <ajenti.plugins.supervisor.client.SupervisorServiceManager object at 0x7f07d8e45350>
2016-09-30 21:20:06,200 DEBUG    __init__.instantiate(): Context for root instantiated [ServiceMultiplexor] <ajenti.plugins.services.api.ServiceMultiplexor object at 0x7f07d8e34a90>
2016-09-30 21:20:06,201 DEBUG    __init__.instantiate(): Context for root instantiated [Services] <main:section # 13978>
2016-09-30 21:20:06,210 DEBUG    __init__.instantiate(): Context for root instantiated [Cron] <main:section # 14029>
2016-09-30 21:20:06,218 DEBUG    __init__.instantiate(): Root context instantiated [TaskManager] <ajenti.plugins.tasks.manager.TaskManager object at 0x7f07d94a7b50>
2016-09-30 21:20:06,219 DEBUG    __init__.instantiate(): Context for root instantiated [Tasks] <main:section # 14214>
2016-09-30 21:20:06,222 DEBUG    __init__.instantiate(): Context for root instantiated [FMBackend] <ajenti.plugins.fm.backend.FMBackend object at 0x7f07d9492ad0>
2016-09-30 21:20:06,228 DEBUG    __init__.instantiate(): Context for root instantiated [FileManager] <main:section # 14481>
2016-09-30 21:20:06,254 DEBUG    __init__.instantiate(): Context for root instantiated [LinuxUsersBackend] <ajenti.plugins.users.main.LinuxUsersBackend object at 0x7f07d83d30d0>
2016-09-30 21:20:06,255 DEBUG    __init__.instantiate(): Context for root instantiated [Users] <main:section # 14752>
2016-09-30 21:20:06,262 DEBUG    __init__.instantiate(): Context for root instantiated [MySQLDB] <ajenti.plugins.mysql.api.MySQLDB object at 0x7f07d8385410>
2016-09-30 21:20:06,262 DEBUG    __init__.instantiate(): Context for root instantiated [MySQLPlugin] <main:section # 15641>
2016-09-30 21:20:06,266 DEBUG    __init__.instantiate(): Context for root instantiated [TaskManager] <main:section # 15769>
2016-09-30 21:20:06,269 DEBUG    __init__.instantiate(): Context for root instantiated [Terminals] <main:section # 15858>
2016-09-30 21:20:06,278 DEBUG    __init__.instantiate(): Context for root instantiated [Packages] <main:section # 15889>
2016-09-30 21:20:06,289 DEBUG    compat.Popen(): Popen: ['df', '-P']
2016-09-30 21:20:06,299 DEBUG    compat.Popen(): Popen: ['apt-show-versions', '-u']
2016-09-30 21:20:06,319 DEBUG    __init__.instantiate(): Context for root instantiated [MountsBackend] <ajenti.plugins.fstab.main.MountsBackend object at 0x7f07d834da90>
2016-09-30 21:20:06,320 DEBUG    __init__.instantiate(): Context for root instantiated [Filesystems] <main:section # 16144>
2016-09-30 21:20:06,374 DEBUG    __init__.instantiate(): Context for root instantiated [Logs] <main:section # 16466>
2016-09-30 21:20:06,407 DEBUG    __init__.instantiate(): Context for root instantiated [Controller] <ajenti.plugins.notepad.notepad.Controller object at 0x7f07d3715090>
2016-09-30 21:20:06,407 DEBUG    __init__.instantiate(): Context for root instantiated [Notepad] <main:section # 17760>
2016-09-30 21:20:06,513 DEBUG    compat.Popen(): Popen: ['/etc/init.d/ntp', 'status']
2016-09-30 21:20:06,601 DEBUG    compat.Popen(): Popen: ['/etc/init.d/ntp', 'status']
2016-09-30 21:20:06,682 DEBUG    __init__.instantiate(): Context for root instantiated [NTPDPlugin] <main:section # 18453>
2016-09-30 21:20:06,697 DEBUG    __init__.instantiate(): Context for root instantiated [PluginsPlugin] <main:section # 18528>
2016-09-30 21:20:06,708 DEBUG    __init__.instantiate(): Context for root instantiated [Resolv] <main:section # 18629>
2016-09-30 21:20:06,722 DEBUG    __init__.instantiate(): Context for root instantiated [DebianFirewallManager] <ajenti.plugins.iptables.main.DebianFirewallManager object at 0x7f07d37e7190>
2016-09-30 21:20:06,722 DEBUG    __init__.instantiate(): Context for root instantiated [Firewall] <main:section # 18672>
2016-09-30 21:20:06,731 DEBUG    __init__.instantiate(): Context for root instantiated [DebianIPv6FirewallManager] <ajenti.plugins.iptables.main.DebianIPv6FirewallManager object at 0x7f07d36b7110>
2016-09-30 21:20:06,731 DEBUG    __init__.instantiate(): Context for root instantiated [IPv6Firewall] <main:section # 18777>
2016-09-30 21:20:06,736 DEBUG    compat.Popen(): Popen: ['fail2ban-client', '--version']
2016-09-30 21:20:06,897 DEBUG    compat.Popen(): Popen: ['systemctl', 'is-active', 'fail2ban']
2016-09-30 21:20:06,981 DEBUG    __init__.instantiate(): Context for root instantiated [fail2ban] <main:section # 18882>
2016-09-30 21:20:06,990 DEBUG    __init__.instantiate(): Context for root instantiated [Hosts] <main:section # 20935>
2016-09-30 21:20:07,013 DEBUG    __init__.instantiate(): Context for root instantiated [ClassConfigManager] <ajenti.plugins.configurator.configurator.ClassConfigManager object at 0x7f07d3293a90>
2016-09-30 21:20:07,021 DEBUG    __init__.instantiate(): Context for root instantiated [Configurator] <main:section # 20996>
2016-09-30 21:20:07,027 DEBUG    compat.Popen(): Popen: ['systemctl', 'is-active', 'supervisor']
2016-09-30 21:20:07,082 DEBUG    __init__.instantiate(): Root context instantiated [SupervisorServiceManager] <ajenti.plugins.supervisor.client.SupervisorServiceManager object at 0x7f07d3204e50>
2016-09-30 21:20:07,084 DEBUG    compat.Popen(): Popen: ['systemctl', 'is-active', 'supervisor']
2016-09-30 21:20:07,112 DEBUG    __init__.instantiate(): Context for root instantiated [Supervisor] <main:section # 21455>
2016-09-30 21:20:07,119 DEBUG    __init__.instantiate(): Root context instantiated [Static] <ajenti.plugins.vh.gate_static.Static object at 0x7f07d3196c50>
2016-09-30 21:20:07,119 DEBUG    __init__.instantiate(): Root context instantiated [ProxyPass] <ajenti.plugins.vh.gate_proxy.ProxyPass object at 0x7f07d3196c90>
2016-09-30 21:20:07,119 DEBUG    __init__.instantiate(): Root context instantiated [FCGIPass] <ajenti.plugins.vh.gate_fcgi.FCGIPass object at 0x7f07d3196d50>
2016-09-30 21:20:07,119 DEBUG    __init__.instantiate(): Root context instantiated [PHP70FPM] <ajenti.plugins.vh-php7.0-fpm.php70fpm.PHP70FPM object at 0x7f07d3196d90>
2016-09-30 21:20:07,120 DEBUG    __init__.instantiate(): Root context instantiated [Processes] <ajenti.plugins.vh.processes.Processes object at 0x7f07d3196dd0>
2016-09-30 21:20:07,125 DEBUG    __init__.instantiate(): Root context instantiated [SupervisorRestartable] <ajenti.plugins.vh.processes.SupervisorRestartable object at 0x7f07d3196e10>
2016-09-30 21:20:07,127 DEBUG    __init__.instantiate(): Root context instantiated [NGINXRestartable] <ajenti.plugins.vh-nginx.nginx.NGINXRestartable object at 0x7f07d3196e50>
2016-09-30 21:20:07,128 DEBUG    __init__.instantiate(): Root context instantiated [PHP70FPMRestartable] <ajenti.plugins.vh-php7.0-fpm.php70fpm.PHP70FPMRestartable object at 0x7f07d3196e90>
2016-09-30 21:20:07,133 DEBUG    __init__.instantiate(): Root context instantiated [EximRestartable] <ajenti.plugins.vh-mail.api.EximRestartable object at 0x7f07d3196ed0>
2016-09-30 21:20:07,134 DEBUG    __init__.instantiate(): Root context instantiated [CourierIMAPRestartable] <ajenti.plugins.vh-mail.api.CourierIMAPRestartable object at 0x7f07d3196f10>
2016-09-30 21:20:07,136 DEBUG    __init__.instantiate(): Root context instantiated [CourierAuthRestartable] <ajenti.plugins.vh-mail.api.CourierAuthRestartable object at 0x7f07d3196f50>
2016-09-30 21:20:07,140 DEBUG    __init__.instantiate(): Root context instantiated [NginxWebserver] <ajenti.plugins.vh-nginx.nginx.NginxWebserver object at 0x7f07d3196c10>
2016-09-30 21:20:07,140 DEBUG    __init__.instantiate(): Root context instantiated [VHManager] <ajenti.plugins.vh.api.VHManager object at 0x7f07d31f8fd0>
2016-09-30 21:20:07,143 DEBUG    __init__.instantiate(): Context for root instantiated [WebsitesPlugin] <main:section # 21993>
2016-09-30 21:20:07,193 DEBUG    __init__.instantiate(): Context for root instantiated [WebsitesWebsiteEditorPlugin] <main:section # 22072>
2016-09-30 21:20:07,202 DEBUG    __init__.instantiate(): Context for root instantiated [MailEximCourierBackend] <ajenti.plugins.vh-mail.api.MailEximCourierBackend object at 0x7f07d2faddd0>
2016-09-30 21:20:07,205 DEBUG    __init__.instantiate(): Context for root instantiated [MailManager] <ajenti.plugins.vh-mail.api.MailManager object at 0x7f07d2fad450>
2016-09-30 21:20:07,249 DEBUG    __init__.instantiate(): Context for root instantiated [MailPlugin] <main:section # 23331>
2016-09-30 21:20:07,253 DEBUG    __init__.instantiate(): Context for root instantiated [HostnameSensor] <ajenti.plugins.sensors.hostname.HostnameSensor object at 0x7f07d2e29190>
2016-09-30 21:20:07,257 DEBUG    __init__.instantiate(): Context for root instantiated [MemorySensor] <ajenti.plugins.sensors.memory.MemorySensor object at 0x7f07d2e29450>
2016-09-30 21:20:07,264 DEBUG    __init__.instantiate(): Context for root instantiated [SwapSensor] <ajenti.plugins.sensors.memory.SwapSensor object at 0x7f07d2e29a50>
2016-09-30 21:20:07,273 DEBUG    __init__.instantiate(): Context for root instantiated [TrafficSensor] <ajenti.plugins.network.widget.TrafficSensor object at 0x7f07d2dc1990>
2016-09-30 21:20:07,274 DEBUG    __init__.instantiate(): Context for root instantiated [ImmediateTXSensor] <ajenti.plugins.network.widget.ImmediateTXSensor object at 0x7f07d2e296d0>
2016-09-30 21:20:07,275 DEBUG    __init__.instantiate(): Context for root instantiated [ImmediateRXSensor] <ajenti.plugins.network.widget.ImmediateRXSensor object at 0x7f07d2e29690>
2016-09-30 21:20:07,280 DEBUG    __init__.instantiate(): Context for root instantiated [UnixUptimeSensor] <ajenti.plugins.sensors.uptime.UnixUptimeSensor object at 0x7f07d2dc1f50>
2016-09-30 21:20:07,287 DEBUG    __init__.instantiate(): Context for root instantiated [PowerSensor] <ajenti.plugins.power.power.PowerSensor object at 0x7f07d2dd47d0>
2016-09-30 21:20:07,290 DEBUG    __init__.instantiate(): Context for root instantiated [BatterySensor] <ajenti.plugins.power.power.BatterySensor object at 0x7f07d2dea110>
2016-09-30 21:20:07,290 DEBUG    __init__.instantiate(): Context for root instantiated [SystemdPowerController] <ajenti.plugins.power.api.SystemdPowerController object at 0x7f07d2dd4c90>
2016-09-30 21:20:07,291 DEBUG    compat.Popen(): Popen: ['which', 'systemctl']
2016-09-30 21:20:07,320 DEBUG    __init__.instantiate(): Context for root instantiated [LinuxLoadSensor] <ajenti.plugins.sensors.load.LinuxLoadSensor object at 0x7f07d2dea2d0>
2016-09-30 21:20:07,325 DEBUG    __init__.instantiate(): Context for root instantiated [CPUSensor] <ajenti.plugins.sensors.cpu.CPUSensor object at 0x7f07d2dea950>
2016-09-30 21:20:07,332 DEBUG    __init__.instantiate(): Context for root instantiated [MemcacheSensor] <ajenti.plugins.memcache.widget.MemcacheSensor object at 0x7f07d2deaf90>
wandering213 commented 7 years ago

I fixed this by reinstalling ajenti.

apt-get install --reinstall ajenti