From: Arnau Bria <arnau@emergetux.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] genkernel vs kernel manual compilation
Date: Sat, 1 Sep 2007 15:47:01 +0200 [thread overview]
Message-ID: <20070901154701.50cb8874@pataki.bogus.net> (raw)
In-Reply-To: <64e8d2f20708311309i3d142fb7pa1e2f737fb1a229@mail.gmail.com>
On Fri, 31 Aug 2007 16:09:46 -0400
Ryan Sims wrote:
> On 8/31/07, Arnau Bria <arnau@emergetux.net> wrote:
> > On Fri, 31 Aug 2007 09:41:19 -0400
> > Ryan Sims wrote:
> >
> > > On 8/31/07, Arnau Bria <arnau@emergetux.net> wrote:
> > Hi,
> > > > Really, I like to read people's opinion about genkernel, but no
> > > > one has tried to answer my question yet.
> > >
> > > In my first reply, I suggested looking at a diff between your
> > > config and genkernel's config. How did that turn out?
> >
> > Mmm... I though I answered that.
> > at conceptual level, I did a gunzip and moved original 2.6.12
> > genkernel's /proc/config.gz to .config and then, make oldconfig in
> > new 2.6.21 sources dir (/usr/src/linux link dir).
> >
> > So, I should do a diff between my new .config after make oldc onfig,
> > and currently config generated by genkernel... but has it sense? I
> > mean, what differneces could be between them?
>
> That's what we're trying to find out. If the diff comes up empty,
> we'll have to look elsewhere, but it's easy to check.
afrodita ~ # cp /usr/src/linux/.config config-2.21
afrodita ~ # head config-2.21
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.21-gentoo-r4
# Wed Aug 29 21:57:06 2007
#
CONFIG_X86_32=y
CONFIG_GENERIC_TIME=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
afrodita ~ # cd /usr/src/linux
afrodita ~ # uname -a
Linux afrodita 2.6.16-gentoo-r12 #1 SMP Sat Aug 26 23:59:18 CEST 2006 i686 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux
afrodita linux # zcat /proc/config.gz > .config
afrodita linux # zcat /proc/config.gz > .config
afrodita linux # head .config
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.16-gentoo-r12
# Sat Aug 26 23:44:30 2006
#
CONFIG_X86_32=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_GENERIC_ISA_DMA=y
afrodita linux # make oldconfig
(all default options marked).
afrodita linux # head .config
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.21-gentoo-r4
# Sat Sep 1 16:40:04 2007
afrodita linux # cp .config /root/config-2.12
afrodita ~ # head -n 5 config-2.12
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.21-gentoo-r4
# Sat Sep 1 16:33:04 2007
#
afrodita ~ # head -n 5 config-2.21
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.21-gentoo-r4
# Wed Aug 29 21:57:06 2007
#
afrodita ~ # diff config-2.21 config-2.12
4c4
< # Wed Aug 29 21:57:06 2007
---
> # Sat Sep 1 16:33:04 2007
so, both configs have same options.
> One thing...are you actually going from 2.6.12 to .21? Or is that a
> typo?
not a typo, going from 2.6.12 to 2.6.21.
> While you're rebooting, see if you can get your new kernel to panic
> again at boot, write down the error, and post it.
>
I'm compiling the kernel again for seeing the panic.
Cheers,
Arnau
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2007-09-01 14:53 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070830184238.0e18d880@pataki.bogus.net>
[not found] ` <200708302351.44562.volker.armin.hemmann@tu-clausthal.de>
[not found] ` <20070831012035.2177385c@pataki.bogus.net>
[not found] ` <200708310414.30036.volker.armin.hemmann@tu-clausthal.de>
[not found] ` <20070831132353.15682d4f@pataki.bogus.net>
2007-08-31 13:41 ` [gentoo-user] genkernel vs kernel manual compilation Ryan Sims
2007-08-31 19:00 ` Arnau Bria
2007-08-31 20:09 ` Ryan Sims
2007-09-01 13:47 ` Arnau Bria [this message]
2007-09-01 18:54 ` Arnau Bria
2007-08-31 21:33 ` Volker Armin Hemmann
2007-08-31 13:45 ` Volker Armin Hemmann
[not found] ` <342e1090708301509g17c2abe3k11e43b4ca2b10d8b@mail.gmail.com>
[not found] ` <200708310417.54047.volker.armin.hemmann@tu-clausthal.de>
2007-08-31 15:54 ` Steen Eugen Poulsen
2007-08-31 17:07 ` Ryan Sims
2007-08-31 17:25 ` Volker Armin Hemmann
2007-08-31 20:14 ` Steen Eugen Poulsen
2007-08-31 21:07 ` Daniel da Veiga
2007-08-31 21:38 ` Volker Armin Hemmann
2007-08-31 21:54 ` Daniel da Veiga
2007-09-01 2:30 ` Volker Armin Hemmann
2007-08-31 21:44 ` Ryan Sims
2007-08-31 22:22 ` Steen Eugen Poulsen
2007-08-31 22:44 ` Ryan Sims
2007-08-31 22:53 ` [gentoo-user] [OT] " Dan Farrell
[not found] ` <64e8d2f20708301116i13b705bdhfa8c30bf708033a6@mail.gmail.com>
[not found] ` <200708302037.01039.f.philipp@addcom.de>
[not found] ` <64e8d2f20708301152q5ffd5376hda7d77f667280db7@mail.gmail.com>
[not found] ` <20070831010931.1cc0eefd@pataki.bogus.net>
2007-08-31 23:52 ` [gentoo-user] " Александър Л. Димитров
2007-09-01 8:57 ` [gentoo-user] " Marc Blumentritt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070901154701.50cb8874@pataki.bogus.net \
--to=arnau@emergetux.net \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox