Advertisement
Guest User

Untitled

a guest
Jun 19th, 2010
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/bin/mic-image-creator", line 806, in <module>
  3. ret = main()
  4. File "/usr/bin/mic-image-creator", line 642, in main
  5. run_in_bootstrap(options.bootstrap, argv, bindmounts, arch = target_arch)
  6. File "/usr/bin/mic-image-creator", line 252, in run_in_bootstrap
  7. ret = subprocess.call(args, preexec_fn = chroot_bootstrap)
  8. File "/usr/lib/python2.6/subprocess.py", line 480, in call
  9. return Popen(*popenargs, **kwargs).wait()
  10. File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
  11. errread, errwrite)
  12. File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
  13. raise child_exception
  14. OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement