Displaying 20 results from an estimated 10000 matches similar to: "CentOS source code for a kernel rebuild"
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 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
2013 Nov 23
4
EPEL problem
Hi, all.
I'm trying to install the EPEL repo on a fully up to date CentOS 6.4.
I'm using wget to download from my usual source but after I install it
via `sudo rpm -ivh epel-xxxxx` it's not actually there in
`/etc/yum.repos.d`.
Trying to install it again, Yum just tells me it's already installed.
I've no idea where it is installed if it is (which I don't think it is)
2005 Aug 22
2
Need a little kick start to compile appletalk module
RHEL 4 (and thus CentOS 4) do not have appletalk module included.
CentOSPlus rather thoughtfully has the 'unsupported' version which would
have the appletalk module but I have been unable to get the old megaraid
driver to run compiled from the kernel-devel for these 'unsupported'
kernels.
Thus I would love to simply compile the appletalk module myself from the
standard
2006 Jun 06
4
Fedora source packages on Centos -- libtiff again
In my seeking a managable way to build libtiff, on the Asterfax forum
I got the following recommendation (from another fax user that made
the move to libtiff 3.8.2):
================================================================
Hi Robert,
I have compiled libtiff-3.8.2 from the source package for my Fedora
Core 4 machine.
I am not sure about CentOS, but I think you can try to do the same
2008 May 26
2
mbox empty messages in Sent folder
I'm talking about mbox Sent folder, where some mailers append through
imap server
a copy of each message they send.
Sometimes, just three header lines got appended instead of the whole
mail message, such as:
>From xxxxxxxx at xxxxxx.xxxxxx.xxxxx.xx.xx Fri May 23 12:30:14 2008
X-UID: 2852
Status: RO
This happened in the past (dovecot-1.1-beta/rc with Evolution and with
Thunderbird), and
2013 Oct 24
1
build and install lustre from source code -- warning on livcfs.ko for no modversions
I built and installed Lustre from source. When I installed built luster-modules- RPM, I got libcfs.ko from the kernel-2.6.18-prep has no modversions (the message is posted below), so it cannot be reused for kernel. Is there any procedure I need to do during the build? There is include/config/modversion.h under patched kernel, but the file does not have any contens and its size is 0.
Thanks for
2005 Dec 18
3
Where is the kernel source code???
I have centOS 4 installed on my machine but some how it does not
support my TV capture card (bt878) in the kernel, so i want to
recompile the kernel to add support for my device. However, i cant find
centOS 4 kernel source code. I have read some messages in the mailing
list and someone said that i just need to
yum install kernel-sourcecode
to get the source code, i did it but i yum reported
2005 Apr 05
4
Error on compiling kernel :: CentOS 4
Hi,
I'm trying to recompile CentOS stock kernel, and after making my choices
(make menuconfig), i run "make" and imediatly get this error (after my
signature).
Yes, i have the kernel source installed :P
Any help would be apreciated.
Warm regards,
M?rio Gamito
[root at tux 2.6.9-5.0.3.EL-i686]# make
CHK include/linux/version.h
SPLIT include/linux/autoconf.h ->
2012 Jan 06
1
failed: Too many levels of symbolic links
All,
My dovecot install works great except for one error I keep seeing this
in my logs. The folder has 7138 messages in it. I am informed the user
they needed to reduce the number of messages in the folder and believe
this will fix the problem. My question is about where the problem
lies. Is the problem related to an internal limit with Dovecot v2.0.15
or with my Debian (3.1.0-1-amd64)?
2005 May 10
5
converting an ASCII file to a matrix
Dear R-WinEdit users,
I got a simple question, but somehow I cannot find the answer, although
I have
tried a lot!
I got an ASCII-file and I want to import it into R, so that every
character is defined by [i;j].
The rows are not of the same length.
the file looks like the following shortened abstract example:
name: xxxxx xxxx
age: 9.9.99
record number: 999
title: xxxxx xxxx xxx
keywords: xxx xx
2010 Jul 29
1
permisions problems to setup dovecot lda in postfix with sieve
hi...
i can setup dovecot lda in postfix with sieve in testing enviroment using
dovecot 1.2.10 and dovecot-1.2-sieve-0.0.15
but now i want to setup them in producction so i reproduce the steps to do
them but i receive the following errors:
log dovecot-deliver-errors.log:
Jul 29 11:48:26 deliver(xxxx at xxxx): Error: userdb lookup:
connect(/var/spool/postfix/private/auth-master) failed:
2009 Nov 23
5
samba 3.4.3 DC breaks Windows groups
I have the following setup:
PDC: Samba 3.0.37 on Solaris 10
BDC1: Samba 3.0.37 on Solaris 10
BDC2: Samba 3.4.3 on Solaris 10
Samba 3.0.37 is the bundled version of Samba.
Samba 3.4.3 is compiled from source.
BDC2 is a recent addition to the network.
All machine use LDAP as the backend for everything. They use winbind to
handle a domain trust with another domain, but otherwise
2006 Sep 20
2
Sweave processes \Sexpr in commented LaTeX source (2.3.1patched and 2.4.0)
Hi all,
On FC5, using:
Version 2.3.1 Patched (2006-08-06 r38829)
and today's
R version 2.4.0 alpha (2006-09-19 r39397)
with the following .Rnw file:
\documentclass[10pt]{article}
\begin{document}
This line should print '2': \Sexpr{1 + 1}
%% This line should NOT print '2': \Sexpr{1 + 1}
\end{document}
The \Sexpr in the second line is processed even though the
2006 Sep 20
2
Sweave processes \Sexpr in commented LaTeX source (2.3.1patched and 2.4.0)
Hi all,
On FC5, using:
Version 2.3.1 Patched (2006-08-06 r38829)
and today's
R version 2.4.0 alpha (2006-09-19 r39397)
with the following .Rnw file:
\documentclass[10pt]{article}
\begin{document}
This line should print '2': \Sexpr{1 + 1}
%% This line should NOT print '2': \Sexpr{1 + 1}
\end{document}
The \Sexpr in the second line is processed even though the
2009 Jun 24
2
rpm -qa not displaying sources
Hi All,
I must have missed something here.
I installed my kernel source using rpm -ivh kernel-`uname -r`.el5.src.rpm
it installs perfectly, without error, but if I cd to the /usr/src/redhat folder, all I get is SOURCES and SPECS...
rpm -qa | grep kernel
doesn't return the kernel source rpm I installed only the kernel, devel and headers. And I can't find the actual kernel source
2007 Apr 14
1
Installing The kernel development Package in CentOS 5
I need to install the kernel development package for CentOS 5, I saw the
RPMs on the DVD but didn't see an option at installation time like 4.4.
I only need it to install VMware Server 1.02, any help will be
appreciated. Thank you.
2009 Jun 11
3
OT: rebuild kmod rpm package from src.rpm
Hi all,
I would like to rebuild a kmod.src.rpm package for a specific kernel.
When I try to do it, this message appears:
Building target platforms: i686
Building for target i686
error: Failed build dependencies:
kernel-xen-devel-i686 = 2.6.18-98.el5 is needed by
mymodule-kmod-0.1.5-2.i686
kernel-PAE-devel-i686 = 2.6.18-98.el5 is needed by
mymodule-kmod-0.1.5-2.i686.
Is
2015 Dec 09
2
syslinux 6.03 bug related to rev shadow and scroll bar with vshift
I thought I've found three bugs on syslinux 6.03:
(1) With sample config file as is, i.e. leaving commented MENU VSHIFT
and MENU COLOR UNSEL but uncommented MENU COLOR SEL:
A black "border" is displayed below the selected line and on its right edge.
(2) Uncommenting MENU COLOR UNSEL:
This effect appears also on separators and on right edge on every
unselected lines.
(3)
2006 Nov 27
1
Incoming calls don't arrive for correct number
I have an asterisk box registering 100 numbers on a voip provider.
Numers are: 2546.1000 to 2546.1099
My problem is that every incoming call arrived to number 2546.1099 that is
the last number to register on voip provider. The correct is call arrive in
destination number.
See this exaple:
I call to 2546.1000.
-- Executing Dial("SIP/25461099-08738060", "Zap/g1/3000") in new