search for: caglar

Displaying 20 results from an estimated 29 matches for "caglar".

Did you mean: caesar
2008 Feb 02
1
OSError: [Errno 10] No child processes
Hi; After updating our Xen packages to current tip of xen-3.1-testing (from 3.1.0) caglar@zangetsu xen-3.1-testing.hg $ hg tip changeset: 15634:dbe47d8cb825 tag: tip user: Keir Fraser <keir.fraser@citrix.com> date: Thu Jan 31 10:07:57 2008 +0000 summary: Added tag RELEASE-3.1.3 for changeset 4835d702ba6133849bfae64b783b755c5066c094 I cannot boot domU...
2006 Aug 28
3
CPU Temprature
...ally and not causing any heat problem at all (including on high load). Both kernels have ACPI and cpufreq support and according to dmesg output and sysfs values both susbsystems seem works without a problem. What can cause this and how can i debug/solve this issue? Cheers -- S.Çağlar Onur <caglar@pardus.org.tr> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Feb 11
4
patch for kernel exploit?
Hi, As most of you probably already know, a local root exploit was released yesterday which affects kernels from 2.6.17 to 2.6.24.1. Is there an official patch for dom0 and domU kernels, or can the backport of the official kernel patch be used on these kernels? Regards, Zoltan HERPAI _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2007 Jan 10
2
[PATCH] the address of ''symbols_addresses'' will always evaluate as ''true''
.../pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen/arch/x86'' make[1]: *** [/var/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen/xen] Error 2 make[1]: Leaving directory `/var/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen'' make: *** [build] Error 2 Cheers -- S.Çağlar Onur <caglar@pardus.org.tr> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Jan 10
1
strange domU problem
...ormat : 3 # cat /etc/xen/pardus name = "pardus"; memory = 256; kernel = "/boot/kernel-2.6.16.29-5-domU"; disk = [ "file:/var/xen/domU-pardus,xvda,w" ]; root = "/dev/xvda ro"; vif = [ "" ]; Log can be found @ http://cekirdek.pardus.org.tr/~caglar/xend.log Any hints will be appreciated... Cheers -- S.Çağlar Onur <caglar@pardus.org.tr> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! _______________________________________________ Xen-devel mailing list Xen-devel@...
2007 Jan 24
2
Xen v.s Stable Kernel
...ize mainline inclusion solves all that issues but is it possible to maintain testing trees against its most recent stable version to solve these problems until xen merged into mainline and releasing minor version against them or am i have to learn live with that :)? Cheers -- S.Çağlar Onur <caglar@pardus.org.tr> http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in house! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Feb 01
1
DR7 and CR4
Hi, I''m trying to verify that the Xen I''m running is patched against the all the known published bugs. I''m running Fedora 7, which means I''m running Xen 3.1.2. I''ve checked the changelog in the Fedora package, and I can verify that all the bugs I''ve found are fixed except for one. http://www.securityfocus.com/bid/27219
2007 May 18
0
[PATCH] Cannot find Xen Python modules
Hi; With xen-3.1.0 on Pardus 2007, "/usr/sbin/xend start" returns "Cannot find Xen Python modules." cause Xen Python modules installed into "/usr/lib/python2.4/site-packages/" Following patch adds site-packages into search path Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr> diff -r aee991c7723a tools/misc/xen-python-path --- a/tools/misc/xen-python-path Wed May 09 16:34:47 2007 +0100 +++ b/tools/misc/xen-python-path Sat May 19 02:24:24 2007 +0300 @@ -30,12 +30,13 @@ import sys for p in [''python%s'' % sys.version[:3], ''py...
2007 Dec 19
23
3.1.x and 3.2.x releases
Folks, A new release candidate for 3.2.0 has just been checked into the xen-unstable tree. It''s available from staging and will be in the main tree when it has passed internal regression tests. Meanwhile, in preparation for 3.1.3, please let me know if there are any further patches from xen-unstable that should be backported into the 3.1 branch. You can pull the xen-3.1-testing.hg
2006 Aug 29
4
/dev/tty*: not a character device after reboot
Hello All I just recently adopted a server with Gentoo/Xen as domain0 server with several domainUs attached to it. Please forgive my xen-noobness, but I was hoping that someone can help me out. These images have not been updated in a long time, and I''m trying to get all the domainUs updated with their appropriate services patches, etc. I''m currently working on one Gentoo
2020 Apr 20
4
[PATCH v2] python: Fix UnicodeError in inspect_list_applications2() (RHBZ#1684004)
...nd guestfs_int_py_fromstringsize() to decode utf-8 with the "replace" error handler: https://docs.python.org/3/library/codecs.html#error-handlers For example, this will decode PackageKit's description on SLES4 the following way: Backend: pisi S.�a&#287;lar Onur <caglar@pardus.org.tr> Signed-off-by: Sam Eiderman <sameid@google.com> --- python/handle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/handle.c b/python/handle.c index 2fb8c18f0..427424707 100644 --- a/python/handle.c +++ b/python/handle.c @@ -387,7 +387,7 @@ g...
2008 Feb 09
1
Xen systems benchmarking
Hi all, I got few servers to make xen nodes, to evaluate maybe other virtualisation and different xen configurations... I don`t know match about benchmarking, I was wondering what and how to test properly Dom0 and DomU performance on different servers... If somebody is interested in results I can publish them... thanx, Casper _______________________________________________ Xen-users
2014 Mar 14
0
Re: Scheduler Parameters
...ll, I have emailed the message below to Arnaud, but it got failed. I will need to have get set scheduling parameters (including timeslice, ratelimit, weight, cap for Xen) thru C# libvirt bindings. is there any plan to have those wrappers soon? Thanks Faruk On Fri, Mar 14, 2014 at 4:06 PM, Faruk Caglar <faruk.caglar@vanderbilt.edu>wrote: > > Hi Arnaud, > > Thanks for all your work for the libvirt C# bindings. > > Recently I have started to use libvirt C# bindings for my doctoral > research. However, > I have noticed that it currently does not support the get/set sch...
2006 Sep 14
2
Xen 3.0.2-2 and linux 2.6.16.27+ kernels?
Is anyone successfully and stably using linux 2.6.16.27 or 2.6.16.28 or 2.6.16.29 with xen 3.0.2-2 package? regards Tomasz -- GPG key fingerprint: 3883 B308 8256 2246 D3ED A1FF 3A1D 0EAD 41C4 C2F0 GPG public key availabe on pgp.mit .edu keyserver _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Oct 11
13
ANNOUNCE: Xen 3.1.1 released!
I''m pleased to announce the availability of Xen 3.1.1 -- a bugfix release in the Xen 3.1 series. Many bugs, large and small, are fixed by this release and we recommend that all users and vendors upgrade. The source repository is available using mercurial from: http://xenbits.xensource.com/xen-3.1-testing.hg Binary packages have not yet been prepared for this release. Thanks to
2007 Oct 11
13
ANNOUNCE: Xen 3.1.1 released!
I''m pleased to announce the availability of Xen 3.1.1 -- a bugfix release in the Xen 3.1 series. Many bugs, large and small, are fixed by this release and we recommend that all users and vendors upgrade. The source repository is available using mercurial from: http://xenbits.xensource.com/xen-3.1-testing.hg Binary packages have not yet been prepared for this release. Thanks to
2006 Sep 15
3
Error: (22, ''Invalid argument'')
Hello everybody, I can successfully boot up my dom0, but I can''t create domUs. If I try to create one I get the following output from xm: root@revo:~# xm create /etc/xen/debian.cfg Using config file "/etc/xen/debian.cfg". Error: (22, ''Invalid argument'') There''s no more interesting information in syslog. Any ideas what is the problem? -- Regards,
2006 Aug 31
1
error creating domain
Hello all; I am trying to create SuSE10 guest under my FC5 host, this configuration has worked before but due to abnormal shutdown of my server i get the following error while trying to create the guest OS; ** the same configuration *used to* work just fine *#xm create -c /etc/xen/suse.cfg* ------------------------------------------------------------------------------------- Using config file
2007 Jul 20
2
[PATCH] Remove -static from Documentation/lguest/Makefile
...al devices from B8000000 down, so we might not run very far if we've blatted those libraries. The correct solution is to allocate upwards, and then hand the top address we got to the kernel as the highest accessible guest address. How's this? === Link lguest example launcher non-static S.Caglar Onur points out that many distributions don't ship a static zlib. Unfortunately the launcher currently maps virtual device memory where shared libraries want to go. The solution is to pre-scan the args to figure out how much memory we have, then allocate devices above that, rather than down f...
2007 Jul 20
2
[PATCH] Remove -static from Documentation/lguest/Makefile
...al devices from B8000000 down, so we might not run very far if we've blatted those libraries. The correct solution is to allocate upwards, and then hand the top address we got to the kernel as the highest accessible guest address. How's this? === Link lguest example launcher non-static S.Caglar Onur points out that many distributions don't ship a static zlib. Unfortunately the launcher currently maps virtual device memory where shared libraries want to go. The solution is to pre-scan the args to figure out how much memory we have, then allocate devices above that, rather than down f...