Hi,
I checked the environ
guest 23985 23981 0 Mar27 ? 00:00:24 /opt/condor/sbin/
gahp_server
$ strings /proc/23985/environ |grep GLOBUS_TCP
GLOBUS_TCP_PORT_RANGE=30000.35000
This corresponds to the LOWPORT/HIGHPORT but with a "."
I don`t have root access to the problematic machine so I can`t
check the
condor_master. I checked on my machine
export GLOBUS_TCP_PORT_RANGE=20000,25000
and
HIGHPORT = 35000
LOWPORT = 30000
results in
GLOBUS_TCP_PORT_RANGE=30000,35000
So apparently the LOW/HIGHPORT overrides the environment, but on the
problem machine(condor-6.7.14) puts a fullstop in there.