similar to: How to patch a CentOS6 kernel

Displaying 20 results from an estimated 2000 matches similar to: "How to patch a CentOS6 kernel"

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 >>
2015 Feb 25
2
Disable DHCPv6 on Cent7
So, I'm seeing a bunch of DHCPv6 traffic coming from my CentOS7 machines. Basically, the machines are trying to send router solicitations, the packets are blocked at their egress firewalls, and I get to see the logs. I don't wish to disable IPv6. I don't wish to statically configure IPv6 at this time. I wish to have the machines no longer attempting to send router solicitations as
2016 Mar 30
1
CentOS6: Building a modified kernel rpm
Dear Akemi, I'm really ashamed, in "https://wiki.centos.org/HowTos/I_need_the_Kernel_Source" I've missed the last 5 lines following the CentOS5 section. All is now clear for me on the process to follow to build a new kernel from source rpm and the CONFIG_NUMA_EMU option is active. I've set it with make menuconfig to avoid some additional mistakes in the config file.
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
2014 Feb 04
2
Upgrading Perl (modules) / RequestTracker
I'm attempting to install RequestTracker on CentOS 6.5. Running "make testdeps" as recommended by RT's installation guide, I'm presented with lists of missing Perl modules. One of these lines reads: Encode >= 2.39 ...MISSING Now, "yum whatprovides '*/Encode.pm' " informs me that that module is part of the core Perl distribution, and is
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
2018 Dec 07
1
ZachVargas Requesting edit acess for "HowTos/I_need_the_Kernel_Source"
Username: ZachVargas Proposed subject of changes: #1 Update required packages for building CentOS-7 kernel sources. Add python-docutils (required for building sources for CentOS 7.6) to list of required packages and to 'yum install' directions. #2 Create personal wiki page at https://wiki.centos.org/ZachVargas Proposed location: #1
2016 Mar 29
0
CentOS6: Building a modified kernel rpm
On Tue, Mar 29, 2016 at 2:27 AM, Patrick Begou < Patrick.Begou at legi.grenoble-inp.fr> wrote: > Akemi Yagi wrote: > >> I recommend you follows the instructions in this CentOS wiki article: >> >> https://wiki.centos.org/HowTos/Custom_Kernel >> >> If you encounter any issue, please let us know here. >> >> Akemi >> >> Thanks for
2008 Sep 23
2
Centos Kernel 4.7 Compile Help
Hello Everyone, I wanted to recompile the kernel from source. I downloaded the source rpm (kernel-2.6.9-78.0.1.EL.src.rpm) from centos and installed the rpm. In /usr/src/redhat ? I unzipped and untar?d the linuxx-2.6.9 base files. After doing that I wanted to patch the kernel with the numerous patch files that came with the src rpm. The problem that I am having is that a lot of the patch
2016 Apr 06
4
CentOS 7.2 rootfs for i386
Hi I want to build a small rootfs for 32 bit CentOS to the same I plan to build the entire OS but I see https://wiki.centos.org/HowTos/I_need_the_Kernel_Source kernel_build for 32 bit is not supported . Please let me know anybody has built the same Thanks Kavitha
2007 Sep 16
1
Need amendment - I_need_the_Kernel_Source
The I_need_the_Kernel_Source wiki article should have instructions to do the procedure as non-root. Installing the source as root may not be as dangerous as compiling something, but nevertheless it is not recommended and is not consistent with the contents of other related articles. Akemi
2013 Apr 16
4
2nd NIC troubles
Hi All, I have 2 NICS in this system. CentOS 6.4 eth0 is the virtual IP from PFSense mapping connected to the router, works fine. eth1 is a second NIC that I have assigned a private IP to and connected it to a switch on the private network. I have many other private devices, so I know this setup works. When I connect the cable to the switch and bring up eth1 the system basically stops taking
2008 Jul 11
4
Create page about rebuilding SRPMS and preparing RPM environment
Hello, As discussed on the centos-users list, I would like to create some pages on the CentOS Wiki with instructions on how to set up your environment to build RPMs and how to rebuild RPMs. This content today exists here: http://wiki.centos.org/HowTos/I_need_the_Kernel_Source#head-a8dae925eec15786df9f6f8c918eff16bf67be0d I would suggest creating these two: 1)
2019 Aug 05
2
C7 Kernel module compilation
Hey there, I'm trying to compile a single module following this guide: https://wiki.centos.org/HowTos/BuildingKernelModules#head-d2e4c05886f94c701e4ae74387d41d8c40c25d01 and https://wiki.centos.org/HowTos/I_need_the_Kernel_Source I tried to compile a module for novuton led controller supplied by thirdparty and I got several error. To check if this is the wrong procedure I tried to
2008 Aug 25
2
how can I get the kernel source codes of CentOS5.2
Hi, My jobs need to recompile the kernel codes, but I don't know how to yum the kernel source codes. Any help? Thanks in advance. Ian
2011 Jan 14
1
Centos Kernel Source Repo?
Where's the repo for downloading the Centos 5.5 kernel sources? It's not in CentOS-Base.repo I'd like to install the source code for the current Centos 5.5 kernel, and create some customised kernels. Kind Regards, Keith Roberts ----------------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 17:30, Akemi Yagi ha scritto: > On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi > <alessandro.baggi at gmail.com> wrote: >> >> Hey there, >> I'm trying to compile a single module following this guide: >> >> https://wiki.centos.org/HowTos/BuildingKernelModules#head-d2e4c05886f94c701e4ae74387d41d8c40c25d01 >> >> and >>
2007 May 04
4
Installing from a custom kernel
Since the built in kernel doesn't have the raid10 module for some reason, I would like to custom compile a kernel that does, and install with it. How would I go about doing this? Russ
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
2014 Dec 24
1
A Question of Style
On Tue, Dec 23, 2014 at 4:29 PM, PatrickD Garvey <patrickdgarveyt at gmail.com> wrote: > > I'm not referring to the username used by a particular person while using > a CentOS community resource. I'm trying to understand if the document > example should use an actual person's username (a security risk increase. > That's half that person's credentials.) or