Displaying 20 results from an estimated 5000 matches similar to: "SUCCESS! Help rebuilding kernel get mount error on reboot"
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
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
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 Nov 17
3
Custom kernel RPM/SRPM
Hi,
I've built customs kernels from the SRPMs with the following:
rpmbuild -bp --target=i686 /path/to/spec
cd /usr/src
ln -s /usr/src/redhat/BUILD/kernel-x.y.z/linux-x.y.z linux
cd linux
make oldconfig
make menuconfig
make all
make modules
make modules_install
And it works just fine. The problem now is that I think installing
that way isn't
2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2.
I am trying to compile xenolinux-2.4.24 (with vanilla sources from
ftp.kernel.org for linux-2.4.24). The steps of
mkbuildtree
ARCH=xeno make menuconfig
ARCH=xeno make dep
produce no errors, but
ARCH=xeno make bzImage
results in following error messages.
Any pointers will be appreciated.
-ishwar
---
gcc -D__KERNEL__
2008 Jan 27
1
btrfs: sdb1 checksum verify failed
Hi,
I've created an test enviroment for btrfs 0.11. The aim of the test is
to compare speed of btrfs to ext3, reiserfs, jfs, xfs, etc.
I've created an 70 GB partition for btrfs, created btrfs filesystem on
it, which is currently mounted under /data. I put the kernel source tree
of Linux 2.6.24 to the btrfs, make allyesconfig, and i've created the
following script:
while true; do
2005 Feb 11
1
CentOS CPU Temperature - Mini-HowTo
Ok,
Way too many requests. SO..... here's my Mini How-To.
Use of this is at your own risk,
Blah Blah Blah legal disclaimer applies..... ;-)
Download from either:
http://secure.netroedge.com/~lm78/
or
http://www.integratedsolutions.org/downloads/i2c-2.8.7.tar.gz
http://www.integratedsolutions.org/downloads/i2c-2.9.0.1.patch
http://www.integratedsolutions.org/downloads/i2c-2.9.0.tar.gz
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
2001 Oct 30
2
A question about compiling the kernel with ext3 support
Hi,
I am trying to compile the kernel with ext3 support and i downloaded the 2.4.13 kernel and patched it for RH 7.2 to update from the 2.4.7 precompiled ext3fs kernel.
Then i selected ext3 support and and the JBD debugging support under 'make xconfig.' Then i ran the following commands
make clean
make dep
make bzImage
make modules
make modules_install
cp arch/i386/boot/bzImage
2005 Apr 06
0
RH kernels and syslinux
Sir or Madam,
I am in a new project writing software for
embedded apps. We use a single board computer
consisting of (a) linux (b) syslinux boot loader
(c) compact flash file system (d) x86 processor.
(see www.embeddedx86.com) (e) other HW and SW.
Using vendor provided files, I can easily prepare
a compact flash (CF) system which boots 2.4.23
linux just fine. I can telnet in and so on and
so
2014 Mar 28
2
Recompiling the Kernel for CentOS 6.5
Hi,
I am working on CentOS 6.5 which has 2.6.32-431 kernel.
I have a problem with my driver and I need to enable Kernel-Memory
leak in the kernel for which I will have to recompile the kernel.
I get the kernel source tree from the the source rpm for my running
kernel from below link-
http://vault.centos.org/6.5/updates/Source/SPackages/kernel-2.6.32-431.11.2.el6.src.rpm
and I try to build
2008 May 28
0
[PATCH] ia64/xen: a recipe for using xen/ia64 with pv_ops.
Recipe for useing xen/ia64 with pv_ops domU.
Signed-off-by: Akio Takebe <takebe_akio at jp.fujitsu.com>
Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
Cc: Randy Dunlap <randy.dunlap at oracle.com>
---
Documentation/ia64/xen.txt | 183 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 183 insertions(+), 0 deletions(-)
create mode 100644
2008 May 28
0
[PATCH] ia64/xen: a recipe for using xen/ia64 with pv_ops.
Recipe for useing xen/ia64 with pv_ops domU.
Signed-off-by: Akio Takebe <takebe_akio at jp.fujitsu.com>
Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
Cc: Randy Dunlap <randy.dunlap at oracle.com>
---
Documentation/ia64/xen.txt | 183 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 183 insertions(+), 0 deletions(-)
create mode 100644
2008 Sep 30
1
Module.symvers
I am going into:
/usr/src/kernels/2.6.18-92.1.10.el5-x86_64
and doing a "make mrproper"
attempting to rebuild the Modules.symvers file. As I added ALSA 1.0.17
to the current kernel.
I am getting an error:
make mrproper
scripts/Makefile.clean:17:
/usr/src/kernels/2.6.18-92.1.10.el5-x86_64/drivers/infiniband/hw/amso1100/Makefile:
No such file or directory
make[3]: *** No rule to
2019 Oct 01
1
VirtualBox extensions and the new kernel
I've been running Centos for different purposes in a VirtualBox
environment for quite long now. But the newest kernels miss something so
I can get the VirtualBox Extensions linked in.
I can see in the virtualbox log file that I shall run maken oldconfig
and make, but I get these errors:
# make oldconfig && make prepare
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration
2004 Dec 11
7
Installing Shorewall on Debian 3.0 r2
Hi All,
i am trying to install Shorewall 2.0 on debian 3.0.
But when i try apt-get i am getting older version i.e.
1.2. Can someone send me a pointer on how to install
shorewall latest version on Debian 3.0 please. i
searched google and on this site but could find any.
i am not in this list, pl include me in ur replies.
Appreciate ur help,
-Balaji
2013 Feb 26
4
DAHDI and Oslec
I'm hoping someone can help me here.
I've purchased replacement systems for 3 aging 1.4.x installs. I'm hoping to setup Asterisk 11, dahdi 2.6.1 and Oslec.
I'm also moving those installs from Mandriva 10.0 to Debian 6.06 (Squeeze).
In my testing, the TE220P PCIe cards that I have, the timing was awful on both slots, so I compiled Kernel 3.6.9 from kernel.org. Timing jumped to
2005 May 03
4
Compiling Kernel Modules
Hi,
Here'a a question - is it possible to compile a single module (distributed
in the kernel source tree) for the current CentOS kernel (2.6.9-5.0.5)
without recompiling the entire kernel and all other modules.
I basically need reiserfs3 (nb. why is it disabled? it's a module, you
use it, it doesn't wreck anything...) and I don't really want to change
the rest of the kernel, and
2010 Nov 19
0
dom0 kernel config question
Hello,
I was wondering if anyone encountered this problem before.
I am currently running Fedora 13 (2.6.34.7) and am following the
instructions for Fedora 13 Xen 4.0 tutorial on xen.org.
I''ve downloaded and checked out the 2.6.32.25 kernel from xen.git to compile
it for dom0. I have also downloaded an existing .config file for this
kernel. Here is where it gets strange. I need make a
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