Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/bin/yunohost", line 54, in <module>
  3. ret = cli(['yunohost'], args, print_json=json, use_cache=cache)
  4. File "/usr/lib/python2.7/dist-packages/moulinette/__init__.py", line 110, in cli
  5. moulinette.run(args, print_json)
  6. File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/cli.py", line 195, in run
  7. ret = self.actionsmap.process(args, timeout=5)
  8. File "/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py", line 419, in process
  9. return func(**arguments)
  10. File "/usr/lib/moulinette/yunohost/service.py", line 101, in service_start
  11. if _run_service_command('start', name):
  12. File "/usr/lib/moulinette/yunohost/service.py", line 270, in _run_service_command
  13. raise MoulinetteError(errno.EINVAL, m18n.n('service_unknown', name))
  14. NameError: global name 'name' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement