- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- getty: cannot open console . errno: 6 hp
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 06:25 AM
01-10-2003 06:25 AM
getty: cannot open console . errno: 6 hp
When we log on to the webconsole the ^B works as well, but we dont get a login prompt.
Does any body has a solution for this problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 07:19 AM
01-10-2003 07:19 AM
Re: getty: cannot open console . errno: 6 hp
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 08:15 AM
01-10-2003 08:15 AM
Re: getty: cannot open console . errno: 6 hp
I wonder, if that problem suddenly happened or if something was changed. E.g. new kernel, remote access card added or similar.
However, you should check if the mux2 driver is configured into the kernel.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 08:19 AM
01-10-2003 08:19 AM
Re: getty: cannot open console . errno: 6 hp
" root 9215 1 0 Jan 6 console 0:00 /usr/sbin/getty console console"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 09:01 AM
01-10-2003 09:01 AM
Re: getty: cannot open console . errno: 6 hp
The problem did not suddenly popped up, it's there since the machine's first boot. Nobody ever noticed the messages in the syslog. ( there are over 400 Unix servers here and nobody complained about the system till now.) Since the problem was always there it could be a hardware problem as well, but i want to make sure it's not a configuration error.
About the ps -ef | grep console
the output line look like this:
root 1243 1 0 Jun 21 ? 0:00 /usr/sbin/getty console console
I don't like the question mark in the column where the tty is supposed to show up.
In reply to your question vincente, there is only one line showing up.
There is one more thing however. Lokking in the syslog the messages contain different timestamps like this:
10:22:23 ztm01b01 : getty:cannot open "con...
16:22:25 ftpd[12265]: FTP LOGIN
The getty messages have a 6 hour early time stamp. The correct one is 16:22:25 in this case. It's weird.
Thanks for your help, i'll hope i can solve this one soon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 09:11 AM
01-10-2003 09:11 AM
Re: getty: cannot open console . errno: 6 hp
The 'ps -ef' you supplied for your getty shows that it has been running since June. Have you tried just killing that getty process? It should get respawned by init since it is defined in the /etc/inittab file. Also, you mentioned you are using web consoles. Do you have a regular console you can plug into the console port to see if that works? That might eliminate one variable [the web console].
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 05:27 PM
01-10-2003 05:27 PM
Re: getty: cannot open console . errno: 6 hp
Open another session on the machine and redirect whatever the console output to the tty of the session which you just opened.
This will show what kind of messages it spits on console. Chances that you may get a message like "getty/init is respawing too rapidly" etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 05:08 AM
01-16-2003 05:08 AM
Re: getty: cannot open console . errno: 6 hp
The ps -ef | grep console i discussed earlier in this thread gave the output line looked like this:
root 1243 1 0 Jun 21 ? 0:00 /usr/sbin/getty console console
after the swap with the new server is looked like this
root
Thanks all for your input it appeared to be a problem with the main board. I'll hope this thread helps other to solve similiar problems.
greetzz