Giter Club home page Giter Club logo

Comments (5)

V3XATI0N avatar V3XATI0N commented on May 25, 2024

Update --
This happened after using ./bin/pip install pyvmomi in order to support vSphere. This error occurs because the two folders "PyVmomi" and "PyVim" don't exist. Creating the folders manually allowed the buildout to complete, but I have not yet tested whether vSphere functions work.

from mist-ce.

mgogoulos avatar mgogoulos commented on May 25, 2024

You are right, pyvmomi packaging seems to be broken and messes with files. If you git clone mist.io repository, create the virtualenv, and run ./bin/pip install pyvmomi it will mess 1-2 files, so git stash is needed in order for the buildout to be run. Thanks for noticing this!

from mist-ce.

V3XATI0N avatar V3XATI0N commented on May 25, 2024

Thanks. I wiped it out and started again from scratch, without pyvmomi. Now it installs and runs but trying to add a baremetal server I get "failed to add backend - service not running"

from mist-ce.

mgogoulos avatar mgogoulos commented on May 25, 2024

check that all services are up and running with

./bin/supervisorctl status

if not a tail -f var/log/*.log might show what is the problem. Sometimes epmd is not running, so check it is running and if not start it with epmd -daemon. If it can't start maybe some dependency is not installed (eg erlang).

from mist-ce.

mgogoulos avatar mgogoulos commented on May 25, 2024

If the service is not working as expected, run an

./bin/supervisorctl status

and see what service is not running (all should be running for mist.io to run well).
Also have a look on the logs

tail -f /home/mist/mist.io/var/log/*.log

if rabbitmq is not running (a usual suspect!) check that epmd is running, and if not start it with

epmd -daemon

All system dependencies should be installed, otherwise the installation won't be successful

from mist-ce.

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.