Coder Social home page Coder Social logo

Comments (5)

HLD avatar HLD commented on June 13, 2024

I see what appears to be same issue on CentOS Linux release 7.4.1708 (Core)

Waiting for MySQL to accept connections......................
Waiting for Fleet server to accept connections.....................................................Error: Ke failed to start up. Exiting.

from kolide-quickstart.

HLD avatar HLD commented on June 13, 2024

Looks like issue #25 with permissions for MySQL - After removing containers and running as regular user, I was able to run the install script successfully.

from kolide-quickstart.

init99 avatar init99 commented on June 13, 2024

@HLD Were you able to start Fleet on Centos? If so do you have a PR?

from kolide-quickstart.

marpaia avatar marpaia commented on June 13, 2024

@init99 it seems like @HLD's problem was solved by not running the quickstart as root. Can you provide more information about what permissions you've been running the different parts of this process as?

from kolide-quickstart.

init99 avatar init99 commented on June 13, 2024

Starting with a clean VM it worked (why is noted below). However, I think some checks need to be added to demo.sh for permissions:

    1  sudo apt-get update && sudo apt-get upgrade
    2  sudo apt-get install     apt-transport-https     ca-certificates     curl     software-properties-common
    3  curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
    4  sudo apt-key fingerprint 0EBFCD88
    5  sudo add-apt-repository    "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
    6  $(lsb_release -cs) \
    7  stable"
    8  sudo apt-get update
    9  sudo apt-get install docker-ce
   10  sudo apt-get install git docker-compose
   11  git clone https://github.com/kolide/kolide-quickstart.git
   12  sudo groupadd docker
   13  sudo usermod -aG docker $USER

* At this point I logged off. In a previous run, I did not and I think the attempt to run docker and demo.sh without the right permissions permanently broke something... 

   14  cd kolide-quickstart/
   15  ./demo.sh up simple

Waiting for MySQL to accept connections........................
Waiting for Fleet server to accept connections...........
Finalizing Kolide setup...
######################################################################
# Setup complete. Please log in with username 'admin', password 'admin123#'
# Kolide server should now be accessible at https://127.0.0.1:8412 or https://kolide:8412.
# Note that a self-signed SSL certificate will generate a warning in the browser.
# To allow other hosts to enroll, you may want to create a DNS entry mapping kolide to the IP of this host.
######################################################################

This is on Ubuntu 16.04.

from kolide-quickstart.

Related Issues (18)

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.