Displaying 20 results from an estimated 40000 matches similar to: "Fedora core 3 & xen custom kernel build"
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
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
2004 May 20
2
Fedora Core 2 and Kernel 2.6
Hi All,
I decided to have a go at installing Asterisk on FC2 which now runs on
Kernel 2.6..
Unfortunately I didn't get very far..
When trying to build zaptel it required me to link /usr/scr/linux-2.6 to
the default source dir which is /usr/src/linux-2.6.5-1.358.. I guess
thats still the RH infulence.. :)
After than I tried again but the page rolls with errors and finally ends
with..
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
2006 Mar 06
2
Problem compiling a custom kernel for xen-3.0
Hello,
I am trying to run xen-3.0 in some of my dell servers. I have tried the
binary distribution of xen, but it doesn''t boot in my test system (a
dell poweredge 750) because a module driver problem (I get an error
message during booting saying it doesn''t load a NFS root filesystem).
So I am trying to compile a custom kernel. So I have downloaded linux
source 2.6.12. I am
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
2017 Jan 12
1
[Security Advisory] RHSA-2017:0036 Important: kernel security and bug fix update
Any word on this update for CentOS 6? This one seems pretty bad if it's a
remote exploit.
--
Matt Phelps
System Administrator, Computation Facility
Harvard - Smithsonian Center for Astrophysics
mphelps at cfa.harvard.edu, http://www.cfa.harvard.edu
---------- Forwarded message ----------
From: Red Hat Errata Notifications <errata at redhat.com>
Date: Tue, Jan 10, 2017 at 5:19 PM
2018 Dec 05
1
Problems compiling kernel module
Hi
I just upgraded a virtual Centos from 7.5 to 7.6 and now the VirtualBox
Extensions won't compile with the kernel.
I looked into the log file and found that I should try to execute:
make oldconfig && make prepare
but I get this result:
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
make[1]: ***
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
2007 Jul 09
1
question on kernel compile
I "think" I followed the directions on kernel compile (actually I
downloaded 2.6.21.5).
did the make oldconfig, did make menuconfig, did my compile and
everything is working fine
in that regard.
My question now is how do I take that kernel configuration and use it
for another machine
that also needs the 2.6.21.5 kernel. Basically I am trying to save the
step of going back into
2005 Dec 15
1
AW: xen and vlans
I think it should be sufficient to do as following:
- create and test the vlans as normal (i think you already did this)
- try to create the bridge as follows (for the first try without
starting xend):
# network-bridge start netdev=vlan100 bridge=xenbr0
at least this was working on my debian testing installation but i have a
problem now with incorrect tcp checksums in dom0 or domU.
See my
2005 Jul 12
0
(no subject)
Hi.
Need some solution to resolve Vlan on Fedora Core 2 release Operating
system configured on HP Proliant DL 320 G3 server (Monitor Server).
The system is part of telecommunication equipment to manage the data
VLAN tagging of data or management traffic.I have enclosed a brief
connectivity diagram. The problem is when FTP is initiated within VLAN
the downloading is reduced to half, user is
2005 May 07
1
X stopped working after compiling new kernel
Hi again,
After quite a few stability problems with CentOS 4 and my laptop I have
decided to go back to Centos 3.
I installed it and got everything working alright, apart from the
wireless network card. I need to use ndiswrapper and so require a newer
kernel (2.4.26 at least), so I downloaded the kernel source 2.4.30,
copied the right configuration (config-i686), made oldconfig and
installed the
2008 Jul 12
1
make rpm for kernel
I am compiling a custom kernel. When I do a make oldconfig, and then
make rpm, I get a kernel rpm. The problem is I am not getting the
initrd image. Is this normal?
TIA
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
2010 Aug 20
1
can i config/build/boot a new kernel on centos 5.5 with LVM?
(disclaimer: i'll be a bit vague about some of this since i don't
have a test system to try to reproduce it until later today or this
weekend.)
during a RHEL SA course i was teaching this week, i was using both
centos 5.5 and RHEL 6.0 beta 2 and, as a fun exercise, i was showing
how to "git" checkout the kernel source tree, configure it, build,
install and boot to a new
2007 Dec 04
1
Can't build CentOS 5.1 kernel from source
I pulled down the kernel-2.6.18-53.el5.src.rpm source to build my usual
custom kernel (adds NTFS wwrite support) and it does not build. Whether I
include the NTFS or just build from the source with no changes (other than
make oldconfig and adding the # x86_64 line), I get this error every time:
Building modules, stage 2.
+ mkdir -p /var/tmp/kernel-2.6.18-53.el5.nx-root/usr/lib/debug/boot
+
2010 Oct 06
0
Could not install Xen 4.0.1 on Fedora 13, Please help me.
Dear all:
I am a newbie for Xen, and now I want to install Xen on my Fedora 13
machine. I follow Mr.Pasi Kärkkäinen''s tutorial, which is "Fedora 13 Xen 4
Tutorial", but I can not boot with the new kernel.
I can not go through the step "Verify the Xen step after reboot", when I
reboot and choose the new kernel, the system hang on "Starting xend daemon",
so
2007 Feb 28
1
OT: Patch to OSS app for CDP without a Cisco switch - TESTERS WANTED
Hey everyone,
I came across a situation where I needed to use CDP to advertise a
voice vlan to Polycom/Cisco (and other CDP capable phones) without a
Cisco switch.
Sure I have Cisco switches in places but I like my Polycoms to work
out of the box and it isn't always practical to purchase a Cisco
switch for every location.
cdp-tools homepage:
http://gpl.internetconnection.net/
So I
2006 May 28
5
Easiest way to compile custom kernel, for fedora +openswan+xen+patchomatic
I want to compile a custom xenU kernel for a firewall distribution
(endianfw, version of ipcop), I can get it to load up but the kernel is
missing some modules that aren''t resident. So I want to make a custom
version for this domU, I know what I need kernel+openswan+xen+patch-o-matic
but I not sure the best way to go about this, do I patch a fedora source or
start with a vanilla kernel?