search for: fergeau

Displaying 20 results from an estimated 27 matches for "fergeau".

2014 Feb 16
2
libvirtd ssl configuration
Hi! I found little semantics bug: [13:53:40] root@dedicated-04:~ # LC_ALL=C libvirtd -h libvirtd: invalid option -- 'h' Usage: libvirtd [options] Options: -v | --verbose Verbose messages. -d | --daemon Run as a daemon & write PID file. -l | --listen Listen for TCP/IP connections. -t | --timeout <secs> Exit after timeout period. -f |
2009 Apr 30
2
[1/1] [gfxboot] align buffer used to read data from disk to a 512 byte boundary
...5): gfxboot: isolinux: Disk error 09, AX = 424F, drive FE https://qa.mandriva.com/show_bug.cgi?id=48814 has a bit more details. This patch just makes sure the buffer used to read from disk is properly aligned, this fixes the boot failures on the aforementioned machines. Signed-off-by: Christophe Fergeau <cfergeau at mandriva.com> --- modules/gfxboot.asm | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/modules/gfxboot.asm b/modules/gfxboot.asm index e3aed13..2c3f809 100644 --- a/modules/gfxboot.asm +++ b/modules/gfxboot.asm @@ -871,6 +871,8 @@ drivenumber db...
2014 Mar 20
1
Re: [virt-tools-list] Linux host / Windows guest sharing
...sn't working. Is there any prerequisite? My host is FC20 and guest is Win2k8 server Thank you Vlad On Thu 20 Mar 2014 05:42:40 PM CET, Jonathon Jongsma wrote: > ----- Original Message ----- >> From: "Laszlo Pal (private)" <vlad@vlad.hu> >> To: "Christophe Fergeau" <cfergeau@redhat.com> >> Cc: libvirt-users@redhat.com, virt-tools-list@redhat.com, "Jonathon Jongsma" <jjongsma@redhat.com> >> Sent: Thursday, March 20, 2014 11:29:37 AM >> Subject: Re: [virt-tools-list] Linux host / Windows guest sharing >> >&...
2014 Mar 20
2
Re: [virt-tools-list] Linux host / Windows guest sharing
...io_balloon,9pnet_virtio,virtio_scsi virtio 14172 3 virtio_balloon,9pnet_virtio,virtio_scsi 9p 54021 0 9pnet 69248 3 9p,9pnet_rdma,9pnet_virtio fscache 62354 1 9p Thank you Vlad On Thu 20 Mar 2014 04:57:00 PM CET, Christophe Fergeau wrote: > On Thu, Mar 20, 2014 at 11:46:28AM -0400, Jonathon Jongsma wrote: >> The spice-vdagent should be running in the guest. Have you installed the spice guest tools in your windows guest? Download them here: http://www.spice-space.org/download.html >> >> That should get cl...
2014 Feb 17
0
Re: [libvirt] libvirtd ssl configuration
.../var/run/libvirtd.pid > > > I think that caert.pem should be cacert.pem =) Yes indeed. You don't mention what version of libvirt you have here ? It appears that we fixed this typo in the 1.1.3 release though: commit 521b78d0afb9aff3c9f8d593e63c3d94b8f28f5d Author: Christophe Fergeau <cfergeau@redhat.com> Date: Wed Sep 18 14:01:26 2013 +0200 daemon: Fix 'caert.pem' typo in privileged help output The help message indicates that the CA certificate is $sysconfdir/pki/CA/caert.pem while the actual path is $sysconfdir/pki/CA/cacert.pem...
2013 Sep 06
1
Re: [virt-tools-list] Is virsh supposed to work on Windows?
On Fri, Sep 06, 2013 at 09:59:23AM -0600, Eric Blake wrote: > [redirecting to libvir-list for a libvirt bug] > > On 09/06/2013 09:50 AM, Christophe Fergeau wrote: > > >> > >> virsh.exe complains about missing libvirt-lcx-0.dll and doesn't starts. > > > > You should be able to grab it from > > http://koji.fedoraproject.org/koji/buildinfo?buildID=460929 even though I > > don't think it's really...
2011 Apr 04
0
Release of libvirt-0.9.0
...x off-by-1 in virFileAbsPath. (Daniel P. Berrange) - security: avoid memory leak (Eric Blake) - protect the scsi controller to be deleted when it is in use (Wen Congyang) - virsh: freecell --all getting wrong NUMA nodes count (Michal Privoznik) - remove duplicated call to reportOOMError (Christophe Fergeau) Improvements: - Make check_fc_host() and check_vport_capable() usable as rvalues (Guido G?nther) - maint: avoid locale-sensitivity in string case comparisons (Eric Blake) - extend logging to record configuration-related changes (Naoya Horiguchi) - Add libvirt_iohelper to spec file (Daniel Veillar...
2013 Sep 06
4
Re: [virt-tools-list] Is virsh supposed to work on Windows?
On Thu, Sep 05, 2013 at 03:30:12PM -0300, Fernando Lozano wrote: > >>I've pushed test builds of mingw-virt-viewer packaging libvirt 1.1.2 if you want > >>to give them a try to see if they work better (disclaimer: I haven't tested > >>these installers at all). > >Pushed to http://teuf.fedorapeople.org/virt-viewer-msi/ ;) > > Thanks for providing those
2011 May 05
0
Release of libvirt-0.9.1
...lte) - util: remove dead assignment (Eric Blake) - qemu: remove dead assignment (Eric Blake) - qemu: silence clang false positives (Eric Blake) - tests: suppress more valgrind situations (Eric Blake) - tests: avoid compiler warning (Eric Blake) - qemu: fix uninitialized variable warning (Christophe Fergeau) - build: fix syntax-check failure (Eric Blake) - virsh: nuke use of TRUE and FALSE (Eric Blake) - phyp: another simplification (Eric Blake) - maint: ignore built file (Eric Blake) - Change some variable names to follow standard in daemon dispatcher (Daniel P. Berrange) - Remove curly braces on all...
2005 Nov 03
4
shared-mime-info (PR#8278)
....lang file: http://bugzilla.gnome.org/show_bug.cgi?id=157370 Gedit picks apropriate lang file according to file mimetype, so I created apropriate mime type for files with extension .R. I filed a bug report at freedesktop.org: https://freedesktop.org/bugzilla/show_bug.cgi?id=1782 There Christophe Fergeau suggested that maybe R could take care of installing this mime type by itself. Is it possible? As I understand it would only concern Linux installations and R should cooperate with shared-mime-info package which is responsible for all mime type definitions. Vaidotas Zemlys
2009 Apr 09
0
[PATCH] gfxboot: parse DEFAULT keywork in syslinux config file
The gfxboot COM module currently ignores the DEFAULT entry set in syslinux config file and always default to 0 instead. This patch parses DEFAULT entries in the config file and set the default entry accordingly. Signed-off-by: Christophe Fergeau <cfergeau at mandriva.com> --- modules/gfxboot.asm | 34 ++++++++++++++++++++++++++++++++-- 1 files changed, 32 insertions(+), 2 deletions(-) diff --git a/modules/gfxboot.asm b/modules/gfxboot.asm index 7640914..e3aed13 100644 --- a/modules/gfxboot.asm +++ b/modules/gfxboot.asm @@ -544,8...
2010 Oct 20
1
add basic systemd support to dovecot
Hi all, In the last days, I've been trying to add support for systemd[1] socket activation to dovecot. The basic idea is that systemd takes care of opening the sockets needed by dovecot to communicate with external processes, and when a connection happens on one of these sockets, systemd spawns dovecot, and then dovecot uses these sockets instead of creating its own sockets. The main reason
2010 Dec 03
0
v2.0.8 released
...o mailbox named "detail". This was rather unintentional and shouldn't have been the default. lmtp_save_to_detail_mailbox=yes setting now preserves this behavior (default is no). + Added systemd support (configure --with-systemdsystemunitdir). Based on patch by Christophe Fergeau. + Replaced broken mbox-snarf plugin with a new more generic snarf plugin. - dbox: Fixes to handling external mail attachments - verbose_proctitle=yes didn't work for all processes in v2.0.7 - imap, pop3: When service { client_count } was larger than 1, the log messages didn't use...
2010 Dec 03
0
v2.0.8 released
...o mailbox named "detail". This was rather unintentional and shouldn't have been the default. lmtp_save_to_detail_mailbox=yes setting now preserves this behavior (default is no). + Added systemd support (configure --with-systemdsystemunitdir). Based on patch by Christophe Fergeau. + Replaced broken mbox-snarf plugin with a new more generic snarf plugin. - dbox: Fixes to handling external mail attachments - verbose_proctitle=yes didn't work for all processes in v2.0.7 - imap, pop3: When service { client_count } was larger than 1, the log messages didn't use...
2013 Sep 06
0
Re: [virt-tools-list] Is virsh supposed to work on Windows?
[redirecting to libvir-list for a libvirt bug] On 09/06/2013 09:50 AM, Christophe Fergeau wrote: >> >> virsh.exe complains about missing libvirt-lcx-0.dll and doesn't starts. > > You should be able to grab it from > http://koji.fedoraproject.org/koji/buildinfo?buildID=460929 even though I > don't think it's really useful to build that at all on ming...
2014 Mar 20
0
Re: [virt-tools-list] Linux host / Windows guest sharing
----- Original Message ----- > From: "Laszlo Pal (private)" <vlad@vlad.hu> > To: "Christophe Fergeau" <cfergeau@redhat.com> > Cc: libvirt-users@redhat.com, virt-tools-list@redhat.com, "Jonathon Jongsma" <jjongsma@redhat.com> > Sent: Thursday, March 20, 2014 11:29:37 AM > Subject: Re: [virt-tools-list] Linux host / Windows guest sharing > > Thank you. The...
2018 Oct 10
1
Re: [Spice-devel] usbredir error: Error setting USB device node ACL: 'Not authorized'
Hey, On Wed, Oct 10, 2018 at 09:57:39AM -0400, Cole Robinson wrote: > On 10/09/2018 04:42 PM, Lars Kellogg-Stedman wrote: > > I'm running libvirt under Fedora 28. I would like to attach a USB > > device to a VM, but when I select "Redirect USB Device" from the > > "Virtual Machine" menu in virt-manager and then select the device, I > > get the
2014 Mar 20
1
Re: [virt-tools-list] Linux host / Windows guest sharing
The spice-vdagent should be running in the guest. Have you installed the spice guest tools in your windows guest? Download them here: http://www.spice-space.org/download.html That should get clipboard sharing working. ----- Original Message ----- > From: "Laszlo Pal" <vlad@vlad.hu> > To: libvirt-users@redhat.com, virt-tools-list@redhat.com > Sent: Thursday, March 20,
2013 Sep 05
2
Re: [virt-tools-list] Is virsh supposed to work on Windows?
On Thu, Sep 05, 2013 at 06:50:43PM +0200, Christophe Fergeau wrote: > On Wed, Sep 04, 2013 at 04:41:40PM -0300, Fernando Lozano wrote: > > >What version of virsh is included in that msi? Maybe it's just a case > > >of a stale build, for something that has been fixed upstream? > > C:>virsh -V > > Virsh command line too...
2016 Dec 19
0
[ANNOUNCE] xf86-video-qxl 0.1.5
Adam Jackson (1): Use pci_io_write8 instead of outb Christophe Fergeau (16): Remove unused variables Remove stray blank comment line Use <> for system-includes Fix compilation with newer Xorg versions Add missing licence header Add note about deprecated setting of mm_time Xspice: Fix 'erorr' typo in error message...