Coder Social home page Coder Social logo

Comments (10)

mmguero avatar mmguero commented on September 28, 2024 1

I'd double-check and just make sure (while malcolm is shut down) all files in ~/Documents/Malcolm are owned by your user (sudo chown -R user:user ~/Documents/Malcolm).

As far as the permission denied goes, I've only seen that one other place, it was when a user was running "Ubuntu Core" which (I guess) is an all snap-based Ubuntu distro. That's not what you're using by chance, is it? I was never able to figure out his problem.

from malcolm.

mmguero avatar mmguero commented on September 28, 2024 1

Closing this issue as its initial root cause (the permission of the .env files) has been fixed and released in Malcolm v23.05.1.

from malcolm.

mmguero avatar mmguero commented on September 28, 2024

Hmmm, looks like somehow there's a scenario where part of the install.py portion which runs as root populated the .env files which ended up in the file ownership not being set correctly for non-root users. I'll look into and see if I can replicate.

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
  1. cd into the Malcolm directory
  2. stop/clean everything out with the wipe command
  3. change ownership of that directory to your user account
  4. clean everything out again after the chown command just for good measure
  5. start malcolm back up again

from malcolm.

e101sg avatar e101sg commented on September 28, 2024

yes, this solves the permission issue and Malcolm stated. However, none of the dashboard (Malcolm services on browser) comping up in the browser even after 5 min. Not sure why? i have run the above comments only. ( did not run the from the beginning ie. sudo ./scripts/install.py_). Thanks.

malcolm_wipe

from malcolm.

mmguero avatar mmguero commented on September 28, 2024

Run ./scripts/status or docker-compose ps -a in your Malcolm directory and let me see the output.

from malcolm.

e101sg avatar e101sg commented on September 28, 2024

Sure. Here it is...

Screenshot from 2023-05-16 08-44-12

from malcolm.

mmguero avatar mmguero commented on September 28, 2024

My guess is now you're looking at resources (memory) issues for opensearch. What's the system memory (head /proc/meminfo) and what do you have allocated for OpenSearch and LogStash (grep JAVA_OPTS ./config/*.env)?

from malcolm.

e101sg avatar e101sg commented on September 28, 2024

Memory should not be issue since the machine is Desktop with 32GB memory. Screen shot.

Screenshot from 2023-05-16 20-37-03

Interestingly, when i try to stop the Malcolm, getting some strange error.. (seeing it first time)
Hope it gives a hint.. what is an issue.

stop_error

from malcolm.

e101sg avatar e101sg commented on September 28, 2024

Update: Able to see dashboards after successful installation. Thanks a lot for timely help. :) Cheers!

from malcolm.

mmguero avatar mmguero commented on September 28, 2024

Glad to hear it!

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.