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

Update readme to remove ubuntu 18 and debian 10. Add better error reporting to the install script #776

Merged
merged 2 commits into from
Jan 9, 2023

Conversation

Zalgo2462
Copy link
Contributor

Zeek has removed support for Ubuntu 18 and Debian 10.

This PR updates the install script to output better error messages when installing in an unsupported environment and updates the list of supported OS's in the readme.

I've ran the installer in a bunch of docker containers and recorded the output from the old and new versions of the installer. I've attached them below. There are errors in the old version related to enable MongoDB at startup. These should be ignored since the tests were run in Docker containers and systemd is not enabled inside them. The new versions display these errors as warnings.

Debian 10 and Ubuntu 18 install successfully with the --disable-zeek flag.

Ubuntu 22 installs successfully with the --disable-mongo flag.

The old test_install.sh script was broken so it was removed.

Successful installs:

Successful installs without Zeek:

Successful installs without MongoDB:

Failed installations:

Logan L added 2 commits January 3, 2023 21:53
…orted OS. Add better error reporting to installer to help explain why the installer crashes on unsupported OS
@lisaSW lisaSW self-requested a review January 9, 2023 18:00
Copy link
Contributor

@lisaSW lisaSW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested installer on Ubuntu 20, Centos 7, and Debian 11

@lisaSW lisaSW merged commit cb5fd17 into master Jan 9, 2023
@lisaSW lisaSW deleted the supported-os-changes branch January 9, 2023 19:30
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 this pull request may close these issues.

2 participants