basecamp / pow

Zero-configuration Rack server for Mac OS X
http://pow.cx/
MIT License
3.41k stars 259 forks source link

Pow and Cisco AnyConnect #325

Open bbohling opened 11 years ago

bbohling commented 11 years ago

I do not know the real culprit here, but I thought I would bring it up in case anyone else has witnessed this. Any time I have Pow installed (even if it is on a different user account on the system) and try to connect to my company's VPN via Cisco AnyConnect my system crashes within 60 seconds. In the Console logs there is a mDNSResponder error that occurs MANY times before the crash:

10/9/12 11:13:59.762 PM mDNSResponder[36]: mDNSPlatformSendUDP: sendto(9) failed to send packet on InterfaceID 0000000000000004 en0/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 9 error -1 errno 13 (Permission denied) 4535499916MessageCount is 500

Once I uninstall Pow the error and the system crash goes away. Maybe someone with more networking skills than me knows what is going on.

cliftonlabrum commented 11 years ago

What you are referring to is discussed here: https://github.com/37signals/pow/issues/34

A fix can be found here: https://gist.github.com/3718344