New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when copy a file from my virtual machine to dom0 #2842

Closed
adavidoaiei opened this Issue Jun 2, 2017 · 5 comments

Comments

Projects
None yet
3 participants
@adavidoaiei

Qubes OS version (e.g., R3.2): R3.2

Affected TemplateVMs (e.g., fedora-23, if applicable): debian


Expected behavior:

Run:

root@adavidoaiei:/home/user/Downloads# sudo qvm-run --pas-io adavidoaiei 'cat ~/Down*/Win10*' > /home/adavidoaiei

Should copy a file from my virtual machine to dom0

Actual behavior:

Run:
root@adavidoaiei:/home/user/Downloads# sudo qvm-run --pas-io adavidoaiei 'cat ~/Down*/Win10*' > /home/adavidoaiei

I receive many errors:
Domain '--pass-io' doesn't exist (service qubes.VMShell called by domain adavidoaiei)
Request refused

Steps to reproduce the behavior:

Run:
qvm-run --pass-io 'cat /path/to/file_in_src_domain' > /path/to/file_name_in_dom0
Took from:
https://www.qubes-os.org/doc/copy-from-dom0/

General notes:


Related issues:

@unman

This comment has been minimized.

Show comment
Hide comment
@unman

unman Jun 2, 2017

Member

You dont need to run this command under sudo.
Also, there are typos in your commands - it isn't clear to me whether these were what you actually typed or just typos in your report.
Also, I dont believe that you can use the command as you have done, to copy files with a wildcard to a directory.
Most importantly, I would guess from the output error that you are running this in a VM, and not in dom0. Can you try running the command in dom0 with a single named file, and report back?

Member

unman commented Jun 2, 2017

You dont need to run this command under sudo.
Also, there are typos in your commands - it isn't clear to me whether these were what you actually typed or just typos in your report.
Also, I dont believe that you can use the command as you have done, to copy files with a wildcard to a directory.
Most importantly, I would guess from the output error that you are running this in a VM, and not in dom0. Can you try running the command in dom0 with a single named file, and report back?

@adavidoaiei

This comment has been minimized.

Show comment
Hide comment
@adavidoaiei

adavidoaiei Jun 2, 2017

I did what you said and it works, do you know QubesOS supports windows 10 I receive an error at installation:
Windows installation encountered an unexpected error. Verify that the installation sources are accessible, and restart the installation.
Error code: 0xE0000100

I did what you said and it works, do you know QubesOS supports windows 10 I receive an error at installation:
Windows installation encountered an unexpected error. Verify that the installation sources are accessible, and restart the installation.
Error code: 0xE0000100

@unman

This comment has been minimized.

Show comment
Hide comment
@unman

unman Jun 3, 2017

Member
Member

unman commented Jun 3, 2017

@adavidoaiei

This comment has been minimized.

Show comment
Hide comment
@adavidoaiei

adavidoaiei Jun 3, 2017

Thanks for yours answer @unman, I am trying to run Visual Studio under QubesOS, it will be awesome to have all tools, Linux, Visual Studio which I'd like and know better in one operating system QubesOS.

adavidoaiei commented Jun 3, 2017

Thanks for yours answer @unman, I am trying to run Visual Studio under QubesOS, it will be awesome to have all tools, Linux, Visual Studio which I'd like and know better in one operating system QubesOS.

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jun 4, 2017

Member

@adavidoaiei:

@unman is correct. There are no Qubes Windows Tools for Windows 10 yet.

Since the copying-to-dom0 issue is resolved, I'll close this.

Member

andrewdavidwong commented Jun 4, 2017

@adavidoaiei:

@unman is correct. There are no Qubes Windows Tools for Windows 10 yet.

Since the copying-to-dom0 issue is resolved, I'll close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment