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

Re: [HTCondor-users] no config dir



I figured this out. One package was getting 'Package
c-ares-1.10.0-3.el7.x86_64.rpm is not signed' and that was preventing
the install. I did the install with '--nogpgcheck' and it worked.

Thanks all for the help.



On Tue, Aug 8, 2017 at 1:58 PM, Todd Tannenbaum <tannenba@xxxxxxxxxxx> wrote:
> On 8/8/2017 12:42 PM, Larry Martell wrote:
>>
>> I tried this:
>>
>> $ sudo yum reinstall condor-all
>> Loaded plugins: langpacks, product-id, search-disabled-repos,
>> subscription-manager
>> No Match for argument: condor-all
>> Package(s) condor-all available, but not installed.
>> Error: Nothing to do
>>
>
> Hi Larry,
>
> I am not an RPM guy, but the step-by-step instructions for RHEL7 is on the
> web site at
>   https://research.cs.wisc.edu/htcondor/instructions/el/7/stable/
>
> Just a wild guess... Does the file /etc/yum.repos.d/condor-stable-rhel7.repo
> exist? (note "condor" prefix, not "htcondor"). If so, delete it.  I believe
> you should only have file htcondor-stable-rhel7.repo in that directory. Note
> the above URL only references  htcondor-stable-rhel7.repo.
>
> Did you run the systemctl commands?
>
> Tim below asked you to post the output from 'rpm -qa | grep condor' - did
> you already do that (if so I missed it)...
>
> regards
> Todd
>
>> On Tue, Aug 8, 2017 at 12:33 PM, Larry Martell <larry.martell@xxxxxxxxx
>> <mailto:larry.martell@xxxxxxxxx>> wrote:
>>
>>     That produces no output.
>>
>>     Here are the command I issued:
>>
>>     cd /etc/yum.repos.d
>>     sudo wget http://htcondor.org/yum/repo.d/condor-stable-rhel7.repo
>>     <http://htcondor.org/yum/repo.d/condor-stable-rhel7.repo>
>>     sudo wget
>>
>> http://research.cs.wisc.edu/htcondor//yum/repo.d/htcondor-stable-rhel7.repo
>>
>> <http://research.cs.wisc.edu/htcondor//yum/repo.d/htcondor-stable-rhel7.repo>
>>     sudo wget http://htcondor.org/yum/RPM-GPG-KEY-HTCondor
>>     <http://htcondor.org/yum/RPM-GPG-KEY-HTCondor>
>>     sudo rpm --import RPM-GPG-KEY-HTCondor
>>     sudo yum install condor-all
>>
>>     It seemed that a lot of things were installed. Unfortunately I do not
>>     have the output any more. I did try it again, and nothing was
>>     installed.
>>
>>     On Tue, Aug 8, 2017 at 12:26 PM, Tim Theisen <tim@xxxxxxxxxxx
>>     <mailto:tim@xxxxxxxxxxx>> wrote:
>>      > Hi Larry,
>>      >
>>      > Are you sure that you installed HTCondor. Perhaps you just
>>     updated your
>>      > yum configuration.
>>      >
>>      > If you installed HTCondor from the RPMs, you should have an
>>     /etc/condor
>>      > directory.
>>      >
>>      > Let's check that HTCondor is installed. What does 'rpm -qa | grep
>>      > condor' produce?
>>      >
>>      > ...Tim
>>      >
>>      >
>>      > On 08/07/2017 05:41 PM, Larry Martell wrote:
>>      >> I am new to condor. Installed on RHEL 7 following this:
>>      >>
>>      >>
>>
>> http://research.cs.wisc.edu/htcondor//manual/v8.6/3_2Installation_Start.html#SECTION00422200000000000000
>>
>> <http://research.cs.wisc.edu/htcondor//manual/v8.6/3_2Installation_Start.html#SECTION00422200000000000000>
>>      >>
>>      >> That references this:
>>     http://htcondor.org/yum/repo.d/condor-stable-rhel7.repo
>>     <http://htcondor.org/yum/repo.d/condor-stable-rhel7.repo>
>>      >>
>>      >> But that did not exist. I used this instead:
>>      >>
>>
>> http://research.cs.wisc.edu/htcondor//yum/repo.d/htcondor-stable-rhel7.repo
>>
>> <http://research.cs.wisc.edu/htcondor//yum/repo.d/htcondor-stable-rhel7.repo>
>>      >>
>>      >> Install went fine. According to the docs "The configuration
>>     files are
>>      >> in the directory /etc/condor/" But I have no /etc/condor dir. Do I
>>      >> need to do something after the install?
>>      >>
>>      >> TIA!