The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-28-2001
rwb1959's Avatar
rwb1959 rwb1959 is offline
Registered User
 

Join Date: Aug 2001
Location: Virginia, USA
Posts: 438
console messages

From your description, I assume you are getting
a constant stream of messages to the console
and therefore cannot login to the system.
If this is the case, You should bring the system
up in single user (maintenence) mode and first
disable the system program that is causing these
messages. For instance, some service deamon
is failing to start due to some error, you might
have to comment out an entry in /etc/inetd.conf
or somthing in the rc.d directory.At this point
you can then restart the system in multiuser
mode and troubleshoot the problem from the
command line.

It would help to "see" what messages
you are getting.