draios / sysdig-inspect

Sysdig Inspect - A powerful opensource interface for container troubleshooting and security investigation
https://www.sysdig.org/
Other
966 stars 68 forks source link

Not working in OS X. #51

Open axot opened 5 years ago

axot commented 5 years ago

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 commented 5 years ago

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

axot commented 5 years ago

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

0 4 0

davideschiera commented 5 years ago

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

axot commented 5 years ago

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

$ netstat -tln | grep .3000
axot commented 5 years ago

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 commented 5 years ago

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.