Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-06 Thread Daniel Bodanske

Mike  Tracy Holt wrote:
 Daniel
 
 I've always done 'make dep  make bzImage  make modules  make
 modules_install'  then when complete I run 'make install' which is what
 places the System.map file for one.  Is that what you did?
 
Well see there you go -- I've never in my LIFE finished with "make
install." Just blasted over to Linuxconf and all.  Thanks for the tip --
I'll bet it works :)


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com




Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-05 Thread Daniel Bodanske

I tried both linking the system.map and simply moving it to the boot
partition as well
"Eric MC.D" wrote:
 
 After compiling the kernel did you:
 copy your System.map-xx.xx.xx to /boot , and
 rm /boot/System.map
 ln -s /boot/System.map-xx.xx.xx /boot/System.map
 ??
 Eric
 
 Daniel Bodanske wrote:
 
  OK, so I compiled the new kernel yeasterday, so I could try out the new Linux
  Diskless Terminal  version (they recommend using 2.3.somethingoranother, but I
  figured the 2.4 would be safer). Anyway, I had no problem with the compilation,
  added it using linixconf as I always have done ( I recompile at home all the
  time to play) and when I rebooted, I got the error messages that the System.map
  was the wrong kernel version.  I've never run into this before.  I've been
  recompiling eversince 2.0.??  Anyway, I tried linuxconf again, and then I tried
  manually adding the System.map out of the source code. and probably if you
  actually know what you're doing, you'll tell me what I know now:that doesn't
  work.  Anyone give me a clue what I'm missing?  I'm really kind of ignorant.
  Daniel
 
  __
  Do You Yahoo!?
  Talk to your friends online with Yahoo! Messenger.
  http://im.yahoo.com

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com




Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-05 Thread Pelon


  Daniel Bodanske wrote:
  
   OK, so I compiled the new kernel yeasterday, so I could try out the new Linux
   Diskless Terminal  version (they recommend using 2.3.somethingoranother, but I
   figured the 2.4 would be safer). Anyway, I had no problem with the compilation,
   added it using linixconf as I always have done ( I recompile at home all the
   time to play) and when I rebooted, I got the error messages that the System.map
   was the wrong kernel version.  I've never run into this before.  I've been
   recompiling eversince 2.0.??  Anyway, I tried linuxconf again, and then I tried
   manually adding the System.map out of the source code. and probably if you
   actually know what you're doing, you'll tell me what I know now:that doesn't
   work.  Anyone give me a clue what I'm missing?  I'm really kind of ignorant.
   Daniel

If you did copy the System.map over to boot ( I
usually have several System.map.2.4.0-testX files
with a link to the correct one) then maybe you
are running the old kernel. Go back and carefully
look at every line in lilo.conf.

I sometimes forget to change label=linux and also
to run lilo to make the settings permanent.

pelon



  
   __
   Do You Yahoo!?
   Talk to your friends online with Yahoo! Messenger.
   http://im.yahoo.com
 
 __
 Do You Yahoo!?
 Talk to your friends online with Yahoo! Messenger.
 http://im.yahoo.com




Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-05 Thread Daniel Bodanske

I ran lilo and rebooted, and the system actually ran at first, just
pulled up that error message about twenty times during the boot.  It
only stopped working at all when I tried to manually copy the System.map
file from the source code
John Aldrich wrote:
 
 On Wed, 02 Aug 2000, you wrote:
  OK, so I compiled the new kernel yeasterday, so I could try out the new Linux
  Diskless Terminal  version (they recommend using 2.3.somethingoranother, but I
  figured the 2.4 would be safer). Anyway, I had no problem with the compilation,
  added it using linixconf as I always have done ( I recompile at home all the
  time to play) and when I rebooted, I got the error messages that the System.map
  was the wrong kernel version.  I've never run into this before.  I've been
  recompiling eversince 2.0.??  Anyway, I tried linuxconf again, and then I tried
  manually adding the System.map out of the source code. and probably if you
  actually know what you're doing, you'll tell me what I know now:that doesn't
  work.  Anyone give me a clue what I'm missing?  I'm really kind of ignorant.
  Daniel
 
 Did you re-run LILO after updating the lilo.conf?
 John

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com




Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-05 Thread Mike Tracy Holt

Daniel Bodanske wrote:
 
 I tried both linking the system.map and simply moving it to the boot
 partition as well
 "Eric MC.D" wrote:
 
  After compiling the kernel did you:
  copy your System.map-xx.xx.xx to /boot , and
  rm /boot/System.map
  ln -s /boot/System.map-xx.xx.xx /boot/System.map
  ??
  Eric
 
  Daniel Bodanske wrote:
  
   OK, so I compiled the new kernel yeasterday, so I could try out the new Linux
   Diskless Terminal  version (they recommend using 2.3.somethingoranother, but I
   figured the 2.4 would be safer). Anyway, I had no problem with the compilation,
   added it using linixconf as I always have done ( I recompile at home all the
   time to play) and when I rebooted, I got the error messages that the System.map
   was the wrong kernel version.  I've never run into this before.  I've been
   recompiling eversince 2.0.??  Anyway, I tried linuxconf again, and then I tried
   manually adding the System.map out of the source code. and probably if you
   actually know what you're doing, you'll tell me what I know now:that doesn't
   work.  Anyone give me a clue what I'm missing?  I'm really kind of ignorant.
   Daniel

