Advertisement
fabrossmann

mark2 error

Jan 16th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.84 KB | None | 0 0
  1. root@slave:~# mark2 config
  2. Traceback (most recent call last):
  3.   File "/usr/bin/mark2", line 6, in <module>
  4.     sys.exit(main())
  5.   File "/home/minecraft/mark2/mk2/launcher.py", line 610, in main
  6.     command.start()
  7.   File "/home/minecraft/mark2/mk2/launcher.py", line 126, in start
  8.     self.run()
  9.   File "/home/minecraft/mark2/mk2/launcher.py", line 469, in run
  10.     if self.check_executable(editor):
  11.   File "/home/minecraft/mark2/mk2/launcher.py", line 414, in check_executable
  12.     stderr=subprocess.PIPE
  13.   File "/usr/lib/python2.7/subprocess.py", line 493, in call
  14.     return Popen(*popenargs, **kwargs).wait()
  15.   File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
  16.     errread, errwrite)
  17.   File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
  18.     raise child_exception
  19. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement