Displaying 20 results from an estimated 44 matches for "kpkg".
Did you mean:
dpkg
2010 Sep 14
5
make-kpkg (Debian based tool) does not build xen patched kernel
Hello list,
I cannot get make-kpkg to build a Xenlinux type kernel into a Debian kernel binary on my Debian Squeeze x86_64 system.
I
am using GNU/Linux kernel sources tree (2.6.34.4) with Xen patches for
this custom kernel. I am trying to use the make-kpkg command to build a
working linux-image-2.6.34.4-xen-amd64 package for my sys...
2010 Jan 19
10
Install xen from sources or apt-get ?
I''m installing a new server, and I want know waht is better:
- Install xen from source from xen.org version 3.4.2 ?
- Install xen fron apt-get from debian package 3.2.1 ?
The server has Debian Lenny.
What is correct on production server ?
--
Martin
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2009 Jan 13
2
Zaptel & multiple kernels
...linux-headers-2.6.26-1-686
linux-headers-2.6.26.custom.1
how does the Zaptel Makefile(?) know which one to pick?
Is it a good approach to compile the kernel first and then compile
Zaptel "manually" afterwards?
Or should I rather put zaptel in /usr/src/modules and use
fakeroot make-kpkg ... modules_image
in the kernel sources?
Philipp Kempgen
--
AMOOCON 2009, May 4-5, Rostock / Germany -> http://www.amoocon.de
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de
Gesch?ftsf?hrer: St...
2006 Mar 15
1
Building a custom kernel-image.deb
Hi,
maybe I'm missing something fundamental but I can't seem to be able to
build a custom kernel-image.deb for xen.
I was able to build the linux-2.6 with xen images from the repository
and build a vmlinux file using the directions from upstream Xen. But
I've had no luck with make-kpkg.
Can anyone give me some hints?
MfG
Goswin
2006 Apr 27
1
Xen capable linux-tree-2.6.16 deb?
Hi,
has anyone build a linux-2.6.16 deb that can be used to compile xen?
The default unstable package does not seem to have any xen patches
included, only the /debian/arch/amd64/xen dir for the .config files.
MfG
Goswin
2006 Mar 30
0
kernel-image naming with Xen
...standard kernel-image-XXX/linux-image-XXX name format. The error
output is at the bottom of this email. Previously it had worked fine,
only recently the maintainer (Kel) of the module source added some
restrictions to modules.control.in to look for a valid 'image'.
I use the following make-kpkg for my Xen0 kernel:
fakeroot make-kpkg --added_patches xen --sub-arch=xen0 --arch=xen \
--config oldconfig --append-to-version=.6-xen kernel_image modules_image
My kernel-pkg.cfg is now at 12.6, so today it produced:
kernel-xen0-2.6.12.6-xen_12.6_i386.deb
madwifi-ng-modules-2.6.12.6-xe...
2006 Apr 10
3
3.0.2-testing packages for etch
Greetings Debian Xen team,
I spent a weekend getting 3.0.2-testing building and thought i'd share
the love.
Manoj and I are already working to update make-kpkg for the new Xen
architecture.
My repo is at:
http://debian.thoughtcrime.co.nz/debian/
I have posted a Breezy-centric howto for this build at:
http://debian.thoughtcrime.co.nz/debian/README.txt
Hope you enjoy it, and hope we can work together in the future!
Tom Hibbert
Xenotechnologist
Though...
2007 Sep 10
1
how to compile a xen dom0 kernel the debian way
...e to compile
a 2.6.22 dom0 kernel with debian xen patches applied on my amd64 system.
I have linux-source-2.6.22 and linux-patch-debian-2.6.22 installed, and
followed the instructions from the workaround for
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=382699
Then I built the kernel:
# make-kpkg --rootcmd fakeroot --initrd --append-to-version \
-1-amd64-xen --revision 2.6.22-4 --added-patches xen clean
# make-kpkg --rootcmd fakeroot --initrd --append-to-version \
-1-amd64-xen --revision 2.6.22-4 --added-patches xen kernel_image
And indeed some patches seem to be applied (s...
2005 May 14
10
Cross-Domain Networking Problems
xm list reveals the following information...
Name Id Mem(MB) CPU State Time(s)
Console
Domain-0 0 315 0 r---- 2058.1
Domain-1 11 342 0 -b--- 5.2
9611
Domain-2 12 342 0 -b--- 3.9
9612
Xen seems to be working beautifully but I have not yet
figured out how to get Domain-0 to ping both Domain-1
and Domain-2,
2010 Aug 21
3
suggest improvements in my doc to compile Xen from sources
...xtra patches to bind XEN with kernel source.
1. mkdir /home/tapas/linux
2. cd /home/tapas/linux
3. git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
4. linux-2.6-xen
5. cd linux-2.6-xen
6. git checkout origin/xen/master -b xen/master
7. make menuconfig [see Note below]
8. make-kpkg clean
9. CONCURRENCY_LEVEL=N fakeroot make-kpkg --initrd
--append-to-version=-custom kernel_image kernel_headers
10. This will make the Ubuntu packages in the parent directory which
you can install
Note: Please choose the following xen specific optiions in kernel configuration.
Processor type and...
2011 Jul 06
5
Error of building dom0 kernel
...nuconfig, finally generate kernel.deb. (I did every step exactly as the
web page says)
First, compiling linux-2.6-xen is ok.
(One error is drivers/char/apg/intel-agp.c, which is solved by replacing a
new version of intel-agp.c)
Then when executing (in order to generate .deb)
sudo fakeroot make-kpkg --initrd --append-to-version=-pv kernel-image
kernel-headers
an error occurs:
Errpr: Kernel: arch/x86/boot/bzImage is ready (#1)
Building modules, stage 2.
MODPOST 1477 modules
*ERROR: "xen_pcpu_index" [drivers/acpi/processor.ko] undefined!*
WARNING: modpost: Found 1 section mismatch(...
2006 Mar 30
7
RE: [RFC][PATCH] create an initrd for dom0 in install.shscript
Here is the usage for
Fedora
usage: mkinitrd [--version] [-v] [-f] [--preload <module>]
[--omit-scsi-modules] [--omit-raid-modules] [--omit-lvm-modules]
[--with=<module>] [--image-version] [--fstab=<fstab>]
[--nocompress]
[--builtin=<module>] [--nopivot] <initrd-image> <kernel-version>
(ex: mkinitrd /boot/initrd-2.2.5-15.img
2005 May 12
0
Policy Match and the 2.6 Kernel
...KERNEL_DIR=/usr/src/linux-2.6.11
>export IPTABLES_DIR=/usr/src/iptables-1.3.1
>cd /var/tmp/patch-o-matic-ng-20050504/
>./runme extra
Select no to all patches except policy match (its somewhere around the
48th one.)
8. Compile the kernel
>cd /usr/src/linux-2.6.11
>make-kpkg config menu initrd configure
The Linux configuration menu will open.
First load the config file from step 6 (686-smp in my case)
Select load an Alternate Configuration File
Type the name of the file you moved in step 6
Now you need to add policy match support to your kernel. Its under...
2005 Sep 12
1
AW: Debian Sarge, Kernel 2.6.13 and AVM Fritz!PCI v2.0 card
...e.
make oldconfig
make menuconfig
check for ->fs->EXT2 ->driver->ATA is included in kernel make
OR:
Load alternative config (i.e. config-2.v.v.v) and then store the new one.
make
Then run the following commands (please note that make dep is not needed any
more for kernel 2.6):
make-kpkg kernel_image
If no error occurs you will find the new kernel as a Debian package called
kernel-image-2.6.x.x_custom.1.0_i386.deb under /usr/src.
cd ../
Install new kernel:
dpkg -i kernel-image-2.6.13.1_i386.deb
Create a ramdisk of your new kernel (otherwise your system will most likely
not...
2006 May 20
2
FATAL: Could not open ''System.map''
...nloaded the linux-2.6.16.16.tar.bz2 (www.kernel.org) and
xen-3.0.2-src.tgz. I tried on Debian:
# tar -xvzf xen-3.0.2-src.tgz
# tar -xvjf linux-2.6.16.16.tar.bz2
# cd xen-3.0.2-2
# mkbuildtree ../../linux-2.6.16.16
# cd ../../linux-2.6.16.16
# make menuconfig (I made a basic configuration)
# make-kpkg --append-to-version=-686-xen --revision=1.0 -us -uc
kernel_image
However near of the compilation end, I received the messages:
---------------------------------------------------------
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F
System.map -b /usr/src/linux-2.6.16.16/debi...
2007 Oct 26
3
SOLUTION - Compiled Kernel and modules for XEN3.1 on PowerEdge 1950
Dear all,
since it could be of interest for the list, here I post a link to
compiled kernel for XEN 3.1 on a DELL PowerEdge 1950 compiled with
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) on a Debian4
distribution.
This is provided AS IS AND WITHOUT ANY SUPPORT AND/OR ANY RESPONSIBILITY :-)
The first link (7 MB) pack all the files you should have in /boot.
The second link (12 MB)
2009 Feb 26
2
BUG: Mount/Unmount Loop
...ll linux-image-2.6.26-1-s390x)
- Restart System and build a kernel with btrfs support from the development sources
cd /usr/src
git clone git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
cd btrfs-unstable
cp /boot/config-`uname -r`* .config
make oldconfig
make-kpkg clean
make menuconfig # acticate filesystems/btrfs
make-kpkg kernel_image --initrd --revision=marc.1
dpkg -i ../*marc.1*.deb
reboot
- Restart System
## Initial Test Setup
* setup environment variables
DEVICES="$(echo /dev/disk/by-path/ccw-0.0.{3320..3327})" # adapt for o...
2006 Feb 16
1
Some words on my debian files...
...solution.
the resulting linux-patch-xen package required (at the moment) a clean 2.6.12
kernel source and will convert it to: 2.6.12.6-xen. But the version will not
be in the .config file (because I had to strip the extraversion as I said).
For me this was not a problem, because using the make-kpkg option:
"append-to-version .6-xen" added the missing extraversion again, but in
general this isn't ideal. But I don't know how to solve it, maybe we should
ask the maintainers of dh_kpatches.
- My package doesn't have a kernel source included, even if it's needed for...
2009 Aug 31
1
Xen locks down on specific server after 1-3 days
I''ve tried quite a few things, googleing gives some results but they
don''t seem to be related.
I have two servers one for testing one for production. I needed xen on
the production one so I could get windows running on top of linux.
Unfortunately the test server is different from the production one.
The testing one has a Xeon X3210(4 cores), 2GB ram, the production one
has
2010 Jul 28
0
Facing Xen 4.0 Problems, I Have Some Basic Questions
...MD64 2.6.32.16-xen target? Technically it appears to work; I just make xen; make tools; make stubdom; and then I tar and scp the dist/install subdirectory. Shoul this approach work?
2) Building 2.6.2.16-xen the Debian way on a dev box, then install on a similar target: Same machines as above. make-kpkg and scp the .deb. Directly booting my 2.6.2.16-xen on the target with Grub 2 works just fine. I have one question though; I am not supplying any modules. The kernel has everything needed for startup compiled in. Is it possible to build the initd image on the dev machine (unning the older kernel) fo...