I've always done 'make dep  make bzImage  make modules  make
modules_install'  then when complete I run 'make install' which is what
places the System.map file for one.  Is that what you did?

Mike
-- 

Mike  Tracy Holt
Kirkland, WA
[EMAIL PROTECTED]
[EMAIL PROTECTED]





Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-05 Thread Eric MC.D

Check : (xx.xx.xx is the version of your kernel)
/boot/vmiluz-xx.xx.xx
/boot/System.map points to /boot/System.map-xx.xx.xx
If you use lilo:
/etc/lilo.conf is setup correctly to your new kernel:
vmlinuz-xx.xx.xx  (is the bzImage when compiling)
and you ran lilo ? 
Check also:
/lib/modules/xx.xx.xx
Or maby you typed something wrong ? as xy.xx.xx ?
Eric



Daniel Bodanske wrote:
 
 I tried both linking the system.map and simply moving it to the boot
 partition as well
 "Eric MC.D" wrote:
 
  After compiling the kernel did you:
  copy your System.map-xx.xx.xx to /boot , and
  rm /boot/System.map
  ln -s /boot/System.map-xx.xx.xx /boot/System.map
  ??
  Eric
 
  Daniel Bodanske wrote:
  
   OK, so I compiled the new kernel yeasterday, so I could try out the new Linux
   Diskless Terminal  version (they recommend using 2.3.somethingoranother, but I
   figured the 2.4 would be safer). Anyway, I had no problem with the compilation,
   added it using linixconf as I always have done ( I recompile at home all the
   time to play) and when I rebooted, I got the error messages that the System.map
   was the wrong kernel version.  I've never run into this before.  I've been
   recompiling eversince 2.0.??  Anyway, I tried linuxconf again, and then I tried
   manually adding the System.map out of the source code. and probably if you
   actually know what you're doing, you'll tell me what I know now:that doesn't
   work.  Anyone give me a clue what I'm missing?  I'm really kind of ignorant.
   Daniel
  
   __
   Do You Yahoo!?
   Talk to your friends online with Yahoo! Messenger.
   http://im.yahoo.com
 
 __
 Do You Yahoo!?
 Talk to your friends online with Yahoo! Messenger.
 http://im.yahoo.com





[expert] Kernel 2.4.0test5 System.map?

2000-08-02 Thread Daniel Bodanske

OK, so I compiled the new kernel yeasterday, so I could try out the new Linux
Diskless Terminal  version (they recommend using 2.3.somethingoranother, but I
figured the 2.4 would be safer). Anyway, I had no problem with the compilation,
added it using linixconf as I always have done ( I recompile at home all the
time to play) and when I rebooted, I got the error messages that the System.map
was the wrong kernel version.  I've never run into this before.  I've been
recompiling eversince 2.0.??  Anyway, I tried linuxconf again, and then I tried
manually adding the System.map out of the source code. and probably if you
actually know what you're doing, you'll tell me what I know now:that doesn't
work.  Anyone give me a clue what I'm missing?  I'm really kind of ignorant.
Daniel


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com




Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-02 Thread Eric MC.D

After compiling the kernel did you:
copy your System.map-xx.xx.xx to /boot , and
rm /boot/System.map
ln -s /boot/System.map-xx.xx.xx /boot/System.map
??
Eric

Daniel Bodanske wrote:
 
 OK, so I compiled the new kernel yeasterday, so I could try out the new Linux
 Diskless Terminal  version (they recommend using 2.3.somethingoranother, but I
 figured the 2.4 would be safer). Anyway, I had no problem with the compilation,
 added it using linixconf as I always have done ( I recompile at home all the
 time to play) and when I rebooted, I got the error messages that the System.map
 was the wrong kernel version.  I've never run into this before.  I've been
 recompiling eversince 2.0.??  Anyway, I tried linuxconf again, and then I tried
 manually adding the System.map out of the source code. and probably if you
 actually know what you're doing, you'll tell me what I know now:that doesn't
 work.  Anyone give me a clue what I'm missing?  I'm really kind of ignorant.
 Daniel
 
 __
 Do You Yahoo!?
 Talk to your friends online with Yahoo! Messenger.
 http://im.yahoo.com





Re: [expert] Kernel 2.4.0test5 System.map?

2000-08-02 Thread John Aldrich

On Wed, 02 Aug 2000, you wrote:
 OK, so I compiled the new kernel yeasterday, so I could try out the new Linux
 Diskless Terminal  version (they recommend using 2.3.somethingoranother, but I
 figured the 2.4 would be safer). Anyway, I had no problem with the compilation,
 added it using linixconf as I always have done ( I recompile at home all the
 time to play) and when I rebooted, I got the error messages that the System.map
 was the wrong kernel version.  I've never run into this before.  I've been
 recompiling eversince 2.0.??  Anyway, I tried linuxconf again, and then I tried
 manually adding the System.map out of the source code. and probably if you
 actually know what you're doing, you'll tell me what I know now:that doesn't
 work.  Anyone give me a clue what I'm missing?  I'm really kind of ignorant.
 Daniel
 
Did you re-run LILO after updating the lilo.conf?
John