Kbase P83161: AdminServer dies when CTL 'C' is performed within the session where it started even if nohup is used
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
Progress 9.1D
Fathom Management 2.1A
SYMPTOM(s):
AdminServer dies when CTL 'C' is performed within the session where it started even if nohup is used when Fathom Management is involved
FIX:
Use bash and the trap command to negate the CTRL-C etc. signals from being sent to the AdminServer:
(# = root shell prompt)
# bash
# trap 3 1
# trap 2 1
# nohup proadsv -start &