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

newserv does not respond to commands #610

Open
Spamvoizim opened this issue Feb 14, 2025 · 2 comments
Open

newserv does not respond to commands #610

Spamvoizim opened this issue Feb 14, 2025 · 2 comments

Comments

@Spamvoizim
Copy link

Describe the bug
newserv is not responding to commands in the server shell.

To reproduce

  1. I access the Debian OS through Putty, as root;
  2. In the Debian shell, I run the command journalctl -u newserv -f to see the newserv log;
  3. In the newserv log, I run the command help or list-accounts or any other command and I get no response.
@fuzziqersoftware
Copy link
Owner

If you're using journalctl to read newserv's log, your terminal isn't actually connected to the server's stdin. You'll have to either run newserv in an interactive way (e.g. with tmux/screen), use a daemonization method that allows you to send data to stdin, or use the HTTP server to send shell commands instead.

@Spamvoizim
Copy link
Author

Got it.
It's not a problem with newserv.
Thanks.

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

No branches or pull requests

2 participants