Skip to content
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

Web interface fails on OS X with Cisco AnyConnect Secure Mobile Client present #4

Open
garthk opened this issue Dec 25, 2013 · 0 comments · May be fixed by #5
Open

Web interface fails on OS X with Cisco AnyConnect Secure Mobile Client present #4

garthk opened this issue Dec 25, 2013 · 0 comments · May be fixed by #5

Comments

@garthk
Copy link

garthk commented Dec 25, 2013

Symptoms:

  • holideck.py reports: Web interface should be available on http://localhost:8080, but HTTP requests to port 8080 fail
  • lsof -n -i4TCP:8080 shows nothing if holideck.py is not running
  • netstat -an | grep 8080 shows nothing if holideck.py is not running

Root Cause:

Cisco AnyConnect Secure Mobile Client is installed, and using launchd to invisibly camp on port 8080.

Verification:

  • Run: sudo launchctl list -x com.cisco.anyconnect.vpnagentd
  • If you see XML, Cisco AnyConnect Secure Mobile Client is present

Workaround:

  • Stop the AnyConnect job with: sudo launchctl stop com.cisco.anyconnect.vpnagentd
@garthk garthk linked a pull request Dec 25, 2013 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant