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 incorrect usage text #3529

Closed
mirrorway opened this issue Feb 4, 2018 · 7 comments · Fixed by QubesOS/qubes-core-agent-linux#126
Closed

qvm-copy incorrect usage text #3529

mirrorway opened this issue Feb 4, 2018 · 7 comments · Fixed by QubesOS/qubes-core-agent-linux#126

Comments

@mirrorway
Copy link

mirrorway commented Feb 4, 2018

Qubes OS version:

R4.0 rc4

Affected TemplateVMs:

debian-9, for example

Steps to reproduce the behavior:

  1. run qvm-copy without arguments in order to get help about it.

Expected behavior:

usage: qvm-copy FILE [FILE ...]

Copy FILE to
   ~/QubesIncoming/{{substitute hostname here}}      in the destination VM.

You'll be prompted for a destination VM.

If FILE is a directory, it will be copied recursively.

Seems like it also preserves permissions.

Actual behavior:

usage: /usr/bin/qvm-copy-to-vm [--without-progress] dest_vmname file [file]+
@mirrorway mirrorway changed the title debian-9 template contains non-free software qvm-copy incorrect usage text Feb 4, 2018
@mirrorway
Copy link
Author

mirrorway commented Feb 4, 2018

Ugh, my browser auto-filled wrong title.

@andrewdavidwong andrewdavidwong added this to the Release 4.0 milestone Feb 4, 2018
marmarta added a commit to marmarta/qubes-core-agent-linux that referenced this issue Jul 15, 2018
for qvm-move

Added more descriptive usage text to the
qvm-copy/qvm-move/qvm-copy-to-vm/qvm-move-to-vm family of tools.
Also fixed bug that removed the file being moved for qvm-move-to-vm,
but not for qvm-move.

fixes QubesOS/qubes-issues#3529
marmarta added a commit to marmarta/qubes-core-agent-linux that referenced this issue Jul 15, 2018
for qvm-move

Added more descriptive usage text to the
qvm-copy/qvm-move/qvm-copy-to-vm/qvm-move-to-vm family of tools.
Also fixed bug that removed the file being moved for qvm-move-to-vm,
but not for qvm-move.

fixes QubesOS/qubes-issues#3529
@qubesos-bot
Copy link

Automated announcement from builder-github

The package core-agent-linux has been pushed to the r4.0 testing repository for the CentOS centos7 template.
To test this update, please install it with the following command:

sudo yum update --enablerepo=qubes-vm-r4.0-current-testing

Changes included in this update

@qubesos-bot
Copy link

Automated announcement from builder-github

The package qubes-core-agent_4.0.34-1+deb9u1 has been pushed to the r4.0 testing repository for the Debian template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing stretch-testing (or appropriate equivalent for your template version), then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

@qubesos-bot
Copy link

Automated announcement from builder-github

The component core-agent-linux (including package python2-dnf-plugins-qubes-hooks-4.0.34-1.fc26) has been pushed to the r4.0 testing repository for the Fedora template.
To test this update, please install it with the following command:

sudo yum update --enablerepo=qubes-vm-r4.0-current-testing

Changes included in this update

@qubesos-bot
Copy link

Automated announcement from builder-github

The package qubes-core-agent_4.0.36-1+deb9u1 has been pushed to the r4.0 stable repository for the Debian template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

@qubesos-bot
Copy link

Automated announcement from builder-github

The component core-agent-linux (including package python2-dnf-plugins-qubes-hooks-4.0.36-1.fc26) has been pushed to the r4.0 stable repository for the Fedora template.
To install this update, please use the standard update command:

sudo yum update

Changes included in this update

@qubesos-bot
Copy link

Automated announcement from builder-github

The package core-agent-linux has been pushed to the r4.0 stable repository for the Fedora centos7 template.
To install this update, please use the standard update command:

sudo yum update

Changes included in this update

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