search for: pkvm

Displaying 4 results from an estimated 4 matches for "pkvm".

Did you mean: kvm
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 programs, test, and build Windows installers. Over 100 libraries...
2015 Jun 25
0
Re: Problem with supermin and symlink in ibm_powerkvm ppc64le distro
...gt; > $ cd /opt/ibm > $ ls -lah > total 16K > drwxr-xr-x. 4 root root 4.0K Jun 12 07:06 . > drwxr-xr-x. 3 root root 4.0K Mar 19 09:35 .. > drwxr-xr-x. 9 root root 4.0K May 7 14:33 powerkvm > lrwxrwxrwx. 1 root root 36 May 7 14:32 powerkvm-licenses -> > /usr/share/doc/pkvm/licenses > drwxr-xr-x. 6 root root 4.0K May 7 14:33 seprovider > > I've tracked the problem down to the function 'ext2_copy_file' in > src/ext2fs-c.c You might want to check if it works with the upstream supermin. (Perhaps d7bb984889257f5b87963dcca6456fc6e4cc804e fixes it...
2015 Jun 25
3
Problem with supermin and symlink in ibm_powerkvm ppc64le distro
...en returning to the parent dir /opt/ibm . $ cd /opt/ibm $ ls -lah total 16K drwxr-xr-x. 4 root root 4.0K Jun 12 07:06 . drwxr-xr-x. 3 root root 4.0K Mar 19 09:35 .. drwxr-xr-x. 9 root root 4.0K May 7 14:33 powerkvm lrwxrwxrwx. 1 root root 36 May 7 14:32 powerkvm-licenses -> /usr/share/doc/pkvm/licenses drwxr-xr-x. 6 root root 4.0K May 7 14:33 seprovider I've tracked the problem down to the function 'ext2_copy_file' in src/ext2fs-c.c Thanks, Daniel
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 the appliance) would be: cat > /usr/lib64/guestfs/supermin.d/00-ignore <<EOF -/opt/ibm EOF Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat...