Hi,

I tried to copy a raw image for a metasploitable vm to dom0, but it doesn't
work.

I followed the instructions on https://www.qubes-os.org/doc/
hvm/#converting-virtualbox-vm-to-hvm to create the raw image, then I tried
to copy it to dom0:

[robert@dom0 ~]$ qvm-run --pass-io tempDebian 'cat "/home/user/meta.raw"' >
> /var/lib/qubes/appvms/metasploitable/root.img
>

I stopped the command with Ctrl+C, because the root.img became bigger than
the original file's size.
Then I got the following error messages.


CTraceback (most recent call last):
>   File "/usr/bin/qvm-run", line 222, in <module>
>     main()
>   File "/usr/bin/qvm-run", line 217, in main
>     r = vm_run_cmd(vm, cmdstr, options)
>   File "/usr/bin/qvm-run", line 66, in vm_run_cmd
>     gui = options.gui, filter_esc = options.filter_esc)
>   File "/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.py",
> line 1689, in run
>     retcode = subprocess.call(args, **call_kwargs)
>   File "/usr/lib64/python2.7/subprocess.py", line 522, in call
>     return Popen(*popenargs, **kwargs).wait()
>   File "/usr/lib64/python2.7/subprocess.py", line 1384, in wait
>     pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
>   File "/usr/lib64/python2.7/subprocess.py", line 476, in
> _eintr_retry_call
>     return func(*args)
> KeyboardInterrupt
> [robert@dom0 ~]$
>

Does anybody know what this means, or what went wrong?

Thank you in advance.

Robert

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/CA%2B%3DSG9T4QcKoQa8EDbxZVRoU-zkQr8fCsDxR7J7XmYqf7g-uww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to