home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sgi / 18429 < prev    next >
Encoding:
Text File  |  1993-01-02  |  2.3 KB  |  54 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!paladin.american.edu!gatech!usenet.ins.cwru.edu!agate!ames!sgi!rhyolite!vjs
  3. From: vjs@rhyolite.wpd.sgi.com (Vernon Schryver)
  4. Subject: Re: Launch program at boot time??
  5. Message-ID: <uck66t4@rhyolite.wpd.sgi.com>
  6. Organization: Silicon Graphics, Inc.  Mountain View, CA
  7. References: <C02z23.1os@iat.holonet.net> <u8rt1eo@zuni.esd.sgi.com> <1460@shrike.com>
  8. Date: Sat, 2 Jan 1993 18:12:28 GMT
  9. Lines: 43
  10.  
  11. In article <1460@shrike.com>, flash@austin.lockheed.com (James W. Melton) writes:
  12. > ...
  13. > My problem with a turnkey system is that my system has an annoying
  14. > tendency to come up with the "Do you want to automatically
  15. > reconfigure the system?" prompt. NOTHING happens until this
  16. > question is answered. How do you make it go away????
  17.  
  18.  
  19. Answer the question "no" to make it go away until the next reboot,
  20. or "yes" to make it go away forever.
  21.  
  22. That question happens only when lboot discovers that
  23.     -hardware has been added to or removed from the system since
  24.     the kernel, /unix, was last built, or
  25.     -kernel softare has been added or removed from /usr/sysgen.
  26.  
  27. When lboot is right, it is generally a very good idea to rebuild the
  28. kernel.
  29.  
  30. However, there are cases when rebuilding the kernel is a bad idea,
  31. which is why it asks before taking the potentially dangerous step of
  32. rebuilding the kernel.  For example, if you have written your own
  33. driver, you may not want to add it to the kernel, in case it is not yet
  34. ready for prime time.  If you have removed a board from the system only
  35. to test something, you probably do not want to rebuild the kernel
  36. without the driver, and then rebuild it with the driver.
  37.  
  38. Lboot can be wrong if the time and date on your system is or has
  39. been whacko.  The most common problem is one or more of the files
  40. and directories /usr/sysgen, /usr/sysgen/boot, /usr/sysgen/master.d,
  41. /usr/sysgen/system, /usr/sysgen/boot/*, or /usr/sysgen/master.d/*
  42. has a date in the future; January in 2031 is popular.  If this happens,
  43. lboot is unable to make /unix "newer" than the system software.
  44. The fix is to run the following two commands:
  45.  
  46.     find /usr/sysgen -newer /unix -print | xargs touch
  47.     /etc/autoconfig -f.
  48.  
  49. The first command fixes any bogus dates, and the second ensures
  50. that you actually have a newer kernel.
  51.  
  52.  
  53. Vernon Schryver,  vjs@sgi.com
  54.