Created
July 12, 2015 22:02
-
-
Save pirogoeth/91d03b77f7c21e66d35d 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@68c39403-047d-11e5-aed9-931e8adbea11 /var/cache]# salt-call test.ping | |
| [DEBUG ] Configuration file path: /usr/local/etc/salt/minion | |
| [DEBUG ] Reading configuration from /usr/local/etc/salt/minion | |
| [DEBUG ] Including configuration from '/usr/local/etc/salt/minion.d/_schedule.conf' | |
| [DEBUG ] Reading configuration from /usr/local/etc/salt/minion.d/_schedule.conf | |
| [DEBUG ] Initializing new SAuth for ('/usr/local/etc/salt/pki/minion', 'www.epsilon.maio.me', 'tcp://[2001:470:1f0f:dff::12]:4506') | |
| [ERROR ] An un-handled exception was caught by salt's global exception handler: | |
| ZMQError: Invalid argument | |
| Traceback (most recent call last): | |
| File "/usr/local/bin/salt-call", line 9, in <module> | |
| load_entry_point('salt==2015.5.2', 'console_scripts', 'salt-call')() | |
| File "/usr/local/lib/python2.7/site-packages/salt/scripts.py", line 227, in salt_call | |
| client.run() | |
| File "/usr/local/lib/python2.7/site-packages/salt/cli/call.py", line 59, in run | |
| caller = salt.cli.caller.Caller.factory(self.config) | |
| File "/usr/local/lib/python2.7/site-packages/salt/cli/caller.py", line 69, in factory | |
| return ZeroMQCaller(opts, **kwargs) | |
| File "/usr/local/lib/python2.7/site-packages/salt/cli/caller.py", line 92, in __init__ | |
| self.minion = salt.minion.SMinion(opts) | |
| File "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 322, in __init__ | |
| self.gen_modules(initial_load=True) | |
| File "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 334, in gen_modules | |
| self.opts['environment'] | |
| File "/usr/local/lib/python2.7/site-packages/salt/pillar/__init__.py", line 48, in get_pillar | |
| pillar=pillar) | |
| File "/usr/local/lib/python2.7/site-packages/salt/pillar/__init__.py", line 62, in __init__ | |
| self.channel = salt.transport.Channel.factory(opts) | |
| File "/usr/local/lib/python2.7/site-packages/salt/transport/__init__.py", line 61, in factory | |
| return ZeroMQChannel(opts, **kwargs) | |
| File "/usr/local/lib/python2.7/site-packages/salt/transport/__init__.py", line 268, in __init__ | |
| self.auth = salt.crypt.SAuth(self.opts) | |
| File "/usr/local/lib/python2.7/site-packages/salt/crypt.py", line 269, in __new__ | |
| SAuth.instances[key].__singleton_init__(opts) | |
| File "/usr/local/lib/python2.7/site-packages/salt/crypt.py", line 308, in __singleton_init__ | |
| self.authenticate() | |
| File "/usr/local/lib/python2.7/site-packages/salt/crypt.py", line 326, in authenticate | |
| creds = self.sign_in(timeout, safe) | |
| File "/usr/local/lib/python2.7/site-packages/salt/crypt.py", line 687, in sign_in | |
| timeout=timeout | |
| File "/usr/local/lib/python2.7/site-packages/salt/payload.py", line 283, in send_auto | |
| return self.send(enc, load, tries, timeout) | |
| File "/usr/local/lib/python2.7/site-packages/salt/payload.py", line 259, in send | |
| self.socket.send(pkg) | |
| File "/usr/local/lib/python2.7/site-packages/salt/payload.py", line 214, in socket | |
| self._socket.connect(self.master) | |
| File "zmq/backend/cython/socket.pyx", line 516, in zmq.backend.cython.socket.Socket.connect (zmq/backend/cython/socket.c:5030) | |
| ZMQError: Invalid argument |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment