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

[HTCondor-users] condor_store_cred legacy mode 100



The htcondor installation script fails with 
          
    Operation aborted due to missing or bad arguments

Iâve isolated the problem to condor_store_cred called from do_token_security().   Running from the command line with debugging I get this error:

$ sudo echo -n "${PASSWORD}" | $sh_c "condor_store_cred add -d -c -i -"
Account: condor_pool@rendertest1
CredType: password

08/05/25 12:29:58 STORE_CRED: In mode 100 'add', user is "condor_pool@rendertest1"
08/05/25 12:29:58 STORE_CRED: ERROR ClassAd argument cannot be used with legacy mode 100
Operation aborted due to missing or bad arguments

What is legacy mode 100 and how do I address this problem?

Thanks!
JK