search for: pvvxsvc

Displaying 10 results from an estimated 10 matches for "pvvxsvc".

2016 May 12
0
[PATCH 05/11] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe. Check for either one of them instead of only rhsrvany. --- builder/virt-builder.pod | 11 +++++++++-- customize/firstboot.ml | 38 +++++++++++++++++++++++--------------- customize/virt-customize.pod | 6 ++++++ sysprep/virt-sysprep.pod | 6 ++++++ v2v/virt-v2v.pod...
2016 May 18
0
[PATCH v2 05/11] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe. Check for either one of them instead of only rhsrvany. --- builder/virt-builder.pod | 11 +++++++++-- customize/firstboot.ml | 36 +++++++++++++++++++++--------------- customize/virt-customize.pod | 6 ++++++ sysprep/virt-sysprep.pod | 6 ++++++ v2v/virt-v2v.pod |...
2016 Apr 05
0
[PATCH 3/7] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe. Check for either one of them instead of only rhsrvany. --- builder/virt-builder.pod | 13 +++- customize/firstboot.ml | 169 +++++++++++++++++++++++-------------------- customize/virt-customize.pod | 6 ++ sysprep/virt-sysprep.pod | 6 ++ v2v/virt-v2v.pod | 6...
2016 Apr 05
1
Re: [PATCH 3/7] customize: add support for pvvxsvc
...first boot scripts is available in the guest as > -F<C:\Program Files\Red Hat\Firstboot\log.txt>. > +F<C:\Program Files\Guestfs\Firstboot\log.txt>. Changing this path is fine, but let's split it into a separate patch. > + let services = ["rhsrvany.exe"; "pvvxsvc.exe"] in > + let srvany = ( > + try > + List.find ( > + fun service -> ( > + try > + let chan = open_in (virt_tools_data_dir // service) in > + close_in chan; > + true > + with _...
2016 May 23
0
Re: [PATCH v2 05/11] customize: add support for pvvxsvc
On Fri, 2016-05-20 at 12:42 +0300, Roman Kagan wrote: > On Wed, May 18, 2016 at 02:00:53PM +0200, Cédric Bosdonnat wrote: > > SUSE VMDP comes with a replacement for rhsrvany.exe named > > pvvxsvc.exe. > > Check for either one of them instead of only rhsrvany. > > Does pvvxsvc do anything that rhsrvany doesn't? I don't know if rhsrvany does it too, but that tool is also used as a service to monitor the memory stats in the guest. > Wouldn't it make sense to just...
2016 May 18
21
[PATCH v2 00/11] Getting it work with SLES / openSUSE
...ly failed in one case and couldn't reproduce it anymore. Cédric Bosdonnat (11): v2v: also search for windows virtio drivers in symlinks Update packagelist for SLES and openSUSE customize: fix windows firstboot script customize: change windows firstboot path customize: add support for pvvxsvc v2v: document SUSE's Xen as a working input hypervisor v2v: add support for SUSE VMDP drivers v2v: don't set spice display if QXL isn't supported appliance: skip /etc/mtab creation is already existing v2v: rename RHEL 5 Xen input section into Xen in man v2v: improve initrd s...
2016 May 12
24
[PATCH 00/11] Getting it work with SLES / openSUSE
...have rebased them on top of Roman's work and added a few other ones. Cédric Bosdonnat (11): v2v: also search for windows virtio drivers in symlinks Update packagelist for SLES customize: fix windows firstboot script customize: change windows firstboot path customize: add support for pvvxsvc v2v: document SUSE's Xen as a working input hypervisor v2v: add support for SUSE VMDP drivers v2v: don't set spice display if QXL isn't supported appliance: fix errors in init for SLE / openSUSE v2v: rename RHEL 5 Xen input section into Xen in man v2v: improve initrd search...
2016 Apr 05
22
[PATCH 0/7] Add support for SUSE virtio windows drivers
...re, SUSE ships Virtual Machine Driver Pack for the virtio windows drivers. Get v2v and customize to discover them and use them if available. Cédric Bosdonnat (7): v2v: check next free oem%d.inf in /Windows/Inf v2v: extract controller offset discovery as a function customize: add support for pvvxsvc v2v: extract reusable parts of viostor regedits v2v: adapt the subkey in Enum registry to windows version v2v: quiet virtio net and balloon devices wizards v2v: add support for SUSE VMDP drivers builder/virt-builder.pod | 13 +- customize/firstboot.ml | 169 ++++++++------- cus...
2016 May 13
0
Re: [PATCH 07/11] v2v: add support for SUSE VMDP drivers
...ut so far I couldn't find a way to be sure that firstboot executes after all potential reboots. Even when playing with the service dependencies I still couldn't find a working solution. Using the function you mentioned the other day could be an option, but that has to be implemented in the pvvxsvc or rhsrvany tool, and there is a restriction to it: it can't be run from the service main callback. The solution I found here with my colleague working on VMDP is a compromise to get things right at least for VMDP setup. > > @@ -66,11 +66,19 @@ let rec install_drivers g inspect systemro...
2016 Aug 08
0
ANNOUNCE: libguestfs 1.34 released
...ption can now fully relabel the guest filesystem at build time, without requiring a lengthy autorelabel at first boot. virt-customize --delete now accepts globs. New virt-customize --uninstall option lets you uninstall packages. virt-customize can now use "pvvxsvc" as an alternative to "rhsrvany" for running firstboot scripts in Windows guests (Cédric Bosdonnat). virt-customize now uses the strongest hashing scheme for passwords on Arch and Void Linux (Pino Toscano). virt-customize --install now works correctly on...