Displaying 20 results from an estimated 10000 matches similar to: "wiki howto on custom kernel"
2014 Dec 15
3
Fwd: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi
> ---------- Forwarded message ----------
> From: <noreply at centos.org>
> Date: Mon, Dec 15, 2014 at 2:31 PM
> Subject: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi
> To: noreply at centos.org
>
> Dear Wiki user,
>
> You have subscribed to a wiki page or wiki category on "CentOS Wiki" for
change notification.
>
> The
2014 Dec 15
2
Fwd: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi
On Mon, Dec 15, 2014 at 3:12 PM, Alan Bartlett <ajb at elrepo.org> wrote:
> On 15 December 2014 at 23:04, PatrickD Garvey <patrickdgarveyt at gmail.com> wrote:
>>> The following page has been changed by AkemiYagi:
>>> http://wiki.centos.org/HowTos/Custom_Kernel?action=diff&rev2=179&rev1=178
>>
>> I know I'm new around here and this is
2020 Apr 06
2
I Need to Build a Custom Kernel - missing step
Hi,
I was trying to build a custom kernel following the steps defined at
https://wiki.centos.org/HowTos/Custom_Kernel. It seems to me that:
1. Step 4 should precede step 2
2. At the beginning of the current step two you should execute:
rpmbuild -bp kernel.spec (otherwise no kernel-related directory will
exist in `/rpmbuild/BUILD/).
--
Pozdrawiam/Regards,
Maciej Iwanowski
2008 Sep 30
1
Notes on HowTos/Custom Kernel
Hello,
Today I built a custom kernel in CentOS 5 following the instructions
on this page:
http://wiki.centos.org/HowTos/Custom_Kernel
It's excellent, but I have some remarks I would add:
1. %define buildid .your_identifier
In the commented line, there is a space after the % sign. You have to
manually remove this space. I think someone was bit by this a short
while ago. I think making this
2019 Jun 26
2
Replacing kernel-headers with custom compiled version (from kernel.org) - safe?
Hello CentOS users,
Currently I have compiled kernel version 4.19.37, which the source is from kernel.org. I compiled the kernel by following
steps:
- get the kernel tarball and unpack it
- install prerequisties as described in https://wiki.centos.org/HowTos/Custom_Kernel (in addition bc and openssl-devel)
- copy the kernel configuration:
$ cp /boot/config-3.10.0-957.21.3.el7.x86_64
2016 Mar 29
2
CentOS6: Building a modified kernel rpm
Akemi Yagi wrote:
> On Fri, Mar 25, 2016 at 9:57 AM, Patrick Begou <
> Patrick.Begou at legi.grenoble-inp.fr> wrote:
>
>> I'm very confused on the right step to use to setup a modified kernel in
>> centOS6.
>>
>> As a simple user, I've downloaded the latests sources (I'm runing an old
>> kernel version) :
>>
>> rpm -i
>>
2010 Oct 08
1
kmod-kvm for custom CentOS 5.5 kernel
Hello all!
I have actual need to build a custom kernel.(Have to change Preemption
model to 'server' and turn off Preempt the big kernel lock, ect) I have heard
bits and pieces about these changing defaults in newer kernels but I haven't
investigated that yet.
This of course is not a problem at all, made my needed changes to the source
code and successfully build both the standard
2008 Sep 11
3
My turn at building a custom kernel for IPsec BEET mode
Well I am working on building a kernel that will have the IPsec BEET
mode patch available from infrahip.hiit.fi.
I have some decent help, but really no one there is a seasoned Centos
kernel builder (though they work with different FC kernels), and now
they are mostly done for the day.
I have been following the wiki on building a custom kernel, got my patch
in ~/rpmbuild/SOURCES and away with
2007 Jan 25
10
Problems with building a complete kernel
I have a plain vanilla Centos source (not 100% sure where we got it
from), but I can't seem to get a build that installs correctly.
I tried the method described at
http://wiki.centos.org/HowTos/Custom_Kernel, but rpm doesn't like the
output file, and even if I install it with -F, nothing seems to happen -
no new kernel, now initrd, nothing.
When I tried following the directions in the
2014 Dec 15
0
Fwd: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi
On 15 December 2014 at 23:04, PatrickD Garvey <patrickdgarveyt at gmail.com> wrote:
>> ---------- Forwarded message ----------
>> From: <noreply at centos.org>
>> Date: Mon, Dec 15, 2014 at 2:31 PM
>> Subject: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi
>> To: noreply at centos.org
>>
>> Dear Wiki user,
>>
2014 Dec 15
0
Fwd: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi
On Mon, Dec 15, 2014 at 3:38 PM, Akemi Yagi <amyagi at gmail.com> wrote:
> On Mon, Dec 15, 2014 at 3:12 PM, Alan Bartlett <ajb at elrepo.org> wrote:
> > On 15 December 2014 at 23:04, PatrickD Garvey <patrickdgarveyt at gmail.com>
> wrote:
>
> >>> The following page has been changed by AkemiYagi:
> >>>
>
2008 Sep 16
2
Kernel source - linux -2.6.18 i386 or i686
As I plow through the Kernel source to figure out why the BEET patch is
not working, I notice that there are two similar directories under
~/rpmbuild/BUILD/kernel-2.6.18:
linux-2.16.18.i386 and linux-2.16.18.i686
So which one am I suppose to be patching?
Currently, the patch starts out with:
diff -urN a/net/ipv4/xfrm4_input.c b/net/ipv4/xfrm4_input.c
I followed the kernel source setup
2007 Mar 31
1
kernel-devel largesmp or ELlarge?
I'm having trouble updating my iscsitarget modules, and it seems to be
related to a naming convention mixup?
here's the output of the build command:
[root at vmhost ~]# rpmbuild --rebuild --sign
iscsitarget-0.4.14.96-0.amherst.src.rpm
Installing iscsitarget-0.4.14.96-0.amherst.src.rpm
error: Failed build dependencies:
kernel-devel = 2.6.9-42.0.10.ELlarge is needed by
2009 Apr 13
4
Building a kernel without kabichk
I?m trying to build a 2.6.18-128.1.6.el5 kernel without kabichk. I have
downloaded the sources, installed the compiler, etc and ran the following
command
rpmbuild -bb --target=`uname -m` --without kabichk --with baseonly
--without debug \
--without debuginfo kernel-2.6.spec.
I had modified the .SPEC file according to the WIKI page
http://wiki.centos.org/HowTos/Custom_Kernel
I have NOT
2016 Mar 25
2
CentOS6: Building a modified kernel rpm
I'm very confused on the right step to use to setup a modified kernel in centOS6.
As a simple user, I've downloaded the latests sources (I'm runing an old kernel
version) :
rpm -i
http://vault.centos.org/6.7/updates/Source/SPackages/kernel-2.6.32-573.22.1.el6.src.rpm
in the spec file ~/rpmbuild/SPECS/kernel.spec I've set:
%define buildid .numa
Now I want to set
2010 Aug 27
2
doco bug as to http://wiki.centos.org/HowTos/Custom_Kernel
and AJB kernel-2.6.35-3.bcat.src.rpm
[I see AlanBartlett as the last editor on that page]
I have installed the given ajb source rpm
kernel-2.6.35-3.bcat.src.rpm, and verified that it is intact:
[herrold at kernel-bleeder linux-2.6.35.i686]$ rpm -Vp ~/build/ajb/sources/kernel-2.6.35-3.bcat.src.rpm
warning: /home/herrold/build/ajb/sources/kernel-2.6.35-3.bcat.src.rpm:
Header V3 DSA signature:
2007 Apr 27
2
kernel source kernel-devel-smp-2.6.9-42.0.3.EL RPM
Dear list,
for the purpose of installing a qlogic driver into my system, I need the
exact kernel source version mentioned above. The kernel version is a
dependency for the cluster suite (for centos4) package, which has been
installed using yum (yum install cman gfs [...]).
Where can I get the kernel source for this exact version? The only one
which is offered to me by yum is version
2007 May 23
0
wiki HowTos/Custom_Kernel needs amendment
Hi,
I see more and more people attempt to rebuild the CentOS 5 kernel -
for example to get the legacy ISA card support turned on, etc. As Jim
said on #centos-devel, the Custom_Kernel wiki page is valid for C4 but
not so for C5. It seems that he does not have the time to update the
page at this moment. I suggest that at least a warning message
stating the instructions are not for C5 kernels
recompiling kernel results in error: .../linux-2.6.18.i686/arch//Makefile: No such file or directory
2007 May 21
4
recompiling kernel results in error: .../linux-2.6.18.i686/arch//Makefile: No such file or directory
I have installed CentOS 5 with all updates. Also I have 2 ne2000 isa cards.
In recompiling the kernel, I have been trying to follow the instructions on this URL:
http://wiki.centos.org/HowTos/Custom_Kernel
The complete error message I get is:
Makefile:403: /home/cs/redhat/BUILD/kernel-2.6.18/linux-2.6.18.i686/arch//Makefile: No such file or directory
I have the following kernel and rpm
2008 May 27
4
Article for wiki consideration
I've recently documented simple use of a VServer with CentOS host and
guest. toracat@ said that it might be worthwhile putting on the wiki.
The present article is located at
http://home.nyc.rr.com/computertaijutsu/vserver.html
If it does get to the wiki, I would remove the fedora section and also
add a notice at the beginning of the article with dire warnings about
using a non-stock kernel.