Re: [gentoo-user] BIND DNS?

2005-12-17 Thread Sean Johnson
For what it's worth, I'd second djbdns. I've been using it (and qmail)
for a long time now, and haven't yet run into an issue.

Cheers,

Sean

On 12/13/05, Ben [EMAIL PROTECTED] wrote:
 On Tuesday 13 December 2005 20:54, Tom Smith wrote:
  I'm looking to install BIND DNS on one of my server (the first Gentoo box
  on my network) but haven't been able to locate it in Portage. I tried the
  obvious searches for bind, nameserver, dns, etc, but still haven't
  been able to find it.
 
  Does Gentoo have a BIND package and, if so, what's it name?

 Uhh, there is a bind package:

 maya / # emerge -p bind

 These are the packages that I would merge, in order:

 Calculating dependencies ...done!
 [ebuild  N] net-dns/bind-9.2.5-r6
 maya / #

 Although personally I'd be tempted to recommend djbdns, much in the same way
 as I'd advise something like postfix over sendmail.  There's some info on the
 wiki on how to install and configure djbdns, along with links to more info:

 http://gentoo-wiki.com/HOWTO_Setup_a_DNS_Server_with_DJBDNS
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] BIND DNS?

2005-12-13 Thread Billy Holmes

Tom Smith wrote:

Does Gentoo have a BIND package and, if so, what's it name?


$ emerge -s ^bind$
Searching...
[ Results for search key : ^bind$ ]
[ Applications found : 1 ]

*  net-dns/bind
  Latest version available: 9.2.5-r6
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 4,531 kB
  Homepage:http://www.isc.org/products/BIND/bind9.html
  Description: BIND - Berkeley Internet Name Domain - Name Server
  License: as-is

$ sudo emerge -pvt bind

These are the packages that I would merge, in reverse order:

Calculating dependencies ...done!
[ebuild  N] net-dns/bind-9.2.5-r6  +berkdb -bind-mysql -dlz -doc 
+idn -ipv6 -ldap +mysql -odbc -postgres (-selinux) +ssl -threads 4,398 kB


Total size of downloads: 4,398 kB
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] BIND DNS?

2005-12-13 Thread Richard Fish
On 12/13/05, Tom Smith [EMAIL PROTECTED] wrote:

 Does Gentoo have a BIND package and, if so, what's it name?

net-dns/bind

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] BIND DNS?

2005-12-13 Thread Jarry
Tom Smith wrote:

 Does Gentoo have a BIND package and, if so, what's it name?

bind, in net-dns group. I just did:

emerge bind
emerge bind-tools

Jarry

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] BIND DNS?

2005-12-13 Thread Tom Smith
Hm... Odd. I was searching the Portage database via gentoo.org and didn't see it. Your emerge string did the trick, though.I must of just had a brain fart or something. Thanks for your help. (Same for the other two responders.)Billy Holmes [EMAIL PROTECTED] wrote: Tom Smith wrote: Does Gentoo have a BIND package and, if so, what's it name?$ emerge -s ^bind$Searching...[ Results for search key : ^bind$ ][ Applications found : 1 ]*  net-dns/bind   Latest version available: 9.2.5-r6   Latest version installed: [ Not Installed ]   Size of downloaded files: 4,531 kB   Homepage:http://www.isc.org/products/BIND/bind9.html   Description: BIND - Berkeley Interne!
 t Name
 Domain - Name Server   License: as-is$ sudo emerge -pvt bindThese are the packages that I would merge, in reverse order:Calculating dependencies ...done![ebuild  N] net-dns/bind-9.2.5-r6  +berkdb -bind-mysql -dlz -doc +idn -ipv6 -ldap +mysql -odbc -postgres (-selinux) +ssl -threads 4,398 kBTotal size of downloads: 4,398 kB-- gentoo-user@gentoo.org mailing list