Displaying 17 results from an estimated 17 matches for "cfergeau".
Did you mean:
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 |
2014 Mar 20
1
Re: [virt-tools-list] Linux host / Windows guest sharing
...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
>>
>> Thank you. The...
2014 Feb 17
0
Re: [libvirt] libvirtd ssl configuration
...ibvirtd.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
Signed-off-...
2014 Mar 20
2
Re: [virt-tools-list] Linux host / Windows guest sharing
Thank you. The clipboard sharing working now. Do you have any idea for
the mount issue? I suppose there is a way to share a specific directory
between the guest and host like I did with vbox for example
What exact modules needed for this function?
The error message I've got this:
mount -t 9p -o trans=virtio,version=9p2000.L hostshare /tmp/hostfiles
mount: special device hostshare does not
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 +544,8 @@ gfx...
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 clipboard sharing w...
2009 Apr 30
2
[1/1] [gfxboot] align buffer used to read data from disk to a 512 byte boundary
...:
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 0
sectorshif...
2009 Apr 05
3
[PATCH] Gfxboot COMBOOT module
This is the latest version of the gfxboot module. It's supposed to work on
all Syslinux derivatives.
I am not sure about the copyright notice and would appreciate any input.
- Sebastian
Index: syslinux-3.74-pre17-2-g2a9ddec/modules/Makefile
===================================================================
--- syslinux-3.74-pre17-2-g2a9ddec.orig/modules/Makefile
+++
2009 Apr 30
0
[0/1] [gfxboot] align buffer used to read data from disk to a 512 byte boundary
Hi,
In Mandriva, we've been hit by a bug on specific machines where gfxboot
would fail to load with:
gfxboot:
isolinux: Disk error 09, AX = 424F, drive FE
A contributor lent us one such machine, and after some debugging, I
realized that the buffer used by gfxboot to read data from the disk
isn't aligned as the COM API mandates it (512 bytes boundary). Aligning
it to a dword boundary
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
2013 Sep 05
0
Re: [virt-tools-list] Is virsh supposed to work on Windows?
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 tool of libvirt 0.10.2
I've pushed test builds of mingw-virt-viewer packaging libvirt 1.1.2 if you want
to give them a try to see
2014 Mar 20
0
Re: [virt-tools-list] Linux host / Windows guest sharing
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 clipboard sharing working.
You also need to have your VM configured to use SPICE, and to add the
needed channel, see
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
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 tool of libvirt 0.10.2
>
> I've
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
xspice:
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
2013 Sep 06
2
Re: [virt-tools-list] Is virsh supposed to work on Windows?
On Fri, Sep 06, 2013 at 04:00:25PM -0300, Fernando Lozano wrote:
> On the other side, there should be an official place for people like
> me, who are interested in testing virsh and virt-viewer (and who
> knows, some day virt-manager) on Windows, to get test binaries.
> There should be some effort on continuing the porting, not stopping
> on remote-viewer.
I fully agree with that,