search for: kernel_image

Displaying 18 results from an estimated 18 matches for "kernel_image".

2011 Nov 28
6
xenoprof patch for oprofile-0.9.7
I am rebasing Fedora rawhide oprofile package to oprofile-0.9.7. The xenoprof patches on http://xenoprof.sourceforge.net/#download look a bit dated. The newest version is for oprofile-0.9.5. I massaged the patch oprofile-0.9.5-xen.patch to apply to oprofile-.0.9.7. Attached is that updated patch. Does this look reasonable? Is there a desire to get this into upstream oprofile? Or should the
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,
2006 May 20
2
FATAL: Could not open ''System.map''
...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/debian/tmp-image -r 2.6.16.16-686-xen-xen0; fi make[2]: Leaving direc...
2007 Sep 10
1
how to compile a xen dom0 kernel the debian way
...eport.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 (see below). But i still don't see any xen options in menuconfig. Maybe the 2.6.22 xen patches are for i386 only and not ported to amd64 yet? That would also explain why no linux-image-2.6.22-2-xen-amd64 package exists in debian/unstable. output of &...
2010 Sep 14
5
make-kpkg (Debian based tool) does not build xen patched kernel‏
...ailable from: http://gentoo-xen-kernel.googlecode.com/files/xen-patches-2.6.34-4.tar.bz2 These sources compile a Xenlinux kernel and not a pv_ops one so the bug report for XEN and the kernel-package is not applicable (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574957) It seems that when the kernel_image target is used, a System.map-2.6.34.4-xen can not be generated, and therefore a FATAL error causes the make-kpkg process to fail! A System.map-2.6.34.4-xen can be generated when the kernel is built and packaged into a Debian binary with make deb-pkg. Can anyone else reproduce this problem? una...
2006 Jan 21
2
Xen kernel compilation fails - no such file or directory features.h (but its there)
...in /usr/include/ I''m using gcc-3.3 but I''ve also tried gcc-4.0. Obviously I''m missing something obvious, any help would be appreciated. Thanks muchly. Joel exec debian/rules DEBIAN_REVISION=2.6.12.6-xen-smbfs-10.00.Custom APPEND_TO_VERSION=.6-xen-smbfs KPKG_ARCH=xen kernel_image In file included from include/linux/posix_types.h:47, from include/linux/types.h:13, from include/linux/capability.h:16, from include/linux/sched.h:7, from arch/i386/kernel/asm-offsets.c:7: /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/inc...
2005 Sep 12
1
AW: Debian Sarge, Kernel 2.6.13 and AVM Fritz!PCI v2.0 card
...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 boot): cd /b...
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 Mar 30
0
kernel-image naming with Xen
...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-xen_0.svnr1486.20060328-1+12.6_i386.deb Recently the madwifif-ng-source package maintainer added some additional validation for a kernel-image-XXX or...
2010 Aug 21
3
suggest improvements in my doc to compile Xen from sources
.../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 features ---> Subarchitecture Type (PC-compatible) ---> (X) Enable Xen compatible kernel Bu...
2019 Jan 21
0
Cannot start a secondary Xserver with resolution 6480x3840
...commands: > > cd /home/deb/linux-image > unxz -c linux-4.20.3.tar.xz | gpg --verify linux-4.20.3.tar.sign - > unp ./linux-4.20.3.tar.xz > cd linux-4.20.3 > cp /boot/config-`uname -r` ./.config > make menuconfig > time fakeroot make-kpkg --initrd --append-to-version=-absurd.2 kernel_image kernel_headers -j40 > > > I will be happy to provide more information, just tell me what you need. > > can you help me? > -- > # Janek Kozicki > _______________________________________________ > Nouveau mailing list > Nouveau at lists.freedesktop.org > https://lists...
2019 Jan 21
3
Cannot start a secondary Xserver with resolution 6480x3840
...which I have just compiled using these commands: cd /home/deb/linux-image unxz -c linux-4.20.3.tar.xz | gpg --verify linux-4.20.3.tar.sign - unp ./linux-4.20.3.tar.xz cd linux-4.20.3 cp /boot/config-`uname -r` ./.config make menuconfig time fakeroot make-kpkg --initrd --append-to-version=-absurd.2 kernel_image kernel_headers -j40 I will be happy to provide more information, just tell me what you need. can you help me? -- # Janek Kozicki
2009 Feb 26
2
BUG: Mount/Unmount Loop
...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 other platforms TESTMNT="/mnt" DEVNOS="$(echo {3320..3327})&...
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all, At long last, Lustre 1.6.5 is available on the Sun Download Center Site. http://www.sun.com/software/products/lustre/get.jsp The change log and release notes can be read here: http://wiki.lustre.org/index.php?title=Change_Log_1.6 Thank you for your assistance; as always, you can report issues via Bugzilla (https://bugzilla.lustre.org/) Happy downloading! -- The Lustre Team --
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all, At long last, Lustre 1.6.5 is available on the Sun Download Center Site. http://www.sun.com/software/products/lustre/get.jsp The change log and release notes can be read here: http://wiki.lustre.org/index.php?title=Change_Log_1.6 Thank you for your assistance; as always, you can report issues via Bugzilla (https://bugzilla.lustre.org/) Happy downloading! -- The Lustre Team --
2009 Dec 04
12
how to get xen with a kernel 2.6.27 or above?
Hi list, I am starting a academic security related project and I was wondering if there is any documentation on compiling xen/dom0 with a recent kernel? I''ve seen a few good intentioned threads, but no real documentation so far. Any helpful pointers will be greatly appreciated! Thanks in advance, - SDG P.S: First mail, not sure if I should post it here...let me know if I am on the
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
2005 Dec 06
4
BIG Samba howto for debian only.
...config - File systems - Ext2/3 + extended options also File systems - Miscellaneous filesystems - CramFS and File systems - Network File Systems - CIFS support + extended Attributes now create the kernel and install it. fakeroot make-kpkg --append-to-kernel=-mykernel --initrd kernel_image This create a file kernel-image-2.6.8.custom.1.0_i386.deb under /usr/src dpkg -i kernel-image-2.6.8.custom.1.0_i386.deb to install the kernel 1.3 setup the /etc/fstab /etc/fstab : add the acl and user_xattr to the right partition /dev/xxx /home ext3 defaults,acl,user_...