On Sat, 2005-03-26 at 09:18 +0900, Yutaka Sato wrote: > In message <_A2869@delegate-en.ML_> on 03/26/05(04:44:22) > you Daniel Spratlen <pgufqbdyi-mxhgu46w633w.ml@delegate.org> wrote: > | We are currently use delegate 8.9.2 on Redhat ES Linux (ia32) without > |problems. We started looking at delegate 8.11.1, however we are not > |able to get version 8.11.1 to run properly in our lab environment. The > |problem I am seeing is that delegate does not fully let go of standard > |in when being sent to the background. If I run an strace on the pid of > |delegate after starting it, I can actually see input from the tty that > |launched delegate in the strace. > ... > |To add to the confusion I also receive this in the logs: > | > |03/25 15:17:57.51 [8318] 0+0: --INITIALIZATION DONE: 8.11.1 on > |Linux/2.4.9-e.34smp-- > |03/25 15:17:57.51 [8318] 0+0: E-A: ABORT: caught SIGSEGV [11] > |03/25 15:17:57.51 [8318] 0+0: E-A: core will be at /var/spool/delegate- > |nobody/work/21buildhost:443 > |03/25 15:17:57.51 [8318] 0+0: ####! EMERGENCY STOP !#### > |03/25 15:17:57.57 [8318] 0+0: Kill(8319,9) > | > | > |I looked for core files in /var/spool/delegate- > |nobody/work/21buildhost:443/ but they are blank files. I'll be happy to > |provide more information, log files etc if needed. > > It will be so helpful to know with what parameters you invoked the delegated. > > Cheers, > Yutaka We start delegated with the following options. This comes from our delegate init script, 'daemon' is a function available in RH init scripts. Basically it detaches a process from the tty it was started on. As I mentioned the exact same init script works as intended with delegate8.9.2. daemon delegated -S -Plocalhost:80 SERVER=http://xxxxx.xxx.xxx:80/ LOGFILE=/var/log/delegate.80 PROTOLOG=/var/log/delegate.80 MAXIMA=delegated:128,conpch:8 RESOLV=file PERMIT=\"*\" RELIABLE=\"*\" HTTPCONF=\"add-qhead: x-forwarded-for:%a\" URICONV=\"full:+,-HTTP- EQUIV/META\" ADMIN=\"support@xxx.xxx daemon delegated -S -Plocalhost:443 SERVER=tcprelay://xxxxx.xxx.xxx:443/ LOGFILE=/var/log/delegate.443 PROTOLOG=/var/log/delegate.443 MAXIMA=delegated:128,conpch:8 RESOLV=file PERMIT=\"*\" RELIABLE=\"*\" ADMIN=\"support@xxx.xxx thanks, Daniel