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

Status command not working after update v3.1 #36

Closed
markisoke opened this issue Mar 29, 2023 · 6 comments
Closed

Status command not working after update v3.1 #36

markisoke opened this issue Mar 29, 2023 · 6 comments

Comments

@markisoke
Copy link

Used to work like a charm, but now when I run:

docker attach p2pool status

It doesn't show anything anymore.

Also, it won't exit by Ctrl+P Crtl+Q.
I have to exit by Ctrl+C and p2pool will keep running.

@sethforprivacy
Copy link
Owner

Digging into this now, thanks for the report!

@sethforprivacy
Copy link
Owner

@markisoke this still works perfectly for me on multiple hosts with v3.1.

Are you sure you're doing the command properly?

It should be:

docker attach p2pool

And then in the resulting command line you can enter:

status

And get the full output of the command or enter other commands as you wish.

@markisoke
Copy link
Author

Yes, the commands are filled out as you mentioned above:

image

Also Ctrl+P and Ctrl+Q doesn't work:

image

This happened after the update.

@sethforprivacy
Copy link
Owner

Can you please check to be sure the image is actually up and running as expected? That isn't the behavior I see on any of my hosts 🤔

Check status: docker ps | grep p2pool
Check logs: docker logs --follow p2pool

@markisoke
Copy link
Author

Yes, p2pool was running correctly, it even found a block with this problem.
I tried rebooting the machine and recreating the container but it didn't help.

This morning I deleted the container and created it again and that seems to have done the trick, my status command is now working again.

@sethforprivacy
Copy link
Owner

Very interesting, thanks for reporting! As it's fixed I'll close this for now, but please let me know if you experience it again in the future.

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