You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not able to start Kimchi after installing it on ClearOS, I am seeing the follwing in the logs;
The text was updated successfully, but these errors were encountered: