Skip Menu | Logged in as guest | Logout
 
Ticket metadata
Id: 2943
Status: resolved
Priority: 4/0
Queue: vdt-internal

Fixed in: 1.8.1
Fix scheduled: 1.8.1

Owner: Scot Kronenfeld
Requestors: Scot Kronenfeld
Cc:
AdminCc:

New reminder:

Created: Wed Aug 29 17:40:10 2007
Starts: Not set
Started: Thu Aug 30 09:35:01 2007
Last Contact: Not set
Due: Not set
Closed: Thu Aug 30 09:35:01 2007
Updated: Thu Aug 30 09:35:17 2007 by kronenfe



History Brief headersFull headers
Subject: Condor-Devel configuration issues
Download (untitled) / with headers
text/plain 536b
Condor-Devel only runs local jobs, so it only needs the Master and
Schedd daemons running. However, even though it does not have a
collector running, it is still trying to connect to a collector on the
local machine. This results in either errors in the MasterLog if there
is no collector, or it connects to another Condor's collector. The
former is harmless, but the latter can result in problems for the second
Condor instance (the non-Condor-Devel one).

The fix is to set the Collector_Host in the condor_config file to be empty.