Displaying 20 results from an estimated 60000 matches similar to: "Xen branches"
2011 Jul 14
3
How Can I install xen 3.4.2 from source code
Hello everyone:
I am currently install xen 3.4.2 on centOS 5.5 with linux
kernel version 2.6.18.8.
It works during the procedure make dist -j 4 and make install -j4, but
when I make the
initrd image of xen it shows the following error:
Looking for deps of module pata_marvell
No module pata_marvell found for kernel 2.6.18.8-xen, aborting.
How can I fix it?
Thanks.
2009 Sep 11
5
installing Windows 2008 R2
Hi all,
I''ve been trying to install Windows Server 2008 R2 under Xen 3.1 on
Red Hat, but it keeps blue screening after the first reboot during the
install. It seems to only affect 2008 R2. Windows Server 2008
installs fine, rebooting a couple of times along the way.
With R2, it will go through the initial unpack and install, and then
it reboots. I''m installing it
2010 May 12
25
Install ubunto domU
Dear *,
I''m more used to work with RedHat like OSes. Still, I did not denied the
request from a user who wants a domU based on ubunto. I usually use
virt-install to do the job, with a script similar to this one:
#!/bin/sh
BASE=SL-4.7-i386-pv \
virt-install --nographics \
--nonsparse \
--paravirt \
--noreboot \
2009 Aug 26
5
update xen
How can I update xen to 3.4 version
Now I use Centos 5.3 and I have
xen_major : 3
xen_minor : 1
xen_extra : .2-128.el5
???
--
Best Regards,
alex.faq8@gmail.com
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Jun 22
18
blktap2 does not work
Distro: debian unstable
Xen version: 4.0.0-2
This is the config:
#HVM
#still no qemu-dm in debian
#kernel = "/usr/lib/xen-4.0/boot/hvmloader"
#builder = ''hvm''
#memory = 2048
#name = "webserver"
#vif = [''bridge=eth0'']
#disk = [''tap:tapdisk:aio:/srv/xen/webserver.img,xvda,w'',''phy:/dev/cdrom,xvdb:cdrom,r'']
2012 Aug 15
3
Howto/Tutorial: Compiling Xen 4.2 from source on RHEL5/CentOS5, RHEL6/CentOS6, Fedora 16, Fedora 17
Hello,
I just wrote instructions for building Xen 4.2 from sources on various RPM-based Linux distributions.
The guide is available here:
http://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_CentOS_Fedora
I was able to successfully build Xen 4.2.0-rc2 on the following Linux distros:
- CentOS 5.8 x64
- CentOS 6.3 x64
- Fedora 17 x64
RHEL5/CentOS5 requires some hackery to get
2012 Aug 15
3
Howto/Tutorial: Compiling Xen 4.2 from source on RHEL5/CentOS5, RHEL6/CentOS6, Fedora 16, Fedora 17
Hello,
I just wrote instructions for building Xen 4.2 from sources on various RPM-based Linux distributions.
The guide is available here:
http://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_CentOS_Fedora
I was able to successfully build Xen 4.2.0-rc2 on the following Linux distros:
- CentOS 5.8 x64
- CentOS 6.3 x64
- Fedora 17 x64
RHEL5/CentOS5 requires some hackery to get
2009 Sep 16
3
Best way to compile xen 3.4.1 on centos 5.3
What is the best way to compile xen on centos 5.3? Also I need to able
to kmod Yum kmod-drbd with the new version of xen. I belive that if I
want to use xen 3.4.1 I have to re compile kernel right? I''m currently
using kernel 2.6.18-127 from centos 5.3 but is running xen 3.1 only
from yum
Sent from my iPhone
_______________________________________________
Xen-users mailing list
2009 Jul 07
2
Newbie need help windows server 2008 on XEN in Linux fails to start
Hello,
I need help with a windows server 2008 or windows in general using in XEN:
Host:
CentOS 5.3 Linux localhost.localdomain 2.6.18-128.el5xen #1 SMP Wed Jan 21
11:12:42 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
fstab:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
tmpfs
2010 Mar 31
3
RHEL 5.5 Xen fixes
Hello,
RHEL 5.5 has been released, and it contains many Xen related fixes.
Here's the most important of the them.. fixing a dom0 caching bug which
could cause domU disk corruption when the domU disk was accessed from dom0
after the domU was shutdown. Most people noticed this bug when pygrub
used wrong (cached) information.
"pygrub uses cached and eventually outdated grub.conf, kernel
2012 May 15
7
Xen 3.3.x on recent dom0 kernels
Odd question I know. I am looking for source for as recent a kernel as
possible running the old style xenlinux/xenified kernel (i.e. capable of
running the xen3.3.x hypervisor). Any ideas where I can get this -
preferably in git form?
I think Stefano Stabellini had something that worked up to 2.6.36 (from
memory).
And yes, we would all prefer all our customers moved to xen4 but this is
difficult
2010 Jan 13
65
ntpd under Xen Dom0 exhibits extremely high jitter/noise? runs stable/quiet under non-xen kernel.
On a selection of boxes, ntpd running in Xen Dom0 reproducibly
exhibits extermely high noise/jitter.
Switching back to -default, non-xen kernel ntpd runs with very low jitter/noise.
Question -- how can I ''tame'' ntpd noise & jitter when running in Dom0?
Is the problem a config issue, or a bug?
Already reported this downstream; everybody''s "stumped".
2010 Jan 13
65
ntpd under Xen Dom0 exhibits extremely high jitter/noise? runs stable/quiet under non-xen kernel.
On a selection of boxes, ntpd running in Xen Dom0 reproducibly
exhibits extermely high noise/jitter.
Switching back to -default, non-xen kernel ntpd runs with very low jitter/noise.
Question -- how can I ''tame'' ntpd noise & jitter when running in Dom0?
Is the problem a config issue, or a bug?
Already reported this downstream; everybody''s "stumped".
2010 Jun 08
18
RHEL6 beta vs. Xen
Has anyone yet figured out what it would take to make Xen
run on top of the Red Hat Enterprise Linux 6 beta?
We are heavily invested in Xen under RHEL5 (actually
a redhat clone) distribution, but already the xen kernel
they are shipping with update 4 and 5 is shaky and has bugs
which they don''t seem to be in a hurry to fix.
Basically I am wondering if Redhat 6 is just going to
have
2009 Aug 03
2
Problem installing Win2k3 in domU
I''m trying to install Win2k3 server in a domU. dom0 is running on CentOS
5.3 and xen version is xen-3.0.3-80. I can create the new server with
virt manager, win2k3 starts to install (goes through the blue back
ground part of the installation, but when it reboots I get "A disk read
error occurred".
Any ideas?
Also, are there any yum repos where I can get a newer version of
2010 May 26
1
Xen 3.4 on CentOS 5.5
Hey all,
I'm trying to get Xen working well on CentOS 5.5. We currently build
from source, and this is causing me all sorts of problems.
What steps would be required to build an "official" CentOS 5.5 package
of Xen 3.4? I am aware of the one on Gitmo, but this is not official.
Looking forward to your responses,
C.J.
-------------- next part --------------
A non-text attachment
2008 Dec 11
11
rhel5 32bit xen 3.3.0 rpms?
RHEL5 32bit xen 3.3.0 rpms? Anyone? ;)
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Oct 19
8
Centos 5.7 Xen 4.1 AMD 64 from gitco cannot attach usb port to domU windows 7
Hi.
Just wondering is someone have been able to connect usb memory sticks
in xen 4.1-gitco running hvm windows 7?
I use xen 4.1 from gitco, is working without any issue, I need support
for a usb memory stick, but I had not been able to make this works.
Reading xm commands and process, first my MB Biostar A780L3L v6 wont
support IOMMU.
Now exist a doc from xen wiki from someone from Fujitso
2012 Jun 14
11
PV privilege escalation - advisory
Hello,
we are using 3.4.3 from Gitco.de on 64bit Centos 5.8 and we have PV
guests 64bit.
According to described security bug we are in danger.
What do you suggest? Wait for gitco update or build xen own with patch?
Br
Peter
2010 Oct 09
2
Xen3.3 rpm for 32Bit?
Hi folks,
I would like to test Xen3.3 on CentOS 5.5 on an older machine which is
not 64bit capable.
Since this is just a "first impression" test I do not want to fuzz with
compiling the kernels and tools myself (that comes in a later step).
Can someone please point me to a repo with 32bit Xen3.3 kernels for
CentOS 5? GITCO supplies 64bit kernels only, and googling brought up