Tomáš Golembiovský
2019-Feb-14 13:38 UTC
[Libguestfs] [PATCH] v2v: windows: save log file from rhev-apt installer
Store log from MSI installer. Log file will be located in firstboot scripts-done directory with name rhev-apt.log. The path has to be double-quoted to handle spaces in path name properly. Hopefully this can help resolve RHBZ#1584678 someday. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- v2v/convert_windows.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index 1db3c0ea6..7ea56592c 100644 --- a/v2v/convert_windows.ml +++ b/v2v/convert_windows.ml @@ -378,7 +378,7 @@ echo Wait for PnP to complete @echo off echo installing rhev-apt -\"\\rhev-apt.exe\" /S /v/qn +\"\\rhev-apt.exe\" /S /v/qn /v/l*vx \"/v\\\"%cd%\\rhev-apt.log\\\"\" echo starting rhev-apt net start rhev-apt -- 2.20.1
Richard W.M. Jones
2019-Mar-25 15:06 UTC
Re: [Libguestfs] [PATCH] v2v: windows: save log file from rhev-apt installer
On Thu, Feb 14, 2019 at 02:38:21PM +0100, Tomáš Golembiovský wrote:> Store log from MSI installer. Log file will be located in firstboot > scripts-done directory with name rhev-apt.log. The path has to be > double-quoted to handle spaces in path name properly. > > Hopefully this can help resolve RHBZ#1584678 someday. > > Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> > --- > v2v/convert_windows.ml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml > index 1db3c0ea6..7ea56592c 100644 > --- a/v2v/convert_windows.ml > +++ b/v2v/convert_windows.ml > @@ -378,7 +378,7 @@ echo Wait for PnP to complete > @echo off > > echo installing rhev-apt > -\"\\rhev-apt.exe\" /S /v/qn > +\"\\rhev-apt.exe\" /S /v/qn /v/l*vx \"/v\\\"%cd%\\rhev-apt.log\\\"\"Backslash nightmare :-/ ACK Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html
Pino Toscano
2019-Mar-27 15:37 UTC
Re: [Libguestfs] [PATCH] v2v: windows: save log file from rhev-apt installer
On Monday, 25 March 2019 16:06:26 CET Richard W.M. Jones wrote:> On Thu, Feb 14, 2019 at 02:38:21PM +0100, Tomáš Golembiovský wrote: > > Store log from MSI installer. Log file will be located in firstboot > > scripts-done directory with name rhev-apt.log. The path has to be > > double-quoted to handle spaces in path name properly. > > > > Hopefully this can help resolve RHBZ#1584678 someday. > > > > Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> > > --- > > v2v/convert_windows.ml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml > > index 1db3c0ea6..7ea56592c 100644 > > --- a/v2v/convert_windows.ml > > +++ b/v2v/convert_windows.ml > > @@ -378,7 +378,7 @@ echo Wait for PnP to complete > > @echo off > > > > echo installing rhev-apt > > -\"\\rhev-apt.exe\" /S /v/qn > > +\"\\rhev-apt.exe\" /S /v/qn /v/l*vx \"/v\\\"%cd%\\rhev-apt.log\\\"\" > > Backslash nightmare :-/ > > ACK... and pushed now. Thanks, -- Pino Toscano
Apparently Analagous Threads
- Re: [PATCH] v2v: windows: save log file from rhev-apt installer
- [PATCH] v2v: windows: Fix rhev-apt command line (RHBZ#1624902).
- [PATCH v2 0/2] Fixes and tweak to the installation of qemu-ga MSI
- [PATCH 0/2] Fixes and tweak to the installation of qemu-ga MSI
- [PATCH v3] windows: delay installation of qemu-ga MSI