Displaying 20 results from an estimated 4000 matches similar to: "Custom kernel RPM/SRPM"
2005 Jun 14
1
SUCCESS! Help rebuilding kernel get mount error on reboot
John,
Was there a reason for the (2) make oldconfigs? just curious
This all worked
rpm -i kernel.XXX.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bp --target i686 kernel.XXX.spec
cd /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9
make mrproper
cp /boot/config-2.6.9-11.EL .config
make oldconfig
2005 Aug 22
4
Kernel build help
Hi,
I am using centos4 and am trying to build a source kernel dom0 with xen.
I cloned a copy of the xen repository and did the following
hg clone http://xenbits.xensource.com/xen-2.0.hg
cd xen-2.0.hg/xen
make dist
cd linux-2.6.11-xen0
make ARCH=xen oldconfig
make modules
make modules_install
make install
After which point I get the following error :
CC drivers/xen/balloon/balloon.o
2005 Oct 19
3
Duplicated packages after yum crash
Hi,
I asked yum to update all packages on my CentOS 4.1 system and glibc
was among them. Yum crashed in the middle and now I've some packages
installed twice:
2 zlib-1.2.1.2-1.2
2 ncurses-5.4-13
2 mysql-4.1.10a-2.RHEL4.1
2 libstdc++-3.4.4-2
2 libstdc++-3.4.3-22.1
2 libselinux-1.19.1-7
2 libgcc-3.4.4-2
2 libgcc-3.4.3-22.1
2
2007 Apr 26
1
recompile kernel 2.6.20.7 (so I get updated forcedeth driver)
I installed 2.6.20.7
copied /boot/config{something} to .config
make oldconfig
make oldconfig
make menuconfig - turned on drivers -> Sata -> nvidia
make bzImage
make modules
make modules_install
make install
rebooted.
Seems like the issue I had with forcedeth (nvidia) bad MAC address is gone.
However, the iptables gives errors.
Where in the menu tree do I enable what iptables needs???
I
2005 Jun 14
8
Help rebuilding kernel get mount error on reboot
I am attempting to recompile the kernel with the following steps.
Install kernel-sourcecode rpm
cd /usr/src/linux-2.6.9-11.EL
cp /boot/config-2.6.9-11.EL .config
make menuconfig
Device Drivers -> Character Devices -> Serial Drivers
change Max number of non legacy 8250_NR_UARTS to 36
make bzImage
make modules_install
make install
Then after rebooting and selecting my -custom
2005 Apr 11
2
Upgrading to 2.6.11
What would be the proper steps to upgrade to 2.6.11 on centos 4.0
This is what I think...
tar -zxvf linux-2.6.11.6.bz2
cd linux-2.6.11.6
make oldconfig - enter for all choies presented
vi .config - change 8250_NR_UARTS to
36 to support 4 - 8 port rs232 cards
make bzImage
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
2006 May 20
1
CD ISOs for Centos/s390x
Hello,
Are there any CDROM ISOs for s390x ? I can only find DVD ISOs.
Thank you,
--
Giovanni P. Tirloni
http://www.tirloni.org
2006 Mar 25
2
Multiple uplink problems
I''ve installed Shorewall 3.0.5 on a Debian Sarge box, and I''m
attempting to route internet traffic through a couple of ISPs, and I''ve
come up against some problems.
The first is that one of my links is a pppoe connection to a wireless
modem, and I can''t configure it to have a static IP address...
therefore I can''t see how I can set up the two
2010 Jun 01
2
Error: when updating the latestt kernel 2.6.34 in centos 5.5
Hi,
I encounter a error when installing the latest kernel 2.6.34 in centos.
Steps:
1. download source code.
2.tar -xvf 2.6.34.tar.gz
3.use the .config file of current system in /boot directory.
4.make ,make modules_install, make install,
5.reboot.
6.error:: accur.
Reading all physical volumes. This may take a while ...
Activating logical volumes
Volume group "VolGroup00" not found
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
2006 Apr 07
2
Chances of 4.3+ version with latest kernel
All,
I had a terrible time installing 4.2 on an ASUS NFORCE x86_64 motherboard.
I did manage to get it working... Also the compaq V4000 laptop same issues.
I thought I would try 4.3 and see if it was better... Seems to be the
same really.
All the "fixes" the kernel needs were not included in the 4.3 kernel.
What are the changes of a 4.3+ version that runs a 2.6.16 kernel? I know
2010 Feb 26
24
xen Installation through YUM
HI,
I am trying to install xen through yum. Here is what I did.
[root@localhost Kishore]# yum install kernel-xen xen
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed
--> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for package:
kernel-2.6.31.9-174.fc12.x86_64
2008 Apr 09
6
64bit srpm build error under CentOS 5.1
When trying to build the centos5 srpm under x86_64 I am getting the following error:
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/xen-3.2.0-0xs-root
error: Installed (but unpackaged) file(s) found:
/usr/lib/xen/boot/hvmloader
RPM build errors:
Installed (but unpackaged) file(s) found:
/usr/lib/xen/boot/hvmloader
Anyone have any ideas as to what causes this?
2006 Jan 28
2
gypsy, and not only
hi
i ve seen one of your replies here and i saw that you receomend 2
modifications in the kernel files in order to improve htb.
first in pkt_sched.h, changing PSCHED_JIFFIES to PSCHED_CPU.
and then, sch_htb.c, changing HYSTERESIS from 1 to 0.
is it that simple?
i mean i just change these here variables and i get better results?
i ve done a search and found the first file in 3 locations. where
2010 Feb 16
1
Cannot built kmod-dahdi-linux for PAE kvariant from SRPM
I using the asterisk yum repository at http://packages.asterisk.org/centos/5/current to install a vanilla asterisk. All went well on my development server, which is a fully up to date CentOS5 machine. But now I am trying to do the same with my production server, which is an OEL5 machine with the 2.6.18-128.el5PAE kernel. This throws a dependency error for kmod-dahdi-linux.
2009 Oct 06
3
how to turn off "update info" on /var/log/messages
we have CENTOS 5.3 on DELL server. This server is inside firewall and it continue get error messages on /var/log/messages:
error getting update info: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again
anyone know how to turn off it?
Thanks.
___________________________________________________
??????? ? ????????????????
2014 Dec 22
1
3.19.0-rc1 nouvea build failure on GeForce GT 610 only
On Mon, 2014-12-22 at 14:37 +0100, Paul Bolle wrote:
> On Mon, 2014-12-22 at 13:01 +0000, Sid Boyce wrote:
> > CHK kernel/config_data.h
> > CC [M] drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.o
> > drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c: In function
> > ‘nvd0_dmaobj_bind’:
> > drivers/gpu/drm/nouveau/core/engine/dmaobj/nvd0.c:54:8: error:
2011 Aug 26
13
virbr0/bridge: No such file or directory
This is fresh install of CentOS v6 and Xen v4.1 on a new Dell server following the tutorial posted at: http://wiki.xensource.com/xenwiki/RHEL6Xen4Tutorial
Every thing went just fine, yet virbr0 won''t work and when I run brctl show I get the following error message:
[root@pe1950 ~]# brctl show
bridge name bridge id STP enabled interfaces
virbr0
2011 Aug 26
13
virbr0/bridge: No such file or directory
This is fresh install of CentOS v6 and Xen v4.1 on a new Dell server following the tutorial posted at: http://wiki.xensource.com/xenwiki/RHEL6Xen4Tutorial
Every thing went just fine, yet virbr0 won''t work and when I run brctl show I get the following error message:
[root@pe1950 ~]# brctl show
bridge name bridge id STP enabled interfaces
virbr0