search for: msg00022

Displaying 10 results from an estimated 10 matches for "msg00022".

Did you mean: msg00222
2009 Sep 12
0
[PATCH] Remove main loop
Please note this patch depends on these earlier patches: Add command trace functionality. https://www.redhat.com/archives/libguestfs/2009-September/msg00031.html Non-daemon actions indirect through generated code. https://www.redhat.com/archives/libguestfs/2009-September/msg00022.html Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedor...
2005 Nov 11
0
CESA-2005:1110-001 Moderate CentOS 4 i386 php - security update (CENTOSPLUS only)
...info() output (CVE-2005-3388) - a fix for a denial of service (process crash) in EXIF image parsing (CVE-2005-3353) All Users of PHP-5 from the CentOSPlus Repo should upgrade to these updated packages. More info is available at: https://www.redhat.com/archives/fedora-announce-list/2005-November/msg00022.html https://rhn.redhat.com/errata/RHSA-2005-831.html ------------------------ The following updated files have been uploaded and are currently syncing to the mirrors: i386: php-5.0.4-4.centos4.i386.rpm php-bcmath-5.0.4-4.centos4.i386.rpm php-dba-5.0.4-4.centos4.i386.rpm php-devel-5.0.4-4.centos4...
2005 Nov 11
0
CESA-2005:1110-001 Moderate CentOS 4 x86_64 php - security update (CENTOSPLUS only)
...info() output (CVE-2005-3388) - a fix for a denial of service (process crash) in EXIF image parsing (CVE-2005-3353) All Users of PHP-5 from the CentOSPlus Repo should upgrade to these updated packages. More info is available at: https://www.redhat.com/archives/fedora-announce-list/2005-November/msg00022.html https://rhn.redhat.com/errata/RHSA-2005-831.html ------------------------ The following updated files have been uploaded and are currently syncing to the mirrors: x86_64: php-5.0.4-4.centos4.x86_64.rpm php-bcmath-5.0.4-4.centos4.x86_64.rpm php-dba-5.0.4-4.centos4.x86_64.rpm php-devel-5.0.4-4...
2018 Nov 06
0
Plan to fix virt-v2v Windows static IPs bug (RHBZ#1626503)
...n (the guest will end up with new virtio network drivers which try to use DHCP, and old network drivers with the static IPs that are unconnected to any device). We've had several attempts to solve this bug before, most recently: (Link A) https://www.redhat.com/archives/libguestfs/2018-October/msg00022.html I had a bit of a think about this, including playing with some Powershell scripting (see attachment), and this is my new plan to fix this bug. It's important to note this will only fix a subset of cases: (Caveat A) Only Windows >= 7 (because it requires Powershell which is not instal...
2005 Nov 11
0
CentOS-announce Digest, Vol 9, Issue 6
...info() output (CVE-2005-3388) - a fix for a denial of service (process crash) in EXIF image parsing (CVE-2005-3353) All Users of PHP-5 from the CentOSPlus Repo should upgrade to these updated packages. More info is available at: https://www.redhat.com/archives/fedora-announce-list/2005-November/msg00022.html https://rhn.redhat.com/errata/RHSA-2005-831.html ------------------------ The following updated files have been uploaded and are currently syncing to the mirrors: i386: php-5.0.4-4.centos4.i386.rpm php-bcmath-5.0.4-4.centos4.i386.rpm php-dba-5.0.4-4.centos4.i386.rpm php-devel-5.0.4-4.centos4...
2010 Sep 01
4
Implementing Samba4
Hi I am trying to install Samba 4 on a Ubuntu 10.04 Server machine. I have downloaded the sources, compiled it and installed. Now I have to do the provision step. I want to use an existing LDAP server (389 Directory Server) installed in other machine (well, really a lot of machines, yet configured for replication). Also, the servers only accept SSL connections. But all the examples I have seen in
2015 Sep 15
1
[PATCH] Add 'make installcheck' rule to test installed packages.
This is my proposed alternative to the complicated test framework (https://www.redhat.com/archives/libguestfs/2015-August/msg00022.html). In this patch, when we want to run tests on installed packages we just copy in the installed binaries over the source directory, and run the test suite as normal. This is basically the same as the current (not used) contrib/make-check-on-installed.pl script, but with a bunch of fixes. Ric...
2007 Nov 28
8
SCSI passthrough using /dev/sgX
Is anyone working on SCSI passthrough using the ''SCSI Generic'' support under Linux, eg /dev/sgX? This is how VMWare allows a VM to use SCSI devices. Thanks James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2017 Jan 15
4
Updated CFLAGS patches and make test compilation conditional
...AGS. I've gone back to setting them if {C,CXX,CPP,LD}FLAGS are unset at the onset of the configure script (i.e., the user hasn't specified anything) and then proceed to set them to the defaults as before. This has been suggested before: https://lists.gnu.org/archive/html/autoconf/2006-04/msg00022.html In addition, I've added a small compile snippet to check whether _FORTIFY_SOURCE is defined, and if so, do not add it to CPPFLAGS. This is mainly due to the fact that Gentoo's GCC has _FORTIFY_SOURCE always enabled, which causes a ton of superfluous redefinition warnings when adding t...
2018 Apr 10
2
[PATCH v9] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
v8 was here: https://www.redhat.com/archives/libguestfs/2018-April/msg00022.html v8 -> v9: - Addresses the only feedback from Tomáš. Rich.