Displaying 4 results from an estimated 4 matches for "0603ab5b0ede".
2007 Apr 18
0
customize xen kernel with rpmbuild
...t
rpmbuild -ba SPEC/myspec.spec
In the spec file I tested to change ''%define kernelvariant xen'' to ''%define kernelvariant xenHAHAHA''
or other variables with no success
At the end of compilation, I have this error :
+ install -d /var/tmp/xen-3.0.4.1-3.0.4.1-0603ab5b0ede.bb101e77d4a3-root/boot
+ install -d /var/tmp/xen-3.0.4.1-3.0.4.1-0603ab5b0ede.bb101e77d4a3-root/lib/modules
+ cp dist/install/boot/config-2.6.16.33-xenHAHAHA_3.0.4.1 /var/tmp/xen-3.0.4.1-3.0.4.1-0603ab5b0ede.bb101e77d4a3-root/boot/
+ cp dist/install/boot/System.map-2.6.16.33-xenHAHAHA_3.0.4.1 /var/...
2007 Mar 06
0
Newbie: xm is failing on FC5- Xen3.0.4.1
...s 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
"/obj/RPM_BUILD_DIRECTORY/tmp/xen-3.0.4.1-3.0.4.1-0603ab5b0ede.bb101e77d
4a3-root/usr/lib/python/xen/xm/main.py", line 51, in ?
File
"/obj/RPM_BUILD_DIRECTORY/tmp/xen-3.0.4.1-3.0.4.1-0603ab5b0ede.bb101e77d
4a3-root/usr/lib/python/xen/util/security.py", line 25, in ?
ImportError: /usr/lib/python/xen/lowlevel/acm.so: wrong ELF class:
ELFCLASS3...
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 Feb 22
0
invalid or unsupported executable format
...nstalled the rpms and updated grub.conf, then reboot...
grub reports:
Error 13: Invalid or unsupported executable format
So, I tried building from (downloaded from above URL):
xen-3.0.4.1-1.src.rpm
which resulted in:
RPM build errors:
File not found:
/var/tmp/xen-3.0.4.1-3.0.4.1-0603ab5b0ede.bb101e77d4a3-root/etc/hotplug/xen-backend.agent
So, I downloaded the source tarball. Built that and ended up back at
the grub error:
Error 13: Invalid or unsupported executable format
One would assume that since FC5 binaries are being made available
someone it running xen on FC5. So, what a...