kolide-quickstart icon indicating copy to clipboard operation
kolide-quickstart copied to clipboard

Error: Kolide failed to start up. Exiting.

Open pastephens opened this issue 6 years ago • 2 comments

$ docker info
Containers: 12
 Running: 3
 Paused: 0
 Stopped: 9
Images: 5
Server Version: 18.03.1-ce
Storage Driver: overlay2
 Backing Filesystem: xfs
 Supports d_type: true
 Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 773c489c9c1b21a6d78b5c538cd395416ec50f88
runc version: 4fc53a81fb7c994640722ac585fa9ca548971871
init version: 949e6fa
Security Options:
 seccomp
  Profile: default
Kernel Version: 3.10.0-862.el7.x86_64
Operating System: Red Hat Enterprise Linux Server 7.5 (Maipo)
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 3.696GiB
Name: kolide
ID: 5ZPS:DWAF:HTG6:EZUT:2WLZ:PVRT:NCEV:LPVU:WSSF:HTUS:UVWE:3IPH
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false
$ sudo ./demo.sh up simple
Using default tag: latest
latest: Pulling from kolide/fleet
Digest: sha256:2c0d0b92f364a665702a62351bc1fa880637fe58d8ebbdc47abc8598952f7243
Status: Image is up to date for kolide/fleet:latest
Using default tag: latest
latest: Pulling from kolide/openssl
Digest: sha256:9d86215afdd5d76faae9de32b7be862a64542ff7ddcc753c43b34118f42aead8
Status: Image is up to date for kolide/openssl:latest
quickstart_mailhog_1 is up-to-date
quickstart_redis_1 is up-to-date
quickstart_mysql_1 is up-to-date
Starting quickstart_fleet_1 ... done
Waiting for MySQL to accept connections...
Waiting for Fleet server to accept connections....</snip> ..Error: Kolide failed to start up. Exiting.

pastephens avatar May 02 '18 10:05 pastephens

Also, if I attempt to run the demo.sh w/out sudo, I get tons of chmod permissions errors for objects in the mysqldata dir. Is that expected?

pastephens avatar May 02 '18 10:05 pastephens

When I try to run the function wait_fleet() from the demo.sh script from the cli, I get curl: (6) Couldn't resolve host 'fleet'

pastephens avatar May 02 '18 10:05 pastephens