WikiSuite / app-kimchi

Kimchi app for ClearOS
http://wikisuite.org/How-to-install-Kimchi-on-ClearOS
6 stars 0 forks source link

Failed to start after update #5

Open saundersdigital opened 4 years ago

saundersdigital commented 4 years ago

I'm not able to start Kimchi after installing it on ClearOS, I am seeing the follwing in the logs;

Feb 12 10:48:16 host systemd: Dependency After=wokd.service dropped from unit wokd.service
Feb 12 10:48:16 host systemd: Dependency After=wokd.service dropped from unit wokd.service
Feb 12 10:48:16 host webconfig: Redirecting to /bin/systemctl start wokd.service
Feb 12 10:48:16 host systemd: Cannot add dependency job for unit apache2.service, ignoring: Unit not found.
Feb 12 10:48:16 host wokd: Traceback (most recent call last):
Feb 12 10:48:16 host wokd: File "/usr/bin/wokd", line 30, in <module>
Feb 12 10:48:16 host wokd: import wok.server
Feb 12 10:48:16 host wokd: File "/usr/lib/python2.7/site-packages/wok/server.py", line 28, in <module>
Feb 12 10:48:16 host wokd: from wok import auth, config, websocket
Feb 12 10:48:16 host wokd: File "/usr/lib/python2.7/site-packages/wok/auth.py", line 35, in <module>
Feb 12 10:48:16 host wokd: from wok import template
Feb 12 10:48:16 host wokd: File "/usr/lib/python2.7/site-packages/wok/template.py", line 29, in <module>
Feb 12 10:48:16 host wokd: from wok import config as config
Feb 12 10:48:16 host wokd: File "/usr/lib/python2.7/site-packages/wok/config.py", line 164, in <module>
Feb 12 10:48:16 host wokd: class WokConfig(dict):
Feb 12 10:48:16 host wokd: File "/usr/lib/python2.7/site-packages/wok/config.py", line 228, in WokConfig
Feb 12 10:48:16 host wokd: font_dir = getattr(paths, "%s_dir" % font)
Feb 12 10:48:16 host wokd: AttributeError: 'Paths' object has no attribute 'fontawesome_dir'
Feb 12 10:48:16 host systemd: Dependency After=wokd.service dropped from unit wokd.service
Feb 12 10:48:16 host systemd: wokd.service: main process exited, code=exited, status=1/FAILURE
Feb 12 10:48:16 host kill: Usage:
Feb 12 10:48:16 host kill: kill [options] <pid|name> [...]
Feb 12 10:48:16 host kill: Options:
Feb 12 10:48:16 host kill: -a, --all              do not restrict the name-to-pid conversion to processes
Feb 12 10:48:16 host kill: with the same uid as the present process
Feb 12 10:48:16 host kill: -s, --signal <sig>     send specified signal
Feb 12 10:48:16 host kill: -q, --queue <sig>      use sigqueue(2) rather than kill(2)
Feb 12 10:48:16 host kill: -p, --pid              print pids without signaling them
Feb 12 10:48:16 host kill: -l, --list [=<signal>] list signal names, or convert one to a name
Feb 12 10:48:16 host kill: -L, --table            list signal names and numbers
Feb 12 10:48:16 host kill: -h, --help     display this help and exit
Feb 12 10:48:16 host kill: -V, --version  output version information and exit
Feb 12 10:48:16 host kill: For more details see kill(1).
Feb 12 10:48:16 host systemd: wokd.service: control process exited, code=exited status=1
Feb 12 10:48:16 host systemd: Unit wokd.service entered failed state.
Feb 12 10:48:16 host systemd: wokd.service failed.