# yum-config-manager --add-repo 
https://download.copr.fedorainfracloud.org/results/isc/bind/epel-7-$basearch/

--Results in the file:   
/etc/yum.repos.d/download.copr.fedorainfracloud.org_results_isc_bind_epel-7-_.repo

Content of the repo file is:

[download.copr.fedorainfracloud.org_results_isc_bind_epel-7-_]
name=added from: 
https://download.copr.fedorainfracloud.org/results/isc/bind/epel-7-/
baseurl=https://download.copr.fedorainfracloud.org/results/isc/bind/epel-7-/
enabled=1

# vim /etc/yum.conf

[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=3
localpkg_gpgcheck=1
sslverify=1

#  This is the default, if you make this bigger yum won't see if the metadata
# is newer on the remote and so you'll "gain" the bandwidth of not having to
# download the new metadata and "pay" for it by yum not having correct
# information.
#  It is esp. important, to have correct metadata, for distributions like
# Fedora which don't keep old packages around. If you don't like this checking
# interupting your command line usage, it's much better to have something
# manually check the metadata once an hour (yum-updatesd will do this).
# metadata_expire=90m

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
#clean_requirements_on_remove=1

-----------------------------
# yum install isc-bind

Results in:

https://download.copr.fedorainfracloud.org/results/isc/bind/epel-7-/repodata/repomd.xml:
 [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized."

>>this is an ssl cert issue

--Modify /etc/yum.conf :

Set sslverify=0

# yum clean all

# yum install isc-bind

Partial output:  failure: repodata/repomd.xml from 
download.copr.fedorainfracloud.org_results_isc_bind_epel-7-_: [Errno 256] No 
more mirrors to try.
https://download.copr.fedorainfracloud.org/results/isc/bind/epel-7-/repodata/repomd.xml:
 [Errno 14] HTTPS Error 503 - Service Unavailable 

(repeats 10x)


V/R
Jim DeCaro
DISA
Systems Administrator
Windows and Unix/Linux Server Operations
FE222/DoDNet Service Section
Defense Enclave Services Directorate
Defense Information Systems Agency
☎ 301-225-8180 
☎ 301-375-8180 
james.j.decaro3....@mail.mil
james.j.decaro3....@mail.smil.mil

-----Original Message-----
From: bind-users <bind-users-boun...@lists.isc.org> On Behalf Of Michal Nowak
Sent: Thursday, April 28, 2022 11:38 AM
To: bind-users@lists.isc.org
Subject: [URL Verdict: Neutral][Non-DoD Source] Re: Attempting to configure an 
ISC BIND repository on Red Hat Linux 7.9

All active links contained in this email were disabled.  Please verify the 
identity of the sender, and confirm the authenticity of all links contained 
within the message prior to copying and pasting the address to a Web browser.

----

On 28/04/2022 16:52, DeCaro, James John (Jim) CIV DISA FE (USA) via 
bind-users wrote:
> Dnf is not available. Therefore using yum
> 
> Linux Red Hat 7.9 virtual machine on VMware, has internet connectivity
> 
> Set up local repository in 
> /etc/yum.repos.d/download.copr.fedorainfracloud.org_results_isc_bind_epel-8-_.repo:
> 
> [copr:copr.fedorainfracloud.org:isc:bind]
> 
> name=Copr repo for bind owned by isc
> 
> baseurl=Caution-https://download.copr.fedorainfracloud.org/results/isc/bind/epel-8-$basearch/
> 
> type=rpm-md
> 
> skip_if_unavailable=False
> 
> enabled=1
> 
> enabled_metadata=1
> 
> gpgcheck=0
> 
> #gpgkey=Caution-https://download.copr.fedorainfracloud.org/results/isc/bind/pubkey.gpg
> 
> repo_gpgcheck=0
> 
> --changed gpgcheck and repo gpgcheck to ‘0’ and also commented out 
> gpgkey=…..to try and get around the errors
> 
> # yum install isc-bind: rcd an error related to an ssl cert—therefore 
> set sslverify=0 in /etc/yum.conf
> 
> now receiving error: 
> “Caution-https://download.copr.fedorainfracloud.org/results/isc/bind/epel-8-x86_64/repodata/repomd.xml:
>  
> [Errno 14] HTTPS Error 503 - Service Unavailable” for each of the sites 
> in isc: Caution-https:// 
> download.copr.fedorainfracloud.org/results/isc/bind/epel-8-x86_64/ (i.e. 
> repeats 10 x)
> 
> curl -k 
> Caution-https://download.copr.fedorainfracloud.org/results/isc/bind/epel-8-x86_64/
>  
> <Caution-https://download.copr.fedorainfracloud.org/results/isc/bind/epel-8-x86_64/>shows
>  
> web page content so the connection is good
> 
> # sealert -a /var/log/audit/audit.log does not show any output
> 
> # firewall-cmd –list-all<and> --list-ports does not show any blocks or 
> filters
> 
> there are no entries in /var/log/yum.log (blank)
> 
> no references to the issue in /var/log/messages
> 
> internet search indicates a possible issue with the target site (which I 
> doubt)
> 
> I am relatively new to repository configuration, so I am assuming I am 
> missing something.
> 
> Thanks in advance for any input
> 
> V/R
> 
> Jim DeCaro
> 
> 

Can you start with the RHEL 7.9 system updated to the latest packages, 
remove the 
/etc/yum.repos.d/download.copr.fedorainfracloud.org_results_isc_bind_epel-8-_.repo
 
file, put 
Caution-https://copr.fedorainfracloud.org/coprs/isc/bind/repo/epel-7/isc-bind-epel-7.repo
 
to /etc/yum.repos.d/, and tell us what's the command's output when you 
try to install "isc-bind"?

It wasn't clear to me what was the error before you started disabling 
things in download.copr.fedorainfracloud.org_results_isc_bind_epel-8-_.repo.

Michal
-- 
Visit Caution-https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at Caution-https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
Caution-https://lists.isc.org/mailman/listinfo/bind-users
-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users
  • Attempting to co... DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
    • Re: Attempt... Anand Buddhdev
      • RE: [UR... DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
    • Re: Attempt... Michal Nowak
      • RE: [UR... DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
        • Re:... Anand Buddhdev
          • ... DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
            • ... DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
    • Re: Attempt... Michał Kępień
      • Re: Att... Ondřej Surý
        • RE:... DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
      • RE: [UR... DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
      • RE: [UR... DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users
        • Re:... Michał Kępień
          • ... DeCaro, James John (Jim) CIV DISA FE (USA) via bind-users

Reply via email to