Displaying 20 results from an estimated 500 matches similar to: "[PATCH] Use guestfsd binary to auto-generate library dependencies for appliance"
2018 Feb 12
0
[PATCH v2 1/1] Switch from YAJL to Jansson
While YAJL mostly works fine, it did not see any active development in
the last 3 years. OTOH, Jansson is another JSON C implementation, with
a very liberal license, and a much nicer API.
Hence, switch all of libguestfs from YAJL to Jansson:
- configure checks, and buildsystem in general
- packages pulled in the appliance
- actual implementations
- contrib scripts
- documentation
This also
2017 Nov 23
0
[PATCH 1/1] Switch from YAJL to Jansson
While YAJL mostly works fine, it did not see any active development in
the latest 3 years. OTOH, Jansson is another JSON C implementation,
with a very liberal license, and a much nicer API.
Hence, switch all of libguestfs from YAJL to Jansson:
- configure checks, and buildsystem in general
- packages pulled in the appliance
- actual implementations
- contrib scripts
- documentation
This also
2013 May 30
0
CESA-2013:0884 Moderate CentOS 6 libtirpc Update
CentOS Errata and Security Advisory 2013:0884 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0884.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
a74006aa4b401f261e1f14e49e68c38e1a7c8e44e614e202c9986098cb171770 libtirpc-0.2.1-6.el6_4.i686.rpm
2014 Mar 10
0
CEBA-2014:0264 CentOS 6 libtirpc Update
CentOS Errata and Bugfix Advisory 2014:0264
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0264.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
0232079882c8a0f3cdd00417b0fdfc45fdb2f2066d7bd35a2b127658be6f8d94 libtirpc-0.2.1-6.el6_5.1.i686.rpm
2014 Jun 23
0
CEBA-2014:0775 CentOS 6 libtirpc Update
CentOS Errata and Bugfix Advisory 2014:0775
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0775.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
b18e9eb394a6a1655592a8131e3a8391d6d9c05ddf619f97593a7feed0a79913 libtirpc-0.2.1-6.el6_5.2.i686.rpm
2016 Oct 04
0
CEBA-2016:2005 CentOS 6 libtirpc BugFix Update
CentOS Errata and Bugfix Advisory 2016:2005
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-2005.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
89dea8f1e12dced023795c8d7d43c62de43c5401501af6aedaa3566f1caf32cb libtirpc-0.2.1-11.el6_8.i686.rpm
2017 May 23
0
CESA-2017:1268 Important CentOS 6 libtirpc Security Update
CentOS Errata and Security Advisory 2017:1268 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2017-1268.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
3684bcc6ce857f6c24a6af3dde4d99b2004cf1d99d6597d43342dfd84d57b719 libtirpc-0.2.1-13.el6_9.i686.rpm
2017 May 24
0
CentOS-announce Digest, Vol 147, Issue 5
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2014 Mar 10
0
CentOS-announce Digest, Vol 109, Issue 3
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2017 May 22
0
CESA-2017:1263 Important CentOS 7 libtirpc Security Update
CentOS Errata and Security Advisory 2017:1263 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2017-1263.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
c3335fa4f02ac6905a98a90e4edc9d520f5b654ab12634971afd148f61236a96 libtirpc-0.2.4-0.8.el7_3.i686.rpm
2013 May 31
0
CentOS-announce Digest, Vol 99, Issue 16
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2016 Oct 05
0
CentOS-announce Digest, Vol 140, Issue 2
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2016 Oct 06
1
[PATCH] appliance: add/remove some packages for Arch Linux
Added:
- cdrtools: added as alternative to cdrkit
- multipath-tools: contains kpartx (in AUR)
Removed:
- ntfsprogs: the package is no longer available, it has been completely
replaced by ntfs-3g (already in packagelist.in)
- zfs-fuse: no longer in AUR
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
appliance/packagelist.in | 4 ++--
1 file changed, 2 insertions(+), 2
2014 Jun 25
0
CentOS-announce Digest, Vol 112, Issue 11
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2017 May 23
0
CentOS-announce Digest, Vol 147, Issue 4
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2017 Apr 12
1
[PATCH] appliance: add cdrkit-cdrtools-compat on openSUSE
It looks like isoinfo is in that package since openSUSE Leap 42.1, so
make sure to include it to not break the isoinfo* APIs.
---
appliance/packagelist.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index 5cf2276..0a71cc3 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -136,6 +136,7 @@ ifelse(SUSE,1,
dnl It
2020 Oct 30
2
Fail to build libvirt upstream rpm on fedora 33
Hello,
I encountered errors when building rpm on fedora33:
Versions:
libvirt: v6.9.0-rc2
gcc-10.2.1-5.fc33.x86_64
meson-0.55.3-1.fc33.noarch
ninja-build-1.10.1-2.fc33.x86_64
binutils-2.35-11.fc33.x86_64
Steps:
1. Archive libvirt source code to ~/rpmbuild/SOURCES/libvirt-6.9.0.tar.xz
2. Copy libvirt.spec.in to ~/rpmbuild/SPECS/libvirt.spec. Then `sed -i
s/@VERSION@/6.9.0/g
2019 Apr 29
1
Re: Error connecting to hypervisor
On Sat, 27 Apr 2019 at 12:53, Michal Prívozník <mprivozn@redhat.com> wrote:
>
> On 4/23/19 11:56 PM, Sukrit Bhatnagar wrote:
> > Hi,
> >
> > I have compiled and installed libvirt from git checkout
> > and started libvirtd service. The version is 5.3.0 and
> > I have done system-wide installation.
> >
> > When I do a `virsh list`, I get the
2017 Mar 06
0
[PATCH] lib: Prefer tirpc for XDR, and rationlise how we search for alternatives.
glibc in Fedora is currently configured with `--enable-obsolete-rpc',
so I guess we can see the way the wind is blowing.
(1) This changes our configure script to prefer libtirpc if it is
available.
If libtirpc is _not_ available then:
(a) Headers must be located in <rpc/xdr.h>, or the user must supply
the right CFLAGS.
(b) XDR functions must be located in one of -lportablexdr, -lrpc,
2020 Jul 16
1
Re: Unable to decode message length
Thank you for the help. But here I get exactly the same data as you. So
I suppose the issue is on the server side only. I will try with gdb now.
On Wed, Jul 15, 2020 at 16:02, Michal Privoznik <mprivozn@redhat.com>
wrote:
> On 7/14/20 7:42 PM, Valentin David wrote:
>> Hello all,
>>
>> I have been trying to get libvirtd to work but when I connect to it
>> with