-
Notifications
You must be signed in to change notification settings - Fork 255
Pow suddenly stopped working #517
Comments
Experiencing the same issue on El Capitan. The DNS resolver seems to be configured correctly and the pow agent is running, but Chrome can't resolve the .dev domain name after a reboot. |
Re-installing actually helped. Removed all the launch daemon/agent configs and pow itself. Re-installed pow and rebooted. Works fine now. Heh. |
@eploko curious, which launch daemon/agents did you remove? I'm having trouble as well, would love to give your method a try. |
Reinstalling did work for me, still have to enable port forwarding manually as in https://github.com/basecamp/pow/wiki/Troubleshooting after every restart sudo pfctl -f /etc/pf.conf; sudo pfctl -e |
@antulik I'm getting this output when I run that command:
Is that what yours looks like? |
@spentacular yes, exactly that, after that pow starts to work |
@spentacular I removed |
I cannot get it to work even after
Reinstalled and rebooted twice already, no go... any ideas? |
Thank you @antulik , that did the trick for me. |
Any update on this? Tried every trick and it's still not working for me |
to be honest I've stopped trying and went for a much simpler nginx based As it is, if I was starting over, there might be some benefit in straight On Sat, 12 Dec 2015, 06:37 David Krmpotic [email protected] wrote:
|
I'm using |
ahh so it's not just the TLD . Probably El Capitain issues , gotcha. |
I found a solution. Or at least for me. The current PF command appends the rule to an anchor, which I assume doesn't exist (anymore).
By omitting that part it just binds to the main ruleset:
|
And a PR #521, if anyone still got Yosemite running, could you please check if this fix works there too? |
This happens every time I reboot my computer (since El Capitan). I have to run the uninstall script and then reinstall it in order to fix it. |
After much search, this is the only thing that worked for me: #452 |
@koenpunt Thanks a lot. That fixed it for me. 👍 |
@antulik Thanks, you're solution worked for me! For what it's worth, I have been using pow trouble free for about 2 months. Today I took my work laptop with me to lunch and was working while disconnected, and when I came back into the office I started seeing this error. I don't know enough about the underlying technologies to say if that's relevant, but I thought I'd share in case it helps debugging. |
Thanks @antulik , this finally made it work for me again. |
Pow has been amazing. I've restarted multiple times, no problem.
I restarted yesterday and now pow doesn't seem to be working anymore. I tried searching the issues for a similar issue, but to no avail. I tried
rm -rf ~/.pow
and then reinstalling pow also according to the documentation. But, still no dice.OSX Yosemite 10.10.5
Pow is running:
bhardin@brett-mbp ~/.pow ᐅ ping core-app-rails.dev ping: cannot resolve core-app-rails: Unknown host
Any help or guidance is appreciated.
The text was updated successfully, but these errors were encountered: