Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

SGI admin Frequently Asked Questions (FAQ)
Section - -94- I just edited /etc/inittab, and now I can't start up or shut down my SGI! What's wrong?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Houses ]


Top Document: SGI admin Frequently Asked Questions (FAQ)
Previous Document: -93- Why isn't /usr/adm/SYSLOG being updated?
Next Document: -95- Why does timed say "bind: Cannot assign requested address"?
See reader questions & answers on this topic! - Help others by sharing your knowledge
Date: 03 Dec 1994 00:00:01 EST

  If the last line of /etc/inittab is a comment, init will screw up
  horribly.  If your machine is still running, remove the comment and
  everything will be OK. If not, go to the miniroot, run the shell and
  remove the comment from there. The following sequence of commands is
  one possible way to do this:

    cd /root/etc
    cat inittab		# Decide how many lines to remove (say three)
    wc inittab		# See how many lines inittab has (say 120)
    head -117 inittab > inittab.new   # Keep the first 120 - 3 lines
    mv inittab inittab.old
    mv inittab.new inittab
    cat inittab		# Just making sure

  and reboot. Don't forget the 'cd'; from the miniroot's point of view,
  /etc/inittab is /root/etc/inittab.

  The problem should be fixed in IRIX 5.3.

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: SGI admin Frequently Asked Questions (FAQ)
Previous Document: -93- Why isn't /usr/adm/SYSLOG being updated?
Next Document: -95- Why does timed say "bind: Cannot assign requested address"?

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
sgi-faq@viz.tamu.edu (The SGI FAQ group)





Last Update March 27 2014 @ 02:12 PM