Skip to content

Instantly share code, notes, and snippets.

@halfinhalfout
Created March 24, 2015 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halfinhalfout/b0c7ba443c1edbf0bf5a to your computer and use it in GitHub Desktop.
Save halfinhalfout/b0c7ba443c1edbf0bf5a to your computer and use it in GitHub Desktop.
pyton 2.7.3 and splitmount
root@fe09.staging.customink.com: ~: splitmount gfs01.staging.customink.com proof_images /root/proof_images
Traceback (most recent call last):
File "/usr/local/bin/splitmount", line 9, in <module>
load_entry_point('splitmount==0.1.1', 'console_scripts', 'splitmount')()
File "/usr/local/lib/python2.7/dist-packages/splitmount-0.1.1-py2.7.egg/splitmount/splitmount.py", line 53, in main
orig_vol = rpc.get_volfile(server, volume)
File "/usr/local/lib/python2.7/dist-packages/splitmount-0.1.1-py2.7.egg/splitmount/rpc.py", line 28, in cli_get_volfile
"system","getspec",volume])
File "/usr/lib/python2.7/subprocess.py", line 537, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
root@fe09.staging.customink.com: ~:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment