<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 11/19/2019 10:04 AM, Denny Watson
      via dev wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:K8945-1.1574175870@spamhaus.org">
      <pre class="moz-quote-pre" wrap="">On 11/18/19 10:32 PM, Rob McEwen via dev wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Is rbldnsd no longer distributed in CentOS? If I recall correctly, I was
able to run a test where I got it running on CentOS several months ago -
using the standard "yum -y install rbldnsd" command - but then I spun up
a CentOS system today and rbldnsd is no longer in the distribution. I
got the same "No package rbldnsd available." error when trying this for
CentOS 6, 7, and 8.

Running "yum -y update" - (/which I think is equivalent to running both
"apt-get update" AND "//apt-get //upgrade" on Debian?/) - didn't help.
It is simply not in the CentOS distribution anymore.  I was able to
download the source code and compile it from GitHub - but that isn't a
substitute for all the things that a full Yum installation does (such as
installing dependencies and other service files, etc).

Any suggestions?

-- 
Rob McEwen, invaluement
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Are the EPEL repos installed on your systems?
<a class="moz-txt-link-freetext" href="https://fedoraproject.org/wiki/EPEL">https://fedoraproject.org/wiki/EPEL</a> -- It should be there for at least
EPEL 6 and 7.  I'm not sure on EPEL 8.
</pre>
    </blockquote>
    <p>In my script, before attempting to install rbldnsd, I FIRST run:</p>
    <p>yum -y install epel-release</p>
    <p>...I had forgotten why, but what you said makes sense - that
      explains why I was running that command - and that mirrors the
      instructions found here</p>
    <p><a
href="https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F">https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F</a></p>
    <p>where it says:</p>
    <p><b style="box-sizing: inherit; font-weight: 700; color: rgb(0, 0,
        0); font-family: "Open Sans"; font-size: 14px;
        font-style: normal; font-variant-ligatures: normal;
        font-variant-caps: normal; letter-spacing: normal; orphans: 2;
        text-align: start; text-indent: 0px; text-transform: none;
        white-space: normal; widows: 2; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(222, 243,
        254); text-decoration-style: initial; text-decoration-color:
        initial;">NOTE for CentOS users</b><br style="box-sizing:
        inherit; color: rgb(0, 0, 0); font-family: "Open
        Sans"; font-size: 14px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: 400; letter-spacing: normal; orphans: 2;
        text-align: start; text-indent: 0px; text-transform: none;
        white-space: normal; widows: 2; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(222, 243,
        254); text-decoration-style: initial; text-decoration-color:
        initial;">
      <span style="color: rgb(0, 0, 0); font-family: "Open
        Sans"; font-size: 14px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: 400; letter-spacing: normal; orphans: 2;
        text-align: start; text-indent: 0px; text-transform: none;
        white-space: normal; widows: 2; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(222, 243,
        254); text-decoration-style: initial; text-decoration-color:
        initial; display: inline !important; float: none;">You can
        install EPEL by running<span> </span></span><b
        style="box-sizing: inherit; font-weight: 700; color: rgb(0, 0,
        0); font-family: "Open Sans"; font-size: 14px;
        font-style: normal; font-variant-ligatures: normal;
        font-variant-caps: normal; letter-spacing: normal; orphans: 2;
        text-align: start; text-indent: 0px; text-transform: none;
        white-space: normal; widows: 2; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(222, 243,
        254); text-decoration-style: initial; text-decoration-color:
        initial;">yum install epel-release</b><span style="color: rgb(0,
        0, 0); font-family: "Open Sans"; font-size: 14px;
        font-style: normal; font-variant-ligatures: normal;
        font-variant-caps: normal; font-weight: 400; letter-spacing:
        normal; orphans: 2; text-align: start; text-indent: 0px;
        text-transform: none; white-space: normal; widows: 2;
        word-spacing: 0px; -webkit-text-stroke-width: 0px;
        background-color: rgb(222, 243, 254); text-decoration-style:
        initial; text-decoration-color: initial; display: inline
        !important; float: none;">. The package is included in the
        CentOS Extras repository, enabled by default.</span></p>
    <p>HOWEVER - after doing that - when I run "yum list", I see MANY
      packages that are labeled as a part of "epel" - but "rbldnsd" is
      missing. I think for whatever reason, rbldnsd is suddenly missing
      from the EPEL release? (whereas it was previously there?)</p>
    <p>Thanks for looking into this! Any suggestions?<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Rob McEwen, invaluement
 </pre>
  </body>
</html>