- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Repeated error getty: cannot vhangup line "console...
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
04-06-2003 09:59 PM
04-06-2003 09:59 PM
Repeated error getty: cannot vhangup line "console". errno: 25
I have HP-UX 11.11 on B-class server and trying setup console port in order to connect notebook with null-modem cable. In /etc/inittab:
a0:3:respawn:/usr/sbin/getty -h tty0p0 DT9600 vt100
In /etc/gettydefs:
DT9600 # B9600 CS8 CLOCAL # B9600 SANE -ISTRIP CLOCAL #login: #DT9600
(standart strings is not work and this line I read from this forum)
All work OK, but I see many errors in log
getty: cannot vhangup line "console". errno: 25
Thats wrong ?
Regards, Yuri Kozlov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 10:31 PM
04-06-2003 10:31 PM
Re: Repeated error getty: cannot vhangup line "console". errno: 25
If you have another system with a proper console or monitor, your best bet is to "borrow" it for a while.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 11:16 PM
04-06-2003 11:16 PM
Re: Repeated error getty: cannot vhangup line "console". errno: 25
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 04:37 AM
04-07-2003 04:37 AM
Re: Repeated error getty: cannot vhangup line "console". errno: 25
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 05:48 AM
04-07-2003 05:48 AM
Re: Repeated error getty: cannot vhangup line "console". errno: 25
There's a couple of points you ought to check:
1) did you leave one blank line either side of your DT9600 entry in /etc/gettydefs? This file is very sensitive to any syntax errors. If in doubt start with the fresh file from /usr/newconfig/etc/gettydefs and add any customisation back in. I always put customised entries above the last entry in the file, and ensure there's one blank line before and after it. getty -c can also be used to do _some_ syntax checking of this file - see the getty man page.
2) the dial in device is ttyd0p0, rather than tty0p0. Check whether you have another entry in inittab that references the same physical port (ie ttyd0p0, tty0p0, etc.)
3) errno 25 is "not a typewriter." If you set the a0 line in /etc/inittab to off, do you still see this error?
regards,
Darren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 03:34 AM
04-08-2003 03:34 AM
Re: Repeated error getty: cannot vhangup line "console". errno: 25
I found answer.
This computer no have monitor,
but in inittab start getty console. I comment this and error disappear. Another question: how to leave getty on console without monitor?
Regards, Yuri Kozlov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 07:50 AM
04-10-2003 07:50 AM
Re: Repeated error getty: cannot vhangup line "console". errno: 25
I'm not sure of the specifics for the B-class, but some workstations use the monitor for the console, unless it's not connected at which point a serial port is used.
regards,
Darren.