Last active
August 29, 2015 14:08
-
-
Save whitmo/60dc7c8b60d2bba8fbe3 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
whit@JATO7:~$ juju debug-hooks-ext cf-webadmin/0 | |
Customizing environment...Traceback (most recent call last): | |
File "/home/whit/.juju-plugins/juju-debug-hooks-ext", line 164, in <module> | |
config = customize(unit, opts) | |
File "/home/whit/.juju-plugins/juju-debug-hooks-ext", line 38, in customize | |
if os.path.exists(os.path.expanduser(config.get('init'))): | |
File "/usr/lib/python2.7/posixpath.py", line 261, in expanduser | |
if not path.startswith('~'): | |
AttributeError: 'NoneType' object has no attribute 'startswith' | |
ERROR subprocess encountered error code 1 |
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
juju debug-hooks-ext cf-webadmin/0 | |
Customizing environment...Traceback (most recent call last): | |
File "/home/whit/.juju-plugins/juju-debug-hooks-ext", line 164, in <module> | |
config = customize(unit, opts) | |
File "/home/whit/.juju-plugins/juju-debug-hooks-ext", line 50, in customize | |
stderr=subprocess.STDOUT) | |
File "/usr/lib/python2.7/subprocess.py", line 573, in check_output | |
raise CalledProcessError(retcode, cmd, output=output) | |
subprocess.CalledProcessError: Command '['/usr/bin/env', 'juju', 'ssh', 'cf-webadmin/0', 'touch .tmux.conf']' returned non-zero exit status 1 | |
ERROR subprocess encountered error code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment