Re: BIND through COPR after CentOS

2021-01-04 Thread Petr Menšík
Hello Bruce.

Since this version is exactly the same piece what I am working on for
RHEL, what would be advantage of using Oracle Linux for it?

The same version would land to CentOS Stream and into Red Hat Enterprise
Linux later. We try hard to make no regressions on any update. ISC's
maintained tests help us a lot, but we have also bunch of our own tests.
I would like to thank ISC for their great test coverage support, it is
outstanding in my opinion. All tests apply to any version released even
to CentOS Stream, just like for RHEL. The only difference for RHEL would
be, such changes would be parked in our repository for several months
until minor update release.

Anyway, Oracle seems to be only recompilation of package I prepare for
RHEL and then falls to CentOS. Is there any advantage receiving it from
them, where no feedback to actual maintainers can be provided? Would it
make it more stable in any way? I admit I don't understand motivation
for it. It seems more misunderstanding what CentOS 8 Stream is supposed
to be. Can I clarify it somehow?

Best Regards,
Petr

On 12/18/20 8:12 PM, Bruce Johnson wrote:
> I’m evaluating Oracle Linux to replace CentOS right now for other uses, which 
> Oracle pinky-swears will always be free (beer and speech); it’s essentially 
> another RHEL clone, with some additional stuff for oracle in the repo. I 
> think it’ll end up replacing our CentOS 8 upgrade of ours.
> 
> Available Packages
> Name : bind
> Epoch: 32
> Version  : 9.11.20
> Release  : 5.el8
> Architecture : src
> Size : 8.1 M
> Source   : None
> Repository   : ol8_baseos_latest
> Summary  : The Berkeley Internet Name Domain (BIND) DNS (Domain Name 
> System) server
> URL  : http://www.isc.org/products/BIND/
> License  : MPLv2.0
> Description  : BIND (Berkeley Internet Name Domain) is an implementation of 
> the DNS
>  : (Domain Name System) protocols. BIND includes a DNS server 
> (named),
>  : which resolves host names to IP addresses; a resolver library
>  : (routines for applications to use when interfacing with DNS); 
> and
>  : tools for verifying that the DNS server is operating properly.
> 
> 
> On Dec 18, 2020, at 11:15 AM, John Thurston 
> mailto:john.thurs...@alaska.gov>> wrote:
> 
> We have been using the ISC COPR packages for BIND on CentOS. With the demise 
> of CentOS, we (along with a few other people on the planet) need to consider 
> where we will move our applications.
> 
> We have been completely happy with the packages provided by ISC through COPR. 
> Does anyone want to offer up other linux distributions on which they have had 
> unqualified success with these same packages?
> 
> 
> --
> --
> Do things because you should, not just because you can.
> 
> John Thurston907-465-8591
> john.thurs...@alaska.gov
> Department of Administration
> State of Alaska
> ___
> Please 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
> 
> --
> Bruce Johnson
> University of Arizona
> College of Pharmacy
> Information Technology Group
> 
> Institutions do not have opinions, merely customs 

-- 
Petr Menšík
Software Engineer
Red Hat, http://www.redhat.com/
email: pemen...@redhat.com
PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB



OpenPGP_signature
Description: OpenPGP digital signature
___
Please 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


Re: BIND through COPR after CentOS

2020-12-19 Thread Ondřej Surý
Hear, hear, please stay on topic. And the topic here is BIND 9, not a personal 
choice of operating system or particular distribution. Particularly, I believe 
it would be better to avoid discussing CentOS at this particular time.

That said, we at ISC will do the best to support any choice of operating system 
you’ll as users make.

Ondrej
--
Ondřej Surý — ISC (He/Him)

