Last active
August 29, 2015 14:02
-
-
Save bsdlp/6256bdb4640a60ad375c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@ewr1-(master|✔)> salt -l all '*' state.highstate /srv/salt | |
| [DEBUG ] Reading configuration from /etc/salt/master | |
| [DEBUG ] Missing configuration file: /root/.saltrc | |
| [TRACE ] loading log_handlers in ['/usr/local/var/cache/salt/master/extmods/log_handlers', '/usr/lib/python2.7/dist-packages/salt/log/handlers'] | |
| [TRACE ] Skipping /usr/local/var/cache/salt/master/extmods/log_handlers, it is not a directory | |
| [TRACE ] None of the required configuration sections, 'logstash_udp_handler' and 'logstash_zmq_handler', were found the in the configuration. Not loading the Logstash logging handlers module. | |
| [DEBUG ] Configuration file path: /etc/salt/master | |
| [DEBUG ] Reading configuration from /etc/salt/master | |
| [DEBUG ] Missing configuration file: /root/.saltrc | |
| [DEBUG ] LocalClientEvent PUB socket URI: ipc:///usr/local/var/run/salt/master/master_event_pub.ipc | |
| [DEBUG ] LocalClientEvent PULL socket URI: ipc:///usr/local/var/run/salt/master/master_event_pull.ipc | |
| [TRACE ] loading output in ['/usr/local/var/cache/salt/master/extmods/output', '/usr/lib/python2.7/dist-packages/salt/output'] | |
| [TRACE ] Skipping /usr/local/var/cache/salt/master/extmods/output, it is not a directory | |
| [TRACE ] Added txt.output to output | |
| [TRACE ] Added grains.output to output | |
| [TRACE ] Added overstatestage.output to output | |
| [DEBUG ] Loaded no_out as virtual quiet | |
| [TRACE ] Added quiet.output to output | |
| [DEBUG ] Loaded json_out as virtual json | |
| [TRACE ] Added json.output to output | |
| [TRACE ] Added nested.NestDisplay to output | |
| [TRACE ] Added nested.Number to output | |
| [TRACE ] Added nested.output to output | |
| [TRACE ] Added raw.output to output | |
| [TRACE ] Added highstate.output to output | |
| [DEBUG ] Loaded yaml_out as virtual yaml | |
| [TRACE ] Added yaml.output to output | |
| [TRACE ] Added virt_query.output to output | |
| [TRACE ] Added key.output to output | |
| [TRACE ] Added no_return.NestDisplay to output | |
| [TRACE ] Added no_return.output to output | |
| [DEBUG ] Loaded pprint_out as virtual pprint | |
| [TRACE ] Added pprint.output to output | |
| ewr1.lin.serv.pw: | |
| TypeError encountered executing state.highstate: 'bool' object is not iterable. See debug log for more info. Possibly a missing arguments issue: ArgSpec(args=['test', 'queue'], varargs=None, keywords='kwargs', defaults=(None, False)) | |
| root@ewr1-(master|✔)> salt-master --version /srv/salt | |
| ssalt-master 2014.1.5 | |
| root@ewr1-(master|✔)> salt-minion --version /srv/salt | |
| salt-minion 2014.1.5 | |
| root@ewr1-(master|✔)> salt --versions-report /srv/salt/ssh | |
| Salt: 2014.1.5 | |
| Python: 2.7.3 (default, Mar 13 2014, 11:03:55) | |
| Jinja2: 2.6 | |
| M2Crypto: 0.21.1 | |
| msgpack-python: 0.1.10 | |
| msgpack-pure: Not Installed | |
| pycrypto: 2.6 | |
| PyYAML: 3.10 | |
| PyZMQ: 13.1.0 | |
| ZMQ: 3.2.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment