Re: [Libguestfs] Fwd: virt-v2v creating image that does not install guest agent on first boot

2023-10-02 Thread Richard W.M. Jones
On Mon, Oct 02, 2023 at 01:00:00PM +0800, Ming Xie wrote: > Hi Richard, > > On Fri, Sep 29, 2023 at 5:45 AM Richard W.M. Jones wrote: > > On Thu, Sep 28, 2023 at 07:41:55PM +0800, Ming Xie wrote: > > Hi Richard, > > > > On Thu, Sep 28, 2023 at 6:14 PM Richard W.M. Jones > wr

[Libguestfs] [PATCH virt-v2v] -it ssh: Double quote ssh command which tests remote file exists

2023-10-02 Thread Richard W.M. Jones
Double quoting was removed in commit e2af12ba69c4463bb73d30db63290a887cdd41eb ("input: -i vmx: Remove support for openssh scp < 8.8", Nov 2021). However it should only have been removed from scp commands, not for this ssh command where it is still required. See: https://github.com/libguestfs/virt

Re: [Libguestfs] [PATCH virt-v2v] -it ssh: Double quote ssh command which tests remote file exists

2023-10-02 Thread Laszlo Ersek
On 10/2/23 11:03, Richard W.M. Jones wrote: > Double quoting was removed in > commit e2af12ba69c4463bb73d30db63290a887cdd41eb ("input: -i vmx: > Remove support for openssh scp < 8.8", Nov 2021). However it should > only have been removed from scp commands, not for this ssh command > where it is st

Re: [Libguestfs] [PATCH virt-v2v] -it ssh: Double quote ssh command which tests remote file exists

2023-10-02 Thread Richard W.M. Jones
On Mon, Oct 02, 2023 at 04:09:50PM +0200, Laszlo Ersek wrote: > On 10/2/23 11:03, Richard W.M. Jones wrote: > > Double quoting was removed in > > commit e2af12ba69c4463bb73d30db63290a887cdd41eb ("input: -i vmx: > > Remove support for openssh scp < 8.8", Nov 2021). However it should > > only have b