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

added net-tools to debian-based install command #113

Merged
merged 1 commit into from
Jul 2, 2019
Merged

added net-tools to debian-based install command #113

merged 1 commit into from
Jul 2, 2019

Conversation

Kortho
Copy link
Contributor

@Kortho Kortho commented Jul 2, 2019

needed to run the netstat command

needed to run the netstat command
@SteveClement
Copy link
Member

Which command was missing?

@Kortho
Copy link
Contributor Author

Kortho commented Jul 2, 2019

netstat is used in the start_all.sh
and is not always included in the OS (ubuntu 19.04 for instance)
therefor an install of net-tools includes this command

@Kortho
Copy link
Contributor Author

Kortho commented Jul 2, 2019

"netstat -an |grep LISTEN |grep 6250 |grep -v tcp6 ; check_redis_port=$?
netstat -an |grep LISTEN |grep 8001 |grep -v tcp6 ; check_dashboard_port=$?"

These does not work without net-tools installed :)

@mokaddem mokaddem added the signed-off:mokaddem Acknowledged by mokaddem label Jul 2, 2019
@SteveClement
Copy link
Member

Cool makes sense

@mokaddem
Copy link
Contributor

mokaddem commented Jul 2, 2019

Thanks a lot!

@mokaddem mokaddem merged commit 16144e1 into MISP:master Jul 2, 2019
@Kortho Kortho deleted the patch-2 branch July 11, 2019 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
signed-off:mokaddem Acknowledged by mokaddem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants