Skip to content

Instantly share code, notes, and snippets.

@VinceMacBuche
Created February 11, 2014 11:32
Show Gist options
  • Save VinceMacBuche/8933218 to your computer and use it in GitHub Desktop.
Save VinceMacBuche/8933218 to your computer and use it in GitHub Desktop.
rudder-agent don't start verbose output
root@node1:~# /var/rudder/cfengine-community/bin/cf-agent -v
2014-02-11T12:31:53+0100 verbose: Work directory is /var/rudder/cfengine-community
2014-02-11T12:31:53+0100 verbose: Looking for a source of entropy in '/var/rudder/cfengine-community/randseed'
2014-02-11T12:31:53+0100 verbose: Making sure that locks are private...
2014-02-11T12:31:53+0100 verbose: Checking integrity of the state database
2014-02-11T12:31:53+0100 verbose: Checking integrity of the module directory
2014-02-11T12:31:53+0100 verbose: Checking integrity of the PKI directory
2014-02-11T12:31:53+0100 verbose: Loaded private key at '/var/rudder/cfengine-community/ppkeys/localhost.priv'
2014-02-11T12:31:53+0100 verbose: Loaded public key '/var/rudder/cfengine-community/ppkeys/localhost.pub'
2014-02-11T12:31:53+0100 verbose: Setting cfengine default port to 5308, '5308'
2014-02-11T12:31:53+0100 verbose: Reference time set to 'Tue Feb 11 12:31:53 2014'
2014-02-11T12:31:53+0100 verbose: CFEngine Core 3.5.2
2014-02-11T12:31:53+0100 verbose: Host name is: node1
2014-02-11T12:31:53+0100 verbose: Operating System Type is linux
2014-02-11T12:31:53+0100 verbose: Operating System Release is 2.6.32-5-amd64
2014-02-11T12:31:53+0100 verbose: Architecture = x86_64
2014-02-11T12:31:53+0100 verbose: Using internal soft-class linux for host node1
2014-02-11T12:31:53+0100 verbose: The time is now Tue Feb 11 12:31:53 2014
2014-02-11T12:31:53+0100 verbose: Extended system discovery is only available in CFEngine Enterprise
2014-02-11T12:31:53+0100 verbose: Additional hard class defined as: 64_bit
2014-02-11T12:31:53+0100 verbose: Additional hard class defined as: linux_2_6_32_5_amd64
2014-02-11T12:31:53+0100 verbose: Additional hard class defined as: linux_x86_64
2014-02-11T12:31:53+0100 verbose: Additional hard class defined as: linux_x86_64_2_6_32_5_amd64
2014-02-11T12:31:53+0100 verbose: GNU autoconf class from compile time: compiled_on_linux_gnu
2014-02-11T12:31:53+0100 verbose: Address given by nameserver: 127.0.1.1
2014-02-11T12:31:53+0100 verbose: No interface exception file /var/rudder/cfengine-community/inputs/ignore_interfaces.rx
2014-02-11T12:31:53+0100 verbose: Interface 1: lo
2014-02-11T12:31:53+0100 verbose: Interface 2: eth0
2014-02-11T12:31:53+0100 verbose: IP address of host set to 10.0.2.15
2014-02-11T12:31:53+0100 verbose: Interface 3: eth1
2014-02-11T12:31:53+0100 verbose: Trying to locate my IPv6 address
2014-02-11T12:31:53+0100 verbose: Found IPv6 address fe80::a00:27ff:fe63:5ef5
2014-02-11T12:31:53+0100 verbose: Found IPv6 address fe80::a00:27ff:fed8:4b9
2014-02-11T12:31:53+0100 verbose: Looking for environment from cf-monitord...
2014-02-11T12:31:53+0100 verbose: Unable to detect environment from cf-monitord
2014-02-11T12:31:53+0100 verbose: This appears to be a debian system.
2014-02-11T12:31:53+0100 verbose: Looking for Debian version...
2014-02-11T12:31:53+0100 verbose: This appears to be a Debian 6.0 system.
2014-02-11T12:31:53+0100 verbose: This system seems to have the aptitude package system
2014-02-11T12:31:53+0100 verbose: Found 1 processor
2014-02-11T12:31:53+0100 verbose: Persistent class 'default:config_ok' expired
Bus error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment