Displaying 20 results from an estimated 8000 matches similar to: "Log from today's IRC meeting (June 3rd, 2014)"
2014 May 06
1
Actions and IRC log from May 6th VIRT SIG meeting
Hi all,
I summarized actions on
http://wiki.centos.org/SpecialInterestGroup/Virtualization/Status tagged
with 06/05
The meeting LOG is below
Regards
Lars
lars_kurth How do you want to run this? We have a set of lose ends: the
roadmap via
http://lists.centos.org/pipermail/centos-virt/2014-April/003763.html
<http://lists.centos.org/pipermail/centos-virt/2014-April/003763.html>
kbsingh
2014 Nov 18
1
Virt SIG meeting minutes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Attendees: Lars, Lokesh, George, KB (eventually)
Docker update:
- - Docker 1.3.1 for virt7-testing
Xen update:
- Xen 4.4.1 in virt6-testing
- Can't do a release of xen without libvirt because libvirt depends
on a specific version of libxl
- Plan: update to libvirt-1.2.9 before test then release
Signing
- C7 we want to use the CBS signing
2014 Dec 17
0
Virt SIG Meeting minutes for 16 Dec 2014
Minutes
Attending: imcleod, lars_kurth, gwd, kbsingh, dcaro, jonludlam
Meetings over Christmas:
- Skip the one on 30 Dec; do IRC meeting Jan 13th.
Xen update
- 4.4.1, libvirt pushed
- Notes: xend disabled by default
- Plan: Sign, release soon,
oVirt
- RHEL 7.1 will already rebuild qemu with snapshotting on
- But we may want to do the qemu rebuild for 6 as well.
- kbsingh: I think oVirt
2015 Jan 17
1
Xen 4.4 + libvirt 1.2 rpms test report with xl/libxl on CentOS 6
On Fri, Jan 16, 2015 at 09:16:05PM +0200, Pasi K?rkk?inen wrote:
> Hello,
>
> As discussed on the last Virt SIG meeting I promised to do some libvirt + libxl testing using the latest Xen 4.4 rpms.
>
> Versions used:
>
> xen-libs-4.4.1-5.el6.x86_64
> xen-licenses-4.4.1-5.el6.x86_64
> xen-hypervisor-4.4.1-5.el6.x86_64
> xen-4.4.1-5.el6.x86_64
>
2014 Dec 15
5
CentOS 6 Xen 4.4.1 packages available on virt6-testing
At long last, I've got some beta CentOS 6 4.4.1 packages up on the CBS.
Major updates include:
* Update to Xen 4.4.1. Also includes all XSAs through 114
* Update to latest blktap 2.5
* Updated libvirt packages (1.2.10), which work well with libxl
To use, add the following to a file in /etc/yum.repos.d:
[virt-testing]
name=CentOS-$releasever - virt-testing
2014 Jun 03
0
[Hackathon] CentOS Virt SIG summary
Adding virt list, which we had missed off by mistake
Lars
On 03/06/2014 11:13, George Dunlap wrote:
> Sorry this is a bit sparse; I was both running the meeting and jotting
> down notes. Let me know if you have any questions.
>
> -George
>
> Present (from memory):
> - George Dunlap
> - Anil Madhavapeddy
> - Jonathan Ludlam
> - David Berrange
> - Dan Keningsberg
2015 Nov 03
4
Resigning as lead of the Virt SIG
Hi all,
I wanted to let you know that I feel I need to step down as leader of the Virtualisation SIG. When I originally was approached by KB to do this, it was always clear that this would be a temporary thing until the SIG got going. At the time, only Xen and CentOS folks were involved with the SIG. Since then, we added oVirt and Docker maintainers, have a total of 5 maintainers and built good
2006 Oct 10
1
metacity theme opacity
I pushed out some changes to gwd that makes it possible to properly set
an overall opacity value for any metacity theme. Making the complete
decorations translucent can look bad with some themes. However, I've
made it possible to have the opacity fade from opaque to the selected
opacity value in a similar way to how the built-in decorations look.
This usually looks a lot better.
I'll add
2014 May 15
1
RFC: Use git am for patchqueue
OK, I've got a basic initial port of the xen package up to 4.4.0. But
before I post that, I wanted to get comments on a new method of
managing the Xen part of the patchqueue. You can find the RFC branch
here:
repo: http://github.com/gwd/sig-virt-xen
branch: out/git-am-patchqueue-RFC-v1
The basic idea is to put as much as possible into a 'git am' file.
This file can easily be
2007 Apr 07
3
GWD button drawing prob-- any Cairo pro have insights?
Since I first tried nVidia's AIGLX with Compiz I've been seeing some pretty
consistent drawing problems on GWD's minimize and maximize buttons on hover.
It looks like part of the fill is drawn with low alpha. I haven't been able to
duplicate it when using Xgl... Here's a quick vid of what I'm seeing:
2011 Jan 15
7
Automatic live migration
i am trying to add auto migration feature in XEN.
so is anyone has worked related to migration part.
i need help regarding files related to migration.
--
Regards
Gautam
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Dec 21
1
Gtk-Window-Decorator Problem
Hi,
There is a strange bug in gwd. When using compiz, after some time all window decorations become non-responsive.
All buttons on the decoration become non-clickable and I can't move any window. Also the decoration color stays in
an unfocused state, but I can focus all windows. After that point if i open new windows, they have a decoration bar,
but no buttons, icon or title. I've no idea
2011 Dec 21
1
xen-api: xcp-xapi.init conflicts with xend
On 12/22/2011 01:37 AM, Mike McClurg wrote:
> Hi Thomas, Jon,
>
> I was hoping that you could both comment on this github pull request:
>
> https://github.com/jonludlam/xen-api/pull/12
>
> Mike
>
In Debian, /etc/default/xen is there to select xm vs xl. So we could do:
if ! [ -f /etc/default/xen ] ; then
TOOLSTACK=xm
else
. /etc/default/xen
if ! [
2015 Apr 22
3
libvirtd for el7
Hi,
I see that for EL6 gwd already has pushed a libvirtd package with version 1.2.10[1].
I got request from VDSM development to provide libvirt >= 1.2.9 for EL7 for oVirt 3.6.
gwd, do you just rebuilt http://koji.fedoraproject.org/koji/buildinfo?buildID=594825 ?
I'm looking at http://koji.fedoraproject.org/koji/buildinfo?buildID=628689 may this work for you?
[1]
2009 Apr 03
1
Hello! I got error in C - R
Hello,
My name is Ick Hoon Jin and I am Ph. D. student in Texas A & M Univ..
When I run the C embedded in R in the Linux system, I confront the
following error after 6,000 iteration. By googling I found this error is
from the problem in C.
*** caught segfault ***
address (nil), cause 'memory not mapped'
My C code is following:
2007 Feb 23
2
gtk-window-decorator - No window borders
Hi,
I have a strange problem with gtk-window-decorator. I've tried 0.3.6 &
the latest from git, but with either I don't get any window borders when
running gwd. I hope its not something simple I've missed but I've
searched around and not found anything. gwd never segfaults or even
displays any warnings or anything for that matter. It just doesn't draw
the borders. I've
2014 Jul 07
2
Xen 4.4.1-rc1+ rebase
I've got a first cut of the rebase here:
git://github.com/gwd/sig-virt-xen out/update-4.4.1-rc1-ee81dda-RFC
To build it, you'll need to download the polarssl tarball:
http://xenbits.xen.org/xen-extfiles/polarssl-1.1.4-gpl.tgz
And you'll need a tarball based on (unfortunately) a private tree,
which you can find here:
git://github.com/gwd/xen base/update-4.4.1-rc1-ee81dda-RFC
This
2015 Jan 06
1
CentOS 6 Xen 4.4.1 packages available on virt6-testing
On 01/06/2015 08:54 AM, Johnny Hughes wrote:
> On 12/15/2014 12:24 PM, George Dunlap wrote:
>> At long last, I've got some beta CentOS 6 4.4.1 packages up on the CBS.
>>
>> Major updates include:
>> * Update to Xen 4.4.1. Also includes all XSAs through 114
>> * Update to latest blktap 2.5
>> * Updated libvirt packages (1.2.10), which work well with libxl
2006 Sep 20
1
metacity theme support in gnome-window-decorator
I played a little bit yesterday with adding metacity theme support to
gwd and it looks like it's not going to be very hard. Hopefully I'll
have it working in the next couple of days. What I've done is to rip out
all the parts of the metacity code that is required for theme support
(boxes.c, gradient.c, theme-parser.c, theme.c, util.c). Ideal would be
if we could put this part of
2006 Oct 05
3
metacity support
I have installed compiz with metacity support, my metacity libs are
2.16.3 and I used this command to on theme support
gconftool-2 -s /apps/gwd/use_metacity_theme -t bool true
but I can`t change border of windows in gnome-theme-manager I can change
theme only.
Is metacity support functionall yet ? Or I maked something wrong.