On 01/23/2012 05:21 AM, superccxin wrote:
Hi
I am trying to create a image for virtual machine follow
http://wiki.merproject.org/wiki/Trying_it_out but i got the next error:
Traceback (most recent call last):
File "/usr/local/bin/mic-image-creator", line 1045, in<module>
ret = main()
File "/usr/local/bin/mic-image-creator", line 852, in main
run_in_bootstrap(options.bootstrap, argv, bindmounts,
bootstrap_target_arch)
File "/usr/local/bin/mic-image-creator", line 250, in run_in_bootstrap
ret = subprocess.call(args, preexec_fn = chroot_bootstrap)
File "/usr/lib/python2.6/subprocess.py", line 470, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
what's problem with that?
BR
Walle
Hi Walle,
did you use the exact commandline from the wiki page, did you remember
to do the bootstrap first? Also could you "pastebin" the full output log
of the image creator.
Regards,
Marko