We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Symptoms:
holideck.py
Web interface should be available on http://localhost:8080
8080
lsof -n -i4TCP:8080
netstat -an | grep 8080
Root Cause:
Cisco AnyConnect Secure Mobile Client is installed, and using launchd to invisibly camp on port 8080.
launchd
Verification:
sudo launchctl list -x com.cisco.anyconnect.vpnagentd
Workaround:
sudo launchctl stop com.cisco.anyconnect.vpnagentd
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Symptoms:
holideck.py
reports:Web interface should be available on http://localhost:8080
, but HTTP requests to port8080
faillsof -n -i4TCP:8080
shows nothing ifholideck.py
is not runningnetstat -an | grep 8080
shows nothing ifholideck.py
is not runningRoot Cause:
Cisco AnyConnect Secure Mobile Client is installed, and using
launchd
to invisibly camp on port 8080.Verification:
sudo launchctl list -x com.cisco.anyconnect.vpnagentd
Workaround:
sudo launchctl stop com.cisco.anyconnect.vpnagentd
The text was updated successfully, but these errors were encountered: