-
Notifications
You must be signed in to change notification settings - Fork 280
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
Plotman v0.5 on mac osx creates new plot every 20 secs #862
Comments
Does plotman detect that the processes are running and report them? Such as via |
plotman interactive shows jobs as zero but reports and creates multiple log files (one for each job) |
output of ps aux | grep 'plots create' is:
|
In the above example, I killed all running chia instances except one (otherwise my machine would crash before I could get to the terminal) |
It looks like maybe there's a regression on handling chia installations done with the binary installer. I'll dig into it later. |
Ok, thanks! |
I think I've got a fix over in #865. This was also reported over in #849. If you want to try it out you can use the regular installation instructions but with |
reinstalled using: altendky/plotman@fix_chia_binary_process_detection. plotman status returns this error: simons-MBP:~ simonperfitt$ plotman status
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/bin/plotman", line 8, in <module>
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/plotman/plotman.py", line 219, in main
jobs = Job.get_running_jobs(cfg.logging.plots)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/plotman/job.py", line 227, in get_running_jobs
parsed_command = parse_chia_plots_create_command_line(
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/plotman/job.py", line 86, in parse_chia_plots_create_command_line
for argument in all_command_arguments
UnboundLocalError: local variable 'all_command_arguments' referenced before assignment |
For what it's worth, in another PR I'm rewriting all this and adding decent test coverage so hopefully in the future we can avoid these regressions... Go ahead and try installing again. I have added some more changes to that branch. Thanks for your time working through this. |
yes!, that's fixed it. thanks for dealing with it so promptly |
Upgraded to v0.5 on macOS Mojave in order to to add 'pool_contract_address:' to plots.
Previous version worked fine. Now starting the plot loop results in a new plot (and therefore new chia instances) being generated every 20 seconds until my machine runs out of resources and grinds to a halt!
The text was updated successfully, but these errors were encountered: