public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
  2007-02-06 13:07 [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4 Gabriel Rossetti
@ 2007-02-06 12:25 ` Ric de France
  2007-02-06 13:41   ` Gabriel Rossetti
  2007-02-06 13:31 ` Gabriel Rossetti
  2007-02-06 13:45 ` [gentoo-user] " Harm Geerts
  2 siblings, 1 reply; 19+ messages in thread
From: Ric de France @ 2007-02-06 12:25 UTC (permalink / raw
  To: gentoo-user

Hi Gabriel,

On 07/02/07, Gabriel Rossetti <rossettigab@charter.net> wrote:
> I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the
> "linux" link, then cd inside
> and compile/install it. I reboot and I get lots of errors from modules,
> I do a uname -a
> and notice that it still says 2.6.19-r4, i then check in the /boot
> directory, and the links are correct,
> then I check my grub.conf and it's correct, I then tried
> gentoo-sources-2.6.20, still the same thing.

It sounds like you're doing the right thing. Could you do a:

$ ls -al /boot
$ cat /boot/grub/grub.conf
$ ls -al /usr/src

and then post the outputs to this list?

...Ric
-- 
Ric de France
Ph: +61412945554 (international) or 0412945554 (Australia)
 ==> Do you, uh... Gentoo? Gentoooo-hooo!! <==
==> http://www.gentoo.org/main/en/about.xml <==
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
  2007-02-06 13:31 ` Gabriel Rossetti
@ 2007-02-06 12:57   ` Alan McKinnon
  2007-02-06 14:24     ` Gabriel Rossetti
  0 siblings, 1 reply; 19+ messages in thread
From: Alan McKinnon @ 2007-02-06 12:57 UTC (permalink / raw
  To: gentoo-user

On Tuesday 06 February 2007, Gabriel Rossetti wrote:
> Gabriel Rossetti wrote:
> > Hello,
> >
> > I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the
> > "linux" link, then cd inside
> > and compile/install it. I reboot and I get lots of errors from
> > modules, I do a uname -a
> > and notice that it still says 2.6.19-r4, i then check in the /boot
> > directory, and the links are correct,
> > then I check my grub.conf and it's correct, I then tried
> > gentoo-sources-2.6.20, still the same thing.
> >
> > Does anyone have any ideas?
> >
> > Gabriel
>
> There is some more info, if I do :
>
> grep -r 2.6.19-gentoo-r4 linux
>
> I get :
>
> linux/include/linux/autoconf.h:#define CONFIG_UNAME_RELEASE
> "2.6.19-gentoo-r4"
> linux/include/config/auto.conf:CONFIG_UNAME_RELEASE="2.6.19-gentoo-r4
>"
>
> but my linux symlink is from the 2.6.20 kernel, not 2.6.19-r4.... :
>
> ls -la
> total 3
> drwxr-xr-x  4 root root  176 Feb  6 11:29 .
> drwxr-xr-x 18 root root  496 Jan 31 20:42 ..
> -rw-r--r--  1 root root    0 Aug  3  2006 .keep
> lrwxrwxrwx  1 root root   19 Feb  6 11:29 linux ->
> linux-2.6.20-gentoo drwxr-xr-x 20 root root 1296 Feb  6 09:44
> linux-2.6.19-gentoo-r4 drwxr-xr-x 20 root root 1328 Feb  6 11:45
> linux-2.6.20-gentoo
>
>
> Thanks,
> Gabriel

did you do a make menuconfig from scratch, or did you copy an 
old .config over from a prior release?

It looks like the latter may have happened and your .config does not 
agree with what is actually in the source tree.

Either that or you have a 2.6.19-r4 source tree thaqt is named 2.6.20

alan



-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
@ 2007-02-06 13:07 Gabriel Rossetti
  2007-02-06 12:25 ` Ric de France
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Gabriel Rossetti @ 2007-02-06 13:07 UTC (permalink / raw
  To: gentoo-user

Hello,

I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the 
"linux" link, then cd inside
and compile/install it. I reboot and I get lots of errors from modules, 
I do a uname -a
and notice that it still says 2.6.19-r4, i then check in the /boot 
directory, and the links are correct,
then I check my grub.conf and it's correct, I then tried 
gentoo-sources-2.6.20, still the same thing.

Does anyone have any ideas?

Gabriel
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
  2007-02-06 13:41   ` Gabriel Rossetti
@ 2007-02-06 13:20     ` Alan McKinnon
  2007-02-06 13:37       ` Arturo 'Buanzo' Busleiman
  2007-02-06 15:16       ` Gabriel Rossetti
  0 siblings, 2 replies; 19+ messages in thread
From: Alan McKinnon @ 2007-02-06 13:20 UTC (permalink / raw
  To: gentoo-user

On Tuesday 06 February 2007, Gabriel Rossetti wrote:
> Ric de France wrote:
> > Hi Gabriel,
> >
> > On 07/02/07, Gabriel Rossetti <rossettigab@charter.net> wrote:
> >> I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create
> >> the "linux" link, then cd inside
> >> and compile/install it. I reboot and I get lots of errors from
> >> modules, I do a uname -a
> >> and notice that it still says 2.6.19-r4, i then check in the /boot
> >> directory, and the links are correct,
> >> then I check my grub.conf and it's correct, I then tried
> >> gentoo-sources-2.6.20, still the same thing.
> >
> > It sounds like you're doing the right thing. Could you do a:
> >
> > $ ls -al /boot
> > $ cat /boot/grub/grub.conf
> > $ ls -al /usr/src
> >
> > and then post the outputs to this list?
> >
> > ...Ric
>
> Hi Ric,
>
> yes, here is what you asked for :

[snip listings]

> PS
> I have not changed my way of compiling / installing the kernel for at
> least 4 years (since switching to 2.6 kernel series)

Well, everything there looks just fine and how it should be, and you do 
appear to know exactly how to compile kernels.

It looks to me like you slipped up just this once and have a PEBKAC or a 
made a little typo - it happens :-)

If you run 'strings' on /boot/vmlinuz, is that really a 2.6.20 image? 
Did you verify that /usr/src/linux-2.6.20 really does contain a 2.6.20 
tree by examining the actual files?

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
  2007-02-06 13:07 [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4 Gabriel Rossetti
  2007-02-06 12:25 ` Ric de France
@ 2007-02-06 13:31 ` Gabriel Rossetti
  2007-02-06 12:57   ` Alan McKinnon
  2007-02-06 13:45 ` [gentoo-user] " Harm Geerts
  2 siblings, 1 reply; 19+ messages in thread
From: Gabriel Rossetti @ 2007-02-06 13:31 UTC (permalink / raw
  To: gentoo-user


Gabriel Rossetti wrote:
> Hello,
>
> I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the 
> "linux" link, then cd inside
> and compile/install it. I reboot and I get lots of errors from 
> modules, I do a uname -a
> and notice that it still says 2.6.19-r4, i then check in the /boot 
> directory, and the links are correct,
> then I check my grub.conf and it's correct, I then tried 
> gentoo-sources-2.6.20, still the same thing.
>
> Does anyone have any ideas?
>
> Gabriel


There is some more info, if I do :

grep -r 2.6.19-gentoo-r4 linux

I get :

linux/include/linux/autoconf.h:#define CONFIG_UNAME_RELEASE 
"2.6.19-gentoo-r4"
linux/include/config/auto.conf:CONFIG_UNAME_RELEASE="2.6.19-gentoo-r4"

but my linux symlink is from the 2.6.20 kernel, not 2.6.19-r4.... :

ls -la
total 3
drwxr-xr-x  4 root root  176 Feb  6 11:29 .
drwxr-xr-x 18 root root  496 Jan 31 20:42 ..
-rw-r--r--  1 root root    0 Aug  3  2006 .keep
lrwxrwxrwx  1 root root   19 Feb  6 11:29 linux -> linux-2.6.20-gentoo
drwxr-xr-x 20 root root 1296 Feb  6 09:44 linux-2.6.19-gentoo-r4
drwxr-xr-x 20 root root 1328 Feb  6 11:45 linux-2.6.20-gentoo


Thanks,
Gabriel
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
  2007-02-06 13:20     ` Alan McKinnon
@ 2007-02-06 13:37       ` Arturo 'Buanzo' Busleiman
  2007-02-06 14:07         ` Hans-Werner Hilse
  2007-02-06 15:16       ` Gabriel Rossetti
  1 sibling, 1 reply; 19+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2007-02-06 13:37 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alan McKinnon wrote:
> If you run 'strings' on /boot/vmlinuz, is that really a 2.6.20 image? 
> Did you verify that /usr/src/linux-2.6.20 really does contain a 2.6.20 
> tree by examining the actual files?

Maybe you are not putting the kernel on the real /boot and your grub and kernel images are all...
stored somewhere else, like the real /boot?

- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
Mail Hosting Seguro y Consultoria - http://www.buanzo.com.ar/pro/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFyISBAlpOsGhXcE0RAv6FAJ9xj4lgQRfg/V7Meuq9G7fkjpcVJQCfTY+S
uZdIcHPUdxqJkHNjh62GDv0=
=JX/A
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
  2007-02-06 12:25 ` Ric de France
@ 2007-02-06 13:41   ` Gabriel Rossetti
  2007-02-06 13:20     ` Alan McKinnon
  0 siblings, 1 reply; 19+ messages in thread
From: Gabriel Rossetti @ 2007-02-06 13:41 UTC (permalink / raw
  To: gentoo-user



Ric de France wrote:
> Hi Gabriel,
>
> On 07/02/07, Gabriel Rossetti <rossettigab@charter.net> wrote:
>> I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the
>> "linux" link, then cd inside
>> and compile/install it. I reboot and I get lots of errors from modules,
>> I do a uname -a
>> and notice that it still says 2.6.19-r4, i then check in the /boot
>> directory, and the links are correct,
>> then I check my grub.conf and it's correct, I then tried
>> gentoo-sources-2.6.20, still the same thing.
>
> It sounds like you're doing the right thing. Could you do a:
>
> $ ls -al /boot
> $ cat /boot/grub/grub.conf
> $ ls -al /usr/src
>
> and then post the outputs to this list?
>
> ...Ric

Hi Ric,

yes, here is what you asked for :

 ls -al /boot
total 12526
drwxr-xr-x  3 root root     792 Feb  6 11:45 .
drwxr-xr-x 21 root root     576 Jan 20 16:37 ..
lrwxrwxrwx  1 root root      24 Feb  6 11:45 System.map -> 
System.map-2.6.20-gentoo
-rw-r--r--  1 root root  999613 Feb  6 09:44 System.map-2.6.19-gentoo-r4
-rw-r--r--  1 root root  999613 Feb  6 09:09 System.map-2.6.19-gentoo-r5
-rw-r--r--  1 root root  999613 Feb  6 09:00 System.map-2.6.19-gentoo-r5.old
-rw-r--r--  1 root root 1016626 Feb  6 11:45 System.map-2.6.20-gentoo
lrwxrwxrwx  1 root root      27 Feb  6 09:44 System.map.old -> 
System.map-2.6.19-gentoo-r4
lrwxrwxrwx  1 root root       1 Jan 19 13:42 boot -> .
lrwxrwxrwx  1 root root      20 Feb  6 11:45 config -> config-2.6.20-gentoo
-rw-r--r--  1 root root   43780 Feb  6 09:44 config-2.6.19-gentoo-r4
-rw-r--r--  1 root root   43780 Feb  6 09:09 config-2.6.19-gentoo-r5
-rw-r--r--  1 root root   43780 Feb  6 09:00 config-2.6.19-gentoo-r5.old
-rw-r--r--  1 root root   44623 Feb  6 11:45 config-2.6.20-gentoo
lrwxrwxrwx  1 root root      23 Feb  6 09:44 config.old -> 
config-2.6.19-gentoo-r4
drwxr-xr-x  2 root root     672 Feb  6 12:58 grub
lrwxrwxrwx  1 root root      21 Feb  6 11:45 vmlinuz -> 
vmlinuz-2.6.20-gentoo
-rw-r--r--  1 root root 2145374 Feb  6 09:44 vmlinuz-2.6.19-gentoo-r4
-rw-r--r--  1 root root 2145431 Feb  6 09:09 vmlinuz-2.6.19-gentoo-r5
-rw-r--r--  1 root root 2145430 Feb  6 09:00 vmlinuz-2.6.19-gentoo-r5.old
-rw-r--r--  1 root root 2159920 Feb  6 11:45 vmlinuz-2.6.20-gentoo
lrwxrwxrwx  1 root root      24 Feb  6 09:44 vmlinuz.old -> 
vmlinuz-2.6.19-gentoo-r4

-------------------------------------------------------------------------------------------------------------------------------------

cat /boot/grub/grub.conf
#
# Grub Configuration file
#

# Load the splash image
splashimage=(hd0,0)/grub/splash.xpm.gz

# Boot automatically after 30 secs.
timeout 10

# By default, boot the first entry.
default 0

# Fallback to the second entry.
fallback 1

# For booting the main version
title  Gentoo - default runlevel
root (hd0,0)
kernel (hd0,0)/vmlinuz root=/dev/sda5 vga=0x318 
video=vesafb:ywrap,mtrr:3,1024x768-32@85 splash=verbose 
libata.atapi_enabled=1
#initrd /boot/fbsplash

# For booting the main version, wireless runlevel
title  Gentoo - wireless runlevel
root (hd0,0)
kernel (hd0,0)/vmlinuz root=/dev/sda5 vga=0x318 
video=vesafb:ywrap,mtrr:3,1024x768-32@85 splash=verbose 
libata.atapi_enabled=1 softlevel=wireless
#kernel /boot/vmlinuz root=/dev/sda5 
video=vesafb:ywrap,mtrr:2,1024x768-32@70 
splash=silent,fadein,theme:livecd-2005.1 gentoo=nodevfs apm=off acpi=on 
CONSOLE=/dev/tty1 quiet softlevel=wireless
#initrd /boot/fbsplash

# For booting a fall back version
title Fall Back
root (hd0,0)
kernel /boot/vmlinuz.old root=/dev/sda5 splash=verbose gentoo=nodevfs 
apm=off acpi=off


-------------------------------------------------------------------------------------------------------------------------------------

ls -al /usr/src
total 3
drwxr-xr-x  4 root root  176 Feb  6 11:29 .
drwxr-xr-x 18 root root  496 Jan 31 20:42 ..
-rw-r--r--  1 root root    0 Aug  3  2006 .keep
lrwxrwxrwx  1 root root   19 Feb  6 11:29 linux -> linux-2.6.20-gentoo
drwxr-xr-x 20 root root 1296 Feb  6 09:44 linux-2.6.19-gentoo-r4
drwxr-xr-x 20 root root 1328 Feb  6 11:45 linux-2.6.20-gentoo

-------------------------------------------------------------------------------------------------------------------------------------

Thanks Ric!

PS
I have not changed my way of compiling / installing the kernel for at 
least 4 years (since switching to 2.6 kernel series)


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4
  2007-02-06 13:07 [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4 Gabriel Rossetti
  2007-02-06 12:25 ` Ric de France
  2007-02-06 13:31 ` Gabriel Rossetti
@ 2007-02-06 13:45 ` Harm Geerts
  2007-02-06 15:20   ` [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED Gabriel Rossetti
  2 siblings, 1 reply; 19+ messages in thread
From: Harm Geerts @ 2007-02-06 13:45 UTC (permalink / raw
  To: gentoo-user

On Tuesday 06 February 2007, Gabriel Rossetti wrote:
> Hello,
>
> I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the
> "linux" link, then cd inside
> and compile/install it. I reboot and I get lots of errors from modules,
> I do a uname -a
> and notice that it still says 2.6.19-r4, i then check in the /boot
> directory, and the links are correct,
> then I check my grub.conf and it's correct, I then tried
> gentoo-sources-2.6.20, still the same thing.
>
> Does anyone have any ideas?

Do you have a seperate /boot partition and forgot to mount it before 
installing the kernel?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
  2007-02-06 13:37       ` Arturo 'Buanzo' Busleiman
@ 2007-02-06 14:07         ` Hans-Werner Hilse
  0 siblings, 0 replies; 19+ messages in thread
From: Hans-Werner Hilse @ 2007-02-06 14:07 UTC (permalink / raw
  To: gentoo-user

Hi,

On Tue, 06 Feb 2007 10:37:05 -0300 "Arturo 'Buanzo' Busleiman"
<buanzo@buanzo.com.ar> wrote:

> Maybe you are not putting the kernel on the real /boot and your grub
> and kernel images are all... stored somewhere else, like the
> real /boot?

Yes, /boot _is_ apparently on a single partition (see grub config).
Question is: Is that partition mounted (or better: was it when
installing the kernel)?

-hwh
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
  2007-02-06 12:57   ` Alan McKinnon
@ 2007-02-06 14:24     ` Gabriel Rossetti
  0 siblings, 0 replies; 19+ messages in thread
From: Gabriel Rossetti @ 2007-02-06 14:24 UTC (permalink / raw
  To: gentoo-user



Alan McKinnon wrote:
> On Tuesday 06 February 2007, Gabriel Rossetti wrote:
>   
>> Gabriel Rossetti wrote:
>>     
>>> Hello,
>>>
>>> I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the
>>> "linux" link, then cd inside
>>> and compile/install it. I reboot and I get lots of errors from
>>> modules, I do a uname -a
>>> and notice that it still says 2.6.19-r4, i then check in the /boot
>>> directory, and the links are correct,
>>> then I check my grub.conf and it's correct, I then tried
>>> gentoo-sources-2.6.20, still the same thing.
>>>
>>> Does anyone have any ideas?
>>>
>>> Gabriel
>>>       
>> There is some more info, if I do :
>>
>> grep -r 2.6.19-gentoo-r4 linux
>>
>> I get :
>>
>> linux/include/linux/autoconf.h:#define CONFIG_UNAME_RELEASE
>> "2.6.19-gentoo-r4"
>> linux/include/config/auto.conf:CONFIG_UNAME_RELEASE="2.6.19-gentoo-r4
>> "
>>
>> but my linux symlink is from the 2.6.20 kernel, not 2.6.19-r4.... :
>>
>> ls -la
>> total 3
>> drwxr-xr-x  4 root root  176 Feb  6 11:29 .
>> drwxr-xr-x 18 root root  496 Jan 31 20:42 ..
>> -rw-r--r--  1 root root    0 Aug  3  2006 .keep
>> lrwxrwxrwx  1 root root   19 Feb  6 11:29 linux ->
>> linux-2.6.20-gentoo drwxr-xr-x 20 root root 1296 Feb  6 09:44
>> linux-2.6.19-gentoo-r4 drwxr-xr-x 20 root root 1328 Feb  6 11:45
>> linux-2.6.20-gentoo
>>
>>
>> Thanks,
>> Gabriel
>>     
>
> did you do a make menuconfig from scratch, or did you copy an 
> old .config over from a prior release?
>
> It looks like the latter may have happened and your .config does not 
> agree with what is actually in the source tree.
>
> Either that or you have a 2.6.19-r4 source tree thaqt is named 2.6.20
>
> alan
>
>
>   
Thanks for your reply Alan,

I copied over my .config and did a "make oldconfig"
then I had to choose the new options.

Gabriel
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4
  2007-02-06 13:20     ` Alan McKinnon
  2007-02-06 13:37       ` Arturo 'Buanzo' Busleiman
@ 2007-02-06 15:16       ` Gabriel Rossetti
  1 sibling, 0 replies; 19+ messages in thread
From: Gabriel Rossetti @ 2007-02-06 15:16 UTC (permalink / raw
  To: gentoo-user



Alan McKinnon wrote:
> On Tuesday 06 February 2007, Gabriel Rossetti wrote:
>   
>> Ric de France wrote:
>>     
>>> Hi Gabriel,
>>>
>>> On 07/02/07, Gabriel Rossetti <rossettigab@charter.net> wrote:
>>>       
>>>> I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create
>>>> the "linux" link, then cd inside
>>>> and compile/install it. I reboot and I get lots of errors from
>>>> modules, I do a uname -a
>>>> and notice that it still says 2.6.19-r4, i then check in the /boot
>>>> directory, and the links are correct,
>>>> then I check my grub.conf and it's correct, I then tried
>>>> gentoo-sources-2.6.20, still the same thing.
>>>>         
>>> It sounds like you're doing the right thing. Could you do a:
>>>
>>> $ ls -al /boot
>>> $ cat /boot/grub/grub.conf
>>> $ ls -al /usr/src
>>>
>>> and then post the outputs to this list?
>>>
>>> ...Ric
>>>       
>> Hi Ric,
>>
>> yes, here is what you asked for :
>>     
>
> [snip listings]
>
>   
>> PS
>> I have not changed my way of compiling / installing the kernel for at
>> least 4 years (since switching to 2.6 kernel series)
>>     
>
> Well, everything there looks just fine and how it should be, and you do 
> appear to know exactly how to compile kernels.
>
> It looks to me like you slipped up just this once and have a PEBKAC or a 
> made a little typo - it happens :-)
>
> If you run 'strings' on /boot/vmlinuz, is that really a 2.6.20 image? 
> Did you verify that /usr/src/linux-2.6.20 really does contain a 2.6.20 
> tree by examining the actual files?
>
> alan
>
>   
here's the output of "strings"

strings /boot/vmlinuz | grep 2.6
2.6.20-gentoo (root@delta9) #2 SMP PREEMPT Tue Feb 6 14:09:46 UTC 2007

I didn't check the kernel tree against my files because I'm not really 
sure how to do that :-)

Gabriel
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED
  2007-02-06 13:45 ` [gentoo-user] " Harm Geerts
@ 2007-02-06 15:20   ` Gabriel Rossetti
  2007-02-06 15:37     ` Gabriel Rossetti
                       ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Gabriel Rossetti @ 2007-02-06 15:20 UTC (permalink / raw
  To: gentoo-user



Harm Geerts wrote:
> On Tuesday 06 February 2007, Gabriel Rossetti wrote:
>   
>> Hello,
>>
>> I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the
>> "linux" link, then cd inside
>> and compile/install it. I reboot and I get lots of errors from modules,
>> I do a uname -a
>> and notice that it still says 2.6.19-r4, i then check in the /boot
>> directory, and the links are correct,
>> then I check my grub.conf and it's correct, I then tried
>> gentoo-sources-2.6.20, still the same thing.
>>
>> Does anyone have any ideas?
>>     
>
> Do you have a seperate /boot partition and forgot to mount it before 
> installing the kernel?
>   
Harm!

That's it, I never did that (not automaount /boot), but I decided to 
this time, so like you said, my /boot was not mounted
so everything was right, but at the same time it wasn't....That was a 
stupid mistake on my part.....

Thanks to all those that answered and sorry for bothering you all with 
this...

Gabriel


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED
  2007-02-06 15:20   ` [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED Gabriel Rossetti
@ 2007-02-06 15:37     ` Gabriel Rossetti
  2007-02-07  4:23       ` nick
  2007-02-06 20:00     ` D. Bolliger
  2007-02-06 20:13     ` Alan McKinnon
  2 siblings, 1 reply; 19+ messages in thread
From: Gabriel Rossetti @ 2007-02-06 15:37 UTC (permalink / raw
  To: gentoo-user



Gabriel Rossetti wrote:
>
>
> Harm Geerts wrote:
>> On Tuesday 06 February 2007, Gabriel Rossetti wrote:
>>  
>>> Hello,
>>>
>>> I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the
>>> "linux" link, then cd inside
>>> and compile/install it. I reboot and I get lots of errors from modules,
>>> I do a uname -a
>>> and notice that it still says 2.6.19-r4, i then check in the /boot
>>> directory, and the links are correct,
>>> then I check my grub.conf and it's correct, I then tried
>>> gentoo-sources-2.6.20, still the same thing.
>>>
>>> Does anyone have any ideas?
>>>     
>>
>> Do you have a seperate /boot partition and forgot to mount it before 
>> installing the kernel?
>>   
> Harm!
>
> That's it, I never did that (not automaount /boot), but I decided to 
> this time, so like you said, my /boot was not mounted
> so everything was right, but at the same time it wasn't....That was a 
> stupid mistake on my part.....
>
> Thanks to all those that answered and sorry for bothering you all with 
> this...
>
> Gabriel
>
I feel like a newbie....
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED
  2007-02-06 15:20   ` [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED Gabriel Rossetti
  2007-02-06 15:37     ` Gabriel Rossetti
@ 2007-02-06 20:00     ` D. Bolliger
  2007-02-06 20:13     ` Alan McKinnon
  2 siblings, 0 replies; 19+ messages in thread
From: D. Bolliger @ 2007-02-06 20:00 UTC (permalink / raw
  To: gentoo-user

Gabriel Rossetti am Dienstag, 6. Februar 2007 16:20:
> Harm Geerts wrote:
> > On Tuesday 06 February 2007, Gabriel Rossetti wrote:
> >> Hello,
> >>
> >> I emerge a kernel, let's say gentoo-sources-2.6.19-r5, I create the
> >> "linux" link, then cd inside
> >> and compile/install it. I reboot and I get lots of errors from modules,
> >> I do a uname -a
> >> and notice that it still says 2.6.19-r4, i then check in the /boot
> >> directory, and the links are correct,
> >> then I check my grub.conf and it's correct, I then tried
> >> gentoo-sources-2.6.20, still the same thing.
> >>
> >> Does anyone have any ideas?
> >
> > Do you have a seperate /boot partition and forgot to mount it before
> > installing the kernel?
>
> Harm!
>
> That's it, I never did that (not automaount /boot), but I decided to
> this time, so like you said, my /boot was not mounted
> so everything was right, but at the same time it wasn't....That was a
> stupid mistake on my part.....

# umount /boot; touch /boot/YOU__FORGOT__TO__MOUNT__BOOT

:-)

Dani
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED
  2007-02-06 15:20   ` [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED Gabriel Rossetti
  2007-02-06 15:37     ` Gabriel Rossetti
  2007-02-06 20:00     ` D. Bolliger
@ 2007-02-06 20:13     ` Alan McKinnon
  2007-02-06 22:47       ` Ric de France
  2 siblings, 1 reply; 19+ messages in thread
From: Alan McKinnon @ 2007-02-06 20:13 UTC (permalink / raw
  To: gentoo-user

On Tuesday 06 February 2007, Gabriel Rossetti wrote:

> That's it, I never did that (not automaount /boot), but I decided to
> this time, so like you said, my /boot was not mounted
> so everything was right, but at the same time it wasn't....That was a
> stupid mistake on my part.....
>
> Thanks to all those that answered and sorry for bothering you all
> with this...
>
> Gabriel

I think we've all made that mistake at some point!

No need to apologize, it's something to learn from. At least now when 
the next newbie makes the same mistake you are in a position to help 
them in return :-)

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED
  2007-02-06 20:13     ` Alan McKinnon
@ 2007-02-06 22:47       ` Ric de France
  2007-02-07  1:08         ` Daniel da Veiga
  0 siblings, 1 reply; 19+ messages in thread
From: Ric de France @ 2007-02-06 22:47 UTC (permalink / raw
  To: gentoo-user

On 07/02/07, Alan McKinnon <alan@linuxholdings.co.za> wrote:
> On Tuesday 06 February 2007, Gabriel Rossetti wrote:
>
> > That's it, I never did that (not automaount /boot), but I decided to
> > this time, so like you said, my /boot was not mounted
> > so everything was right, but at the same time it wasn't....That was a
> > stupid mistake on my part.....
> >
> > Thanks to all those that answered and sorry for bothering you all
> > with this...
> >
> > Gabriel
>
> I think we've all made that mistake at some point!
>
> No need to apologize, it's something to learn from. At least now when
> the next newbie makes the same mistake you are in a position to help
> them in return :-)

Just curious... but does genkernel automatically mount /boot? I use
genkernel, and have never had any issues, but I'm pretty sure that
I've always mounted /boot before running the genkernel command.

Anyone know?

(Guess I could see for myself, but I'm not in front of my Linux box at
the moment)

...Ric
-- 
Ric de France
Ph: +61412945554 (international) or 0412945554 (Australia)
 ==> Do you, uh... Gentoo? Gentoooo-hooo!! <==
==> http://www.gentoo.org/main/en/about.xml <==
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED
  2007-02-06 22:47       ` Ric de France
@ 2007-02-07  1:08         ` Daniel da Veiga
  2007-02-07  7:02           ` Alan McKinnon
  0 siblings, 1 reply; 19+ messages in thread
From: Daniel da Veiga @ 2007-02-07  1:08 UTC (permalink / raw
  To: gentoo-user

On 2/6/07, Ric de France <rdefrance@gmail.com> wrote:
> On 07/02/07, Alan McKinnon <alan@linuxholdings.co.za> wrote:
> > On Tuesday 06 February 2007, Gabriel Rossetti wrote:
> >
> > > That's it, I never did that (not automaount /boot), but I decided to
> > > this time, so like you said, my /boot was not mounted
> > > so everything was right, but at the same time it wasn't....That was a
> > > stupid mistake on my part.....
> > >
> > > Thanks to all those that answered and sorry for bothering you all
> > > with this...
> > >
> > > Gabriel
> >
> > I think we've all made that mistake at some point!
> >
> > No need to apologize, it's something to learn from. At least now when
> > the next newbie makes the same mistake you are in a position to help
> > them in return :-)
>
> Just curious... but does genkernel automatically mount /boot? I use
> genkernel, and have never had any issues, but I'm pretty sure that
> I've always mounted /boot before running the genkernel command.
>

Yes, genkernel mounts /boot right after launched...

-- 
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED
  2007-02-06 15:37     ` Gabriel Rossetti
@ 2007-02-07  4:23       ` nick
  0 siblings, 0 replies; 19+ messages in thread
From: nick @ 2007-02-07  4:23 UTC (permalink / raw
  To: gentoo-user

>
>
> Gabriel Rossetti wrote:

>>
> I feel like a newbie....
> --

So do I, they are very tasty!

--
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED
  2007-02-07  1:08         ` Daniel da Veiga
@ 2007-02-07  7:02           ` Alan McKinnon
  0 siblings, 0 replies; 19+ messages in thread
From: Alan McKinnon @ 2007-02-07  7:02 UTC (permalink / raw
  To: gentoo-user

On Wednesday 07 February 2007, Daniel da Veiga wrote:
> On 2/6/07, Ric de France <rdefrance@gmail.com> wrote:
> > On 07/02/07, Alan McKinnon <alan@linuxholdings.co.za> wrote:
> > > On Tuesday 06 February 2007, Gabriel Rossetti wrote:
> > > > That's it, I never did that (not automaount /boot), but I
> > > > decided to this time, so like you said, my /boot was not
> > > > mounted
> > > > so everything was right, but at the same time it wasn't....That
> > > > was a stupid mistake on my part.....
> > > >
> > > > Thanks to all those that answered and sorry for bothering you
> > > > all with this...
> > > >
> > > > Gabriel
> > >
> > > I think we've all made that mistake at some point!
> > >
> > > No need to apologize, it's something to learn from. At least now
> > > when the next newbie makes the same mistake you are in a position
> > > to help them in return :-)
> >
> > Just curious... but does genkernel automatically mount /boot? I use
> > genkernel, and have never had any issues, but I'm pretty sure that
> > I've always mounted /boot before running the genkernel command.
>
> Yes, genkernel mounts /boot right after launched...

genkernel *conditionally* mounts /boot if /etc/genkernel.conf contains 
MOUNTBOOT="yes"

It can be unset with the result that /boot will not be mounted 
automatically

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2007-02-07  7:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-06 13:07 [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4 Gabriel Rossetti
2007-02-06 12:25 ` Ric de France
2007-02-06 13:41   ` Gabriel Rossetti
2007-02-06 13:20     ` Alan McKinnon
2007-02-06 13:37       ` Arturo 'Buanzo' Busleiman
2007-02-06 14:07         ` Hans-Werner Hilse
2007-02-06 15:16       ` Gabriel Rossetti
2007-02-06 13:31 ` Gabriel Rossetti
2007-02-06 12:57   ` Alan McKinnon
2007-02-06 14:24     ` Gabriel Rossetti
2007-02-06 13:45 ` [gentoo-user] " Harm Geerts
2007-02-06 15:20   ` [gentoo-user] Re: no matter what kernel version I compile, It says it's 2.6.19-r4 - SOLVED Gabriel Rossetti
2007-02-06 15:37     ` Gabriel Rossetti
2007-02-07  4:23       ` nick
2007-02-06 20:00     ` D. Bolliger
2007-02-06 20:13     ` Alan McKinnon
2007-02-06 22:47       ` Ric de France
2007-02-07  1:08         ` Daniel da Veiga
2007-02-07  7:02           ` Alan McKinnon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox