Created
February 8, 2016 22:17
-
-
Save WaltHP/2e79d2616a35393b2466 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
| 2016-02-08 06:18:43.566 16670 INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', 'privsep-helper', '--config-dir', None, '--privsep_context', 'os_brick.privileged.run_as_root', '--privsep_sock_path', '/tmp/tmpK1G9XL/privsep.sock'] | |
| 2016-02-08 06:18:43.582 16670 CRITICAL brick [-] TypeError: execv() arg 2 must contain only strings | |
| 2016-02-08 06:18:43.582 16670 ERROR brick Traceback (most recent call last): | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "brick_initiator.py", line 47, in <module> | |
| 2016-02-08 06:18:43.582 16670 ERROR brick main() | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "brick_initiator.py", line 41, in main | |
| 2016-02-08 06:18:43.582 16670 ERROR brick initiator = utils.get_initiator() | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "/usr/local/lib/python2.7/dist-packages/diediedie/utils.py", line 35, in get_initiator | |
| 2016-02-08 06:18:43.582 16670 ERROR brick initiator = connector.get_connector_properties('sudo', my_ip, True, False) | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "/usr/local/lib/python2.7/dist-packages/os_brick/initiator/connector.py", line 131, in get_connector_properties | |
| 2016-02-08 06:18:43.582 16670 ERROR brick initiator = iscsi.get_initiator() | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "/usr/local/lib/python2.7/dist-packages/os_brick/initiator/connector.py", line 973, in get_initiator | |
| 2016-02-08 06:18:43.582 16670 ERROR brick root_helper=self._root_helper) | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "/usr/local/lib/python2.7/dist-packages/os_brick/privileged/rootwrap.py", line 46, in execute | |
| 2016-02-08 06:18:43.582 16670 ERROR brick return execute_root(cmd, **kwargs) | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "/usr/local/lib/python2.7/dist-packages/oslo_privsep/priv_context.py", line 129, in _wrap | |
| 2016-02-08 06:18:43.582 16670 ERROR brick self.start() | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "/usr/local/lib/python2.7/dist-packages/oslo_privsep/priv_context.py", line 140, in start | |
| 2016-02-08 06:18:43.582 16670 ERROR brick channel = daemon.RootwrapClientChannel(context=self) | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "/usr/local/lib/python2.7/dist-packages/oslo_privsep/daemon.py", line 279, in __init__ | |
| 2016-02-08 06:18:43.582 16670 ERROR brick proc = subprocess.Popen(cmd, shell=False, stderr=_fd_logger()) | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "/usr/lib/python2.7/subprocess.py", line 710, in __init__ | |
| 2016-02-08 06:18:43.582 16670 ERROR brick errread, errwrite) | |
| 2016-02-08 06:18:43.582 16670 ERROR brick File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child | |
| 2016-02-08 06:18:43.582 16670 ERROR brick raise child_exception | |
| 2016-02-08 06:18:43.582 16670 ERROR brick TypeError: execv() arg 2 must contain only strings | |
| 2016-02-08 06:18:43.582 16670 ERROR brick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment