search for: ibm_powerkvm

Displaying 8 results from an estimated 8 matches for "ibm_powerkvm".

2015 Jun 25
0
Re: Problem with supermin and symlink in ibm_powerkvm ppc64le distro
On Thu, Jun 25, 2015 at 06:09:55PM -0300, Daniel Henrique Barboza wrote: > Hi, > > I've found a problem with supermin code running in an ibm_powerkvm > ppc64le distro. > > Output of libguestfs-test-tool: > [...] > supermin: version: 5.1.10 [...] > supermin: ext2: populating from base image > supermin: ext2: copying files from host filesystem > supermin: open: /lib64/dbus-1/dbus-daemon-launch-helper: Permission denied &g...
2015 Jun 25
2
Re: Problem with supermin and symlink in ibm_powerkvm ppc64le distro
Or even ... cat > /usr/lib64/guestfs/supermin.d/00-directories <<EOF /opt /opt/ibm /opt/ibm/powerkvm /usr /usr/share /usr/share/doc /usr/share/doc/pkvm /usr/share/doc/pkvm/licenses EOF -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Compile Windows
2015 Jun 25
0
Re: Problem with supermin and symlink in ibm_powerkvm ppc64le distro
On Thu, Jun 25, 2015 at 10:26:54PM +0100, Richard W.M. Jones wrote: > Or even ... > > cat > /usr/lib64/guestfs/supermin.d/00-directories <<EOF > /opt > /opt/ibm > /opt/ibm/powerkvm > /usr > /usr/share > /usr/share/doc > /usr/share/doc/pkvm > /usr/share/doc/pkvm/licenses > EOF Or another thing to try (if you don't care about /opt/ibm being added to
2015 Jun 25
3
Problem with supermin and symlink in ibm_powerkvm ppc64le distro
Hi, I've found a problem with supermin code running in an ibm_powerkvm ppc64le distro. Output of libguestfs-test-tool: $ libguestfs-test-tool ************************************************************ * IMPORTANT NOTICE * * When reporting bugs, include the COMPLETE, UNEDITED * output below in your bug report....
2015 Apr 02
2
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
...y to follow your checklist and see if I can make the skipped test work with ibm-powerkvm too. I'll update this thread when I have news about it. Thanks! > Basically it boils down to: > - set the proper "distro" variable, which in your case would be checking > for /etc/ibm_powerkvm-release > - set few packages in "pkgs", possibly taking one simple/small with > epoch (like tar, if ibm_powerkvm is based on fedora/rhel/centos) > - check that there are "key files" (like shared libraries and binaries) > installed by the specified packages >...
2015 Apr 02
0
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
...me/maintenance) but as soon as I am able I'll try > to follow your checklist and see if I can make the skipped test work > with ibm-powerkvm too. > > I'll update this thread when I have news about it. I've changed tests/test-harder.sh and now make checks passes it 8/8 in my ibm_powerkvm test system: ========================================== Testsuite summary for supermin 5.1.12 ========================================== # TOTAL: 8 # PASS: 8 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ========================================== I've double checked 'supermin --...
2015 Apr 02
2
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
Hi Pino, On 04/02/2015 09:51 AM, Pino Toscano wrote: > Hi Daniel, > > On Thursday 02 April 2015 09:34:17 Daniel Henrique Barboza wrote: >> On 04/02/2015 05:23 AM, Pino Toscano wrote: >>> Hi Daniel, >>> >>> On Wednesday 01 April 2015 16:37:26 Daniel Henrique Barboza wrote: >>>> The one that got upstream does not work in ibm-powerkvm due to the
2015 Apr 02
0
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
...garding the skipped test (the two occurrence are the same test, just run in local-only and network mode): would it be possible to extend it to recognize the ibm-powerkvm distro? Basically it boils down to: - set the proper "distro" variable, which in your case would be checking for /etc/ibm_powerkvm-release - set few packages in "pkgs", possibly taking one simple/small with epoch (like tar, if ibm_powerkvm is based on fedora/rhel/centos) - check that there are "key files" (like shared libraries and binaries) installed by the specified packages This test helps checking...