Skip to content
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

qvm-copy-to-vm failing #9555

Closed
hedgehogdrfrink opened this issue Nov 2, 2024 · 2 comments
Closed

qvm-copy-to-vm failing #9555

hedgehogdrfrink opened this issue Nov 2, 2024 · 2 comments
Labels
P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. R: self-closed Voluntarily closed by the person who opened it before another resolution occurred. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.

Comments

@hedgehogdrfrink
Copy link

How to file a helpful issue

Qubes OS release

4.2.1

Brief summary

unable to use qvm-copy-to-vm commands, throws the following error as an example,

qvm-copy-to-vm sys-usb /home/user/Downloads/barbet-ap2a.240805.005-factory-231e0672.zip /home/user/
qubes-fs-tree-check: Refusing to copy unsafe symbolic link "/home/user//.librewolf/md32lpwd.default-default/lock"

[user@android-qube Downloads]$ touch anything
[user@android-qube Downloads]$ qvm-copy-to-vm sys-usb anything /home/user/
qubes-fs-tree-check: Refusing to copy unsafe symbolic link "/home/user//.librewolf/md32lpwd.default-default/lock"

Steps to reproduce

pretty much try transferring anything with qubes to another vm. This used to work when I setup a windows qube before.

Expected behavior

copy the file to another qube.

Actual behavior

errors out with the error shown above.

@hedgehogdrfrink hedgehogdrfrink added P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists. labels Nov 2, 2024
@alimirjamali
Copy link

alimirjamali commented Nov 2, 2024

qvm-copy-to-vm sys-usb /home/user/Downloads/barbet-ap2a.240805.005-factory-231e0672.zip /home/user/
[user@android-qube Downloads]$ qvm-copy-to-vm sys-usb anything /home/user/

Please try man qvm-copy or man qvm-copy-to-vm in one of your AppVMs. You are not using it right (Are you trying to copy a file to a destination directory within sys-usb?). It always copies to /home/user/QubesIncoming/<SOURCE_VM_NAME>. The way that you are using it, it tries to copy both anything AND everything within </home/user/*> to sys-usb

@hedgehogdrfrink
Copy link
Author

I've always used qvm-copy-to-vm [Destination vm] [source-file-path] [destination vm file path] successfully before in the past, first time I ran into this issue though that was setting up a windows qube with dom0 looking at the man page,

Thank you,

was able to use qvm-copy successfully.

@andrewdavidwong andrewdavidwong added the R: self-closed Voluntarily closed by the person who opened it before another resolution occurred. label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. R: self-closed Voluntarily closed by the person who opened it before another resolution occurred. T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
Projects
None yet
Development

No branches or pull requests

3 participants