Hello,
im trying to run XEN 4.0 on Ubuntu Karmic...
I tried the following steps, taken from
(http://bderzhavets.wordpress.com/) :
# apt-get install libcurl4-openssl-dev xserver-xorg-dev python2.6-dev
mercurial gitk build-essential libncurses5-dev uuid-dev gawk gettext
texinfo bcc bridge-utils iasl
# cd /usr/src/ && hg clone http://xenbits.xen.org/xen-4.0-testing.hg
# cd xen-4.0-testing.hg/
# vim Config.mk
Set in Config.mk
PYTHON = python
PYTHON_PREFIX_ARG
# make xen && make tools && make stubdom
# make install-xen && make install-tools && make install-stubdom
# update-rc.d xend defaults 20 21
# update-rc.d xendomains defaults 21 20
# dpkg -i /root/linux-image-2.6.32.10_pvops0.1_i386.deb
# depmod 2.6.32.10
# update-initramfs -c -k 2.6.32.10
# apt-get install grub
# grub-install /dev/sda
# update-grub
reboot works fine and xen seems running...
root@thohal-laptop:~# xm list
Name ID Mem VCPUs
State Time(s)
Domain-0 0 508 2
r----- 30.6
root@thohal-laptop:~# xm info
host : thohal-laptop
release : 2.6.32.10
version : #4 SMP Fri Apr 2 01:38:01 CEST 2010
machine : i686
nr_cpus : 2
nr_nodes : 1
cores_per_socket : 2
threads_per_core : 1
cpu_mhz : 2194
hw_caps :
bfebfbff:20100000:00000000:00000940:0000e3bd:00000000:00000001:00000000
virt_caps : hvm
total_memory : 847
free_memory : 486
node_to_cpu : node0:0-1
node_to_memory : node0:486
node_to_dma32_mem : node0:486
max_node_id : 0
xen_major : 4
xen_minor : 0
xen_extra : .0
xen_caps : xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x86_32p
xen_scheduler : credit
xen_pagesize : 4096
platform_params : virt_start=0xf5800000
xen_changeset : Wed Apr 07 12:38:28 2010 +0100
21091:f28f1ee587c8
xen_commandline : dom0_mem=512M
cc_compiler : gcc version 4.4.1 (Ubuntu
4.4.1-4ubuntu9)
cc_compile_by : root
cc_compile_domain :
cc_compile_date : Thu Apr 8 21:46:51 CEST 2010
xend_config_format : 4
But i cannot start any VMs...
root@thohal-laptop:~# xm create /etc/xen/xmexample.hvm
Using config file "/etc/xen/xmexample.hvm".
Started domain ExampleHVMDomain (id=3)
root@thohal-laptop:~# xm list
Name ID Mem VCPUs
State Time(s)
Domain-0 0 508 2
r----- 32.8
root@thohal-laptop:~# xm create test.cfg -c
Using config file "/etc/xen/test.cfg".
Error: (4, ''Out of memory'',
''xc_dom_alloc_segment: segment
ramdisk too large (0x9266 > 0x8000 - 0xad8 pages)\n'')
HVM and PVM are not starting....
root@thohal-laptop:~# mount | grep xen
xenfs on /proc/xen type xenfs (rw)
And as Boris wrote packages are installed into
ls /usr/local/lib/python2.6/dist-packages/
fsimage.so grub pygrub-0.3.egg-info xen xen-3.0.egg-info
I also tried a fresh install, with
# make install-tools PYTHON_PREFIX_ARG
which didnt help, too :-(
Any Ideas?
Regards,
Thomas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Wait ...
# dpkg -i /root/linux-image-2.6.32.10_pvops0.1_i386.deb - not mine
# depmod 2.6.32.10 - not mine
# update-initramfs -c -k 2.6.32.10 not mine
***************** this ones ***************************
# make
# make modules_install install
# mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10
*******************************************************
Don''t touch grub at all
# apt-get install grub
# grub-install /dev/sda
# update-grub
This is link :-
http://www.linux.com/myblog-admin/virt-installvirt-manager-at-xen-40-rc8-263210-pvops-dom0-on-top-ubuntu-karmic-koala-server.html
Boris.
--- On Thu, 4/8/10, Thomas Halinka <lists@thohal.de> wrote:
From: Thomas Halinka <lists@thohal.de>
Subject: [Xen-users] XEN 4.0 on Ubuntu Karmic
To: xen-users@lists.xensource.com
Date: Thursday, April 8, 2010, 4:14 PM
Hello,
im trying to run XEN 4.0 on Ubuntu Karmic...
I tried the following steps, taken from
(http://bderzhavets.wordpress.com/) :
# apt-get install libcurl4-openssl-dev xserver-xorg-dev python2.6-dev
mercurial gitk build-essential libncurses5-dev uuid-dev gawk gettext
texinfo bcc bridge-utils iasl
# cd /usr/src/ && hg clone http://xenbits.xen.org/xen-4.0-testing.hg
# cd xen-4.0-testing.hg/
# vim Config.mk
Set in Config.mk
PYTHON = python
PYTHON_PREFIX_ARG
# make xen && make tools && make stubdom
# make install-xen && make install-tools && make install-stubdom
# update-rc.d xend defaults 20 21
# update-rc.d xendomains defaults 21 20
# dpkg -i /root/linux-image-2.6.32.10_pvops0.1_i386.deb
# depmod 2.6.32.10
# update-initramfs -c -k 2.6.32.10
# apt-get install grub
# grub-install /dev/sda
# update-grub
reboot works fine and xen seems running...
root@thohal-laptop:~# xm list
Name ID Mem VCPUs
State Time(s)
Domain-0 0 508 2
r----- 30.6
root@thohal-laptop:~# xm info
host : thohal-laptop
release : 2.6.32.10
version : #4 SMP Fri Apr 2 01:38:01 CEST 2010
machine : i686
nr_cpus : 2
nr_nodes : 1
cores_per_socket : 2
threads_per_core : 1
cpu_mhz : 2194
hw_caps :
bfebfbff:20100000:00000000:00000940:0000e3bd:00000000:00000001:00000000
virt_caps : hvm
total_memory : 847
free_memory : 486
node_to_cpu : node0:0-1
node_to_memory : node0:486
node_to_dma32_mem : node0:486
max_node_id : 0
xen_major : 4
xen_minor : 0
xen_extra : .0
xen_caps : xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x86_32p
xen_scheduler : credit
xen_pagesize : 4096
platform_params : virt_start=0xf5800000
xen_changeset : Wed Apr 07 12:38:28 2010 +0100
21091:f28f1ee587c8
xen_commandline : dom0_mem=512M
cc_compiler : gcc version 4.4.1 (Ubuntu
4.4.1-4ubuntu9)
cc_compile_by : root
cc_compile_domain :
cc_compile_date : Thu Apr 8 21:46:51 CEST 2010
xend_config_format : 4
But i cannot start any VMs...
root@thohal-laptop:~# xm create /etc/xen/xmexample.hvm
Using config file "/etc/xen/xmexample.hvm".
Started domain ExampleHVMDomain (id=3)
root@thohal-laptop:~# xm list
Name ID Mem VCPUs
State Time(s)
Domain-0 0 508 2
r----- 32.8
root@thohal-laptop:~# xm create test.cfg -c
Using config file "/etc/xen/test.cfg".
Error: (4, ''Out of memory'',
''xc_dom_alloc_segment: segment
ramdisk too large (0x9266 > 0x8000 - 0xad8 pages)\n'')
HVM and PVM are not starting....
root@thohal-laptop:~# mount | grep xen
xenfs on /proc/xen type xenfs (rw)
And as Boris wrote packages are installed into
ls /usr/local/lib/python2.6/dist-packages/
fsimage.so grub pygrub-0.3.egg-info xen xen-3.0.egg-info
I also tried a fresh install, with
# make install-tools PYTHON_PREFIX_ARG
which didnt help, too :-(
Any Ideas?
Regards,
Thomas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
Am Donnerstag, den 08.04.2010, 14:29 -0700 schrieb Boris Derzhavets:> Wait ... > > # dpkg -i /root/linux-image-2.6.32.10_pvops0.1_i386.deb - not mine > # depmod 2.6.32.10 - not mine > # update-initramfs -c -k 2.6.32.10 not mine > > ***************** this ones *************************** > # make > # make modules_install install > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > ******************************************************* > > Don''t touch grub at all > > # apt-get install grub > # grub-install /dev/sda > # update-grub > > This is link :- > > http://www.linux.com/myblog-admin/virt-installvirt-manager-at-xen-40-rc8-263210-pvops-dom0-on-top-ubuntu-karmic-koala-server.html > > Boris.Hi Boris, linux-image-2.6.32.10_pvops0.1_i386.deb is a debian-package based on pasis-Konfig... instead of # make # make modules_install install # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 i just do # pull 2.6.32.10-kernel... # wget -O .config http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.10-pvops-dom0-xen-stable-x86_32 # make oldconfig # make -j8 KDEB_PKGVERSION=pvos0.1 dep-pkg and can install the kernel as deb-package... So its "the same".... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thu, 8 Apr 2010 23:47:36 +0200 <lists@thohal.de> wrote:> > Am Donnerstag, den 08.04.2010, 14:29 -0700 schrieb Boris Derzhavets: > > Wait ... > > > > # dpkg -i /root/linux-image-2.6.32.10_pvops0.1_i386.deb - not mine > > # depmod 2.6.32.10 - not mine > > # update-initramfs -c -k 2.6.32.10 not mine > > > > ***************** this ones *************************** > > # make > > # make modules_install install > > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > > ******************************************************* > > > > Don''t touch grub at all > > > > # apt-get install grub > > # grub-install /dev/sda > > # update-grub > > > > This is link :- > > > > http://www.linux.com/myblog-admin/virt-installvirt-manager-at-xen-40-rc8-263210-pvops-dom0-on-top-ubuntu-karmic-koala-server.html > > > > Boris. > > Hi Boris, > > linux-image-2.6.32.10_pvops0.1_i386.deb is a debian-package based on > pasis-Konfig... instead of > > # make > # make modules_install install > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > > i just do > > # pull 2.6.32.10-kernel... > # wget -O .config > http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.10-pvops-dom0-xen-stable-x86_32 > # make oldconfig > # make -j8 KDEB_PKGVERSION=pvos0.1 dep-pkg > > and can install the kernel as deb-package...Does an initramfs get created for the kernel when this deb-package gets installed? Do you do it manually? Or modify the deb-package to run "mkinitramfs" in the package''s scripts?> > So its "the same".... > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-M _________________________________________________________________ Hotmail & Messenger. Get them on your phone now. http://go.microsoft.com/?linkid=9724463 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Am Donnerstag, den 08.04.2010, 22:38 -0400 schrieb Mike Viau:> Thu, 8 Apr 2010 23:47:36 +0200 <lists@thohal.de> wrote: > > > > Am Donnerstag, den 08.04.2010, 14:29 -0700 schrieb Boris Derzhavets: > > > Wait ... > > > > > > # dpkg -i /root/linux-image-2.6.32.10_pvops0.1_i386.deb - not mine > > > # depmod 2.6.32.10 - not mine > > > # update-initramfs -c -k 2.6.32.10 not mine > > > > > > ***************** this ones *************************** > > > # make > > > # make modules_install install > > > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > > > ******************************************************* > > > > > > Don''t touch grub at all > > > > > > # apt-get install grub > > > # grub-install /dev/sda > > > # update-grub > > > > > > This is link :- > > > > > > > http://www.linux.com/myblog-admin/virt-installvirt-manager-at-xen-40-rc8-263210-pvops-dom0-on-top-ubuntu-karmic-koala-server.html > > > > > > Boris. > > > > Hi Boris, > > > > linux-image-2.6.32.10_pvops0.1_i386.deb is a debian-package based on > > pasis-Konfig... instead of > > > > # make > > # make modules_install install > > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > > > > i just do > > > > # pull 2.6.32.10-kernel... > > # wget -O .config > > > http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.10-pvops-dom0-xen-stable-x86_32 > > # make oldconfig > > # make -j8 KDEB_PKGVERSION=pvos0.1 dep-pkg > > > > and can install the kernel as deb-package... > > Does an initramfs get created for the kernel when this deb-package > gets installed? > > Do you do it manually? Or modify the deb-package to run "mkinitramfs" > in the package''s scripts?Hi Mike, ive no idea how i can enable the initrd-creation und grub-updating... i ve always to do # dpkg -i # depmod 2.6.32.10 # update-initramfs -c -k 2.6.32.10 # update-grub How is "make dep-kpg" configured? cat /etc/kernel-img.conf # Kernel image management overrides # See kernel-img.conf(5) for details do_symlinks = yes relative_links = yes do_bootloader = no do_bootfloppy = no do_initrd = yes link_in_boot = no postinst_hook = update-grub postrm_hook = update-grub But this does not create an initrd? Also how can sources and headers-packages can be build? Anybody sucessfully installed 4.0.0 on Debian/Ubuntu? My System seems nearly up and running so long. Can boot 2.6.32.10, can boot xen with 2.6.32.10, but not able to start any VMs :-( Boris - could you post your kernel-config for a diff? Where should the python-stuff go? /usr/local/lib or /usr/lib? cu, thomas> > > > > So its "the same".... > > > > > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > -M > > > ______________________________________________________________________ > Stay in touch. Get Hotmail & Messenger on your phone._______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Thomas,> Boris - could you post your kernel-config for a diff? Where should the > python-stuff go? /usr/local/lib or /usr/lib?/usr/local/lib Details here:- http://bderzhavets.wordpress.com/2010/03/26/virst-installvirt-manager-at-xen-4-0-rc8-2-6-32-10-pvops-dom0-on-top-ubuntu-karmic-koala-server/ .config is attached. Boris. --- On Fri, 4/9/10, Thomas Halinka <lists@thohal.de> wrote: From: Thomas Halinka <lists@thohal.de> Subject: RE: [Xen-users] XEN 4.0 on Ubuntu Karmic To: "Mike Viau" <viaum@sheridanc.on.ca> Cc: bderzhavets@yahoo.com, xen-users@lists.xensource.com Date: Friday, April 9, 2010, 8:00 AM Am Donnerstag, den 08.04.2010, 22:38 -0400 schrieb Mike Viau:> Thu, 8 Apr 2010 23:47:36 +0200 <lists@thohal.de> wrote: > > > > Am Donnerstag, den 08.04.2010, 14:29 -0700 schrieb Boris Derzhavets: > > > Wait ... > > > > > > # dpkg -i /root/linux-image-2.6.32.10_pvops0.1_i386.deb - not mine > > > # depmod 2.6.32.10 - not mine > > > # update-initramfs -c -k 2.6.32.10 not mine > > > > > > ***************** this ones *************************** > > > # make > > > # make modules_install install > > > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > > > ******************************************************* > > > > > > Don''t touch grub at all > > > > > > # apt-get install grub > > > # grub-install /dev/sda > > > # update-grub > > > > > > This is link :- > > > > > > > http://www.linux.com/myblog-admin/virt-installvirt-manager-at-xen-40-rc8-263210-pvops-dom0-on-top-ubuntu-karmic-koala-server.html > > > > > > Boris. > > > > Hi Boris, > > > > linux-image-2.6.32.10_pvops0.1_i386.deb is a debian-package based on > > pasis-Konfig... instead of > > > > # make > > # make modules_install install > > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > > > > i just do > > > > # pull 2.6.32.10-kernel... > > # wget -O .config > > > http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.10-pvops-dom0-xen-stable-x86_32 > > # make oldconfig > > # make -j8 KDEB_PKGVERSION=pvos0.1 dep-pkg > > > > and can install the kernel as deb-package... > > Does an initramfs get created for the kernel when this deb-package > gets installed? > > Do you do it manually? Or modify the deb-package to run "mkinitramfs" > in the package''s scripts?Hi Mike, ive no idea how i can enable the initrd-creation und grub-updating... i ve always to do # dpkg -i # depmod 2.6.32.10 # update-initramfs -c -k 2.6.32.10 # update-grub How is "make dep-kpg" configured? cat /etc/kernel-img.conf # Kernel image management overrides # See kernel-img.conf(5) for details do_symlinks = yes relative_links = yes do_bootloader = no do_bootfloppy = no do_initrd = yes link_in_boot = no postinst_hook = update-grub postrm_hook = update-grub But this does not create an initrd? Also how can sources and headers-packages can be build? Anybody sucessfully installed 4.0.0 on Debian/Ubuntu? My System seems nearly up and running so long. Can boot 2.6.32.10, can boot xen with 2.6.32.10, but not able to start any VMs :-( Boris - could you post your kernel-config for a diff? Where should the python-stuff go? /usr/local/lib or /usr/lib? cu, thomas> > > > > So its "the same".... > > > > > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > -M > > > ______________________________________________________________________ > Stay in touch. Get Hotmail & Messenger on your phone._______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
In meantime to build 2.6.32.10 instead of :- # git checkout -b xen/stable-2.6.32.x origin/xen/stable-2.6.32.x run # git checkout -b xen/stable origin/xen/stable Otherwise , you would build 2.6.32.11 ( requires nopat in kernel command line to start X-Server on Radeon Video Card) Boris. --- On Fri, 4/9/10, Boris Derzhavets <bderzhavets@yahoo.com> wrote: From: Boris Derzhavets <bderzhavets@yahoo.com> Subject: RE: [Xen-users] XEN 4.0 on Ubuntu Karmic To: "Mike Viau" <viaum@sheridanc.on.ca>, lists@thohal.de Cc: xen-users@lists.xensource.com Date: Friday, April 9, 2010, 8:25 AM Hi Thomas,> Boris - could you post your kernel-config for a diff? Where should the > python-stuff go? /usr/local/lib or /usr/lib?/usr/local/lib Details here:- http://bderzhavets.wordpress.com/2010/03/26/virst-installvirt-manager-at-xen-4-0-rc8-2-6-32-10-pvops-dom0-on-top-ubuntu-karmic-koala-server/ .config is attached. Boris. --- On Fri, 4/9/10, Thomas Halinka <lists@thohal.de> wrote: From: Thomas Halinka <lists@thohal.de> Subject: RE: [Xen-users] XEN 4.0 on Ubuntu Karmic To: "Mike Viau" <viaum@sheridanc.on.ca> Cc: bderzhavets@yahoo.com, xen-users@lists.xensource.com Date: Friday, April 9, 2010, 8:00 AM Am Donnerstag, den 08.04.2010, 22:38 -0400 schrieb Mike Viau:> Thu, 8 Apr 2010 23:47:36 +0200 <lists@thohal.de> wrote: > > > > Am Donnerstag, den 08.04.2010, 14:29 -0700 schrieb Boris Derzhavets: > > > Wait ... > > > > > > # dpkg -i /root/linux-image-2.6.32.10_pvops0.1_i386.deb - not mine > > > # depmod 2.6.32.10 - not mine > > > # update-initramfs -c -k 2.6.32.10 not mine > > > > > > ***************** this ones *************************** > > > # make > > > # make modules_install install > > > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > > > ******************************************************* > > > > > > Don''t touch grub at all > > > > > > # apt-get installgrub> > > # grub-install /dev/sda > > > # update-grub > > > > > > This is link :- > > > > > > > http://www.linux.com/myblog-admin/virt-installvirt-manager-at-xen-40-rc8-263210-pvops-dom0-on-top-ubuntu-karmic-koala-server.html > > > > > > Boris. > > > > Hi Boris, > > > > linux-image-2.6.32.10_pvops0.1_i386.deb is a debian-package based on > > pasis-Konfig... instead of > > > > # make > > # make modules_install install > > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > > > > i just do > > > > # pull 2.6.32.10-kernel... > > # wget -O .config >>> http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.10-pvops-dom0-xen-stable-x86_32 > > # make oldconfig > > # make -j8 KDEB_PKGVERSION=pvos0.1 dep-pkg > > > > and can install the kernel as deb-package... > > Does an initramfs get created for the kernel when this deb-package > gets installed? > > Do you do it manually? Or modify the deb-package to run "mkinitramfs" > in the package''s scripts?Hi Mike, ive no idea how i can enable the initrd-creation und grub-updating... i ve always to do # dpkg -i # depmod 2.6.32.10 # update-initramfs -c -k 2.6.32.10 # update-grub How is "make dep-kpg" configured? cat /etc/kernel-img.conf # Kernel image management overrides # See kernel-img.conf(5) for details do_symlinks = yes relative_links = yes do_bootloader = no do_bootfloppy = no do_initrd = yes link_in_boot = no postinst_hook = update-grub postrm_hook = update-grub But this does not create an initrd? Also how can sources and headers-packages can be build? Anybody sucessfully installed 4.0.0 on Debian/Ubuntu? My System seems nearly up and running so long. Can boot 2.6.32.10, can boot xen with 2.6.32.10, but not able to start any VMs :-( Boris - could you post your kernel-config for a diff? Where should the python-stuff go? /usr/local/lib or /usr/lib? cu, thomas> > > > > So its "the same".... > > > > > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > -M > > > ______________________________________________________________________ > Stay in touch. Get Hotmail & Messenger on your phone._______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Am Freitag, den 09.04.2010, 05:25 -0700 schrieb Boris Derzhavets:> Hi Thomas, > > > Boris - could you post your kernel-config for a diff? Where should > the > > python-stuff go? /usr/local/lib or /usr/lib? > > /usr/local/lib > > Details here:- > > http://bderzhavets.wordpress.com/2010/03/26/virst-installvirt-manager-at-xen-4-0-rc8-2-6-32-10-pvops-dom0-on-top-ubuntu-karmic-koala-server/ > > .config is attached. > > Boris.Hmm, its amd64 :-( Im Running i686 here... Where did you get the information that its needed in /usr/local/lib/? So this seems wrong? root@thohal-desktop:~# ls /usr/lib/xen/bin/ imqebt qemu-dm stubdom-dm xc_restore xenconsole lsevtchn readnotes stubdompath.sh xc_save xenctx root@thohal-desktop:~# ls /usr/lib/xen/boot/ hvmloader ioemu-stubdom.gz pv-grub-x86_32.gz Hmm thomas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
make install-xen make install-tools make install-stubdom Nothing else. I can''t help with 32-bit box. Boris. --- On Fri, 4/9/10, Thomas Halinka <lists@thohal.de> wrote: From: Thomas Halinka <lists@thohal.de> Subject: RE: [Xen-users] XEN 4.0 on Ubuntu Karmic To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: "Mike Viau" <viaum@sheridanc.on.ca>, xen-users@lists.xensource.com Date: Friday, April 9, 2010, 9:00 AM Am Freitag, den 09.04.2010, 05:25 -0700 schrieb Boris Derzhavets:> Hi Thomas, > > > Boris - could you post your kernel-config for a diff? Where should > the > > python-stuff go? /usr/local/lib or /usr/lib? > > /usr/local/lib > > Details here:- > > http://bderzhavets.wordpress.com/2010/03/26/virst-installvirt-manager-at-xen-4-0-rc8-2-6-32-10-pvops-dom0-on-top-ubuntu-karmic-koala-server/ > > .config is attached. > > Boris.Hmm, its amd64 :-( Im Running i686 here... Where did you get the information that its needed in /usr/local/lib/? So this seems wrong? root@thohal-desktop:~# ls /usr/lib/xen/bin/ imqebt qemu-dm stubdom-dm xc_restore xenconsole lsevtchn readnotes stubdompath.sh xc_save xenctx root@thohal-desktop:~# ls /usr/lib/xen/boot/ hvmloader ioemu-stubdom.gz pv-grub-x86_32.gz Hmm thomas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fri, 9 Apr 2010 14:00:21 +0200 <lists@thohal.de> wrote:> Am Donnerstag, den 08.04.2010, 22:38 -0400 schrieb Mike Viau: > > Thu, 8 Apr 2010 23:47:36 +0200 <lists@thohal.de> wrote: > > > > > > Am Donnerstag, den 08.04.2010, 14:29 -0700 schrieb Boris Derzhavets: > > > > Wait ... > > > > > > > > # dpkg -i /root/linux-image-2.6.32.10_pvops0.1_i386.deb - not mine > > > > # depmod 2.6.32.10 - not mine > > > > # update-initramfs -c -k 2.6.32.10 not mine > > > > > > > > ***************** this ones *************************** > > > > # make > > > > # make modules_install install > > > > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > > > > ******************************************************* > > > > > > > > Don''t touch grub at all > > > > > > > > # apt-get install grub > > > > # grub-install /dev/sda > > > > # update-grub > > > > > > > > This is link :- > > > > > > > > > > http://www.linux.com/myblog-admin/virt-installvirt-manager-at-xen-40-rc8-263210-pvops-dom0-on-top-ubuntu-karmic-koala-server.html > > > > > > > > Boris. > > > > > > Hi Boris, > > > > > > linux-image-2.6.32.10_pvops0.1_i386.deb is a debian-package based on > > > pasis-Konfig... instead of > > > > > > # make > > > # make modules_install install > > > # mkinitramfs -o /boot/initrd-2.6.32.10.img 2.6.32.10 > > > > > > i just do > > > > > > # pull 2.6.32.10-kernel... > > > # wget -O .config > > > > > http://pasik.reaktio.net/xen/pv_ops-dom0-debug/config-2.6.32.10-pvops-dom0-xen-stable-x86_32 > > > # make oldconfig > > > # make -j8 KDEB_PKGVERSION=pvos0.1 dep-pkg > > > > > > and can install the kernel as deb-package... > > > > Does an initramfs get created for the kernel when this deb-package > > gets installed? > > > > Do you do it manually? Or modify the deb-package to run "mkinitramfs" > > in the package''s scripts? > > Hi Mike, > > ive no idea how i can enable the initrd-creation und grub-updating... > > i ve always to do > > # dpkg -i > # depmod 2.6.32.10 > # update-initramfs -c -k 2.6.32.10 > # update-grub > > How is "make dep-kpg" configured? >There are ''likely'' variables which can be supplied on the command line or as an environment variables used by the kernel''s Makefile. You can search the Makefiles for such ''variables''.> cat /etc/kernel-img.conf > # Kernel image management overrides > # See kernel-img.conf(5) for details > do_symlinks = yes > relative_links = yes > do_bootloader = no > do_bootfloppy = no > do_initrd = yes > link_in_boot = no > postinst_hook = update-grub > postrm_hook = update-grub >This file is used to configure the the make-kpkg command made available with the kernel-package. http://packages.debian.org/lenny/kernel-package So you can not expect the "make deb-pkg" to have the same behavior as "make-kpkg". On the Debian user mailing list was a link to an unofficial how to make custom kernels with make-kpkg. Defiantly worth the read... Note: Custom kernels are not supported by the Debian community, especially if it contains any non-free or proprietary content. http://www.wowway.com/~zlinuxman/Kernel.htm> But this does not create an initrd? Also how can sources and > headers-packages can be build? > > Anybody sucessfully installed 4.0.0 on Debian/Ubuntu? My System seems > nearly up and running so long. Can boot 2.6.32.10, can boot xen with > 2.6.32.10, but not able to start any VMs :-( >Yes, but on 64 bit too.> Boris - could you post your kernel-config for a diff? Where should the > python-stuff go? /usr/local/lib or /usr/lib? > > cu, > > thomas > > > > > > > > > > So its "the same".... > > > > > > > > > > > > > > > _______________________________________________ > > > Xen-users mailing list > > > Xen-users@lists.xensource.com > > > http://lists.xensource.com/xen-users > > > > -M > > > > > > ______________________________________________________________________ > > Stay in touch. Get Hotmail & Messenger on your phone. > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_________________________________________________________________ Videos that have everyone talking! Now also in HD! http://go.microsoft.com/?linkid=9724465 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users