Closed kenips closed 7 years ago
This is happening on Mavericks for me as well.
I’m also having this issue.
+1 for me, as well.
+1
+1
+1
I ran powify server restart
with the powify gem installed and pow went back to normal in the Activity Monitor.
touch $HOME/.pow/restart.txt
Worked for me
When I restarted it pow went back to normal status in the Activity Monitor. But after first request it failing back to "Not Responding" status.
+1
+1
+1
+1
+1
@coneybeare's solution didn't work for me. It just made my terminal crash.
http://matt.coneybeare.me/getting-pow-to-use-rvms-ruby-version-on-mavericks/
Hello,
For me pow is shown as "Not Responding" in Mavericks too. However it's not really fully functional ... Some request take forever or simply doesn't send any data to my web brownser
I can report that too. Pow hangs and/or takes an inordinate amount of time to work. Mavericks too.
Additionally, I can see that my app runs twice: there are two process running for each of my pow apps. I don't think this is normal, right?
Pow being reported as not responding here as well. Static sites are not slow at all though. Currently no active rails project to test with.
+1
After installing 10.9 (with rbenv), Pow was unresponsive.
On reinstall I get four password prompts for network configuration followed by:
!!! Couldn't resolve configured domains (dev)
On the first occasion Pow got stuck in a restart loop. After uninstall and reinstall, the same error message and the server doesn't start.
I am experiencing exactly this as well...
On reinstall I get four password prompts for network configuration followed by:
!!! Couldn't resolve configured domains (dev)
On the first occasion Pow got stuck in a restart loop. After uninstall and reinstall, the same error message and the server doesn't start.
Was reinstalling to include TLD support export POW_DOMAINS=dev,test
+1
I was able to manually add TLD. Pow still seems to work correctly but it shows as not responsive in activity monitor.
Run in Terminal and change references of localtld to your choosing:
export POW_TEMP=localtld
touch ~/Desktop/$POW_TEMP
echo -e "# Disgruntledly generated manually for Pow \nnameserver 127.0.0.1 \nport 20560" >> ~/Desktop/$POW_TEMP
sudo mv ~/Desktop/$POW_TEMP /etc/resolver/$POW_TEMP
curl get.pow.cx | sh
touch ~/.pow/restart.txt
scutil --dns
Also curl get.pow.cx | sh
might be optional but did not test both ways. Make sure to update ~/.profile
with export POW_DOMAINS='dev,test,localtld'
:+1:
I think we're starting to confuse two issues in one thread here. For installing with custom TLD's not working on Mavericks I think we should start a new thread.
+1
Same problem with non-responding pow on my end, +1
+1
+1
+1
I encountered the same issue (and others) after updating to Mavericks. What I found is Xcode's command line tools have become optional. By visiting the Apple Developer area, downloading/installing the latest "command line tools," and a quick reboot, everything seemed to be fixed.
I also reinstalled Pow during this process. But not sure if it was necessary. Hope this helps!
Hoh! That worked for me to, thanks man :)
Kv. S.
On Tue, Nov 12, 2013 at 6:12 PM, bradleygauthier notifications@github.comwrote:
I encountered the same issue (and others) after updating to Mavericks. What I found is Xcode's command line tools have become optional. By visiting the Apple Developer area, downloading/installing the latest "command line tools," and a quick reboot, everything seemed to be fixed.
— Reply to this email directly or view it on GitHubhttps://github.com/37signals/pow/issues/412#issuecomment-28318082 .
No wait, scratch that :/ Its back to not responding (dang it).
Kv. S.
On Tue, Nov 12, 2013 at 6:25 PM, Sigurður Árni Svanbergsson < siggi.arni@gmail.com> wrote:
Hoh! That worked for me to, thanks man :)
Kv. S.
On Tue, Nov 12, 2013 at 6:12 PM, bradleygauthier <notifications@github.com
wrote:
I encountered the same issue (and others) after updating to Mavericks. What I found is Xcode's command line tools have become optional. By visiting the Apple Developer area, downloading/installing the latest "command line tools," and a quick reboot, everything seemed to be fixed.
— Reply to this email directly or view it on GitHubhttps://github.com/37signals/pow/issues/412#issuecomment-28318082 .
xcode-select --install
isn't working for me! I get the error "Can't install the software because it is currently available from the Software Update server." http://apple.stackexchange.com/questions/110463/xcode-select-install-not-available-on-update-server
@nikolas I was getting that days ago too. Solution is to go to https://developer.apple.com/downloads/index.action?name=for%20Xcode%20-#, login with your Apple ID (you don't need to be an Apple developer), and download Command Line Tools (OS X Mavericks) for Xcode - Late October 2013
@rahilsondhi Thanks! I just figured it out
@nikolas just make sure you are not on build 598. I saw that error on 598 but not 603
Just in case: The "not responding" issue does not have to implicate that the app is in fact not working properly. It's serving up files quite nicely on my end.
It's probably just a matter of the node app incorrectly telling Mavericks it's still working nicely and waiting for incoming requests.
@TheEricMiller: it turns out the failure-to-install is actually a failure to resolve .dev. The approval prompts are annoying but the network reconfiguration operations don't fail. What fails is the forwarding of DNS resolution. If you try http://localhost:20559 you'll probably find Pow is listening.
There are many, many solutions proposed for .dev resolution problems. In my case the best was also the most concise: #415.
@kenips build 598 of what?
@nikolas of OS X. Go to About this Mac and click on "Version 10.9". It should say "Build 13A603"
Ah I see. Yeah mine says Build 13A603.
+1
+1
+1
+1
+1
I've never understood how adding +1 to an issue helps in any constructive manner?
@bradleygauthier I agree, in fact it's really annoying!
I think the primary thing it accomplishes is to help people who want to see a change feel like they were able to do something.
I'm sure it also very slightly helps committers see how interested users of the software are in the change, and to remind them that it's still relevant.
Both of these things are why many issue tracking systems have 'voting' options.
That said, the noise can be annoying, sure, and it clutters up any meaningful discussion that could be happening in the issue comments. (That's another reason why many issue tracking systems add voting, to keep the 'noise' out.)
Pow is shown as "Not Responding" in Mavericks. However it's fully functional. I guess it's the way Pow reports its status?