Last active
September 27, 2016 16:27
-
-
Save a2f0/f3558f2c48d23a2838e9c296ef0f974c 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
[DEBUG ] Initializing new AsyncZeroMQReqChannel for ('/etc/salt/pki/master', 'somemaster.cri.uchicago.edu_master', 'tcp://127.0.0.1:4506', 'clear') | |
[TRACE ] Inserted key into loop_instance_map id 54955112 for key ('/etc/salt/pki/master', 'cri-nacl.cri.uchicago.edu_master', 'tcp://127.0.0.1:4506', 'clear') and process 29714 | |
[DEBUG ] Initializing new IPCClient for path: /var/run/salt/master/master_event_pub.ipc | |
[TRACE ] IPCClient: Connecting to socket: /var/run/salt/master/master_event_pub.ipc | |
[TRACE ] IPCClient: Connecting to socket: /var/run/salt/master/master_event_pub.ipc | |
[TRACE ] IPCClient: Connecting to socket: /var/run/salt/master/master_event_pub.ipc | |
[TRACE ] IPCClient: Connecting to socket: /var/run/salt/master/master_event_pub.ipc | |
[TRACE ] IPCClient: Connecting to socket: /var/run/salt/master/master_event_pub.ipc | |
[TRACE ] IPCClient: Connecting to socket: /var/run/salt/master/master_event_pub.ipc | |
[DEBUG ] LazyLoaded nested.output | |
[TRACE ] data = Salt request timed out. The master is not responding. If this error persists after verifying the master is up, worker_threads may need to be increased. | |
Salt request timed out. The master is not responding. If this error persists after verifying the master is up, worker_threads may need to be increased. | |
=== strace === | |
fcntl(16, F_SETFL, O_RDWR|O_NONBLOCK) = 0 | |
connect(16, {sa_family=AF_LOCAL, sun_path="/var/run/salt/master/master_event_pub.ipc"}, 43) = -1 EACCES (Permission denied) | |
close(16) = 0 | |
epoll_wait(5, {}, 1023, 999) = 0 | |
epoll_wait(5, {}, 1023, 0) = 0 | |
socket(PF_LOCAL, SOCK_STREAM, 0) = 16 | |
fcntl(16, F_GETFL) = 0x2 (flags O_RDWR) | |
fcntl(16, F_SETFL, O_RDWR|O_NONBLOCK) = 0 | |
connect(16, {sa_family=AF_LOCAL, sun_path="/var/run/salt/master/master_event_pub.ipc"}, 43) = -1 EACCES (Permission denied) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment