Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Focus-Sun
[Top] [All Lists]

RE: E450 - hangs when booting without keyboard and monitor

Subject: RE: E450 - hangs when booting without keyboard and monitor
Date: Thu, 2 Sep 2004 10:01:18 +0100
I think it hangs because it's trying to write to the console and can't. So, you 
need to make some tweaks to stop it trying to write to the console. I recently 
had to do much the same thing on a really old SparcServer 1000 and this worked 
for me.
You want to make changes to the /etc/inittab and /etc/syslog.conf files so make 
copies of the current versions first. Then, edit syslog.conf and comment out 
any lines that refer to /dev/console e.g.:

# *.err;kern.notice;auth.notice /dev/console

Next open inittab and edit this line

co:234:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` console login: " -T sun 
-d /dev/console -l console -m ldterm,ttcompat

replace the '234' with a '1' like this:

co:1:respawn:/usr/lib/saf/ttymon -g -h -p "`uname -n` console login: " -T sun 
-d /dev/console -l console -m ldterm,ttcompat

And that should be about it. When you reboot it should no longer try to 
communicate with the console. If you want the changes to take effect without 
rebooting just do a 'kill -HUP' on the init and syslogd processes.

Best of luck,
Derek Torrance


--------------------------------------------------------
Disclaimer:
This e-mail and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed.  If 
you are not the intended addressee, or the person responsible for delivering it 
to them, you may not copy, forward, disclose, rely on or otherwise use it or 
any part of it in any way. To do so may be unlawful.  Any representations, 
contractual or otherwise, views or opinions presented are solely those of the 
author and do not necessarily represent those of Glasgow Housing Association 
Ltd.  If you receive this e-mail by mistake, please advise the sender 
immediately by phoning 0141 274 6200 and delete this e-mail.  As part of our 
electronic communication policy Glasgow Housing Association Ltd. monitors 
e-mail content.  This footnote also confirms that this email message has been 
swept by MIMEsweeper for the presence of computer viruses. 
Glasgow Housing Association Ltd. is a registered Scottish charity, number SCO 
34054
--------------------------------------------------------


<Prev in Thread] Current Thread [Next in Thread>