Skip to content

Instantly share code, notes, and snippets.

@whitmo
Last active August 29, 2015 14:08
Show Gist options
  • Save whitmo/60dc7c8b60d2bba8fbe3 to your computer and use it in GitHub Desktop.
Save whitmo/60dc7c8b60d2bba8fbe3 to your computer and use it in GitHub Desktop.
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
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