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

Re: [HTCondor-users] custom ClassAd again (how to debug crondor)?



does condor_config_val -config show that /tmp/hasdb.log is being read?


On 5/21/2015 2:16 PM, Dimitri Maziuk wrote:
Repost: I changed my script to

#!/bin/sh
date > /tmp/hasdb.log
if [ ! -d "/var/tmp/bmrb/blast/db" ] ; then.
    echo "HAS_DB=FALSE"
    echo "HAS_DB=FALSE" >> /tmp/hasdb.log
    exit 1.
fi
echo "HAS_DB=TRUE"
echo "HAS_DB=TRUE" >> /tmp/hasdb.log
It is logging "HAS_DB=TRUE" to the file every 15 minutes. Yet the
attribute is not in condor_config_val -dump.

Any suggestions? Am I looking in the wrong place?



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

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