Hi YS, Thanks for your last answer. First, here the part of my script which launch delegate for the options I use : __________________________SCRIPT________________________ PARAM=$1 PATH=$PATH:/usr/local/+delegate8.9.2/subin if [ -z "$2" ]; then PORT=7978 else PORT=$2 fi DGROOTTEST="/root/delegateTest/Delegate" DGOWNER="delegate" case "$PARAM" in start) rm -f $DGROOTTEST/log/7978* echo -e "Demarrage du proxy pour le port $PORT: " /usr/local/+delegate8.9.2/src/delegated -P$PORT -vd \ OWNER=$DGOWNER \ DGROOT=$DGROOTTEST \ ADMIN="JehanGuillaume.deRorthais@omya.." \ AUTH="admin:*:adminjrr@frpa01proxy" \ SERVER=http \ PERMIT="*:*:*" \ PROXY=172.25.72.2:80 \ SHARE="" \ PROTOLOG=":%C" \ AUTH=proxy:pauth \ AUTHORIZER="-pam/passwd" ...snip... ~~~~~~~~~~~~~~~~~~~~~~~~~END OF SCRIPT~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I still don't success to authenticate my users via the pam authentification. Here my tests as you advise me : Selon Yutaka Sato <pficabdyi-mxhgu47w6h3w.ml@delegate.org>: | | If you see a line like follows in your LOGDIR/stderr.log, | | ## pam_authenticate [passwd][adminjrr] = 7 As writed in my 7978 logfile that I send you last time, stderr is redirect to the stdout.log file. Here the contents of this file with the "delegate" owner : # cat stdout.log PAM: cannot start passwd [adminjrr] error=-1 PAM: cannot start passwd [adminjrr] error=-1 PAM: cannot start passwd [adminjrr] error=-1 PAM: cannot start passwd [adminjrr] error=-1 PAM: cannot start passwd [adminjrr] error=-1 DeleGate[20969] got SIGTERM(15) for server=20967 | | it is possible that your "dgpam" program is not installed with the | appropriate owner (root) and flags (set euid + egid flags). | It should be like this: | | % ls -l dgpam | -r-sr-s--- 1 root dgowner 81107 May 11 18:07 dgpam Before doing my tests, I change the rights of this file as you advice me : # ll /usr/local/+delegate8.9.2/src/dgpam -r-sr-s--- 1 root delegate 71778 Apr 27 16:22 /usr/local/+delegate8.9.2/src/dgpam | | then this program must be executed by a user who belongs the owner's | group of the dgpam (dgowner in above example). The user "delegate" belongs the group "delegate" in my situation :) The 7978 lofile is the same that the last one I send you. | You can test if or not this is the case by invoking DeleGate under | super user adding OWNER=root parameter. If I launch my script (same configuration of the previous tests with "delegate" as owner) with root as OWNER of delegated, it still doesn't work. No error about pam in the stdout.log, but the 7978 lofile change, there is no more information about dgpam... : __________________________LOG________________________ 06/03 17:28:55.85 [20907] 0+0: TMPFILE(new_shared) = (3) /root/delegateTest/Delegate/tmp/dg20907.1.1086276535 06/03 17:28:55.85 [20907] 0+0: >>>TMPFILE(new_shared)>>>819bd10[3] 06/03 17:28:55.85 [20907] 0+0: [-] localhost 06/03 17:28:55.85 [20907] 0+0: [-] 127.0.0.1 06/03 17:28:55.85 [20907] 0+0: HOSTS[0]=localhost/127.0.0.1 (PREDEF) 06/03 17:28:55.85 [20907] 0+0: [-] .af-local 06/03 17:28:55.85 [20907] 0+0: [-] 127.0.0.127 06/03 17:28:55.85 [20907] 0+0: HOSTS[1]=.af-local/127.0.0.127 (PREDEF) 06/03 17:28:55.85 [20907] 0+0: scanned HOSTS=localhost/127.0.0.1,.af-local/127.0.0.127 06/03 17:28:55.86 [20907] 0+0: *** GETHOSTBYNAME: frpa01proxy.fr.omya.com / 0.00 secs. has_alias:1 06/03 17:28:55.86 [20907] 0+0: HOSTS[2]={frpa01proxy.fr.omya.com,frpa01proxy}/172.25.72.12 06/03 17:28:55.86 [20907] 0+0: configuring default RESOLV ... 06/03 17:28:55.86 [20907] 0+0: ... SYS: frpa01proxy -> 172.25.72.12 06/03 17:28:55.86 [20907] 0+0: ... NIS not available (no default domain) 06/03 17:28:55.86 [20907] 0+0: ... export RES_ORDER=CFDS 06/03 17:28:55.86 [20907] 0+0: export RESOLV=cache,file,dns,sys (set by default) 06/03 17:28:55.86 [20907] 0+0: setsockbuf[8] in:0->0 out:65535->131072 06/03 17:28:55.86 [20907] 0+0: --INITIALIZATION START: 8.9.2 on Linux/2.4..18-- 06/03 17:28:55.86 [20907] 0+0: BINSHELL=/bin/sh 06/03 17:28:55.86 [20907] 0+0: SPECIALIST: http 06/03 17:28:55.86 [20907] 0+0: frex_append(**) = 819BA30 06/03 17:28:55.86 [20908] 0+0: -- Fork(daemon): 1 -> 20908 06/03 17:28:55.86 [20908] 0+0: server_open(delegate,:7978,listen=20) 06/03 17:28:55.86 [20908] 0+0: listen(9,20) OK. 06/03 17:28:55.86 [20908] 0+0: server_open(delegate,:7978) BOUND 06/03 17:28:55.86 [20908] 0+0: DGROOT=/root/delegateTest/Delegate^M 06/03 17:28:55.86 [20908] 0+0: <DeleGate/8.9.2> [20908] -P7978 READY^M 06/03 17:28:55.86 [20908] 0+0: PORT= 7978/9 (31,42) 06/03 17:28:55.86 [20908] 0+0: OWNER=root => OWNER=root/root(root/root) 06/03 17:28:55.86 [20908] 0+0: SPECIALIST: http 06/03 17:28:55.86 [20908] 0+0: ##DeleGate/6.X: MIMECONV=thru is set by default. MIMECONV="" will make it compatible with former versions. 06/03 17:28:55.86 [20908] 0+0: dirfopen(/root/delegateTest/Delegate/log/errors.log,a): 819fa48 [10] 06/03 17:28:55.86 [20908] 0+0: dirfopen(/root/delegateTest/Delegate/log/abort/7978,a): 819fbb8 [11] 06/03 17:28:55.86 [20908] 0+0: dirfopen(/root/delegateTest/Delegate/log/7978.http,a): 819fd58 [12] 06/03 17:28:55.86 [20908] 0+0: #### newRoute[ROUTE] 0/16 06/03 17:28:55.86 [20908] 0+0: [0] ROUTE=http://172.25.72.2:80/-_-{*}:{*} 06/03 17:28:55.86 [20908] 0+0: #### newRoute[NOTIFYPLTFM] 0/16 06/03 17:28:55.86 [20908] 0+0: [0] NOTIFYPLTFM=://:0-_-{}:{} 06/03 17:28:55.86 [20908] 0+0: #### newRoute[CMAP] 0/16 06/03 17:28:55.86 [20908] 0+0: [0] CMAP={-pam/passwd}AuthServer{*}:{*}:{*} 06/03 17:28:55.86 [20908] 0+0: #### newRoute[REMITTABLE] 0/16 06/03 17:28:55.86 [20908] 0+0: [0] REMITTABLE={}{http,https/{80,443},gopher,ftp,wais}:{*}:{*} 06/03 17:28:55.86 [20908] 0+0: REMITTABLE = http,https/{80,443},gopher,ftp,wais 06/03 17:28:55.86 [20908] 0+0: #### newRoute[PERMIT] 0/16 06/03 17:28:55.86 [20908] 0+0: [0] PERMIT={}{http,https,gopher,ftp,wais}:{*}:{*} 06/03 17:28:55.86 [20908] 0+0: #### newRoute[CMAP] 1/16 06/03 17:28:55.86 [20908] 0+0: [1] CMAP={delegate,vhost,nojava}relay{*}:{*}:{.localnet} 06/03 17:28:55.86 [20908] 0+0: #### newRoute[CMAP] 2/16 06/03 17:28:55.86 [20908] 0+0: [2] CMAP={proxy}relay{*}:{*}:{*} 06/03 17:28:55.86 [20908] 0+0: ### [0] gzip 0 06/03 17:28:55.86 [20908] 0+0: ### [1] /root/delegateTest/Delegate/gzip 0 06/03 17:28:55.86 [20908] 0+0: ### [2] /root/delegateTest/Delegate/lib/gzip 0 06/03 17:28:55.86 [20908] 0+0: ### [3] /usr/local/+delegate8.9.2/src/gzip 0 06/03 17:28:55.86 [20908] 0+0: ### [4] /root/delegateTest/Delegate/etc/gzip 0 06/03 17:28:55.86 [20908] 0+0: ### [0] /usr/local/sbin/gzip 0 06/03 17:28:55.86 [20908] 0+0: ### [1] /usr/local/bin/gzip 0 06/03 17:28:55.86 [20908] 0+0: ### [2] /usr/sbin/gzip 0 06/03 17:28:55.86 [20908] 0+0: ### [3] /usr/bin/gzip 0 06/03 17:28:55.86 [20908] 0+0: ### [4] /sbin/gzip 0 06/03 17:28:55.86 [20908] 0+0: ### [5] /bin/gzip 81aa840 06/03 17:28:55.86 [20908] 0+0: PATH: gzip -> /bin/gzip 06/03 17:28:55.86 [20908] 0+0: #### gzip = [/bin/gzip]gzip 06/03 17:28:55.86 [20908] 0+0: #### gunzip = [/bin/gzip]gzip -d 06/03 17:28:55.86 [20908] 0+0: ADMIN=JehanGuillaume.deRorthais@omya.. protocol=http(specialist) 06/03 17:28:55.87 [20908] 0+0: frex_append(**) = 819BA30 06/03 17:28:55.87 [20908] 0+0: #### CACHE DISABLED #### Cache directory seems not exist: /root/delegateTest/Delegate/cache 06/03 17:28:55.87 [20908] 0+0: WORKDIR=/root/delegateTest/Delegate/work/7978 06/03 17:28:55.87 [20908] 0+0: dirfopen(20908,w): 81aa9a8 [13] 06/03 17:28:55.87 [20908] 0+0: IGNORE DUPLICATE MOUNT[0] /-* = default 06/03 17:28:55.87 [20908] 0+0: IGNORE DUPLICATE MOUNT[1] /=* = default 06/03 17:28:55.87 [20908] 0+0: MOUNT[0]X[2] /-/builtin/icons/* = default 06/03 17:28:55.87 [20908] 0+0: MOUNT[1]X[3] /-/* = forbidden,from=!.RELIABLE,default 06/03 17:28:55.87 [20908] 0+0: MOUNT[2]X[0] /-* = default 06/03 17:28:55.87 [20908] 0+0: MOUNT[3]X[1] /=* = default 06/03 17:28:55.87 [20908] 0+0: ##DeleGate/6.X: No default private-MASTER. MASTERP="" will make it compatible with former versions. 06/03 17:28:55.87 [20908] 0+0: frex_append(**) = 819BA30 06/03 17:28:55.87 [20908] 0+0: #### stack size limit = 800000 (000000X) 06/03 17:28:55.87 [20908] 0+0: dirfopen(/root/delegateTest/Delegate/act/pid/7978,w+): 81ab930 [13] 06/03 17:28:55.87 [20908] 0+0: Stay open PIDFILE for accept() lock[fd=13] 06/03 17:28:55.87 [20908] 0+0: env[14] LIBPATH=.;/root/delegateTest/Delegate;/root/delegateTest/Delegate/lib;/usr/local/+delegate8.9.2/src;/root/delegateTest/Delegate/etc 06/03 17:28:55.87 [20908] 0+0: env[16] RESOLV=cache,file,dns,sys 06/03 17:28:55.87 [20908] 0+0: arg[3] OWNER=root 06/03 17:28:55.87 [20908] 0+0: arg[4] DGROOT=/root/delegateTest/Delegate 06/03 17:28:55.87 [20908] 0+0: arg[5] ADMIN=JehanGuillaume.deRorthais@omya.com 06/03 17:28:55.87 [20908] 0+0: arg[6] AUTH=admin:*:adminjrr@frpa01proxy 06/03 17:28:55.87 [20908] 0+0: arg[7] SERVER=http 06/03 17:28:55.87 [20908] 0+0: arg[8] PERMIT=*:*:* 06/03 17:28:55.87 [20908] 0+0: arg[9] PROXY=172.25.72.2:80 06/03 17:28:55.87 [20908] 0+0: arg[10] SHARE= 06/03 17:28:55.87 [20908] 0+0: arg[11] PROTOLOG=:%C 06/03 17:28:55.87 [20908] 0+0: arg[12] AUTH=proxy:pauth 06/03 17:28:55.87 [20908] 0+0: arg[13] AUTHORIZER=-pam/passwd 06/03 17:28:55.87 [20908] 0+0: TMPFILE(setLastModified) = (16) /root/delegateTest/Delegate/tmp/dg20908.2.1086276535 06/03 17:28:55.87 [20908] 0+0: >>>TMPFILE(setLastModified)>>>81abb00[16] 06/03 17:28:55.87 [20908] 0+0: dirfopen(/root/delegateTest/Delegate/etc/params/7978,r): 81abc70 [17] 06/03 17:28:55.87 [20908] 0+0: dirfopen(/root/delegateTest/Delegate/etc/params/7978,w): 81abc70 [17] 06/03 17:28:55.87 [20908] 0+0: DELEGATE_Modified[1]: 40bf43b7 06/03 17:28:55.87 [20908] 0+0: Accept-LOCK: 0 06/03 17:28:55.87 [20908] 0+0: --INITIALIZATION DONE: 8.9.2 on Linux/2.4.18-- 06/03 17:28:55.87 [20908] 0+0: dirfopen(/root/delegateTest/Delegate/log/stdout.log,a): 81abea0 [18] 06/03 17:28:55.87 [20908] 0+0: Redirect {stdout,stderr} to LOGDIR/stdout.log 06/03 17:28:59.29 [20908] 0+0: ## accept([9]:7978)=19 06/03 17:28:59.29 [20910] 1+0: -- Fork(SequentialServer): 20908 -> 20910 06/03 17:28:59.29 [20910] 1+1: -- SockHost: [172.25.72.12] frpa01proxy.fr.omya.com:7978 06/03 17:28:59.29 [20910] 1+1: HOSTS[3]=/172.25.73.0 06/03 17:28:59.29 [20910] 1+1: SPECIALIST: http 06/03 17:28:59.29 [20910] 1+1: frex_append(**) = 819BA30 06/03 17:28:59.29 [20910] 1+1: #### newRoute[USERIDENT] 0/16 06/03 17:28:59.29 [20910] 1+1: [0] USERIDENT=://:0-_-{}:{} 06/03 17:28:59.29 [20910] 1+1: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.29 [20910] 1+1: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,r+): 0 [-1] 06/03 17:28:59.29 [20910] 1+1: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,w+): 81ac270 [14] 06/03 17:28:59.29 [20910] 1+1: (0) accepted [50] -@[172.25.73.0]172.25.73..0:4068 (0.002s)(1) 06/03 17:28:59.29 [20910] 1+1: dirfopen(/root/delegateTest/Delegate/adm/shutout/172.25.73.0,r): 0 [-1] 06/03 17:28:59.29 [20910] 1+1: KeepAlive[50] = 1 06/03 17:28:59.29 [20910] 1+1: execGeneralist->execSpecialist 06/03 17:28:59.29 [20910] 1+1: PATH: http://-:80!frpa01proxy.fr.omya.com:7978!172.25.73.0:4068!anonymous@172.25.73.0;1086276539 06/03 17:28:59.29 [20910] 1+1: Accept-Language: fr 06/03 17:28:59.29 [20910] 1+1: HTTP Relay_request_head (421 bytes/8 lines) 06/03 17:28:59.29 [20910] 1+1: Proxy: host=172.25.73.0; User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1); DIRECT 06/03 17:28:59.29 [20910] 1+1: HCKA:[0] Keep-Alive; host=172.25.73.0; (User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)) 06/03 17:28:59.29 [20910] 1+1: HTTP Relay_request done (421 bytes/8 lines) 06/03 17:28:59.29 [20910] 1+1: gethostbyname(-) unknown[0.00s] 06/03 17:28:59.29 [20910] 1+1: HOSTS[4]=-/ 06/03 17:28:59.29 [20910] 1+1: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.29 [20910] 1+1: TMPFILE(NULLFP) = (14) /root/delegateTest/Delegate/tmp/dg20910.3.1086276539 06/03 17:28:59.29 [20910] 1+1: >>>TMPFILE(NULLFP)>>>81b7998[14] 06/03 17:28:59.29 [20910] 1+1: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.29 [20910] 1+1: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.29 [20910] 1+1: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.29 [20910] 1+1: AUTH_CACHE 0 pam://adminjrr@-..:0 06/03 17:28:59.29 [20910] 1+1: expfopen: /root/delegateTest/Delegate/adm/authorizer/passwd.-.pam/cab9e55ee64b3426c87b5368a20d1fab-cache 06/03 17:28:59.29 [20910] 1+1: [0.00,-1][AUTH cache-NONE] /root/delegateTest/Delegate/adm/authorizer/passwd.-.pam/cab9e55ee64b3426c87b5368a20d1fab-cache 06/03 17:28:59.29 [20910] 1+1: PAM: cannot start passwd [adminjrr] error=-1 06/03 17:28:59.29 [20910] 1+1: ## Auth/PAM = -1 <adminjrr:****@-passwd.-.pam> 06/03 17:28:59.29 [20910] 1+1: AUTHORIZER=-pam/passwd host=[-pam] user=[adminjrr] -> NO 06/03 17:28:59.29 [20910] 1+1: HCKA:[0] a:proxy authentication required 06/03 17:28:59.29 [20910] 1+1: TMPFILE(NotAuthorized) = (19) /root/delegateTest/Delegate/tmp/dg20910.4.1086276539 06/03 17:28:59.29 [20910] 1+1: >>>TMPFILE(NotAuthorized)>>>81b7c78[19] 06/03 17:28:59.29 [20910] 1+1: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.29 [20910] 1+1: [2] MOUNT ASIS: /- 06/03 17:28:59.29 [20910] 1+1: ####[builtin] /-/builtin/mssgs/407-unauthproxy.dhtml 06/03 17:28:59.29 [20910] 1+1: ImMaster? 0 <http://-:80> <://:0/> 06/03 17:28:59.29 [20910] 1+1: REALM: proxy 06/03 17:28:59.29 [20910] 1+1: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.29 [20910] 1+1/1: HCKA:[1] closed -- a:proxy authentication required 06/03 17:28:59.29 [20910] 1+1/1: LINGER: [50] 30 8{1,30} 06/03 17:28:59.29 [20910] 1+1/1: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,r+): 81b7c78 [19] 06/03 17:28:59.29 [20910] 1+1/1: disconnected [50] -@[172.25.73.0]172.25.73.0:4068 (0.006s)(0) 06/03 17:28:59.29 [20910] 1+1: dirfopen(/root/delegateTest/Delegate/act/pid/7978,r+): 81b7c78 [13] 06/03 17:28:59.29 [20910] 1+1: StickyServer: start accept() 06/03 17:28:59.30 [20910] 1+1: ## accept([9]:7978)=19 06/03 17:28:59.30 [20910] 1+1: ## AcceptBySticky: SEND ACCEPT REPORT 06/03 17:28:59.30 [20910] 1+2: -- SockHost: [172.25.72.12] frpa01proxy.fr.omya.com:7978 06/03 17:28:59.30 [20910] 1+2: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.30 [20910] 1+2: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,r+): 81ab930 [19] 06/03 17:28:59.30 [20910] 1+2: (0) accepted [25] -@[172.25.73.0]172.25.73..0:4069 (0.000s)(1) 06/03 17:28:59.30 [20910] 1+2: dirfopen(/root/delegateTest/Delegate/adm/shutout/172.25.73.0,r): 0 [-1] 06/03 17:28:59.30 [20910] 1+2: KeepAlive[25] = 1 06/03 17:28:59.30 [20910] 1+2: execGeneralist->execSpecialist 06/03 17:28:59.30 [20910] 1+2: PATH: http://-:80!frpa01proxy.fr.omya.com:7978!172.25.73.0:4069!anonymous@172.25.73.0;1086276539 06/03 17:28:59.30 [20910] 1+2: Accept-Language: fr 06/03 17:28:59.30 [20910] 1+2: HTTP Relay_request_head (421 bytes/8 lines) 06/03 17:28:59.30 [20910] 1+2: Proxy: host=172.25.73.0; User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1); DIRECT 06/03 17:28:59.30 [20910] 1+2: HCKA:[0] Keep-Alive; host=172.25.73.0; (User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)) 06/03 17:28:59.30 [20910] 1+2: HTTP Relay_request done (421 bytes/8 lines) 06/03 17:28:59.30 [20910] 1+2: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.30 [20910] 1+2: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.30 [20910] 1+2: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.30 [20910] 1+2: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.30 [20910] 1+2: AUTH_CACHE 0 pam://adminjrr@-..:0 06/03 17:28:59.30 [20910] 1+2: expfopen: /root/delegateTest/Delegate/adm/authorizer/passwd.-.pam/cab9e55ee64b3426c87b5368a20d1fab-cache 06/03 17:28:59.30 [20910] 1+2: [0.00,-1][AUTH cache-NONE] /root/delegateTest/Delegate/adm/authorizer/passwd.-.pam/cab9e55ee64b3426c87b5368a20d1fab-cache 06/03 17:28:59.30 [20910] 1+2: PAM: cannot start passwd [adminjrr] error=-1 06/03 17:28:59.30 [20910] 1+2: ## Auth/PAM = -1 <adminjrr:****@-passwd.-.pam> 06/03 17:28:59.30 [20910] 1+2: AUTHORIZER=-pam/passwd host=[-pam] user=[adminjrr] -> NO 06/03 17:28:59.30 [20910] 1+2: HCKA:[0] a:proxy authentication required 06/03 17:28:59.30 [20910] 1+2: TMPFILE(NotAuthorized) = (19) /root/delegateTest/Delegate/tmp/dg20910.5.1086276539 06/03 17:28:59.30 [20910] 1+2: >>>TMPFILE(NotAuthorized)>>>819dff0[19] 06/03 17:28:59.30 [20910] 1+2: ####[reuse] /-/builtin/mssgs/407-unauthproxy.dhtml 06/03 17:28:59.30 [20910] 1+2: ImMaster? 0 <http://-:80> <://:0/> 06/03 17:28:59.30 [20910] 1+2: REALM: proxy 06/03 17:28:59.30 [20910] 1+2: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:28:59.30 [20910] 1+2/1: HCKA:[1] closed -- a:proxy authentication required 06/03 17:28:59.30 [20910] 1+2/1: LINGER: [25] 30 8{1,30} 06/03 17:28:59.30 [20910] 1+2/1: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,r+): 81ab930 [19] 06/03 17:28:59.30 [20910] 1+2/1: disconnected [25] -@[172.25.73.0]172.25.73.0:4069 (0.003s)(0) 06/03 17:28:59.30 [20910] 1+2: StickyServer: start accept() 06/03 17:28:59.31 [20908] 1+0: AcceptByMain: got Sticky REPORT 1/1 06/03 17:28:59.31 [20908] 1+0: ## getStickyReport: GOT ACCEPT REPORT #1 (+1) 06/03 17:29:03.20 [20910] 1+2: ## accept([9]:7978)=19 06/03 17:29:03.20 [20910] 1+2: ## AcceptBySticky: SEND ACCEPT REPORT 06/03 17:29:03.20 [20910] 1+3: -- SockHost: [172.25.72.12] frpa01proxy.fr.omya.com:7978 06/03 17:29:03.20 [20910] 1+3: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:03.20 [20910] 1+3: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,r+): 81ab930 [19] 06/03 17:29:03.20 [20910] 1+3: (0) accepted [24] -@[172.25.73.0]172.25.73..0:4070 (0.000s)(1) 06/03 17:29:03.20 [20910] 1+3: dirfopen(/root/delegateTest/Delegate/adm/shutout/172.25.73.0,r): 0 [-1] 06/03 17:29:03.20 [20910] 1+3: KeepAlive[24] = 1 06/03 17:29:03.20 [20910] 1+3: execGeneralist->execSpecialist 06/03 17:29:03.20 [20910] 1+3: PATH: http://-:80!frpa01proxy.fr.omya.com:7978!172.25.73.0:4070!anonymous@172.25.73.0;1086276543 06/03 17:29:03.20 [20908] 1+0: AcceptByMain: got Sticky REPORT 1/1 06/03 17:29:03.20 [20908] 1+0: ## getStickyReport: GOT ACCEPT REPORT #2 (+1) 06/03 17:29:03.20 [20910] 1+3: Accept-Language: fr 06/03 17:29:03.20 [20910] 1+3: HTTP Relay_request_head (421 bytes/8 lines) 06/03 17:29:03.20 [20910] 1+3: Proxy: host=172.25.73.0; User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1); DIRECT 06/03 17:29:03.20 [20910] 1+3: HCKA:[0] Keep-Alive; host=172.25.73.0; (User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)) 06/03 17:29:03.20 [20910] 1+3: HTTP Relay_request done (421 bytes/8 lines) 06/03 17:29:03.20 [20910] 1+3: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:03.20 [20910] 1+3: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:03.20 [20910] 1+3: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:03.20 [20910] 1+3: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:03.20 [20910] 1+3: AUTH_CACHE 0 pam://adminjrr@-..:0 06/03 17:29:03.20 [20910] 1+3: expfopen: /root/delegateTest/Delegate/adm/authorizer/passwd.-.pam/cab9e55ee64b3426c87b5368a20d1fab-cache 06/03 17:29:03.20 [20910] 1+3: [0.00,-1][AUTH cache-NONE] /root/delegateTest/Delegate/adm/authorizer/passwd.-.pam/cab9e55ee64b3426c87b5368a20d1fab-cache 06/03 17:29:03.20 [20910] 1+3: PAM: cannot start passwd [adminjrr] error=-1 06/03 17:29:03.20 [20910] 1+3: ## Auth/PAM = -1 <adminjrr:****@-passwd.-.pam> 06/03 17:29:03.20 [20910] 1+3: AUTHORIZER=-pam/passwd host=[-pam] user=[adminjrr] -> NO 06/03 17:29:03.20 [20910] 1+3: HCKA:[0] a:proxy authentication required 06/03 17:29:03.20 [20910] 1+3: TMPFILE(NotAuthorized) = (19) /root/delegateTest/Delegate/tmp/dg20910.6.1086276543 06/03 17:29:03.20 [20910] 1+3: >>>TMPFILE(NotAuthorized)>>>81b3930[19] 06/03 17:29:03.20 [20910] 1+3: ####[reuse] /-/builtin/mssgs/407-unauthproxy.dhtml 06/03 17:29:03.20 [20910] 1+3: ImMaster? 0 <http://-:80> <://:0/> 06/03 17:29:03.20 [20910] 1+3: REALM: proxy 06/03 17:29:03.20 [20910] 1+3: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:03.20 [20910] 1+3/1: HCKA:[1] closed -- a:proxy authentication required 06/03 17:29:03.20 [20910] 1+3/1: LINGER: [24] 30 8{1,30} 06/03 17:29:03.20 [20910] 1+3/1: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,r+): 81ab930 [19] 06/03 17:29:03.20 [20910] 1+3/1: disconnected [24] -@[172.25.73.0]172.25.73.0:4070 (0.004s)(0) 06/03 17:29:03.20 [20910] 1+3: StickyServer: start accept() 06/03 17:29:06.08 [20908] 1+0: AcceptByMain: locked out*1/0 by Sticky*1 0/0 06/03 17:29:06.08 [20910] 1+3: ## accept([9]:7978)=19 06/03 17:29:06.08 [20910] 1+3: ## AcceptBySticky: SEND ACCEPT REPORT 06/03 17:29:06.08 [20910] 1+4: -- SockHost: [172.25.72.12] frpa01proxy.fr.omya.com:7978 06/03 17:29:06.08 [20910] 1+4: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:06.08 [20910] 1+4: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,r+): 81ab930 [19] 06/03 17:29:06.08 [20910] 1+4: (0) accepted [36] -@[172.25.73.0]172.25.73..0:4071 (0.000s)(1) 06/03 17:29:06.08 [20910] 1+4: dirfopen(/root/delegateTest/Delegate/adm/shutout/172.25.73.0,r): 0 [-1] 06/03 17:29:06.08 [20910] 1+4: KeepAlive[36] = 1 06/03 17:29:06.08 [20910] 1+4: execGeneralist->execSpecialist 06/03 17:29:06.08 [20910] 1+4: PATH: http://-:80!frpa01proxy.fr.omya.com:7978!172.25.73.0:4071!anonymous@172.25.73.0;1086276546 06/03 17:29:06.08 [20910] 1+4: Accept-Language: fr 06/03 17:29:06.08 [20910] 1+4: HTTP Relay_request_head (421 bytes/8 lines) 06/03 17:29:06.08 [20910] 1+4: Proxy: host=172.25.73.0; User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1); DIRECT 06/03 17:29:06.08 [20910] 1+4: HCKA:[0] Keep-Alive; host=172.25.73.0; (User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)) 06/03 17:29:06.08 [20910] 1+4: HTTP Relay_request done (421 bytes/8 lines) 06/03 17:29:06.08 [20910] 1+4: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:06.08 [20910] 1+4: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:06.08 [20910] 1+4: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:06.08 [20910] 1+4: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:06.08 [20910] 1+4: AUTH_CACHE 0 pam://adminjrr@-..:0 06/03 17:29:06.08 [20910] 1+4: expfopen: /root/delegateTest/Delegate/adm/authorizer/passwd.-.pam/cab9e55ee64b3426c87b5368a20d1fab-cache 06/03 17:29:06.08 [20910] 1+4: [0.00,-1][AUTH cache-NONE] /root/delegateTest/Delegate/adm/authorizer/passwd.-.pam/cab9e55ee64b3426c87b5368a20d1fab-cache 06/03 17:29:06.08 [20910] 1+4: PAM: cannot start passwd [adminjrr] error=-1 06/03 17:29:06.08 [20910] 1+4: ## Auth/PAM = -1 <adminjrr:****@-passwd.-.pam> 06/03 17:29:06.08 [20910] 1+4: AUTHORIZER=-pam/passwd host=[-pam] user=[adminjrr] -> NO 06/03 17:29:06.08 [20910] 1+4: HCKA:[0] a:proxy authentication required 06/03 17:29:06.08 [20910] 1+4: TMPFILE(NotAuthorized) = (19) /root/delegateTest/Delegate/tmp/dg20910.7.1086276546 06/03 17:29:06.08 [20910] 1+4: >>>TMPFILE(NotAuthorized)>>>819e008[19] 06/03 17:29:06.08 [20910] 1+4: ####[reuse] /-/builtin/mssgs/407-unauthproxy.dhtml 06/03 17:29:06.08 [20910] 1+4: ImMaster? 0 <http://-:80> <://:0/> 06/03 17:29:06.08 [20910] 1+4: REALM: proxy 06/03 17:29:06.08 [20910] 1+4: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:06.08 [20910] 1+4/1: HCKA:[1] closed -- a:proxy authentication required 06/03 17:29:06.08 [20910] 1+4/1: LINGER: [36] 30 8{1,30} 06/03 17:29:06.08 [20910] 1+4/1: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,r+): 81ab930 [19] 06/03 17:29:06.08 [20910] 1+4/1: disconnected [36] -@[172.25.73.0]172.25.73.0:4071 (0.003s)(0) 06/03 17:29:06.08 [20910] 1+4: StickyServer: start accept() 06/03 17:29:06.32 [20908] 1+0: AcceptByMain: got Sticky REPORT 1/1 06/03 17:29:06.32 [20908] 1+0: ## getStickyReport: GOT ACCEPT REPORT #3 (+1) 06/03 17:29:09.06 [20908] 1+0: AcceptByMain: locked out*2/3 by Sticky*1 0/0 06/03 17:29:09.06 [20910] 1+4: ## accept([9]:7978)=19 06/03 17:29:09.06 [20910] 1+4: ## AcceptBySticky: SEND ACCEPT REPORT 06/03 17:29:09.06 [20910] 1+5: -- SockHost: [172.25.72.12] frpa01proxy.fr.omya.com:7978 06/03 17:29:09.06 [20910] 1+5: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:09.06 [20910] 1+5: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,r+): 81ab930 [19] 06/03 17:29:09.06 [20910] 1+5: (0) accepted [22] -@[172.25.73.0]172.25.73..0:4072 (0.000s)(1) 06/03 17:29:09.06 [20910] 1+5: dirfopen(/root/delegateTest/Delegate/adm/shutout/172.25.73.0,r): 0 [-1] 06/03 17:29:09.06 [20910] 1+5: KeepAlive[22] = 1 06/03 17:29:09.06 [20910] 1+5: execGeneralist->execSpecialist 06/03 17:29:09.06 [20910] 1+5: PATH: http://-:80!frpa01proxy.fr.omya.com:7978!172.25.73.0:4072!anonymous@172.25.73.0;1086276549 06/03 17:29:09.06 [20910] 1+5: Accept-Language: fr 06/03 17:29:09.06 [20910] 1+5: HTTP Relay_request_head (421 bytes/8 lines) 06/03 17:29:09.06 [20910] 1+5: Proxy: host=172.25.73.0; User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1); DIRECT 06/03 17:29:09.06 [20910] 1+5: HCKA:[0] Keep-Alive; host=172.25.73.0; (User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)) 06/03 17:29:09.06 [20910] 1+5: HTTP Relay_request done (421 bytes/8 lines) 06/03 17:29:09.06 [20910] 1+5: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:09.06 [20910] 1+5: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:09.06 [20910] 1+5: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:09.06 [20910] 1+5: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:09.06 [20910] 1+5: AUTH_CACHE 0 pam://adminjrr@-..:0 06/03 17:29:09.06 [20910] 1+5: expfopen: /root/delegateTest/Delegate/adm/authorizer/passwd.-.pam/cab9e55ee64b3426c87b5368a20d1fab-cache 06/03 17:29:09.06 [20910] 1+5: [0.00,-1][AUTH cache-NONE] /root/delegateTest/Delegate/adm/authorizer/passwd.-.pam/cab9e55ee64b3426c87b5368a20d1fab-cache 06/03 17:29:09.06 [20910] 1+5: PAM: cannot start passwd [adminjrr] error=-1 06/03 17:29:09.06 [20910] 1+5: ## Auth/PAM = -1 <adminjrr:****@-passwd.-.pam> 06/03 17:29:09.06 [20910] 1+5: AUTHORIZER=-pam/passwd host=[-pam] user=[adminjrr] -> NO 06/03 17:29:09.07 [20910] 1+5: HCKA:[0] a:proxy authentication required 06/03 17:29:09.07 [20910] 1+5: TMPFILE(NotAuthorized) = (19) /root/delegateTest/Delegate/tmp/dg20910.8.1086276549 06/03 17:29:09.07 [20910] 1+5: >>>TMPFILE(NotAuthorized)>>>819dd00[19] 06/03 17:29:09.07 [20910] 1+5: ####[reuse] /-/builtin/mssgs/407-unauthproxy.dhtml 06/03 17:29:09.07 [20910] 1+5: ImMaster? 0 <http://-:80> <://:0/> 06/03 17:29:09.07 [20910] 1+5: REALM: proxy 06/03 17:29:09.07 [20910] 1+5: *** gethostbyname(172.25.73.0) -> byaddr(4,2) 06/03 17:29:09.07 [20910] 1+5/1: HCKA:[1] closed -- a:proxy authentication required 06/03 17:29:09.07 [20910] 1+5/1: LINGER: [22] 30 8{1,30} 06/03 17:29:09.07 [20910] 1+5/1: dirfopen(/root/delegateTest/Delegate/act/clients/12/172.25.73.0:172.25.73..0,r+): 81ab930 [19] 06/03 17:29:09.07 [20910] 1+5/1: disconnected [22] -@[172.25.73.0]172.25.73.0:4072 (0.003s)(0) 06/03 17:29:09.07 [20910] 1+5: StickyServer: start accept() 06/03 17:29:09.30 [20908] 1+0: AcceptByMain: got Sticky REPORT 1/1 06/03 17:29:09.30 [20908] 1+0: ## getStickyReport: GOT ACCEPT REPORT #4 (+1) 06/03 17:29:18.20 [20908] 1+0: DeleGate SERVER EXITS: caught SIGTERM [15] 06/03 17:29:18.20 [20908] 1+0: Killpg(20908,15) 06/03 17:29:18.20 [20910] 1+5: DeleGate SERVER EXITS: caught SIGTERM [15] 06/03 17:29:18.22 [20908] 1+0: Left children: 1 06/03 17:29:18.22 [20908] 1+0: unlinked /root/delegateTest/Delegate/work/0000/0000X 06/03 17:29:18.22 [20908] 1+0: removed /root/delegateTest/Delegate/work/7978/ 06/03 17:29:18.22 [20908] 1+0: dirfopen(/root/delegateTest/Delegate/act/pid/7978,r): 81ac010 [9] 06/03 17:29:18.22 [20908] 1+0: FINISH. ~~~~~~~~~~~~~~~~~~~~~END OF LOG~~~~~~~~~~~~~~~~~~~~~~ Do you have a clue with this issue ? Whats wrong in my configuration ? Thank you for your advices. Cheers, -- JGuillaume de Rorthais GPG/PGP ID : 0x2A47BED0