home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6809 < prev    next >
Encoding:
Text File  |  1992-07-27  |  2.3 KB  |  65 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!stanford.edu!agate!boulder!caesar!drew
  3. From: drew@caesar.cs.colorado.edu (Drew Eckhardt)
  4. Subject: Re: Help with 0.96c pl 2 Compile Please
  5. Message-ID: <1992Jul27.230647.28735@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: caesar.cs.colorado.edu
  8. Organization: University of Colorado at Boulder
  9. References: <1992Jul27.222222.29638@sura.net>
  10. Date: Mon, 27 Jul 1992 23:06:47 GMT
  11. Lines: 52
  12.  
  13. In article <1992Jul27.222222.29638@sura.net> vargish@sura.net (Nick Vargish) writes:
  14. >It's me again... I'd like to thank everyone who helped with my previous
  15. >slew of questions (you know who you are!). I have a couple more, of course,
  16. >mostly relating to rebuilding kernels.
  17. >
  18. >1. pl2 won't compile "out-of-the-box" (the box being the file on banjo in
  19.  
  20. Works fine for me.  Try removing the /usr/src/linux (or whatever) 
  21. directory, unarchiving it, and when you build it, capture ALL 
  22. error messages - I use
  23.  
  24. make 2>&1 | tee errors 
  25.  
  26. so that I have a record of all errors and still have a copy in the 
  27. window for immediate perusal.
  28.  
  29. >2. Currently I have a file called "vmlinux.96c+" in my root directory.
  30. >   /etc/config points to this... is this the kernel? How is it related
  31.  
  32. Yes.
  33.  
  34. >   to /usr/src/linux/Image. And if I built a new Image yesterday (before
  35.  
  36. Same format as /usr/src/linux/Image.
  37.  
  38. >   unpacking pl-2) should I "cp /usr/src/linux/Image /vmlinux.96c+"?
  39. >
  40.  
  41. No.  If there is some bug you didn't notice in the kernel, you
  42. nolonger have a working system, and must boot from floppy disk.
  43. Instead, keep the old /vmlinux, put the new one under / as a different
  44. file, and make /etc/config point at it instead.
  45.  
  46. My root directory has files in it 
  47. /vmunix
  48. /vmunix.bak
  49. /vmunix.<last know totally bug free version>
  50.  
  51. Where /vmunix is the "current" version of the kernel, /vmunix.bak the
  52. exact same file, and the other bootable kernel some other known working
  53. version.
  54.  
  55.  
  56. >   Will getting the right kernel image loaded (please help me do this!)
  57. >   fix the $%@! problems with the ps96b package? Remember, I can't build
  58. >   the kernal now without fixing problem (1), but I did successfully do
  59. >   so yesterday. I may not be loading the kernel I made yesterday, though.
  60.  
  61. Yes. ps -U uses the /usr/src/linux/tools/system file, if the one 
  62. you are booting doesn't match this, then ps looks in the wrong place 
  63. for important things..
  64.  
  65.