Replies: 2 comments
-
Interesting setup of Chia + Plotman on Windows inside a Linux VM. Sorry, I only have time to support Machinaris (Docker) however. Good luck with your explorations! |
Beta Was this translation helpful? Give feedback.
-
When trying to run both 'plotman plot' and 'plotman archive' at the same time, after some time (140s - 1780s) it errors out:
/proc/6620 is the actively running plotting process:
As this happens randomly, it suggest this same segment of code has run successfully several times before having an issue. A quick search online suggests the python scripts might not be conforming to standard syntax. I doubt this, as these scripts have been being used for over a year. I know very little python. It feels more like some lib or some python support programs are missing or need updating. |
Beta Was this translation helpful? Give feedback.
-
#814 details how I have gotten 'plotman archive' working in a Linux VM on Windows.
'plotman plot' will start fine, but as soon as the global_stagger_m times out, it starts another plot plotting. Left unattended, the tmp dir fills up and all plotting fails. 'plotman archive' also detects archive jobs, but seams to have no issues.
Machinaris using the same plotman.yaml knows there are active plotting jobs and waits after the global_stagger_m times out until a plotting job gets to stage 5.
While I have made the Linux VM see everything the same as the docker container using sym links, there are still differences.
Any ideas what is missing? I am not sure what to try next.
Beta Was this translation helpful? Give feedback.
All reactions