swar / Swar-Chia-Plot-Manager

This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.
GNU General Public License v3.0
1.26k stars 388 forks source link

No manager processes were found. #889

Open rtacconi opened 3 years ago

rtacconi commented 3 years ago

When I restart, no manager is found:

$ python manager.py restart
No manager processes were found.
Plot Manager has started...

It seems that stateless-manager.py ofter crashing without leaving any clue. I do not think it is documented but I see the code has a debug_level loaded from the config.yaml file.

I am using Ubuntu 20.04. Sometimes I am getting this error too:

~/Swar-Chia-Plot-Manager$ python manager.py restart
Traceback (most recent call last):
  File "manager.py", line 32, in <module>
    stop_manager()
  File "/home/rtacconi/Swar-Chia-Plot-Manager/plotmanager/library/utilities/commands.py", line 76, in stop_manager
    raise TerminationException("Failed to stop manager processes.")
plotmanager.library.utilities.exceptions.TerminationException: Failed to stop manager processes.

but this error is coming from one server with heavy load, still Ubuntu 20.04 (Dell r620).

rtacconi commented 3 years ago

I had permission denied in one drive, after fixing it, it stopped crashing, but the main issue is that it is crashing without any stacktrace/error message