- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslog error
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-29-2002 08:39 PM
04-29-2002 08:39 PM
I get the following errors frequenty in my syslog. What may be the fault. Any pointers, docs are welcome. Thanks in advance
Apr 29 22:11:19 hpk220 syslog: getty: cannot open "tty0p3". errno: 6 Apr 29 22:11:19 hpk220 syslog: getty: cannot open "tty0p2". errno: 6 Apr 29 22:11:32 hpk220 syslog: getty: cannot open "tty0p4". errno: 6 Apr 29 22:11:37 hpk220 syslog: getty: cannot open "tty0p5". errno: 6
cheers
Umapathy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 08:46 PM
04-29-2002 08:46 PM
SolutionTurn them off (edit the file /etc/inittab and change "respawn" to "off" for the tty entries) and run ..
# init q
and it'll stop the "un-needed" logging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 08:49 PM
04-29-2002 08:49 PM
Re: syslog error
#ttp1:234:respawn:/usr/sbin/getty -h tty0p1 9600
#ttp2:234:respawn:/usr/sbin/getty -h tty0p2 9600
#ttp3:234:respawn:/usr/sbin/getty -h tty0p3 9600
#ttp4:234:respawn:/usr/sbin/getty -h tty0p4 9600
#ttp5:234:respawn:/usr/sbin/getty -h tty0p5 9600
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:05 PM
04-29-2002 09:05 PM
Re: syslog error
cheers
Umapathy S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 09:16 PM
04-29-2002 09:16 PM
Re: syslog error
# cd /dev
# ls -lR | grep tty0
You should only see tty0p0 I think and the rest doesn't exist by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 10:04 PM
04-29-2002 10:04 PM
Re: syslog error
crw--w--w- 1 bin bin 193 0x000e00 Mar 1 2000 tty0p14 crw--w--w- 1 bin bin 193 0x000f00 Mar 1 2000 tty0p15 crw--w--w- 1 root bin 193 0x000200 Mar 1 2000 tty0p2 crw--w--w- 1 root bin 193 0x000300 Mar 1 2000 tty0p3 crw--w--w- 1 root bin 193 0x000400 Mar 1 2000 tty0p4 crw--w--w- 1 root bin 193 0x000500 Mar 1 2000 tty0p5 crw--w--w- 1 bin bin 193 0x000600 Mar 1 2000 tty0p6 crw--w--w- 1 bin bin 193 0x000700 Mar 1 2000 tty0p7 crw--w--w- 1 bin bin 193 0x000800 Mar 1 2000 tty0p8
cheers
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 10:16 PM
04-29-2002 10:16 PM
Re: syslog error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 10:30 PM
04-29-2002 10:30 PM
Re: syslog error
cheers
Umapathy