server went down

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Bill Warner
Date:  
Subject: server went down
I think i found what the problem might be. In order to keep people
from ^c there is a trap statement that is not letting things get the
applications get a sig term. ie:

trap "" 0 15

this is because if someone ^c's out of our bussness application then
it currupts the database. I guess now we need to come up with a better
way to keep this from happening. or continue to run the kill script.

Bill Warner



On 17 Feb 2001 10:06:51 -0700, Kevin Saling wrote:
>
> Bill,
>
> I agree with Deepak, that app must not be releasing all the resources. This
> might be a silly question, but what options do you have for debugging the
> app?
>
> ...Kevin
>
>
> > -----Original Message-----
> > From:
> > [mailto:plug-discuss-admin@lists.PLUG.phoenix.az.us]On Behalf Of Bill
> > Warner
> > Sent: Friday, February 16, 2001 2:52 PM
> > To:
> > Subject: Re: server went down
> >
> >
> > UID        PID  PPID  C STIME TTY          TIME CMD
> > joeuser   31023     1  0 15:29 ?        00:00:00 -sh
> > joeuser   23174     1  0 16:56 ?        00:00:00 -sh
> > joeuser   32042 31023  0 16:57 ?        00:00:00 run MS/MS.START
> > joeuser   32092 23174  0 16:57 ?        00:00:00 sh /bin/GO
> > joeuser   32192 32092  0 16:57 ?        00:00:00 sh /bin/GO

> >
> > This is an example of some of the procs that are left after a logout.
> > i noticed the the -sh procs have moved to init as there parent process??
> > is there a configureation for init to clean upthese procs or is it likly
> > something
> > in the scripts that are holding them open???
> >
> > Bill Warner
> >
> > On 16 Feb 2001 13:31:35 -0500, Deepak Saxena wrote:
> > > > What in a program can cause it not to die when your session
> > is over? and
> > > > what can i do to help clean these up rather than just haveing greping
> > > > them out
> > > > of a ps and killing them?
> > >
> > > If a program doesn't die when the session is over, it generally means
> > > that it's somehow still atached to a tty or something of that sort.
> > >
> > > ~Deepak
> > >
> > > >
> > > > --
> > > > --
> > > > Bill Warner
> > > > Direct Alliance Corp.
> > > > Unix/Linux Admin.
>
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> Plug-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss




--
--
Bill Warner
Direct Alliance Corp.
Unix/Linux Admin.