Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] File stage-in fails in Condor 6.9.1 as a submitter to GT4
- Date: Mon, 29 Jan 2007 12:43:19 -0500
- From: Gabriel Mateescu <gabriel.mateescu@xxxxxx>
- Subject: Re: [Condor-users] File stage-in fails in Condor 6.9.1 as a submitter to GT4
Jaime,
There is still a small bug, i.e., a bad delimiter.
I set OUT_LOWPORT, OUT_HIGHPORT, and Condor 6.9.1
synthesizes
GLOBUS_TCP_PORT_RANGE=$(OUT_LOWPORT).$(OUT_HIGHPORT)
instead of
GLOBUS_TCP_PORT_RANGE=$(OUT_LOWPORT),$(OUT_HIGHPORT)
Gabriel
On Fri, 2007-01-26 at 17:38, Jaime Frey wrote:
> Scratch that, it's not a bug. Condor does set GLOBUS_TCP_PORT_RANGE
> in the gridftp job's environment, but only if the port range
> restriction parameters are set in the Condor configuration file.
>
> Condor ignores GLOBUS_TCP_PORT_RANGE, but ensures that it's set to
> match Condor's port restriction settings for the gridftp and gahp
> servers. You need to set OUT_HIGHPORT and OUT_LOWPORT in your Condor
> config file:
> http://www.cs.wisc.edu/condor/manual/
> v6.9/3_7Networking.html#SECTION00471400000000000000