We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See (long-running) Trac issue: T1487.
The text was updated successfully, but these errors were encountered:
I just ran into this issue, interestly only when using systemd to start my daemon:
root@koredex:~# systemctl status koredex ● koredex.service - KoreDEX Loaded: loaded (/etc/systemd/system/koredex.service; disabled; vendor preset: enabled) Active: failed (Result: exit-code) since Wed 2017-11-15 18:59:03 UTC; 2s ago Process: 26021 ExecStart=/home/koredex/KoreDEX/backend/bin/koredex --host <redacted> --public-port 80 (code=exited, status=1/FAILURE) Main PID: 26021 (code=exited, status=1/FAILURE) CPU: 7ms Nov 15 18:59:03 koredex systemd[1]: Started KoreDEX. Nov 15 18:59:03 koredex koredex[26021]: koredex: getLoginName: illegal operation (Inappropriate ioctl for device) Nov 15 18:59:03 koredex systemd[1]: koredex.service: Main process exited, code=exited, status=1/FAILURE Nov 15 18:59:03 koredex systemd[1]: koredex.service: Unit entered failed state. Nov 15 18:59:03 koredex systemd[1]: koredex.service: Failed with result 'exit-code'.
However, when I run the daemon in a terminal session, everything works fine.
Sorry, something went wrong.
No branches or pull requests
See (long-running) Trac issue: T1487.
The text was updated successfully, but these errors were encountered: