[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: the watchdog of login program
From: |
Roland McGrath |
Subject: |
Re: the watchdog of login program |
Date: |
Wed, 25 Aug 2004 16:14:06 -0400 (EDT) |
login forks the watchdog process and what it does is wake up and check if
the main login process has an owner. If you've logged in, it should have
one. What you should do is attach gdb to the watchdog process, and set a
breakpoint in check_login. Then watch it talk to the proc server and see
what it gets back and what it does. The watchdog process ought to see that
the main process has an owner now and just exit.
- the watchdog of login program, Ognyan Kulev, 2004/08/25
- Re: the watchdog of login program,
Roland McGrath <=
- Re: the watchdog of login program, ogi, 2004/08/26
- Re: the watchdog of login program, Roland McGrath, 2004/08/26
- Re: the watchdog of login program, Roland McGrath, 2004/08/26
- Re: the watchdog of login program, Ognyan Kulev, 2004/08/26
- Re: the watchdog of login program, Roland McGrath, 2004/08/26
- Re: the watchdog of login program, Ognyan Kulev, 2004/08/27
- Re: the watchdog of login program, Roland McGrath, 2004/08/27
- Re: the watchdog of login program, Ognyan Kulev, 2004/08/28
- Re: the watchdog of login program, Roland McGrath, 2004/08/30
- Re: the watchdog of login program, Thomas Bushnell BSG, 2004/08/30