[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Condor netowork problem



A little terminology, by "condor master" I'll assume you mean the Collector. Connection attempts are to port 9618, where the condor_collector daemon runs by default.

You should look at the CollectorLog and see if there is a permission problem.

FYI, you should always include information about the version of condor you're running (it'd be right above the log snippet you posted, so close 8o). Also, "/etc/condor/condor_config.sh|", yikes. Ignoring that you've put an executable script in /etc, you should be careful using the "LOCAL_CONFIG_FILE= ...|" feature because it will be executed by every daemon, tool and subprocess (starter/shadow). The script should be *very* lightweight. You're likely better off using LOCAL_CONFIG_DIR and cron.

Best,


matt

On 11/09/2011 01:04 PM, shivam tiwari wrote:
I am getting following error while connecting to condor master. Please
help me

  Using config source: /etc/condor/condor_config
11/9 17:45:56 Using local config sources:
11/9 17:45:56    /etc/condor/condor_config.sh|
11/9 17:45:56 DaemonCore: Command Socket at <10.71.79.111:46320
<http://10.71.79.111:46320>>
11/9 17:45:56 ioctl(SIOCETHTOOL/GWOL) failed: Operation not supported (95)
11/9 17:45:56 You can safely ignore the above error if you're not using
hibernation
11/9 17:45:56 New machine resource allocated
11/9 17:45:56 About to run initial benchmarks.
11/9 17:46:00 Completed initial benchmarks.
11/9 17:46:25 attempt to connect to <10.248.112.66:9618
<http://10.248.112.66:9618>> failed: Connection timed out (connect errno
= 110).
11/9 17:46:25 ERROR: SECMAN:2004:Failed to create security session to
<10.248.112.66:9618 <http://10.248.112.66:9618>> with
TCP.|SECMAN:2003:TCP connection to <10.248.112.66:9618
<http://10.248.112.66:9618>> failed.
11/9 17:46:25 Failed to start non-blocking update to <10.248.112.66:9618
<http://10.248.112.66:9618>>.
11/9 17:50:28 Got SIGHUP.  Re-reading config files.
11/9 17:50:53 attempt to connect to <10.248.112.66:9618
<http://10.248.112.66:9618>> failed: Connection timed out (connect errno
= 110).
11/9 17:50:53 ERROR: SECMAN:2004:Failed to create security session to
<10.248.112.66:9618 <http://10.248.112.66:9618>> with
TCP.|SECMAN:2003:TCP connection to <10.248.112.66:9618
<http://10.248.112.66:9618>> failed.
11/9 17:50:53 Failed to start non-blocking update to <10.248.112.66:9618
<http://10.248.112.66:9618>>.
11/9 17:54:59 Got SIGHUP.  Re-reading config files.
11/9 17:55:17 Got SIGHUP.  Re-reading config files.
11/9 17:55:24 attempt to connect to <10.248.112.66:9618
<http://10.248.112.66:9618>> failed: timed out after 20 seconds.
11/9 17:55:24 ERROR: SECMAN:2004:Was waiting for TCP auth session to
<10.248.112.66:9618 <http://10.248.112.66:9618>>, but it failed.
11/9 17:55:24 Failed to start non-blocking update to <10.248.112.66:9618
<http://10.248.112.66:9618>>.
11/9 17:55:24 ERROR: SECMAN:2004:Failed to create security session to
<10.248.112.66:9618 <http://10.248.112.66:9618>> with
TCP.|SECMAN:2003:TCP connection to <10.248.112.66:9618
<http://10.248.112.66:9618>> failed.
11/9 17:55:24 Failed to start non-blocking update to <10.248.112.66:9618
<http://10.248.112.66:9618>>.


--
Regards

Shivam Tiwari
Graduate student
CISE Department
University of  Florida,
Gainesville FL 32611
Email - shivam@xxxxxxxxxxxx <mailto:shivam@xxxxxxxxxxxx>
shivam.tiwari2009@xxxxxxxxx <mailto:shivam.tiwari2009@xxxxxxxxx>





_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/