[gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4

2007-02-06 Thread Gabriel Rossetti

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



Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4

2007-02-06 Thread Ric de France

Hi Gabriel,

On 07/02/07, Gabriel Rossetti [EMAIL PROTECTED] 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? Gent-hooo!! ==
== http://www.gentoo.org/main/en/about.xml ==
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4

2007-02-06 Thread Gabriel Rossetti


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 root0 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



Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4

2007-02-06 Thread Gabriel Rossetti



Ric de France wrote:

Hi Gabriel,

On 07/02/07, Gabriel Rossetti [EMAIL PROTECTED] 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,[EMAIL PROTECTED] 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,[EMAIL PROTECTED] splash=verbose 
libata.atapi_enabled=1 softlevel=wireless
#kernel /boot/vmlinuz root=/dev/sda5 
video=vesafb:ywrap,mtrr:2,[EMAIL PROTECTED] 
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 root0 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



Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4

2007-02-06 Thread Alan McKinnon
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 root0 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



Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4

2007-02-06 Thread Alan McKinnon
On Tuesday 06 February 2007, Gabriel Rossetti wrote:
 Ric de France wrote:
  Hi Gabriel,
 
  On 07/02/07, Gabriel Rossetti [EMAIL PROTECTED] 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



Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4

2007-02-06 Thread Gabriel Rossetti



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 root0 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



Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4

2007-02-06 Thread Arturo 'Buanzo' Busleiman
-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



Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4

2007-02-06 Thread Gabriel Rossetti



Alan McKinnon wrote:

On Tuesday 06 February 2007, Gabriel Rossetti wrote:
  

Ric de France wrote:


Hi Gabriel,

On 07/02/07, Gabriel Rossetti [EMAIL PROTECTED] 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 ([EMAIL PROTECTED]) #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



Re: [gentoo-user] no matter what kernel version I compile, It says it's 2.6.19-r4

2007-02-06 Thread Hans-Werner Hilse
Hi,

On Tue, 06 Feb 2007 10:37:05 -0300 Arturo 'Buanzo' Busleiman
[EMAIL PROTECTED] 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