> On 19. 12. 2020, at 16:23, Mauricio Tavares  wrote:
> 
> On Sat, Dec 19, 2020 at 4:35 AM Tom J. Marcoen
>  wrote:
>> 
>> Hey all,
>> 
>> Just wondering here, why switching from CentOS to Debian or building BIND 
>> from sources? What is wrong with migrating to CentOS Stream? Why would that 
>> be so much worse than using Debian?
>> 
>  The OP made the choice. The question he posed is what it takes
> to make it run on debian.
> 
> I am asking not to go over the why because it can become a loaded
> question; if you check the threads going on the main centos mailing
> list, it is not a pretty sight right now and I would suggest not to
> let it spill over here. But that is the best place to look at the
> arguments many used to stay or move out of centos. Bring popcorn.
> 
>> Regards,
>> Tom
>> 
>>> On Sat, 19 Dec 2020 at 00:25, G.W. Haywood via bind-users 
>>>  wrote:
>>> 
>>> Hi there,
>>> 
 On Fri, 18 Dec 2020, Leroy Tennison wrote:
>>> 
 ... switching from an rpm world to a deb world
 ... Not an enormous change but significant.
>>> 
>>> Indeed.  I'd suggest that if it's just about BIND, it's easier to grab
>>> the source and build it.  That way you don't ever have to wait for the
>>> package maintainer (not that you'll usually have to wait long), you do
>>> get to make your own decisions, and there'll be fewer nasty surprises.
>>> 
>>> This has been my routine for more than a decade - I just did it this
>>> evening on our primary.  The secondaries are somebody else's problem.
>>> 
>>> $ wget https://downloads.isc.org/isc/bind9/9.11.26/bind-9.11.26.tar.gz
>>> $ tar xzvf bind-9.11.26.tar.gz
>>> $ cd bind-9.11.26/
>>> $ ./configure --enable-ipv6 --prefix=/usr/local --sysconfdir=/etc 
>>> --with-openssl ...
>>> $ make
>>> # make install
>>> # kill $(pidof /usr/local/sbin/named) ; sleep 2 ; /usr/local/sbin/named -u 
>>> named
>>> 
>>> I don't think 'apt-get update/upgrade' would have been any quicker.
>>> 
>>> You might want to check signatures etc., but it is an 'https' download
>>> link.  If you have a lot of machines and no Puppet, you can of course
>>> make your own package in a few minutes.
>>> 
>>> You'll want to subscribe to the announce@ list.  If there's no CVE, I
>>> usually wait for a couple of days after the announcement...
>>> 
>>> --
>>> 
>>> 73,
>>> Ged.
>>> ___
>>> Please 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
>> 
>> ___
>> Please 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
> ___
> Please 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

___
Please 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


Re: BIND through COPR after CentOS

2020-12-19 Thread Mauricio Tavares
On Sat, Dec 19, 2020 at 4:35 AM Tom J. Marcoen
 wrote:
>
> Hey all,
>
> Just wondering here, why switching from CentOS to Debian or building BIND 
> from sources? What is wrong with migrating to CentOS Stream? Why would that 
> be so much worse than using Debian?
>
  The OP made the choice. The question he posed is what it takes
to make it run on debian.

I am asking not to go over the why because it can become a loaded
question; if you check the threads going on the main centos mailing
list, it is not a pretty sight right now and I would suggest not to
let it spill over here. But that is the best place to look at the
arguments many used to stay or move out of centos. Bring popcorn.

> Regards,
> Tom
>
> On Sat, 19 Dec 2020 at 00:25, G.W. Haywood via bind-users 
>  wrote:
>>
>> Hi there,
>>
>> On Fri, 18 Dec 2020, Leroy Tennison wrote:
>>
>> > ... switching from an rpm world to a deb world
>> > ... Not an enormous change but significant.
>>
>> Indeed.  I'd suggest that if it's just about BIND, it's easier to grab
>> the source and build it.  That way you don't ever have to wait for the
>> package maintainer (not that you'll usually have to wait long), you do
>> get to make your own decisions, and there'll be fewer nasty surprises.
>>
>> This has been my routine for more than a decade - I just did it this
>> evening on our primary.  The secondaries are somebody else's problem.
>>
>> $ wget https://downloads.isc.org/isc/bind9/9.11.26/bind-9.11.26.tar.gz
>> $ tar xzvf bind-9.11.26.tar.gz
>> $ cd bind-9.11.26/
>> $ ./configure --enable-ipv6 --prefix=/usr/local --sysconfdir=/etc 
>> --with-openssl ...
>> $ make
>> # make install
>> # kill $(pidof /usr/local/sbin/named) ; sleep 2 ; /usr/local/sbin/named -u 
>> named
>>
>> I don't think 'apt-get update/upgrade' would have been any quicker.
>>
>> You might want to check signatures etc., but it is an 'https' download
>> link.  If you have a lot of machines and no Puppet, you can of course
>> make your own package in a few minutes.
>>
>> You'll want to subscribe to the announce@ list.  If there's no CVE, I
>> usually wait for a couple of days after the announcement...
>>
>> --
>>
>> 73,
>> Ged.
>> ___
>> Please 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
>
> ___
> Please 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
___
Please 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


Re: BIND through COPR after CentOS

2020-12-19 Thread Tom J. Marcoen
Hey all,

Just wondering here, why switching from CentOS to Debian or building BIND
from sources? What is wrong with migrating to CentOS Stream? Why would that
be so much worse than using Debian?

Regards,
Tom

On Sat, 19 Dec 2020 at 00:25, G.W. Haywood via bind-users <
bind-users@lists.isc.org> wrote:

> Hi there,
>
> On Fri, 18 Dec 2020, Leroy Tennison wrote:
>
> > ... switching from an rpm world to a deb world
> > ... Not an enormous change but significant.
>
> Indeed.  I'd suggest that if it's just about BIND, it's easier to grab
> the source and build it.  That way you don't ever have to wait for the
> package maintainer (not that you'll usually have to wait long), you do
> get to make your own decisions, and there'll be fewer nasty surprises.
>
> This has been my routine for more than a decade - I just did it this
> evening on our primary.  The secondaries are somebody else's problem.
>
> $ wget https://downloads.isc.org/isc/bind9/9.11.26/bind-9.11.26.tar.gz
> $ tar xzvf bind-9.11.26.tar.gz
> $ cd bind-9.11.26/
> $ ./configure --enable-ipv6 --prefix=/usr/local --sysconfdir=/etc
> --with-openssl ...
> $ make
> # make install
> # kill $(pidof /usr/local/sbin/named) ; sleep 2 ; /usr/local/sbin/named -u
> named
>
> I don't think 'apt-get update/upgrade' would have been any quicker.
>
> You might want to check signatures etc., but it is an 'https' download
> link.  If you have a lot of machines and no Puppet, you can of course
> make your own package in a few minutes.
>
> You'll want to subscribe to the announce@ list.  If there's no CVE, I
> usually wait for a couple of days after the announcement...
>
> --
>
> 73,
> Ged.
> ___
> Please 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
>
___
Please 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


Re: BIND through COPR after CentOS

2020-12-18 Thread G.W. Haywood via bind-users

Hi there,

On Fri, 18 Dec 2020, Leroy Tennison wrote:


... switching from an rpm world to a deb world
... Not an enormous change but significant.


Indeed.  I'd suggest that if it's just about BIND, it's easier to grab
the source and build it.  That way you don't ever have to wait for the
package maintainer (not that you'll usually have to wait long), you do
get to make your own decisions, and there'll be fewer nasty surprises.

This has been my routine for more than a decade - I just did it this
evening on our primary.  The secondaries are somebody else's problem.

$ wget https://downloads.isc.org/isc/bind9/9.11.26/bind-9.11.26.tar.gz
$ tar xzvf bind-9.11.26.tar.gz
$ cd bind-9.11.26/
$ ./configure --enable-ipv6 --prefix=/usr/local --sysconfdir=/etc 
--with-openssl ...
$ make
# make install
# kill $(pidof /usr/local/sbin/named) ; sleep 2 ; /usr/local/sbin/named -u named

I don't think 'apt-get update/upgrade' would have been any quicker.

You might want to check signatures etc., but it is an 'https' download
link.  If you have a lot of machines and no Puppet, you can of course
make your own package in a few minutes.

You'll want to subscribe to the announce@ list.  If there's no CVE, I
usually wait for a couple of days after the announcement...

--

73,
Ged.
___
Please 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


Re: BIND through COPR after CentOS

2020-12-18 Thread Leroy Tennison
I should have also mentioned that switching from an rpm world to a deb world 
(CentOS to Ubuntu) does come with it's learning curve.  Some utilities are 
different, networking configuration in particular is located in different 
places, then there's the whole package management system.  Not an enormous 
change but significant.


From: bind-users  on behalf of Bruce Johnson 

Sent: Friday, December 18, 2020 1:12 PM
To: John Thurston 
Cc: bind-users@lists.isc.org 
Subject: [EXTERNAL] Re: BIND through COPR after CentOS


CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you recognize the sender and know the content 
is safe.


I’m evaluating Oracle Linux to replace CentOS right now for other uses, which 
Oracle pinky-swears will always be free (beer and speech); it’s essentially 
another RHEL clone, with some additional stuff for oracle in the repo. I think 
it’ll end up replacing our CentOS 8 upgrade of ours.

Available Packages
Name : bind
Epoch: 32
Version  : 9.11.20
Release  : 5.el8
Architecture : src
Size : 8.1 M
Source   : None
Repository   : ol8_baseos_latest
Summary  : The Berkeley Internet Name Domain (BIND) DNS (Domain Name 
System) server
URL  : 
http://www.isc.org/products/BIND/<https://linkprotect.cudasvc.com/url?a=http%3a%2f%2fwww.isc.org%2fproducts%2fBIND%2f=E,1,F-xH5dCaPqisWLm_g0G5rEjB6S8uKCLi9hllVh9fTq8ThkjkFM9fcezPblzGkYfVd8KUR6VUVVe5MIvI7Jm8fY9L639PC1YmhQ08O8J8SZnvYdFgyjDkog,,=1>
License  : MPLv2.0
Description  : BIND (Berkeley Internet Name Domain) is an implementation of the 
DNS
 : (Domain Name System) protocols. BIND includes a DNS server 
(named),
 : which resolves host names to IP addresses; a resolver library
 : (routines for applications to use when interfacing with DNS); and
 : tools for verifying that the DNS server is operating properly.



Harriscomputer

Leroy Tennison
Network Information/Cyber Security Specialist
E: le...@datavoiceint.com
P:


[cid:Data-Voice-International-LOGO_aa3d1c6e-5cfb-451f-ba2c-af8059e69609.PNG]


2220 Bush Dr
McKinney, Texas
75070
www.datavoiceint.com<http://www..com>


This message has been sent on behalf of a company that is part of the Harris 
Operating Group of Constellation Software Inc.

If you prefer not to be contacted by Harris Operating Group please notify 
us<http://subscribe.harriscomputer.com/>.



This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged or confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please notify the sender immediately by e-mail and delete all 
copies of the message.





On Dec 18, 2020, at 11:15 AM, John Thurston 
mailto:john.thurs...@alaska.gov>> wrote:

We have been using the ISC COPR packages for BIND on CentOS. With the demise of 
CentOS, we (along with a few other people on the planet) need to consider where 
we will move our applications.

We have been completely happy with the packages provided by ISC through COPR. 
Does anyone want to offer up other linux distributions on which they have had 
unqualified success with these same packages?


--
--
Do things because you should, not just because you can.

John Thurston907-465-8591
john.thurs...@alaska.gov<mailto:john.thurs...@alaska.gov>
Department of Administration
State of Alaska
___
Please visit 
https://lists.isc.org/mailman/listinfo/bind-users<https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.isc.org%2fmailman%2flistinfo%2fbind-users=E,1,IBxsnIsipx5LeFrRRRclDZIYmycPPCZmprkGB3H8jv0ffh3xMaG_G_loIIGZwSf4L8VqcXzKsGusOWz-t3wBRJ2bFA-Str1p5SbbFFns-efWjk-Hggyip6U,=1>
 to unsubscribe from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at 
https://www.isc.org/contact/<https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fwww.isc.org%2fcontact%2f=E,1,-uaXUUzweTYyyryYTSYl3dafGP6FRNMxZgGB2giqrVGNlGsqQCwpSoiTmOT67BsK-w6Az5eVoby8s9ThdU8_5KX4nvOKSuoEijJEQhadxhW_iM0,=1>
 for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users<https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.isc.org%2fmailman%2flistinfo%2fbind-users=E,1,aAnkvAbeICuwv-trjDjTwMgN7XIMIGSuCkM4VhWtwQ1KPKXYPFcSHJzELDAG9ZbG4-wrCr1Kfs9EJvkL7mGY-SqUKJJZCZz0yNNGVk3oLuk-w3S68Y9nmtvwsko,=1>

--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group

Institutions do not have opinions, merely customs

___
Please visit https://lists.is

Re: BIND through COPR after CentOS

2020-12-18 Thread Bruce Johnson
I’m evaluating Oracle Linux to replace CentOS right now for other uses, which 
Oracle pinky-swears will always be free (beer and speech); it’s essentially 
another RHEL clone, with some additional stuff for oracle in the repo. I think 
it’ll end up replacing our CentOS 8 upgrade of ours.

Available Packages
Name : bind
Epoch: 32
Version  : 9.11.20
Release  : 5.el8
Architecture : src
Size : 8.1 M
Source   : None
Repository   : ol8_baseos_latest
Summary  : The Berkeley Internet Name Domain (BIND) DNS (Domain Name 
System) server
URL  : http://www.isc.org/products/BIND/
License  : MPLv2.0
Description  : BIND (Berkeley Internet Name Domain) is an implementation of the 
DNS
 : (Domain Name System) protocols. BIND includes a DNS server 
(named),
 : which resolves host names to IP addresses; a resolver library
 : (routines for applications to use when interfacing with DNS); and
 : tools for verifying that the DNS server is operating properly.


On Dec 18, 2020, at 11:15 AM, John Thurston 
mailto:john.thurs...@alaska.gov>> wrote:

We have been using the ISC COPR packages for BIND on CentOS. With the demise of 
CentOS, we (along with a few other people on the planet) need to consider where 
we will move our applications.

We have been completely happy with the packages provided by ISC through COPR. 
Does anyone want to offer up other linux distributions on which they have had 
unqualified success with these same packages?


--
--
Do things because you should, not just because you can.

John Thurston907-465-8591
john.thurs...@alaska.gov
Department of Administration
State of Alaska
___
Please 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

--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group

Institutions do not have opinions, merely customs

___
Please 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


Re: BIND through COPR after CentOS

2020-12-18 Thread Nicolas Bock
On Fri, Dec 18 2020, John Thurston wrote:

> We have been using the ISC COPR packages for BIND on CentOS. With the 
> demise of CentOS, we (along with a few other people on the planet) need 
> to consider where we will move our applications.
>
> We have been completely happy with the packages provided by ISC through 
> COPR. Does anyone want to offer up other linux distributions on which 
> they have had unqualified success with these same packages?

ISC also offers the bind9 package for Ubuntu [1]. I don't
know if that would satisfy your requirements, but it might
be an option.

Best,

Nick

[1] https://launchpad.net/~isc/+archive/ubuntu/bind
___
Please 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


Re: BIND through COPR after CentOS

2020-12-18 Thread Leroy Tennison
We have been using isc's bind (and dhcp for that matter) which comes with 
Ubuntu LTS versions and have had good success.  Right now we're on Ubuntu 16.04 
LTS but that's about to change since the 16.04 revision goes EOL in April.  I 
should mention that our implementation isn't terribly sophisticated and not 
large scale but it has worked.  The only other qualification is that the 
version which comes with the distribution isn't the latest by any means.


From: bind-users  on behalf of Ondřej Surý 

Sent: Friday, December 18, 2020 12:31 PM
To: Victoria Risk 
Cc: John Thurston ; bind-users@lists.isc.org 

Subject: [EXTERNAL] Re: BIND through COPR after CentOS


CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you recognize the sender and know the content 
is safe.


I would add that the Debian packages are at:

* 9.11 
https://bind.debian.net/bind-esv/<https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fbind.debian.net%2fbind-esv%2f=E,1,JSXuM1tFQ9EJs81NuVNhJj-bnLtuIOFjHqd4PLtDgksyWKV-QBsyuRzj5vfdhPefouozkWQXkeEL7muFWtBAemFlRl8OM_tajDxqaUqJ=1>
* 9.16 
https://bind.debian.net/bind/<https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fbind.debian.net%2fbind%2f=E,1,kGI368YY6KZw7p3fUiqFVR94FAZ7FezBhrNLo42YBAbknqgslqbvbX-DX2uLy7DW-I1gaw7CYtqm9iF6maa9VuYue3dx4iVIAMUqW-lKhW_-mBQ,=1>
* 9.17 
https://bind.debian.net/bind-dev/<https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fbind.debian.net%2fbind-dev%2f=E,1,OYIB2JUrkOOGV132EStizM4wPMS3aylDi93Lhcda-T75mDBPxV02TrvmLgoq7o2tUtdtMiJVG4bBT2gTE9zYjDk2c5Si3Z8bF4XVm4VJ=1>

Ondřej
--
Ondřej Surý — ISC (He/Him)


Harriscomputer

Leroy Tennison
Network Information/Cyber Security Specialist
E: le...@datavoiceint.com
P:


[cid:Data-Voice-International-LOGO_aa3d1c6e-5cfb-451f-ba2c-af8059e69609.PNG]


2220 Bush Dr
McKinney, Texas
75070
www.datavoiceint.com<http://www..com>


This message has been sent on behalf of a company that is part of the Harris 
Operating Group of Constellation Software Inc.

If you prefer not to be contacted by Harris Operating Group please notify 
us<http://subscribe.harriscomputer.com/>.



This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged or confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please notify the sender immediately by e-mail and delete all 
copies of the message.





On 18. 12. 2020, at 19:24, Victoria Risk  wrote:



On Dec 18, 2020, at 10:15 AM, John Thurston 
mailto:john.thurs...@alaska.gov>> wrote:

We have been using the ISC COPR packages for BIND on CentOS. With the demise of 
CentOS, we (along with a few other people on the planet) need to consider where 
we will move our applications.

We have been completely happy with the packages provided by ISC through COPR. 
Does anyone want to offer up other linux distributions on which they have had 
unqualified success with these same packages?


I have been worrying about whether we would see BIND users shift away from 
CentOS, although I think it is too soon to declare CentOS ‘dead’.

This might be a good time to remind people that we also publish packages for 
Debian (https://packages.debian.org/source/sid/bind9) and Ubuntu 
(https://launchpad.net/~isc). We also maintain a Docker image 
(https://hub.docker.com/r/internetsystemsconsortium/bind9<https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fhub.docker.com%2fr%2finternetsystemsconsortium%2fbind9=E,1,BQScNjPYixtDXPjVq37La9SBXTYVy4DuBxnmz2hx03Jzvl4q_k75JXNWh-0z7By6LUGqXF5QaR6DFrkej9zRjr-RSUEmfBK0rZXvXX2SWbAd=1>).

Vicky


Victoria Risk
Product Manager
Internet Systems Consortium
vi...@isc.org<mailto:vi...@isc.org>





___
Please visit 
https://lists.isc.org/mailman/listinfo/bind-users<https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.isc.org%2fmailman%2flistinfo%2fbind-users=E,1,1_NzQV37yOQyejCuevJSJIXJGrEgi-TCU9rMOH95JIBMcW9JNZnpDDl6HdcXNMMaP6QLG4O72lIBikGkcKillG-FrE4xIxr_ucjhu3T7_r3GYeuSTBtpVg,,=1>
 to unsubscribe from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at 
https://www.isc.org/contact/<https://linkprotect.cudasvc.com/url?a=https%3a%2f%2fwww.isc.org%2fcontact%2f=E,1,Y0p8aewRqHJ5DTKaTnaI0WXhrblvixtrRXl8EdxgiRc9GjHCY_KnNQ5RPeX-RvjZegksdKGa6i2GwO3bLGnMIp2FDBPF9tOP1NcB69WMIdSlIvJQ=1>
 for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users<https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.isc.org%2fmailman%2flistinfo%2fbind-users=E,1,sqFu9g4EJ8LlhmeqGn3uVL2mgpHjFzZAUnzpIfq1rSW

Re: BIND through COPR after CentOS

2020-12-18 Thread Ondřej Surý
I would add that the Debian packages are at:

* 9.11 https://bind.debian.net/bind-esv/
* 9.16 https://bind.debian.net/bind/
* 9.17 https://bind.debian.net/bind-dev/

Ondřej 
--
Ondřej Surý — ISC (He/Him)

> On 18. 12. 2020, at 19:24, Victoria Risk  wrote:
> 
> 
> 
>> On Dec 18, 2020, at 10:15 AM, John Thurston  wrote:
>> 
>> We have been using the ISC COPR packages for BIND on CentOS. With the demise 
>> of CentOS, we (along with a few other people on the planet) need to consider 
>> where we will move our applications.
>> 
>> We have been completely happy with the packages provided by ISC through 
>> COPR. Does anyone want to offer up other linux distributions on which they 
>> have had unqualified success with these same packages?
> 
> 
> 
> I have been worrying about whether we would see BIND users shift away from 
> CentOS, although I think it is too soon to declare CentOS ‘dead’. 
> 
> This might be a good time to remind people that we also publish packages for 
> Debian (https://packages.debian.org/source/sid/bind9) and Ubuntu 
> (https://launchpad.net/~isc). We also maintain a Docker image 
> (https://hub.docker.com/r/internetsystemsconsortium/bind9). 
> 
> Vicky
> 
> 
> Victoria Risk
> Product Manager
> Internet Systems Consortium
> vi...@isc.org
> 
> 
> 
> 
> 
> ___
> Please 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
___
Please 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


Re: BIND through COPR after CentOS

2020-12-18 Thread Victoria Risk


> On Dec 18, 2020, at 10:15 AM, John Thurston  wrote:
> 
> We have been using the ISC COPR packages for BIND on CentOS. With the demise 
> of CentOS, we (along with a few other people on the planet) need to consider 
> where we will move our applications.
> 
> We have been completely happy with the packages provided by ISC through COPR. 
> Does anyone want to offer up other linux distributions on which they have had 
> unqualified success with these same packages?



I have been worrying about whether we would see BIND users shift away from 
CentOS, although I think it is too soon to declare CentOS ‘dead’. 

This might be a good time to remind people that we also publish packages for 
Debian (https://packages.debian.org/source/sid/bind9) and Ubuntu 
(https://launchpad.net/~isc). We also maintain a Docker image 
(https://hub.docker.com/r/internetsystemsconsortium/bind9). 

Vicky


Victoria Risk
Product Manager
Internet Systems Consortium
vi...@isc.org





___
Please 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


BIND through COPR after CentOS

2020-12-18 Thread John Thurston
We have been using the ISC COPR packages for BIND on CentOS. With the 
demise of CentOS, we (along with a few other people on the planet) need 
to consider where we will move our applications.


We have been completely happy with the packages provided by ISC through 
COPR. Does anyone want to offer up other linux distributions on which 
they have had unqualified success with these same packages?



--
--
Do things because you should, not just because you can.

John Thurston907-465-8591
john.thurs...@alaska.gov
Department of Administration
State of Alaska
___
Please 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