Seeing WARN messages in /var/log/messages on all control nodes after successful deployment
See original GitHub issueDoing 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:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m also seeing this on healthy deployments. IIRC, it’s from nginx-consul or nginx-mantlui.
Closing in favor of #1454