search for: lebon

Displaying 12 results from an estimated 12 matches for "lebon".

Did you mean: leben
2013 Sep 19
2
Re: Trouble using virStream with callbacks
On Thu, Sep 19, 2013 at 12:59:33PM -0400, Jonathan Lebon wrote: > > poll() will be listening for i/o on the libvirt socket as well as > > stdin, so it'll see incoming I/O from the guest. > > That's strange, that's not what I'm seeing when running it step-by-step. I see > poll() hanging regardless of guest events. The...
2013 Sep 19
2
Re: Trouble using virStream with callbacks
On Thu, Sep 19, 2013 at 11:59:45AM -0400, Jonathan Lebon wrote: > I tried to dig a bit deeper in this. From my limited understanding, > it seems like stream events are implemented as enabled/disabled timers. > The issue is that if there's no data from the guest app pending, the > timeout in virEventPollRunOnce will be calculated as -1. So...
2007 Jun 05
3
Multipath routing
Hello! I have trouble with multipath routing. Those options are enabled in kernel: [*] IP: policy routing [*] IP: equal cost multipath [*] IP: equal cost multipath with caching support (EXPERIMENTAL) <*> MULTIPATH: round robin algorithm But issuing: ip r a 1.2.3.0/23 scope global equalize nexthop via 80.245.176.11 \ dev eth0 weight 1 nexthop via 80.245.176.13 dev eth0
2013 Sep 03
1
Customize UNIX socket permissions
Hi, I have a qemu domain which uses a virtio-serial port. On the host, the unix socket is created in /var/lib/libvirt/qemu. As non-root, I'd like to be able to communicate through this unix socket. The issue is that the socket is created as qemu:qemu with permissions 755 (does this come from libvirt's umask?). Is there any way to affect this permission from the domain's XML
2013 Sep 18
2
Trouble using virStream with callbacks
I am trying to write a simple app which connects a channel obtained from virDomainOpenChannel() to stdin/stdout (based in part on the snippet at [1]). However, it seems like the data received back from the stream is delayed by one iteration. It would be hard to explain this by simply showing the output, so here's a timeline instead: 1. start the program on the host 2. write "msg from
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...rett.dev@gmail.com> Jonathan Cameron <jic23@cam.ac.uk> Jonathan Cameron <jic23@kernel.org> Jonathan Cameron<jic23@kernel.org> Jonathan Corbet <corbet@lwn.net> Jonathan Gonzalez <jgonzlez@linets.cl> Jonathan Kliegman <kliegs@chromium.org> Jonathan Lebon <jlebon@redhat.com> Jonathan McDowell <noodles@earth.li> Jonathan Nieder <jrnieder@gmail.com> Jonathan Woithe <jwoithe@just42.net> Jonghwa Lee <jonghwa3.lee@samsung.com> Jonghwan Choi <jhbird.choi@samsung.com> jongman heo <jongman.heo@samsung.com&g...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...rett.dev@gmail.com> Jonathan Cameron <jic23@cam.ac.uk> Jonathan Cameron <jic23@kernel.org> Jonathan Cameron<jic23@kernel.org> Jonathan Corbet <corbet@lwn.net> Jonathan Gonzalez <jgonzlez@linets.cl> Jonathan Kliegman <kliegs@chromium.org> Jonathan Lebon <jlebon@redhat.com> Jonathan McDowell <noodles@earth.li> Jonathan Nieder <jrnieder@gmail.com> Jonathan Woithe <jwoithe@just42.net> Jonghwa Lee <jonghwa3.lee@samsung.com> Jonghwan Choi <jhbird.choi@samsung.com> jongman heo <jongman.heo@samsung.com&g...
2009 Jul 28
0
[Infrastructure Design] Questions about Puppet behind SSL reverse proxy
Hi, I have some questions about Puppet client request through a reverse SSL proxy with pache and mod_ssl. It''s about pure design and IP public adress. I want to use Puppet framework on distributed environnement through pulic network with NAT and so on. We have already a reverse proxy which handle SSL termination for Web server publication. Site are publish with HTTPS with some wildcard
2013 Sep 19
0
Re: Trouble using virStream with callbacks
I tried to dig a bit deeper in this. From my limited understanding, it seems like stream events are implemented as enabled/disabled timers. The issue is that if there's no data from the guest app pending, the timeout in virEventPollRunOnce will be calculated as -1. So then we block on the poll() and only come out once stdin is ready for reading. This means that if data is received from the
2013 Sep 19
0
Re: Trouble using virStream with callbacks
> poll() will be listening for i/o on the libvirt socket as well as > stdin, so it'll see incoming I/O from the guest. That's strange, that's not what I'm seeing when running it step-by-step. I see poll() hanging regardless of guest events. There are indeed two fds in the array (stdin and the other one being the libvirt socket I suppose), but in all cases, I never observed
2013 Sep 19
0
Re: Trouble using virStream with callbacks
> As a test why not try hacking virsh console so that it connects to your > virtio serial port, instead of a console. If we assume 'virsh console' > is bug-free, that would let you identify whether the flaw is in your host > code, or the guest side. Thanks for the pointer. Doing a few trivial changes to virsh-console does show that it works correctly and pointed out multiple
2013 Dec 17
0
BZ1042505: Upon assigning addresses to new virtio-serial ports, libvirt can over-allocate
Hello, (Not sure if this would be better suited for libvir-list, but here it goes!) I filed a bug last week regarding the way in which libvirt assigns addresses to virtio-serial ports. https://bugzilla.redhat.com/show_bug.cgi?id=1042505 To summarize, adding more than 31 ports causes problems because libvirt assigns them all to a single controller, which has a max of 31 (or less if the