Operating System - HP-UX
1833313 Members
2881 Online
110051 Solutions
New Discussion

Messed with run levels, now system wont start.

 
SOLVED
Go to solution
Torsten.
Acclaimed Contributor

Re: Messed with run levels, now system wont start.

Still on serial port with hyperterminal?

So it works until you end in single user mode.

Go to "file"->"properties"->"settings"

and change emulation from "auto detect" to "vt100".


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Eric Bakken
Regular Advisor

Re: Messed with run levels, now system wont start.

yeas, I changed the flow control to none, and it worked, and i did all that you said and changed the inittab back to how it was before, and I think you have solved all my problems... one thing though, what did the export term=vt100 do exactly?
Torsten.
Acclaimed Contributor

Re: Messed with run levels, now system wont start.

In very simple words:

the vi editor needs to know how may rows and columns are on the terminal. By setting the emulation type to vt100 (in hyperterminal) and export the variable "TERM" with the value "vt100", your computer knows about how many rows and columns are there.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Eric Bakken
Regular Advisor

Re: Messed with run levels, now system wont start.

ok, thank you