In your specific case, the problem probably comes from the fact that the backend is already running, as per the previous question you submitted minutes before, even though the script is not able to tell if the supervisor is running or not. Did you try to connect to the backend ? At any rate, you can search for the existing programs with the `ps -ax`command and stop them with the `kill`command