Skip to content
New issue

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

unix package: test needed for getLoginName #40

Open
argiopetech opened this issue Mar 1, 2015 · 1 comment
Open

unix package: test needed for getLoginName #40

argiopetech opened this issue Mar 1, 2015 · 1 comment

Comments

@argiopetech
Copy link
Contributor

See (long-running) Trac issue: T1487.

@athanclark
Copy link

athanclark commented Nov 15, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants