Ubuntu Pastebin

Paste from fenris at Fri, 23 Oct 2015 20:41:50 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
You must give at least one requirement to install (see "pip help install")
juju-log: INFO: status-set failed: maintenance Installing base resources
Traceback (most recent call last):
  File "/var/lib/juju/agents/unit-yarn-master-0/charm/hooks/install", line 28, in <module>
    common.manage()
  File "/var/lib/juju/agents/unit-yarn-master-0/charm/hooks/common.py", line 44, in manage
    if not bootstrap_resources():
  File "/var/lib/juju/agents/unit-yarn-master-0/charm/hooks/common.py", line 30, in bootstrap_resources
    mirror_url = jujuresources.config_get('resources_mirror')
  File "/usr/local/lib/python2.7/dist-packages/jujuresources/__init__.py", line 28, in config_get
    raw = subprocess.check_output(['config-get', option_name, '--format=yaml'])
  File "/usr/lib/python2.7/subprocess.py", line 566, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Download as text