Skip to content

Instantly share code, notes, and snippets.

@jwreagor
Created March 7, 2018 16:49
Show Gist options
  • Save jwreagor/d86ce35e3600e243125f5feff76ea63f to your computer and use it in GitHub Desktop.
Save jwreagor/d86ce35e3600e243125f5feff76ea63f to your computer and use it in GitHub Desktop.
[vagrant@freebsd-compile /opt/gopath/src/github.com/hashicorp/nomad]$ nomad agent -dev
No configuration files loaded
==> Starting Nomad agent...
==> Error starting agent: client setup failed: fingerprinting failed: cannot allocate memory
2018/03/06 18:36:47 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:127.0.0.1:4647 Address:127.0.0.1:4647}]
2018/03/06 18:36:47 [INFO] raft: Node at 127.0.0.1:4647 [Follower] entering Follower state (Leader: "")
2018/03/06 18:36:47 [INFO] serf: EventMemberJoin: freebsd-compile.global 127.0.0.1
2018/03/06 18:36:47.913476 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2018/03/06 18:36:47.915697 [INFO] client: using state directory /tmp/NomadClient122291088
2018/03/06 18:36:47.916533 [INFO] nomad: adding server freebsd-compile.global (Addr: 127.0.0.1:4647) (DC: dc1)
2018/03/06 18:36:47.917445 [INFO] client: using alloc directory /tmp/NomadClient907130799
2018/03/06 18:36:47.920562 [WARN] consul.sync: failed to update services in Consul: error querying Consul services: Get http://127.0.0.1:8500/v1/agent/services: dial tcp 127.0.0.1:8500: connect: connection refused
2018/03/06 18:36:47.928983 [DEBUG] client.fingerprint_manager: built-in fingerprints: [arch consul cpu host memory network nomad signal storage vault env_aws env_gce]
2018/03/06 18:36:47.930184 [DEBUG] client.fingerprint_manager: fingerprinting consul every 15s
2018/03/06 18:36:47.931358 [DEBUG] fingerprint.cpu: frequency: 3311 MHz
2018/03/06 18:36:47.931366 [DEBUG] fingerprint.cpu: core count: 2
2018/03/06 18:36:47.940036 [WARN] Error reading memory information: cannot allocate memor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment