-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porter cannot start services, thinks they are already running #29
Comments
Dug into this a little bit, and it seems like that was the case, the So after running this, it's been able to start the services again:
Not sure what caused the .pid file to get left behind though 😕 |
Thanks @manavo - just ran into this issue as well, and your tip worked for me. |
Thank you @manavo it worked :) Any idea why this happened? |
Not sure, I'm guessing something crashes and the file gets left behind? It hasn't happened to me again, but glad this worked for you! |
Rather than having to manually delete the porter stop --force For reference... The porter/app/Commands/StopCommand.php Lines 31 to 33 in 5a76962
porter/app/Repositories/SupervisordRepository.php Lines 152 to 154 in 5a76962
|
Well spotted @squatto! Definitely a better option! |
Encountered the same issue when porter was running and did a system reboot. |
Just had the same issue. Thank @squatto for mentioning the command. |
It works with |
I'm having an issue where the services aren't running, Porter thinks they aren't running, but then can't start them because it thinks they are running.
Not sure if there are any other debug things that would be useful? In the
~/.porter
directory this is what I see:Not sure if maybe a
pid
/sock
file is somehow leftover, and it's confusing things thinking they are running?Last note, this is using
Porter v0.0.11
The text was updated successfully, but these errors were encountered: