-
Notifications
You must be signed in to change notification settings - Fork 339
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
install.py can create .env files 0:0 ownership instead of unprivileged user ownership #253
Comments
Hmmm, looks like somehow there's a scenario where part of the In the meantime, doing something like this should solve the problem: $ cd ~/Documents/Malcolm
$ ./scripts/wipe
$ sudo chown -R user:user ~/Documents/Malcolm
$ ./scripts/wipe
$ ./scripts/start
|
Run |
My guess is now you're looking at resources (memory) issues for opensearch. What's the system memory ( |
I'd double-check and just make sure (while malcolm is shut down) all files in As far as the |
Malcolm v23.05.1 is a minor release with a few component version updates and bug fixes, particularly to fix an issue with `install.py` where the ownership of `.env` files in the `config` directory may get incorrectly set to `root` rather than the unprivileged user. cisagov/Malcolm@v23.05.0...v23.05.1 * Enhancements and bug fixes - install.py can create .env files 0:0 ownership instead of unprivileged user ownership (cisagov#253) - both zeek and zeek-live containers are trying to pull intel feeds on startup (#196) - Make sure a few Arkime fields (`http.xff*`) get created in the index template with the right field types to avoid aggregation query issues - Tweaks to convenience scripts (`malcolmmonitor` and `sensormonitor`) in ISO-installed Malcolm and Hedgehog Linux environments - Added some `.service` files for the ISO-installed version of Malcolm to be able to feed itself resource statistics via Fluent Bit - Documentation updates * Component version updates - Arkime to [v4.3.1](https://github.com/arkime/arkime/blob/ce8d5d4d1a54a3a9f022bf4b72081f7af666f6e4/CHANGELOG#L33-L44) - OpenSearch and OpenSearch Dashboards to [v2.7.0](https://github.com/opensearch-project/opensearch-build/blob/2dbbce4428e583c4cf1f1f867f7591d978395420/release-notes/opensearch-release-notes-2.7.0.md) - NetBox to [v3.5.1](https://netbox.dev/blog/posts/netbox-v351-released/) - Beats to [v8.7.1](https://www.elastic.co/guide/en/beats/libbeat/8.7/release-notes-8.7.1.html)
Malcolm v23.05.1 is a minor release with a few component version updates and bug fixes, particularly to fix an issue with `install.py` where the ownership of `.env` files in the `config` directory may get incorrectly set to `root` rather than the unprivileged user. v23.05.0...v23.05.1 * Enhancements and bug fixes - install.py can create .env files 0:0 ownership instead of unprivileged user ownership (#253) - both zeek and zeek-live containers are trying to pull intel feeds on startup (idaholab#196) - Make sure a few Arkime fields (`http.xff*`) get created in the index template with the right field types to avoid aggregation query issues - Tweaks to convenience scripts (`malcolmmonitor` and `sensormonitor`) in ISO-installed Malcolm and Hedgehog Linux environments - Added some `.service` files for the ISO-installed version of Malcolm to be able to feed itself resource statistics via Fluent Bit - Documentation updates * Component version updates - Arkime to [v4.3.1](https://github.com/arkime/arkime/blob/ce8d5d4d1a54a3a9f022bf4b72081f7af666f6e4/CHANGELOG#L33-L44) - OpenSearch and OpenSearch Dashboards to [v2.7.0](https://github.com/opensearch-project/opensearch-build/blob/2dbbce4428e583c4cf1f1f867f7591d978395420/release-notes/opensearch-release-notes-2.7.0.md) - NetBox to [v3.5.1](https://netbox.dev/blog/posts/netbox-v351-released/) - Beats to [v8.7.1](https://www.elastic.co/guide/en/beats/libbeat/8.7/release-notes-8.7.1.html)
Closing this issue as its initial root cause (the permission of the .env files) has been fixed and released in Malcolm v23.05.1. |
Update: Able to see dashboards after successful installation. Thanks a lot for timely help. :) Cheers! |
Glad to hear it! |
Got the installation issue on Ubuntu while installing v23.05.0
After running the
auth_setup,docker pull
, get an issue when running ./scripts/start
. The issue is permission error.PermissionError: [Error 1] Operation not permitted : 'pcap-capture.env '
I have tried to build from scratch as well..got some Logstash related error at the end (almost) of the build. Not sure, this issue related to new release (23.05.0). Any thoughts highly useful.. (spend the whole weekend for this) ~ Cheers!
The text was updated successfully, but these errors were encountered: