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

--all-analyzers fails #2578

Open
TacitTactics opened this issue Nov 22, 2024 · 1 comment
Open

--all-analyzers fails #2578

TacitTactics opened this issue Nov 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@TacitTactics
Copy link

What happened

what executing the start script with the all analyzers option. installation fails with this error
intel_owl_failure_24 04

Environment

  1. OS: Ubuntu 22.04 and Ubuntu 24.04
  2. IntelOwl version: Latest (6.1.0)

What did you expect to happen

the application start with all analyzers

How to reproduce your issue

  1. Install either Ubuntu 22.04 or 24.04 server version
  2. Update APT repo
  3. Add Docker repo
  4. Update APT repo again
  5. install docker ce and docker compose plugin
  6. create a new user
  7. add user to docker group
  8. reload system daemon
  9. git clone the IntelOwl repo
  10. cd into IntelOwl directory
  11. run initialization script
  12. update DB password and username in env files
  13. run start script with options "prod --all analyzers" up

Error messages and logs

docker compose failed to register layer: failed to Lchown "/usr/local/lib/node_modules/box-js/node_modules/optionator/CHANGELOG.md" for UID 110779, GID 100.

@TacitTactics TacitTactics added the bug Something isn't working label Nov 22, 2024
@TacitTactics TacitTactics changed the title --all-analyzer fails --all-analyzers fails Nov 22, 2024
@fgibertoni
Copy link
Contributor

I think this is a duplicate of #2390.

However, I was not able to reproduce the issue using ./start prod up --all_analyzers. All containers started as they should.
Can you please try to move to develop branch and run ./start test up --all_analyzers -- --build to see if the problem is still showing up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants