Fedora :: Build New Kernel With Patches?
Apr 25, 2011
I need to build a new kernel. I was directed toI tried following the instructions but I think I may have ended up with way more than I wanted. After just over 3 hours the build exhausted the 5.2GB I had available and fell over. The .config file used was nearly twice the size of the one I supplied. Why was it changed?I don't need an rpm.Are the patches supplied with the 2.6.38 sources required or nice to have?
View 3 Replies
ADVERTISEMENT
May 20, 2010
This thread describes how to build a 2.6.34 kernel with load-balancing to cut down the number of load balancing wakeups. Running powertop on my amd64 PC shows that this kernel cuts down the number of wakeups by around 30%.
1. Open a gnome-terminal and get root privileges:
Code:
sudo -s
2. Install required packages for building the kernel:
Code:
apt-get install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev wget libncurses5 libncurses5-dev
3. Download the 2.6.34 kernel source file:
Code:
cd /usr/src
wget http://www.kernel.org/pub/linux/kern...2.6.34.tar.bz2
4a. Download the diff file for the patch from [URL] and save as (eg) patch-load-balancing.diff. Move it to /usr/src once you have downloaded it.
5. Untar the source file:
Code:
cd /usr/src
tar xjf linux-2.6.34.tar.bz2
6. Link /usr/src/linux to the resulting folder:
Code:
cd /usr/src
# the folder linux may exist as a symlink from previously; if so, remove it
if [ -e linux ]; then rm linux; fi
ln -s linux-2.6.34 linux
[code]....
View 5 Replies
View Related
Dec 17, 2010
I'm using ubuntu 10.10. I heard about BFS kernel patch, that this patch has great improvement for desktop systems.
Now, I have this question: Do developers of linux kernel(kernel.org) apply these kinds of patches to kernel source for next releases? if no, how can I apply this patch to my ubuntu kernel?
View 1 Replies
View Related
Mar 12, 2010
I'm tryin to run this script to make me a aufs/squashfs/lzma patched kernel and I keep getting this
Code:
root@slackware:/usr/src# ./build.kernel
* Unpacking archives
aufs
lzma457
squashfs3.4
[Code]...
View 1 Replies
View Related
Aug 19, 2010
Maybe new kernel has to be released in /patches ?
View 4 Replies
View Related
Mar 31, 2011
How to get the following information using terminal in ubuntu I googled entire internet but could not find it:
1. What patches has been selected(installed) in my installed kernel(current kernel).
2. List of installed drivers.
View 2 Replies
View Related
Oct 13, 2010
I need to install mainline kernel to make my notebook working and I have downloaded the kernel and patches from this link url
The kernel is in deb format so that is no problem on installing. But how to apply the patches? I need assistance because this is my first time meet kernel patch.
View 9 Replies
View Related
Apr 2, 2010
I'd like to compile a generic kernel for my netbook on my desktop. They are both F12 64bit. On my desktop can I do:
make xconfig
make
make modules_install
Then copy the folder to my netbook then:
make install? Is there a better way? I don't really want to make .rpms.
View 1 Replies
View Related
Aug 6, 2011
My VMWare Player was working fine After updating the kernel it is throwing the error "Unable to build kernel module" my kernel is 2.6.40-4.fc15.x86_64 what to do?
View 2 Replies
View Related
Oct 25, 2009
I'm building a Kernel on System A to use on System B. I've followed the walkthrough on [URL], and I get the following rpms:
kernel-debuginfo-common-i686-2.6.30.8-64.hymerfania_dbg.fc11.i686.rpm
kernel-firmware-2.6.30.8-64.hymerfania_dbg.fc11.i686.rpm
kernel-PAE-2.6.30.8-64.hymerfania_dbg.fc11.i686.rpm
kernel-PAEdebug-2.6.30.8-64.hymerfania_dbg.fc11.i686.rpm
kernel-PAEdebug-debuginfo-2.6.30.8-64.hymerfania_dbg.fc11.i686.rpm
kernel-PAEdebug-devel-2.6.30.8-64.hymerfania_dbg.fc11.i686.rpm
kernel-PAE-debuginfo-2.6.30.8-64.hymerfania_dbg.fc11.i686.rpm
kernel-PAE-devel-2.6.30.8-64.hymerfania_dbg.fc11.i686.rpm
What I don't get are any
kernel-headers-<version>.<arch>.rpm
Files. Don't I need them to rebuild modules and drivers on System B? Otherwise, how should I copy my new headers to System B? BTW, System B crashes when I try to build the Kernel on it, that's why I'm building debugger Kernels on System A.
View 2 Replies
View Related
Oct 7, 2009
I am having problems install VirtualBox and followed the errors to see that the link for Build (2.6.29) links to a non existent folder.
I also find it weird that there is actually a 2.6.30 kernel folder as well.
Not sure if this is just n00b issue, but VBox won't install and I was wondering why one of the kernels listed would link to nothing...
View 11 Replies
View Related
Nov 9, 2010
I have a fresh installation of Fedora14_x64 and after that I have updated the OS also.
Then I have installed VMware-Player-3.1.2-301548.x86_64.
All the installation procedure has completed successfully without any error.
But when I am going to run VMWare It is throwing some error.
I am attaching all the needed screenshot and log file also.
View 7 Replies
View Related
Aug 2, 2011
I had no problems up to the newest kernel version. But for 2.6.40-4 akmods fails to build the kmod with the following error:
Code:
Building RPM using the command '/usr/bin/akmodsbuild --target x86_64 --kernels 2.6.40-4.fc15.x86_64 /usr/src/akmods/VirtualBox-OSE-kmod.latest'
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/akmodsbuild.yob64XwN/BUILD/VirtualBox-OSE-kmod-4.0.4/_kmod_build_2.6.40-4.fc15.x86_64/vboxnetflt/vboxnetflt.mod.o
LD [M] /tmp/akmodsbuild.yob64XwN/BUILD/VirtualBox-OSE-kmod-4.0.4/_kmod_build_2.6.40-
[Code]...
View 13 Replies
View Related
Feb 6, 2011
Just installed 11.3 on a older Dell Dimension 8200 with a D-Link DWA-160 N dual band USB card. The install went ok and the card works (seems a little slow right now but that is next on the list). However, when I run YOU I get the following conflict:
"compat-wireless-kmp-default-2.6.37_k2.6.34.0_12-17.1.i586 requires kernel (default:drivers_usb_core)=6faa2c62dac4f41d, but this requirement cannot be met. Uninstallable providers: kernel-default-base-2.6.34-12.3.i586[openSUSE-11.3 11.3-1.82]"
when the system wants to install patch:Kernel-3038.noarch and patch:Kernel-3709.noarch. I cannot seem to find a suitable provider for the default:drivers_usb_core. Is this something to address here or do I need to go to [URL]?
View 1 Replies
View Related
Dec 27, 2009
I'm trying to install Sun VirtualBox Additions into Fedora 12 which is installed in VirtualBox running on top of Windows 7. As the Fedora install was originally a live distro which was then installed to the HD, it may be missing some essential files for compiling.
My attempt to install the VBoxLinux additions is incomplete and I can't get the full range of video displays. The largest is This is the error message: "Your system does not seem to be set up to build kernel modules".
Should I update Fedora to install all the updates available? I did find one webpage which gave an accurate list of files to install for this purpose but can't find it now.
View 3 Replies
View Related
Jan 29, 2010
Is there a way to reset the yum database so that it can go and re-apply the patches that have already been installed?
I have a Fedora 12 with the latest patches, and I managed to screw up some files or delete some files to the point where all I have now is the Fedora splash screen when I reboot.
I can get to single-user mode, and the thinking is that if I can get yum to ignore the latest patches that are already installed and pull down and re-install the latest patches, then whatever files that are corrupt or missing will be put back.
View 14 Replies
View Related
Sep 1, 2010
how to update patches in fc12.
View 2 Replies
View Related
Nov 22, 2009
I installed fedora 12 beta and I wonder if there are updates or patches to this beta version?
View 3 Replies
View Related
Nov 26, 2009
When I do System > Applications > Update System, it brings up a list of updates, and can tell me what each update is meant to fix (i.e. "fixes a bug in the flux capacitor so time travel works again (CVE-01234)"). How do I get similar info from the command line- I can't get it through yum, can I?
View 3 Replies
View Related
Jun 13, 2011
I have been running tomcat as a web server for quite a while. One particular application requires OpenOffice to be up a server for document conversion. Under Fedora 14 (and NOT before), I had to add Xvfb to the mix so OpenOffice could run properly headless. I have a script to start/stop/restart tomcat (S99tomcat) which has been working flawlessly until I did the most recent updates to Fedora. The script still works fine (S99tomcat start) at boot time. However when I invoke stop and then start it due to an application change (or just restart) - openoffice fails to come up whining about xrand
Here is the line I use to bring up OpenOffice
/usr/lib64/openoffice.org3/program/soffice -nologo -headless -accept=socket,host=localhost,port=9999,tcpNoDelay= 1;urp;StarOffice.ServiceManager
It took a lot of research to get the above right (open office parameters are sensitive to order on the command line and quotes need to be put around the parameters as there is a semicolon embedde in the accept parameters.
Anyway - here is the new error
Xlib: extension "RANDR" missing on display ":1.0".
Xlib: extension "RANDR" missing on display ":1.0".
Xvfb is running on Display ":1"
If I reboot the machine this same command set will run fine. This just happened when I applied the newest patches for all my software (normally I do this weekly).
View 1 Replies
View Related
Nov 27, 2010
I am trying to compile the kernel version 2.6.20-15 on my Linux 10.10 with 2.6.35-22 kernel. Additionally, this is my assignment.After I download kernel, extract it and create a new .config file for the new kernel I am trying to command;make-kpkg clean fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers.after the second command I get an error an it says "nothing to be done" but I expect to have some .deb files for the new kernel. In addition this I have added a new system call to the kernel 2.6.20-15.
View 1 Replies
View Related
May 17, 2011
I will like to build a Linux Kernel, how easy is it to build one?
View 9 Replies
View Related
May 24, 2010
my server are acting weird, how to build a new kernel ?
View 8 Replies
View Related
May 27, 2010
Tried out the latest Fedora 13 release for kicks, and seem to be liking it so far I'm an openSUSE user and created some RPMs (on openSUSE) for myself which have the Ubuntu font rendering patches in them. I played around with the Fedora RPMs and managed to patch freetype-freeworld, cairo, fontconfig and Xfto achieve subpixel hinting on par with Ubuntu I wanted to share them with the Fedora community, if interested. Is there any place like an openSUSE Build Service for Fedora where I can host them...or maybe some community site that can host them? A screenshot of my desktop:
View 14 Replies
View Related
Jan 26, 2010
Does linux have any patch managment software/solution which can distribute the patches to linux and windows clients OR is it possible that we can deploy the patches from linux to windows machines
View 1 Replies
View Related
Sep 9, 2010
the correct way to remove custom kernels? I was trying to install a driver and only got it half way right and I want to wipe the slate clean and try again.Here's the original:Debian GNU/Linux, kernel 2.6.26-2-amd64root(hd0,4)kernel/boot/vmlinuz-2.6.26-2-amd64 root=UUID=64dcc531-f5b0-47e8-99c4-abeecfab9353 ro quietinitrd/boot/initrd.img-2.6.26-2-amd64
View 2 Replies
View Related
Feb 25, 2010
Just like title.can i disable mmu, and build it? how to do that?
View 4 Replies
View Related
Jun 29, 2010
We are working on 2.6.28. We have a requirement that we should boot using a non compressed kernel image. how can I build a non compressed kernel?
View 1 Replies
View Related
Jun 18, 2010
trying to build parted 2.3, but I always end-up in the same error:
Code:
In file included from arch/linux.c:42:
/usr/include/scsi/scsi.h:152: error: expected specifier-qualifier-list before 'u8'
[code]...
View 1 Replies
View Related
Jun 18, 2010
Im trying to build parted 2.3, but I always end-up in the same error:
Code:
In file included from arch/linux.c:42:
/usr/include/scsi/scsi.h:152: error: expected specifier-qualifier-list before 'u8'
/usr/include/scsi/scsi.h: In function 'scsi_varlen_cdb_length':
/usr/include/scsi/scsi.h:163: error: 'struct scsi_varlen_cdb_hdr' has no member named 'additional_cdb_length'
[Code]...
View 14 Replies
View Related