question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Seeing WARN messages in /var/log/messages on all control nodes after successful deployment

See original GitHub issue

Doing Bare-Metal install ( though technically with vmware workstation vms ). These messages only appear on my master/control nodes.

Error Messages( it just keeps repeating this block of messages once every minute ):

Apr  6 03:35:55 MASTER1 docker/8c65612f2e3b[8809]: 2016/04/06 03:35:55 [WARN] ("key(config/mantl/auth)") Consul returned no data (does the path exist?)
Apr  6 03:35:56 MASTER1 docker/8c65612f2e3b[8809]: 2016/04/06 03:35:56 [WARN] ("key(config/mantl/consul_ssl)") Consul returned no data (does the path exist?)
Apr  6 03:35:56 MASTER1 docker/8c65612f2e3b[8809]: 2016/04/06 03:35:56 [WARN] ("key(config/mantlui/ssl)") Consul returned no data (does the path exist?)
Apr  6 03:35:58 MASTER1 docker/8c65612f2e3b[8809]: 2016/04/06 03:35:58 [WARN] ("key(config/mantlui/ssl_ciphers)") Consul returned no data (does the path exist?)
Apr  6 03:36:55 MASTER1 docker/8c65612f2e3b[8809]: 2016/04/06 03:36:55 [WARN] ("key(config/mantl/auth)") Consul returned no data (does the path exist?)
Apr  6 03:36:58 MASTER1 docker/8c65612f2e3b[8809]: 2016/04/06 03:36:58 [WARN] ("key(config/mantl/consul_ssl)") Consul returned no data (does the path exist?)
Apr  6 03:36:59 MASTER1 docker/8c65612f2e3b[8809]: 2016/04/06 03:36:59 [WARN] ("key(config/mantlui/ssl)") Consul returned no data (does the path exist?)
Apr  6 03:37:01 MASTER1 docker/8c65612f2e3b[8809]: 2016/04/06 03:37:01 [WARN] ("key(config/mantlui/ssl_ciphers)") Consul returned no data (does the path exist?)
Apr  6 03:37:06 MASTER1 collectd[60385]: Unhandled python exception in read callback: TypeError: float() argument must be a string or a number

Ansible host file:

[role=control]
MASTER1 private_ipv4=192.168.1.51 ansible_ssh_host=192.168.1.51
MASTER2 private_ipv4=192.168.1.52 ansible_ssh_host=192.168.1.52
MASTER3 private_ipv4=192.168.1.53 ansible_ssh_host=192.168.1.53

[role=control:vars]
consul_is_server=true
lvm_physical_device=/dev/sdb1

[role=worker]
AGENT1 private_ipv4=192.168.1.61 ansible_ssh_host=192.168.1.61
AGENT2 private_ipv4=192.168.1.62 ansible_ssh_host=192.168.1.62
AGENT3 private_ipv4=192.168.1.63 ansible_ssh_host=192.168.1.63

[role=worker:vars]
consul_is_server=false
lvm_physical_device=/dev/sdb1

[role=edge]
EDGE1 private_ipv4=192.168.1.56 ansible_ssh_host=192.168.1.56

[role=edge:vars]
consul_is_server=false
lvm_physical_device=/dev/sdb1

[dc=orl]
MASTER1
MASTER2
MASTER3
AGENT1
AGENT2
AGENT3
EDGE1

Deployment Command:

ansible-playbook -i hosts \
        -e provider=bare-metal \
        -e consul_dc=orl \
        -e docker-lvm-backed=true \
        -e docker_lvm_data_volume_size="80%FREE" \
        -e @security.yml sample.yml >& bare-metal.log

Configuration info:

ansible 1.9.5
Python 2.7.5
Git: Master ( current )
Bare Metal ( technically vmware workstation, but will be going to bare metal )
Terraform v0.6.14
CentOS 7 1511
All VMs are brand new builds from the 1511 DVD with minimal.
Ran ansible-playbook -i hosts playbooks/upgrade-packages.yml prior to run 

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
langston-barrettcommented, May 14, 2016

I’m also seeing this on healthy deployments. IIRC, it’s from nginx-consul or nginx-mantlui.

0reactions
langston-barrettcommented, May 16, 2016

Closing in favor of #1454

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chapter 23. Viewing and Managing Log Files
Log files are files that contain messages about the system, including the kernel, services, and applications running on it. There are different log...
Read more >
Log Messages and Error Codes - VMware Docs
All API calls are subject to authentication and authorization, and will generate audit logs. This logging is enabled by default and cannot be ......
Read more >
Prepare for LPIC-1 exam 2 - topic 108.2: System logging
For local logging, the main file is usually /var/log/messages, ... Note that the example in Listing 2 logs all messages at warning level...
Read more >
Juniper Networks Junos - System Log Messages Reference
Juniper Networks assumes no responsibility for any inaccuracies in this ... The message-source Field on a T640 Routing Node in a Routing.
Read more >
Known Issues with Oracle Database ... - Oracle Help Center
Although patching of Oracle Database Appliance was successful, an error message may be displayed. The following error is seen when running the odacli ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found