<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/appliance, branch oldlinux</title>
<subtitle>[MIRROR] library for accessing and modifying guest disk images</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/'/>
<entry>
<title>EPEL 5: Add mkisofs to package list.</title>
<updated>2012-06-27T15:36:17+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-22T13:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=7fc9e8601fcfe470634a8e9641728139b63b07bf'/>
<id>7fc9e8601fcfe470634a8e9641728139b63b07bf</id>
<content type='text'>
This package contains the 'isoinfo' program which is required
to implement the corresponding API and for tests to pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This package contains the 'isoinfo' program which is required
to implement the corresponding API and for tests to pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>EPEL 5: Add "null vmchannel" back for qemu without virtio-serial support.</title>
<updated>2012-06-27T15:36:16+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-18T15:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=bc2657ab1c52ae52464769457352719ad2adb1eb'/>
<id>bc2657ab1c52ae52464769457352719ad2adb1eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Define builddir and abs_srcdir when they are missing.</title>
<updated>2012-06-18T14:32:47+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-17T21:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=50aa9533e4a505e1c64dbedddb30491bfbb755d6'/>
<id>50aa9533e4a505e1c64dbedddb30491bfbb755d6</id>
<content type='text'>
RHEL 5-era autoconf did not define these, so define them manually
when they are missing.

Define builddir as '.'  The scripts require this.  It won't work
in the srcdir != builddir case, but we don't care about that for
RHEL 5.

This commit also moves the builddir / abs_srcdir variable setting
above the include of subdir-rules.mk, in case that include uses
these variables.

Useful script:

  for f in $(find -name Makefile.am | xargs fgrep '$(abs_srcdir)' -l) ; do
    if ! grep -q '^abs_srcdir' $f; then
      echo missing in $f
    fi
  done
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RHEL 5-era autoconf did not define these, so define them manually
when they are missing.

Define builddir as '.'  The scripts require this.  It won't work
in the srcdir != builddir case, but we don't care about that for
RHEL 5.

This commit also moves the builddir / abs_srcdir variable setting
above the include of subdir-rules.mk, in case that include uses
these variables.

Useful script:

  for f in $(find -name Makefile.am | xargs fgrep '$(abs_srcdir)' -l) ; do
    if ! grep -q '^abs_srcdir' $f; then
      echo missing in $f
    fi
  done
</pre>
</div>
</content>
</entry>
<entry>
<title>virtio-scsi: Increase udev timeout.</title>
<updated>2012-06-14T13:22:07+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-14T13:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=abbace68881b0917919913fe71bd738e45f36df5'/>
<id>abbace68881b0917919913fe71bd738e45f36df5</id>
<content type='text'>
In Koji, when you've got 200+ disks, udev times out before all the
udev events have been processed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Koji, when you've got 200+ disks, udev times out before all the
udev events have been processed.
</pre>
</div>
</content>
</entry>
<entry>
<title>appliance: Add lsscsi to package list.</title>
<updated>2012-06-13T21:05:44+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-06-13T11:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=cef979b2897725b735c68f5b806d332f4cea864d'/>
<id>cef979b2897725b735c68f5b806d332f4cea864d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>appliance: 'udevd' has been renamed, since it joined systemd.</title>
<updated>2012-05-28T15:09:40+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-05-28T15:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a7868dd3c940b6cee0894e6033ba611f01a423dd'/>
<id>a7868dd3c940b6cee0894e6033ba611f01a423dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>appliance: Move udev (common package name) to the common section.</title>
<updated>2012-05-28T14:01:45+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-05-28T14:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a7e4a6c692554e4207b3bdff65946427e66e9fce'/>
<id>a7e4a6c692554e4207b3bdff65946427e66e9fce</id>
<content type='text'>
This should be just code motion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should be just code motion.
</pre>
</div>
</content>
</entry>
<entry>
<title>appliance: Include 'bzip2' in appliance (RHBZ#824716).</title>
<updated>2012-05-24T07:48:51+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-05-24T07:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=f904fa822316ff793e71d4d4ff7dc79e608dcb25'/>
<id>f904fa822316ff793e71d4d4ff7dc79e608dcb25</id>
<content type='text'>
Missing package caused this error in compress-device-out:

libguestfs: error: compress_device_out: compression type bzip2 is not supported

Thanks Mohua Li.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Missing package caused this error in compress-device-out:

libguestfs: error: compress_device_out: compression type bzip2 is not supported

Thanks Mohua Li.
</pre>
</div>
</content>
</entry>
<entry>
<title>appliance: Remove some unnecessary errors.</title>
<updated>2012-04-25T21:58:25+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-04-25T21:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=beaa5288558fc78304bcd008b9254ae2725017f2'/>
<id>beaa5288558fc78304bcd008b9254ae2725017f2</id>
<content type='text'>
virt-rescue prints errors such as:

  rm: cannot remove `/proc': Is a directory
  mkdir: cannot create directory `/proc': File exists
  rm: cannot remove `/sys': Is a directory
  mkdir: cannot create directory `/sys': File exists

People have reported these errors (which are nothing to worry about)
as bugs in the past, so avoid them where possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
virt-rescue prints errors such as:

  rm: cannot remove `/proc': Is a directory
  mkdir: cannot create directory `/proc': File exists
  rm: cannot remove `/sys': Is a directory
  mkdir: cannot create directory `/sys': File exists

People have reported these errors (which are nothing to worry about)
as bugs in the past, so avoid them where possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix libguestfs-make-fixed-appliance --help option so it displays usage.</title>
<updated>2012-04-09T14:53:37+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-04-09T14:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=669c0bd4075a1b61f61bf3a9dda7c80caca12f72'/>
<id>669c0bd4075a1b61f61bf3a9dda7c80caca12f72</id>
<content type='text'>
Previously it printed 'Internal error!'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it printed 'Internal error!'
</pre>
</div>
</content>
</entry>
</feed>
