basecamp / pow

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

Installation fails silently if you already have an instance of pow (older or current version) running #552

Open amitsaxena opened 6 years ago

amitsaxena commented 6 years ago
$ curl get.pow.cx | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9039  100  9039    0     0  26353      0 --:--:-- --:--:-- --:--:-- 26429
*** Installing Pow 0.6.0...
*** Installing local configuration files...
*** Installing system configuration files as root...

Version: 0.6.0 I think it fails at this line in the installation shell script:

$ sudo launchctl bootstrap system /Library/LaunchDaemons/cx.pow.firewall.plist
/Library/LaunchDaemons/cx.pow.firewall.plist: service already loaded
nicpillinger commented 6 years ago

+1 uninstall/reinstall fixes it.