Displaying 20 results from an estimated 400 matches similar to: "customize xen kernel with rpmbuild"
2007 Feb 22
0
invalid or unsupported executable format
Default Fedora Core 5 "server profile" with SELinux disabled.
Downloaded from:
http://bits.xensource.com/oss-xen/release/3.0.4-1/kernel-3.0.4-fc5/RPMS/i386/
xen-3.0.4.1-1.i386.rpm
kernel-xen-2.6.16.33-3.0.4.1.i386.rpm
xen-devel-3.0.4.1-1.i386.rpm
Installed the rpms and updated grub.conf, then reboot...
grub reports:
Error 13: Invalid or unsupported executable
2007 May 29
1
Is is possible to use the latest changeset and old linux kernel?
Hi,
I tried to use the latest changeset of xen-unstable with an old linux
kernel (2.6.16.33), because some of my codes are developed based on that
Linux version. It seems that 2.6.18 changes quite a bit interfaces from
2.6.16.33.
I set the "LINUX_VER = 2.6.16.33" in the file
"buildconfigs/mk.linux-2.6-xen". When I did "make world", the xen
builder did
2007 Dec 13
0
Re: [Xen-changelog] [linux-2.6.18-xen] xen: make gntdev code configurable
Hi,
Looks like this patch broke automated builds due to a lack of a matching
line in the defconfigs. Below is a patch that makes this a module for
xen and xen0, unconfigured for xenU. That might not be the best thing
here however.
Thanks
kurt
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
=====================================================
diff -r cd744c5ec950
2007 Mar 18
1
Dependancy sequencing problem
Hi,
I have this code here:
$filepackages = $operatingsystem ? {
debian => [ "tar", "gzip", "bzip2", "diff", "sed", "wget"
],
default => [ "tar", "gzip", "bzip2", "diff", "sed", "wget"
]
}
package { $filepackages:
ensure => latest
2007 Mar 21
5
Xend cann''t run?
I''ve installed a Fedora Core 5 2054 and Xen 3.0.4.1 on a Intel 945 mainboard with xen3.0 user manual, everything seemed fine then.
After I rebooted and chosed to enter into xen kernel , I find xend doesn''t run .
when I try to run manually by input:
/etc/init.d/xend start
there some dot(indicating time maybe) appeared, and then nothing happened, the xend jun didn''t get
2007 Apr 11
0
Problem installing xen on Opensuse10.2
Hello
I try to install xen3.0.4 on opensuse10.2
but when i install the kernel i get
QUOTE
rpm -ivh kernel-xen-2.6.16.33-3.0.4.1.i686.rpm
Preparing... ########################################### [100%]
1:kernel-xen ########################################### [100%]
/sbin/mkinitrd: line 3036: /boot/initrd-2.6.16.33-xen_3.0.4.1.img/etc/fstab: Datei oder Verzeichnis nicht gefunden
No
2009 Jan 04
1
How to compile Kernel with pciback.hide
Hi,
next step,
# dmesg | grep pciback
Bootdata ok (command line is root=/dev/sda2 ro console=tty0
pciback.hide=(0000:02:05.0)(0000:02:06.0)(0000:02:07.0)(0000:02:08.0)(0000:02:09.0)
)
Kernel command line: root=/dev/sda2 ro console=tty0
pciback.hide=(0000:02:05.0)(0000:02:06.0)(0000:02:07.0)(0000:02:08.0)(0000:02:09.0)
Unknown boot option
2007 Mar 06
0
Newbie: xm is failing on FC5- Xen3.0.4.1
I have download the rpms from www.xensource.com/download/dl_304fc5.html
Built thru sources from rpm.
Booting thru Dom0 fine.
#xend start is fine as well.
But when I use xm w/ create or list I get this failure..
root@ipanema /]# xm create -c /etc/xen/mysamplevm
Traceback (most recent call last):
File "/usr/sbin/xm", line 8, in ?
from xen.xm import main
File
2006 Jul 28
6
[PATCH] ia64 buildconfig update
Hi Keir,
This patch updates the ia64 buildconfigs, enabling pcifront for all
kernels and pciback for -xen and -xen0. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r 4833dc75ce4d buildconfigs/linux-defconfig_xen0_ia64
--- a/buildconfigs/linux-defconfig_xen0_ia64 Fri Jul 28 17:52:57 2006 +0100
+++ b/buildconfigs/linux-defconfig_xen0_ia64 Fri Jul 28
2006 May 09
0
[PATCH] build: make linux download more flexible
Hi,
Here is an updated version of this patch for xen-unstable.hg 9960.
Please consider it for inclusion.
--
Horms http://www.vergenet.net/~horms/
build: make linux download more flexible
* Allow LINUX_REPO to specify the URL of the repository for the linux kernel,
- Defaults is: http://www.kernel.org/pub/linux/kernel/
* Allow LINUX_REPO to be
2006 Aug 02
2
[PATCH 1/6] scsifront/back drivers'' common Makefile and header
# HG changeset patch
# User fujita.tomonori@lab.ntt.co.jp
# Node ID 7111077b493ea53ef055ce38098f8af67f87d749
# Parent ed8d345449c176cb5fe0ccff4299da782eb63c08
SCSI frontend and backend drivers'' common Makefile and header
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
diff -r ed8d345449c1 -r 7111077b493e buildconfigs/linux-defconfig_xen0_x86_32
---
2005 Dec 19
0
RE: [PATCH]Allow different config file for xenlinux on samearch
Hi, Keir,
Any comments upon following patch? ;-) We need it to further check in a specific configuration file (likely xen0_defconfig_ia64tiger) later to run xen on IA64 tiger box. Currently we have no generic one for all IA64 boxes. Let''s know if better way to do it. Currently custom with tiger box can only get that file out of the tree.
Thanks,
Kevin
>-----Original Message-----
2007 Mar 13
4
Object sync problem
Hi,
Sorry to hassle everyone again, yes I''m a newbie!!
I''ve created some code and I''m getting a out of sync style error message.
Here''s a snipet of the code (to reproduce the problem):
package { [ "tar", "gzip", "bzip2", "sed" ]:
ensure => latest
}
define xxx {
$xenrelease = ''3.0.4''
2020 Feb 12
1
nut bloque redémarrage serveur
Bonjour
serveur : Fujitsu TX1310 M1 - OpenBSD 6.6
UPS : Eaton Ellipse pro 1200
Serveur en fonctionnement normal.
Installation classique sur le serveur par
pkg_add nut-2.7.4p5 :
quirks-3.16 signed on 2018-10-12T15:26:25Z
nut-2.7.4p5: ok
The following new rcscripts were installed: /etc/rc.d/nut /etc/rc.d/upsd /etc/rc.d/upsmon
See rcctl(8) for details.
New and changed readme(s):
2008 Jul 02
3
Error compiling xen 3.2.1 on ubuntu hardy
I downloaded xen-3.2.1.tar.gz from xen.org, installed all dependencies and
make world on ubuntu hardy. It compiles fine until the errors below....
------------------------------------------------------
...
...
install -m0644 -p include/public/foreign/*.h
/usr/local/src/xen-3.2.1/dist/install/usr/include/xen/foreign
install -m0644 -p include/public/COPYING
2008 Jul 17
2
compile xen 3.2.1 problem
Hi,all,
when I download xen3.2.1 source code from this url:
http://bits.xensource.com/oss-xen/release/3.2.1/xen-3.2.1.tar.gz
then I want compile it on my Debian testing(kernel 2.6.24-1-686)
when I run this command to compile xen0''s kernel,
#make linux-2.6-xen-config CONFIGMODE=menuconfig
make -f buildconfigs/mk.linux-2.6-xen config
make[1]: Entering directory
2009 Jan 23
4
How to build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Hello List,
how do i build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Here is what i tried:
----------------------------------------
cd /usr/src
hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg
cd /usr/src/xen-3.3.1
Then i changed LINUX_VER from 2.6.18 to 2.6.27 in
buildconfigs/mk.linux-2.6-xen. The files mk.linux-2.6-xen0 and
mk.linux-2.6-xenU seem to be obsolete.
After
2009 Mar 26
7
error while compiling xen
Hi,
I am facing the below error while compiling dom0. Please guide.
root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config
CONFIGMODE=menuconfig
make -f buildconfigs/mk.linux-2.6-xen0 config
make[1]: Entering directory `/usr/src/xen-3.3.1''
set -e ; \
if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \
__repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..)
; \
2007 Mar 21
1
Problem with multiple IPs in DomU
I`m trying to setup interface aliases in domU (eth0:1-5) but when I do
ifconfig eth0:1 1.2.3.X , DomU sends the following arp to the world:
16:17:33.585940 arp reply 1.2.3.Y is-at 00:16:3e:3d:35:28 (quote from tcpdump
on eth0 on the DomU)
where 1.2.3.Y is the IP of the eth0.
So when I try to bring the 5 aliases at boot time I send 5 arp replies, all
saying that my eth0 IP is at my hw address
2007 Jan 31
1
I2O_EXT_ADAPTEC_DMA64
For about the past week (perhaps a bit longer) I have been unable to use
an automated script to build xen-unstable on a 32 bit machine.
The build continues to ask about the following build parameter:
I2O_EXT_ADAPTEC_DMA64
Choosing the default (Y) allows the build to continue to completion.
After a little research, it looks like this parameter was pulled out of
linux-defconfig_xen_x86_32 in