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

Not working in OS X. #51

Open
axot opened this issue May 25, 2019 · 6 comments
Open

Not working in OS X. #51

axot opened this issue May 25, 2019 · 6 comments

Comments

@axot
Copy link

axot commented May 25, 2019

I tried the latest 0.3.4 on my mac which not working both with brew cask install and DMG way.

MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)
OS X 10.14.4

@davideschiera
Copy link
Contributor

Thanks @axot ! Could you please try the 0.4.0 that was released few hours ago?

@axot
Copy link
Author

axot commented May 25, 2019

Hello @davideschiera, I tried the latest 0.4.0, the issue seems not solved.

0 4 0

@davideschiera
Copy link
Contributor

Can you please check if you have any process listening on port tcp/3000 (as server)?

@axot
Copy link
Author

axot commented May 25, 2019

I'm using the following command and it shows there is no process listening tcp 3000

$ netstat -tln | grep .3000

@axot
Copy link
Author

axot commented May 25, 2019

Sorry for the misleading.

$ lsof -i tcp:3000
COMMAND     PID   USER   FD   TYPE            DEVICE SIZE/OFF NODE NAME
com.docke 29680 z-shao   22u  IPv4 0x83719fc93b9252f      0t0  TCP *:hbci (LISTEN)
com.docke 29680 z-shao   23u  IPv6 0x83719fc85e3962f      0t0  TCP localhost:hbci (LISTEN)
Sysdig    30998 z-shao   43u  IPv4 0x83719fc92c3aeaf      0t0  TCP localhost:hbci (LISTEN)

After turned docker daemon off, sysdig-inspect works!

@davideschiera
Copy link
Contributor

Glad to hear!

If I remember correctly, the app was supposed to handle this case automatically. I'll check why it doesn't seem to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants