[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] bosco_cluster --test is failing.
- Date: Mon, 12 Apr 2021 14:52:00 -0500 (CDT)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] bosco_cluster --test is failing.
I donât know why it is setting âcondor_poolâ as an active user even
though the web server is running from âcloudcopasiâ user. Is there any
place where I am missing to set the âactive userâ ?
This may mean that the "cloudcopasi" user has read access to
the pool password file. (`condor_config_val SEC_PASSWORD_FILE`) If the
"cloudcopasi" user doesn't need to have that access, try removing that
access. (Otherwise, it's more complicated.)
- ToddM