Coder Social home page Coder Social logo

Comments (4)

mmguero avatar mmguero commented on June 18, 2024

Interesting, normally this line in the docker-compose file (setting tty to true, accompanied by setting stdin_open to false since it's not really a tty) prevents that exact error that you're talking about.

What are the details of your system (operating system, docker version, etc.)? Prior to release last night and this morning I ran these existing images without incident so I'm interested to know how your setup differs from mine.

from malcolm.

shift-f10 avatar shift-f10 commented on June 18, 2024

Running Ubuntu 20.04 5.4.0-146-generic, Docker version 23.0.2, build 569dd73 and Docker Compose version v2.16.

from malcolm.

mmguero avatar mmguero commented on June 18, 2024

One other thing to check: is it possible that somehow this directory got created that in such a way that the arkime container didn't have permissions to write to it? Are all of the files underneath the Malcolm install dir owned by your user, and does your user's UID match the PUID/PGID variables at the top of the docker-compose file? (find . ! -user $(id -u) or something like that should tell you).

from malcolm.

shift-f10 avatar shift-f10 commented on June 18, 2024

So initially I used root to pull down the tar and untar it. I then chown -hR malcolm:malcolm malcolm/ to ensure the user will have all the correct permissions and su malcolm and proceeded to set it up. The output of the command is as follows:

find . ! -user $(id -u)
./scripts/pycache
./scripts/pycache/malcolm_common.cpython-38.pyc

I deleted the folder and re-did the entire process and surprisingly enough, the issue no longer existed. Not sure what happened. I used the same process as previous but somehow the outcome is diff. Thanks for the quick response. You can close this now.

from malcolm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.