- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: getty process not running....
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
12-06-2001 10:16 PM
12-06-2001 10:16 PM
getty process not running....
In one of my 10.20 server getty process is not running properly. Every time I do "init q" or getty it starts the process but immediately it dies. I couldn't see any error in syslog file. This is a working server and I didn't do any major change recently.
Anybody know why its happening like this???
Thanks in advance.
Paulson.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 10:47 PM
12-06-2001 10:47 PM
Re: getty process not running....
id:rstate:action:process .
Here for getty process the action field should "respawn" which tells init to re-spawn if the process dies.
-Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 10:48 PM
12-06-2001 10:48 PM
Re: getty process not running....
Check your /etc/inittab for a line similar to this :
a0:3:respawn:/usr/sbin/getty -h -t60 ttyd2a5 38400m # Dialback Modem
or this :
a1:3:respawn:/usr/sbin/getty -h ttyd2a7 9600
.
If this is ok, check your /var/adm/syslog/syslog.log for the reason, why the process dies.
If you find more details and still need help, let us know.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 11:12 PM
12-06-2001 11:12 PM
Re: getty process not running....
I know one case where the console loging used to hang.Are you also facing this problem on colsole login ?
The PPID (parent process id) of the getty running on the console
is vuelogin. When running X-terminal and not using VUE, this situation will
occur. There is a conflict between the two competing processes to spawn a
getty on the console.
In order to alleviate this problem, execute the following:
1. Go into /etc/inittab
2. Change vuerc to off
3. Change the cons entry back to respawn
4. Re-read the inittab file:
init q
Animesh
animesh99@hotmail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 11:21 PM
12-06-2001 11:21 PM
Re: getty process not running....
But I didn't get any solution yet.
my inittab entries are exactly correct. And whenever I restart through init q, getty starts and I could see when I do ps -ef. But the next movement it won't be there!...So I couldn't start my console connection.
There is no error in syslog at all (I started my inetd with -l option)..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 11:59 PM
12-06-2001 11:59 PM
Re: getty process not running....
Have you tried the microsoft policy?rebooting the server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 12:04 AM
12-07-2001 12:04 AM
Re: getty process not running....
Another thought:
May be your /etc/inittab has become corrupt. To resolve, do the following:
1. Back up your /etc/inittab.
2. cp /usr/newconfig/etc/inittab /etc/inittab
3. init q
Once the getty starts on the console (/dev/console), you can
add additional inittab entries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 12:12 AM
12-07-2001 12:12 AM
Re: getty process not running....
Can you post us your complete inittab?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 07:34 AM
12-07-2001 07:34 AM
Re: getty process not running....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 03:57 PM
12-07-2001 03:57 PM
Re: getty process not running....
Thanks for all your answers.
Atlast I find out the root cause of the problem. Actually we are using TAS(Terminal Access server) somehow when we connect the TAS getty process get killed!!...When I connected a dump terminal in the console port and restart the getty it started working fine.
Paulson