Thomas Cooper

Results 18 comments of Thomas Cooper

Sorry about the delay in my response. For those of us with a single harvester/NAS/farmer but multiple plotters the current system has a few major issues operating in this case....

The expectation is to send a single plot at a time to the NAS. I have a very similar network infrastructure to your example, I have a 10.x.x.x network (actually...

That sounds like a good solution in my opinion.

Everything worked on individual runs and manually testing plot_manager.py gave the new error message as expected. But at some point the drive_manager.py script must have marked the export remote_transfer_active as...

99% of the time when I check the export shows true as expected, but randomly it reverts to false, I have to assume its an issue with the transfer speed...

Just as a bandaid I tried to run the following: `pgrep ncat |awk 'NR >= 2' | xargs -n1 kill` This looks at all ncat processes, then if finds more...

In order to make sure that the cron isn't just trying to start all 3 remote plotters at the same exact moment, I appliled the following changes to each of...

Maybe throw a generalized try / except around the entire check_network_activity() and if it errors just try it again. When I was running my manual script to look for duplicate...

I woke up this morning to a hung ncat process with no transfers on going and all 3 plotters out of space so this must have happened early into the...

Sounds good, that is what i had my make-shift addition doing. So far so good with your newest commits, ill let you know if I see any issues.