Page MenuHomeVyOS Platform

Copy command errors out
Closed, ResolvedPublicBUG

Description

On 1.3-rolling-202002180217 I am trying to copy a file from a non-running image using the command mentioned in the documentation: https://vyos.readthedocs.io/en/latest/image-mgmt.html (bottom of the page)
However this errors out because that command seems to use rsync, which isn't found in the image.

vyos@vyos:~$ copy file 1.1.6://config/config.boot to /config/config2.boot
sh: rsync: command not found

I'm not sure where the definition of this command is located in the source tree but it seems to me this could be fixed by making sure rsync is included in the image.

Details

Difficulty level
Unknown (require assessment)
Version
1.3-rolling-202002180217
Why the issue appeared?
Issues in third-party code
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

Issue introduced in T640 when we removed recommended packages. vyatta-op had a missing dependency on rsync.

c-po triaged this task as High priority.
c-po changed Why the issue appeared? from Will be filled on close to Issues in third-party code.

Quick win :) - you find the latest rolling to be fixed

erkin set Issue type to Bug (incorrect behavior).Aug 31 2021, 5:26 PM