Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upqvm-run -a --pass-io #710
Comments
marmarek
added
bug
C: core
P: major
labels
Mar 8, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Modified by joanna on 20 Feb 2013 19:11 UTC |
marmarek
added this to the Release 2 Beta 3 milestone
Mar 8, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Modified by joanna on 24 Feb 2013 15:23 UTC |
marmarek
added
P: minor
and removed
P: major
labels
Mar 8, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Mar 8, 2015
Member
Comment by marmarek on 2 Oct 2013 03:05 UTC
It works for me... Perhaps fixed by some commit in the meantime.
BTW in the ticket description you've forgot about '>' in 'cat > /path/to_file_name_in_appvm'.
|
Comment by marmarek on 2 Oct 2013 03:05 UTC BTW in the ticket description you've forgot about '>' in 'cat > /path/to_file_name_in_appvm'. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Mar 8, 2015
Member
Comment by joanna on 16 Nov 2013 12:00 UTC
Yes, looks like it is fixed on the pre-Beta 3 now.
|
Comment by joanna on 16 Nov 2013 12:00 UTC |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Modified by joanna on 16 Nov 2013 12:01 UTC |
marmarek
closed this
Mar 8, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Mar 8, 2015
Member
Comment by anderfin on 17 Nov 2014 21:48 UTC
This did not work for me in R2. You need to specify the complete path to cat on the host vm:
''cat /path/to/file_in_dom0 | qvm-run --pass-io <dst_domain> ''''/usr/bin/'''cat > /path/to/file_name_in_appvm''''
Your Wiki should be updated accordingly: [http://wiki.qubes-os.org/wiki/CopyToDomZero]
|
Comment by anderfin on 17 Nov 2014 21:48 UTC ''cat /path/to/file_in_dom0 | qvm-run --pass-io <dst_domain> ''''/usr/bin/'''cat > /path/to/file_name_in_appvm'''' Your Wiki should be updated accordingly: [http://wiki.qubes-os.org/wiki/CopyToDomZero] |
marmarek commentedMar 8, 2015
Reported by Zrubi on 19 Feb 2013 14:42 UTC
cat /path/to/file_in_dom0 | qvm-run -a -q --pass-io <dst_domain> 'cat /path/to_file_name_in_appvm'
This command is not working if the AppVM is not running.
More specificly: no real error messages, but a 0 byte file in the testination place instead. The same commands are ok if the VM way already running.
Migrated-From: https://wiki.qubes-os.org/ticket/710