Displaying 20 results from an estimated 136 matches for "oldconfig".
Did you mean:
ldconfig
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.E...
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 written to .config
#
scripts/kconfig/conf --silentoldconfig Kconfig
make[1]: *** No rule to make target `arch/x86/syscalls/syscall_32.tbl',
needed by `arch/x86/...
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
2018 May 25
2
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
...2,5 +2,6 @@ config HYPERV_NET
> >> tristate "Microsoft Hyper-V virtual network driver"
> >> depends on HYPERV
> >> select UCS2_STRING
> >> + select FAILOVER
> > When I take a working kernel config, add the patches then do
> > make oldconfig
> >
> > It is not autoselecting FAILOVER, it prompts me for it. This means
> > if user says no then a non-working netvsc device is made.
>
> I see
> Generic failover module (FAILOVER) [M/y/?] (NEW)
>
> So the user is given an option to either build as a Modu...
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
2018 May 25
2
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
...2,5 +2,6 @@ config HYPERV_NET
> >> tristate "Microsoft Hyper-V virtual network driver"
> >> depends on HYPERV
> >> select UCS2_STRING
> >> + select FAILOVER
> > When I take a working kernel config, add the patches then do
> > make oldconfig
> >
> > It is not autoselecting FAILOVER, it prompts me for it. This means
> > if user says no then a non-working netvsc device is made.
>
> I see
> Generic failover module (FAILOVER) [M/y/?] (NEW)
>
> So the user is given an option to either build as a Modu...
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...
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
2018 May 26
1
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
...ristate "Microsoft Hyper-V virtual network driver"
>> > > > depends on HYPERV
>> > > > select UCS2_STRING
>> > > > + select FAILOVER
>> > > When I take a working kernel config, add the patches then do
>> > > make oldconfig
>> > >
>> > > It is not autoselecting FAILOVER, it prompts me for it. This means
>> > > if user says no then a non-working netvsc device is made.
>> > I see
>> > Generic failover module (FAILOVER) [M/y/?] (NEW)
>> >
>> >...
2007 May 01
2
CentOS 5 and ndiswrapper
...apper ever since.
Does anyone have any idea why the un-patched kernel from kernel.org
works fine with ndiswrapper but both the FC6 and CentOS (RHEL) kernels
lock up or spontaneously reboot? I built the 2.6.21 kernel by copying
the config file for 2.6.18-8.1.1 from /boot and doing a "make
oldconfig". Everything is x86_64.
Cheers,
Dave
P.S. Frosting on the cake: the secure digital card reader built into the
laptop also works with the 2.6.21 kernel.
--
Politics, n. Strife of interests masquerading as a contest of principles.
-- Ambrose Bierce
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]: *** No rule to make target `arch/x86/syscalls/syscall_32.tbl',
needed by
`arch/x86/syscalls/../include/g...
2007 May 25
11
howto build xen from source with existing config?
...fc6xen) and an installed kernel-devel (source) package?
is it good to use this config or should i create a new one?
i searched the net and haven´t found any howto to build xen from source with
newer kernel versions and existing config files.
in the users documentation i found sth like make ARCH=xen oldconfig but this
doesn´t work. the README couldn´t help me too.
please give detailed instructions.
thank you
regards
philippe
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
2018 May 25
2
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
...perv/Kconfig
> +++ b/drivers/net/hyperv/Kconfig
> @@ -2,5 +2,6 @@ config HYPERV_NET
> tristate "Microsoft Hyper-V virtual network driver"
> depends on HYPERV
> select UCS2_STRING
> + select FAILOVER
When I take a working kernel config, add the patches then do
make oldconfig
It is not autoselecting FAILOVER, it prompts me for it. This means
if user says no then a non-working netvsc device is made.
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
2018 May 26
0
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
...HYPERV_NET
>>>> tristate "Microsoft Hyper-V virtual network driver"
>>>> depends on HYPERV
>>>> select UCS2_STRING
>>>> + select FAILOVER
>>> When I take a working kernel config, add the patches then do
>>> make oldconfig
>>>
>>> It is not autoselecting FAILOVER, it prompts me for it. This means
>>> if user says no then a non-working netvsc device is made.
>> I see
>> Generic failover module (FAILOVER) [M/y/?] (NEW)
>>
>> So the user is given an option to eithe...
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
2018 May 25
2
[PATCH net-next v12 2/5] netvsc: refactor notifier/event handling code to use the failover framework
...perv/Kconfig
> +++ b/drivers/net/hyperv/Kconfig
> @@ -2,5 +2,6 @@ config HYPERV_NET
> tristate "Microsoft Hyper-V virtual network driver"
> depends on HYPERV
> select UCS2_STRING
> + select FAILOVER
When I take a working kernel config, add the patches then do
make oldconfig
It is not autoselecting FAILOVER, it prompts me for it. This means
if user says no then a non-working netvsc device is made.
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
make modules_install
mkinitrd /boot/initrd-2.6.11.6 2.6.1.6
cp -f...
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
menuconfig and reselecting...
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 "cool": I wan to build my own custom kernel RPM/SRPM.
I thought about doing a "rpmbuild -bp" and change the options...
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
drivers/xen/balloon/balloon.c: In function `balloon_process'':
drivers/xen/balloon/balloon.c:218: error: `phys_to_machine_mapping'' undeclared
(firs...
2006 Sep 14
5
[Bug 508] ip6tables conntrack marks all incoming packets as INVALID
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=508
------- Additional Comments From kaber@trash.net 2006-09-14 13:18 MET -------
Did you enable nf_conntrack and the ipv6 connection tracking module?
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the
2010 Aug 01
2
Good tutorial for building Xen-4.0.1-rc5/Linux 2.6.32.16 pvops on Ubuntu 10.04?
...0.1-rc5 built for a few days on my new server, and currently I''m running into a roadblock. I''ve followed a couple tutorials[1] I''ve found before, and right now I''m getting the same problem. I pull the /boot/config-* file from the distribution kernel, run a make oldconfig/make menuconfig to enable all the Xen stuff, then build the kernel and reboot. My box reboots into the xen-patched 2.6.32.16 kernel, and hangs with this error:
VFS: Unable to mount root fs on unknown-block(0,0)
Earlier I was fighting to get the hypervisor to boot, but it looks like the kernel wa...
2020 Apr 12
0
[vhost:vhost 54/54] drivers/virtio/Kconfig:49: syntax error
..."offloaded"
drivers/virtio/Kconfig:57:warning: ignoring unsupported character ','
drivers/virtio/Kconfig:57:warning: ignoring unsupported character '.'
>> drivers/virtio/Kconfig:57: unknown statement "If"
make[2]: *** [scripts/kconfig/Makefile:75: oldconfig] Error 1
make[1]: *** [Makefile:568: oldconfig] Error 2
make: *** [Makefile:180: sub-make] Error 2
4 real 1 user 0 sys 35.45% cpu make oldconfig
--
>> drivers/virtio/Kconfig:49: syntax error
>> drivers/virtio/Kconfig:48: unknown statement "depend"
>> drivers...
2005 May 24
0
Fedora core 3 & xen custom kernel build
...i folks,
I''m trying to do a custom Xen kernel build of Fedora core 3 that
install VLAN support.
I''ve grabbed the kernel config files from the source rpm for the
Fedora 3 kernel, and renaming the appropriate one " *i686-smp* "
to .config, have done a make ARCH=xen oldconfig.
The problem is that only a few of the fedora core 3 config settings
are used, and I end up guessing on the remaining values. Not only
does this take forever, but I''d like to get the config as close as
possible to the original Fedora Core 3 one, and this approach isn''t...