http://awel.domblogger.net/7/misc/src/repoview/nsd.html That is my src.rpm for CentOS 7 - which is really just a Fedora src.rpm It doesn't properly start when the server boots, which may be why it isn't in EPEL - I use a cron job once a minute to start it if it isn't running. And I need to migrate to nsd4 But that works really well for me on CentOS 7 other than not starting at system boot even when configured to. On 05/20/2015 07:01 AM, Lima Union wrote:> Hello all, newbie here planning to deploy NSD soon for my company. I've > looking for NSD packages for RHEL 5/6 and just found some old ones (3.x) > at http://rpm.pbone.net. Does anyone know why RedHhat doesn't officially > support NSD? does any third party provide an updated package for a RHEL > distro? > Thanks in advance for comments. > LU > > > _______________________________________________ > nsd-users mailing list > nsd-users at NLnetLabs.nl > http://open.nlnetlabs.nl/mailman/listinfo/nsd-users >
This is the spec I use to build NSD4 for CentOS 6. https://gist.github.com/t0mmyt/0e3ac565c46527d8cfc4 On 20 May 2015 at 15:12, Michael A. Peters <mpeters at domblogger.net> wrote:> http://awel.domblogger.net/7/misc/src/repoview/nsd.html > > That is my src.rpm for CentOS 7 - which is really just a Fedora src.rpm > > It doesn't properly start when the server boots, which may be why it isn't > in EPEL - I use a cron job once a minute to start it if it isn't running. > > And I need to migrate to nsd4 > > But that works really well for me on CentOS 7 other than not starting at > system boot even when configured to. > > > On 05/20/2015 07:01 AM, Lima Union wrote: > >> Hello all, newbie here planning to deploy NSD soon for my company. I've >> looking for NSD packages for RHEL 5/6 and just found some old ones (3.x) >> at http://rpm.pbone.net. Does anyone know why RedHhat doesn't officially >> support NSD? does any third party provide an updated package for a RHEL >> distro? >> Thanks in advance for comments. >> LU >> >> >> _______________________________________________ >> nsd-users mailing list >> nsd-users at NLnetLabs.nl >> http://open.nlnetlabs.nl/mailman/listinfo/nsd-users >> >> _______________________________________________ > nsd-users mailing list > nsd-users at NLnetLabs.nl > http://open.nlnetlabs.nl/mailman/listinfo/nsd-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.nlnetlabs.nl/pipermail/nsd-users/attachments/20150520/43cbacf6/attachment.htm>
On 20/05/15 16:12, Michael A. Peters wrote: Hi Michael,> http://awel.domblogger.net/7/misc/src/repoview/nsd.html > > That is my src.rpm for CentOS 7 - which is really just a Fedora src.rpm > > It doesn't properly start when the server boots, which may be why it > isn't in EPEL - I use a cron job once a minute to start it if it isn't > running.NSD3 is very hard to run properly under supervisors such as upstart or systemd.> And I need to migrate to nsd4NSD4 has many improvements, including a stable master process, so that you can run it easily under a supervisor. I have a SPEC file for NSD4, but it is heavily tailored for our environment, so it's not suitable for release. However, I'd be happy to adjust it for EPEL or even Fedora. Regards, Anand
On Wed, 20 May 2015, Michael A. Peters wrote:> http://awel.domblogger.net/7/misc/src/repoview/nsd.html > > That is my src.rpm for CentOS 7 - which is really just a Fedora src.rpm > > It doesn't properly start when the server boots, which may be why it isn't in > EPEL - I use a cron job once a minute to start it if it isn't running. > > And I need to migrate to nsd4 > > But that works really well for me on CentOS 7 other than not starting at > system boot even when configured to.I have been working on shipping nsd4 in EPEL6 and EPEL7, but no one gave me feedback: https://twitter.com/letoams/status/586764009162088448 An EPEL6 build of nsd4.1.1 that I'm running myself on ns0.nohats.ca can be found at: http://koji.fedoraproject.org/koji/taskinfo?taskID=9461112 I was hoping on some feedback before pushing such a big change into EPEL6. Paul