Displaying 20 results from an estimated 700 matches similar to: "[PATCH] inspect: fix detection of newer CirrOS versions (RHBZ#1045450)."
2013 Jun 14
3
[PATCH 0/2] Fix inspection of Fedora guests (RHBZ#974489).
Here is a preliminary fix for this bug.
I'm running the test suite on this now.
Rich.
2015 Jun 02
1
[PATCH 2/3] inspection: Add support for CoreOS
* Implement coreos distro
* Detect CoreOS images
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr>
---
 generator/actions.ml   |  4 +++
 src/guestfs-internal.h |  3 +++
 src/inspect-fs-unix.c  | 69 +++++++++++++++++++++++++++++++++++++++++++++++---
 src/inspect-fs.c       | 21 +++++++++++++++
 src/inspect-icon.c     |  1 +
 src/inspect.c          | 59
2015 Jul 24
3
[PATCH] customize: random_seed: add CirrOS location
CirrOS has its random-seed file in /etc.
---
 customize/random_seed.ml | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/customize/random_seed.ml b/customize/random_seed.ml
index 34a7af7..5a15ad9 100644
--- a/customize/random_seed.ml
+++ b/customize/random_seed.ml
@@ -30,6 +30,7 @@ let rec set_random_seed (g : Guestfs.guestfs) root =
       "/var/lib/systemd/random-seed"; (* Fedora
2017 Jun 02
2
CirrOS 0.3.5
Hi,
The CirrOS image in the virt-builder default repository is quite
outdated - 0.3.1.
0.3.5 was released two months ago. Are there any plans to update it?
Thanks,
Nadav.
2017 Jun 04
1
Re: CirrOS 0.3.5
Great to hear.
Got disconnected from IRC, so wasn't sure if it reached its destination.
I can try help to build it if there are any references on the procedure.
Nadav.
On Sat, Jun 3, 2017 at 11:24 AM, Richard W.M. Jones <rjones@redhat.com> wrote:
> On Fri, Jun 02, 2017 at 05:04:23PM +0300, Nadav Goldin wrote:
>> Hi,
>> The CirrOS image in the virt-builder default
2012 Sep 21
1
[PATCH] Update SuSE Linux detection.
Update SuSE Linux detection. Up to now everything with a
/etc/SuSE-release file was treated as openSuSE. With this change SLES
based distributions such as "SUSE Linux Enterprise Server", "SUSE
Linux Enterprise Desktop" and "Novell Linux Desktop" will show up as
"sles". The 'opensuse' detection was updated to handle older openSuSE
releases as well as
2015 May 29
2
[PATCH 2/3] inspection: Add support for CoreOS
* Implement coreos distro
* Detect CoreOS images
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr>
---
 generator/actions.ml   |  4 +++
 src/guestfs-internal.h |  3 +++
 src/inspect-fs-unix.c  | 69 +++++++++++++++++++++++++++++++++++++++++++++++---
 src/inspect-fs.c       | 21 +++++++++++++++
 src/inspect-icon.c     |  1 +
 src/inspect.c          | 62
2012 Jun 08
1
Error mounting ubuntu cirros image?
# wget https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img
# mkdir mnt
# guestmount --rw -a cirros-0.3.0-x86_64-disk.img -i mnt
libguestfs: error: mount_options: mount_options_stub: /dev/root: No such file or directory
guestmount: some filesystems could not be mounted (ignored)
fuse: bad mount point `mnt': Input/output error
Debug output attached.
cheers,
P?draig.
2018 Oct 12
2
How to explain this libvirt oddity w.r.t machine types?
Context: The baremetal host previously had QEMU 2.11.  But I manually
downgraded the QEMU version (via `dnf downgrade qemu-system-x86`); now
it is at 2.10:
    $ rpm -q qemu-system-x86
    qemu-system-x86-2.10.2-1.fc27.x86_64
The guest is offline.  Let's see (in a couple of ways) what machine type 
it has while it is dormant:
    # virsh dumpxml cirros | grep -i machine=
        <type
2017 Jun 03
0
Re: CirrOS 0.3.5
On Fri, Jun 02, 2017 at 05:04:23PM +0300, Nadav Goldin wrote:
> Hi,
> The CirrOS image in the virt-builder default repository is quite
> outdated - 0.3.1.
> 0.3.5 was released two months ago. Are there any plans to update it?
Yes, I saw your message on IRC about this a few days ago,
added it to my to-do list, and then didn't get around to it.
But the plan is definitely: yes to do
2015 Sep 07
5
[PATCH 0/4 v3] builder: support for Simple Streams metadata
Hi,
this series adds a basic support for Simple Streams v1.0 metadata
files. This makes it possible to create a repository .conf files with
 [cirros]
 uri=http://download.cirros-cloud.net
 format=simplestreams
to read the latest version of each CirrOS image.
Thanks,
Pino Toscano (4):
  builder: add non-int revisions
  builder: add simple libyajl binding
  build: expose HAVE_YAJL to automake
2018 May 10
6
e1000 network interface takes a long time to set the link ready
Hi,
In kubevirt, we discovered [1] that whenever e1000 is used for vNIC,
link on the interface becomes ready several seconds after 'ifup' is
executed, which for some buggy images like cirros may slow down boot
process for up to 1 minute [2]. If we switch from e1000 to virtio, the
link is brought up and ready almost immediately.
For the record, I am using the following versions:
- L0
2017 Jan 12
3
[PATCH 0/3] library: improve handling of external tools
Hi,
the libguestfs library uses a number of external tools; for some of
them, we search for them at build time, enabling some feature only if
found, and later on assuming at runtime they are installed. However,
the situation is more complex than that:
- hardcoding the full path means that there is an incoherency in the
  way some of the tools are used, as some other tools (e.g. qemu-img)
  are
2017 Feb 02
4
[PATCH v2 0/3] library: improve handling of external tools
Hi,
the libguestfs library uses a number of external tools; for some of
them, we search for them at build time, enabling some feature only if
found, and later on assuming at runtime they are installed. However,
the situation is more complex than that:
- hardcoding the full path means that there is an incoherency in the
  way some of the tools are used, as some other tools (e.g. qemu-img)
  are
2014 Dec 03
0
[PATCH 4/4] Add freebsd and netbsd distros
Prior to this commit the distro for a FreeBSD or a NetBSD system, in
conjuction to what happened for OpenBSD, was shown as 'unknown'.
*BSDs are complete OSes, not a kernel like Linux, but theoritically you
could have FreeBSD as ostype and PC-BSD as distro.
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr>
---
 generator/actions.ml   | 8 ++++++++
 src/guestfs-internal.h | 2 ++
2014 Dec 02
0
[PATCH 5/5] Add freebsd and netbsd distros
Prior to this commit the distro for a FreeBSD or a NetBSD system, in
conjuction to what happened for OpenBSD, was shown as 'unknown'.
*BSDs are complete OSes, not a kernel like Linux, but theoritically you
could have FreeBSD as ostype and PC-BSD as distro.
Signed-off-by: Nikos Skalkotos <skalkoto@grnet.gr>
---
 generator/actions.ml   | 8 ++++++++
 src/guestfs-internal.h | 2 ++
2015 Sep 07
0
[PATCH 4/4] builder: support Simple Streams v1.0 as index metadata
Add a new "simplestreams" repository type, and a simple parser for
fetching and reading the JSON indexes of the Simple Streams v1.0
format.
Read only datatype=image-downloads contents, and only the latest
versions of each content available as disk image (disk.img or
disk1.img).
Add a simple test, using the "released" images from the CirrOS project.
---
 .gitignore            
2018 Aug 22
3
[PATCH v2 0/2] mltools: JSON: unify JSON & JSON parser.
v2:
- Added back the null value.
- Reran the tests.
Rich.
2018 Aug 20
0
[PATCH 4/4] mltools: JSON: unify JSON_parser type with JSON.json_t.
---
 builder/simplestreams_parser.ml               |  9 +-
 .../test-virt-builder-list-simplestreams.sh   | 64 ++++++-------
 builder/utils.mli                             |  2 +-
 common/mltools/JSON_parser-c.c                | 96 ++++++++++++-------
 common/mltools/JSON_parser.ml                 | 29 ++----
 common/mltools/JSON_parser.mli                | 25 ++---
2018 Oct 14
0
Re: How to explain this libvirt oddity w.r.t machine types?
On Fri, 2018-10-12 at 22:38 +0200, Kashyap Chamarthy wrote:
> Context: The baremetal host previously had QEMU 2.11.  But I manually
> downgraded the QEMU version (via `dnf downgrade qemu-system-x86`); now
> it is at 2.10:
> 
>     $ rpm -q qemu-system-x86
>     qemu-system-x86-2.10.2-1.fc27.x86_64
> 
> The guest is offline.  Let's see (in a couple of ways) what machine