anystack-sh/porter

porter can not stop or start!

Closed this issue · 3 comments

when I write the command: porter stop it is still in this situation:

Stopping services: loading...

and when I write porter status I get the prompt:

 Porter must be running to use this command. Do you want to start Porter? (yes/no) [yes]:

after I write yes, I get this

In SupervisordRepository.php line 120:
                                 
  Services are already running.  
                                 
olumby commented

Have you tried:

rm ~/.porter/supervisord.pid

From #8

thanks @olumby, it solved the problem!

I hope it will be fixed to prevent this from happening.