Displaying 2 results from an estimated 2 matches for "supermineab65b098ad".
2013 Jul 24
2
W/ commit 4d2c63a9bc3accd7b852b1c8b2089c6296fee156: supermin fails to create temporary dir
That's the current commit head I am at (on 'master' branch):
$ git log | head -2
commit 4d2c63a9bc3accd7b852b1c8b2089c6296fee156
Author: Richard W.M. Jones <rjones@redhat.com>
I invoked:
$ git pull ; ./autogen.sh && make clean && make -j 7 \
&& time make -k extra-tests LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 \
| tee
2013 Jul 24
0
Re: W/ commit 4d2c63a9bc3accd7b852b1c8b2089c6296fee156: supermin fails to create temporary dir
...run and /var/lock, as symlinks, marked
%ghost. The old code would create these as regular files which would
then cause a failure if something was created inside them.
You would see an error like this:
Fatal error: exception Unix.Unix_error(8, "mkdir", "/tmp/supermineab65b098ad
It's fixed in Fedora >= 18 if you have the supermin >= 4.1.1-2.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging,...