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

[Condor-users] RE: condor_config_val macro bug?



I have not received a response to this, soo…..*bump*

 

Sean

 


From: Sean Looper
Sent: Monday, July 11, 2005 12:02 PM
To: 'Condor-Users Mail List'
Subject: condor_config_val macro bug?

 

In my master config file, I have the following line:

 

LOCAL_CONFIG_FILE = $(NET_DIR)\etc\globalClient\$(HOSTNAME)\condor_config.local

 

 

When I run 'condor_config_val -name dell001 -config' on dell001, I get this output:

 

Config file:

        //manager/condor/etc/globalMaster/condor_config

Local config file:

        \\manager\Condor\etc\globalClient\dell001\condor_config.local

 

However, when I run 'condor_config_val -name dell001 -config' on dell015, I get this output:

 

Config file:

        //manager/condor/etc/globalMaster/condor_config

Local config file:

        \\manager\Condor\etc\globalClient\dell015\condor_config.local

 

It appears that condor_config_val is substituting the $(HOSTNAME) macro based on the querying machine and not the machine being queried.  Is this intended or have I discovered a bug?

 

Sean