Re: max file size or line count for BIND zone file

2019-04-25 Thread Dave Warren

On 2019-04-25 17:57, @lbutlr wrote:

On 25 Apr 2019, at 06:10, Martin Meadows via bind-users 
 wrote:


Wondering if anyone is aware of a max file size or max nu=
mber of lines that a given BIND zone file can contain?=C2=A0Thanks,Marty-- Martin MeadowsMTA and=
  DNS Administrator | Salesforce<=
/div>


WHY?


Because you're looking at the text/html part of the message with an 
incapable mailer. Try looking at the text/plain part instead as this 
message has both:


Content-Type: text/plain; charset="UTF-8"
Content-Type: text/html; charset="UTF-8"

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: max file size or line count for BIND zone file

2019-04-25 Thread @lbutlr
On 25 Apr 2019, at 06:10, Martin Meadows via bind-users 
 wrote:
> 
>  ns ms,sans-serif">Wondering if anyone is aware of a max file size or max nu=
> mber of lines that a given BIND zone file can contain?=C2=A0 s=3D"gmail_default" style=3D"font-family:comic sans ms,sans-serif"> v> f">Thanks, s ms,sans-serif">Marty ly:comic sans ms,sans-serif">--  r" class=3D"gmail_signature" data-smartmail=3D"gmail_signature"> "ltr"> =3D"font-size:12.801907349px">Martin MeadowsMTA and=
>  DNS Administrator | Salesforce 01907349px"><=
> /div>

WHY?


-- 
Aren't you a little short for a stormtrooper?


___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: max file size or line count for BIND zone file

2019-04-25 Thread Klaus Darilion




Am 25.04.2019 um 14:10 schrieb Martin Meadows via bind-users:
Wondering if anyone is aware of a max file size or max number of lines 
that a given BIND zone file can contain?


IF you use a journal, things may get complicated if your journal is over 
2G: https://kb.isc.org/docs/aa-01627


regards
Klaus
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: BIND 9.11.6 and 9.11.6-P1 build fails on Solaris

2019-04-25 Thread Jeff Wieland

Wieland, Jeffrey J. wrote:
...


ld: warning: file
/opt/src/sys/bind/sun4v/bind-9.11.6-P1/lib/dns/.libs/libdns.so: linked to
../../lib/dns/.libs/libdns.so: attempted multiple inclusion of file
ld: warning: file ../../lib/isc/.libs/libisc.so: linked to
/opt/src/sys/bind/sun4v/bind-9.11.6-P1/lib/isc/.libs/libisc.so: attempted
multiple inclusion of file
Undefined   first referenced
   symbol in file
isc_atomic_xadd .libs/client.o
ld: fatal: symbol referencing errors. No output written to .libs/named

--
Jeff Wieland, UNIX/Network Systems Administrator
Purdue University IT Infrastructure Services UNIX Platforms

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


For what it's worth, I see the same problem with the version of gcc that
installs in /usr/sfw/bin (version info below).

$ /usr/sfw/bin/gcc -v
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: 
/sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure 
--prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as 
--with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared

Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)

--
Jeff Wieland, UNIX/Network Systems Administrator
Purdue University IT Infrastructure Services UNIX Platform


___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


BIND 9.11.6 and 9.11.6-P1 build fails on Solaris

2019-04-25 Thread Jeff Wieland

I know that someone reported the this problem today, but I can't
reply to his message, since I just rejoined this list.

BIND 9.11.5-P4 built fine on SPARC Solaris 10, using Solaris
Studio 12.2 with patches up to date, using the following options:

--prefix=/opt/bind-9.11.5-P4
--localstatedir=/var
--sysconfdir=/etc
--enable-ipv6
--enable-threads
--with-openssl=/opt/openssl-1.0
--with-libtool
--disable-static
--enable-shared
--enable-fixed-rrset
--enable-full-report
--disable-backtrace
--disable-symtable
--without-python

Compiling either 9.11.6 or 9.11.6-P1 gives the following error:

ld: warning: file 
/opt/src/sys/bind/sun4v/bind-9.11.6-P1/lib/dns/.libs/libdns.so: linked to 
../../lib/dns/.libs/libdns.so: attempted multiple inclusion of file
ld: warning: file ../../lib/isc/.libs/libisc.so: linked to 
/opt/src/sys/bind/sun4v/bind-9.11.6-P1/lib/isc/.libs/libisc.so: attempted 
multiple inclusion of file

Undefined   first referenced
 symbol in file
isc_atomic_xadd .libs/client.o
ld: fatal: symbol referencing errors. No output written to .libs/named

--
Jeff Wieland, UNIX/Network Systems Administrator
Purdue University IT Infrastructure Services UNIX Platforms

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


BIND 9.11.6-P1 build fails on Solaris

2019-04-25 Thread greg.rabil
BIND 9.11.5-P4 built fine on this Solaris 10 environment with same configure 
settings:

--enable-ipv6 \
--enable-filter- \
--enable-largefile \
--enable-fixed-rrset \
--enable-threads \
--disable-shared \
--with-dlopen=no \
--with-openssl=/opt/bind911/openssl \
--with-geoip=/opt/bind911/geoip \
--without-gssapi --without-python \
--prefix=/opt/bind911

However, now the build fails for BIND 9.11.6-P1 with the following:

Undefined  first referenced
symbolin file
isc_atomic_xadd client.o
ld: fatal: symbol referencing errors. No output written to namedtmp0
*** Error code 1
make: Fatal error: Command failed for target `named'


Thanks,
Greg
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: max file size or line count for BIND zone file

2019-04-25 Thread Martin Meadows via bind-users
Awesome, thanks!

On Thu, Apr 25, 2019 at 8:30 AM Tony Finch  wrote:

> Martin Meadows via bind-users  wrote:
>
> > Wondering if anyone is aware of a max file size or max number of lines
> that
> > a given BIND zone file can contain?
>
> There isn't a limit as such, so it depends on the capabilities of your
> hardware. I have an old 7.7 million record RPZ zone here which
> named-compilezone on my workstation loads in 32 seconds using 2GB RAM.
> There are much bigger zones out there, e.g. .co.uk is hosted on BIND and
> has roughly 9 million delegations. I won't guess how many records per
> delegation on average :-)
>
> Tony.
> --
> f.anthony.n.finchhttp://dotat.at/
> Channel Islands: South or southwest 4 or 5, locally 6 with gusts to 35kt,
> decreasing 2 to 4 by early evening, locally variable 1 to 3 for a time,
> then
> tonight south or southwest 3 or 4 locally 5, veering west 5 or 6 before
> midday. Slight, occasionally moderate mid-channel at first, then increasing
> moderate to rather rough late morning. Scattered showers, some heavy and
> thundery till around midnight. Good, occasionally moderate or poor in
> showers.
>


-- 

Martin Meadows
MTA and DNS Administrator | Salesforce

Mobile: 317-997-9393





___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: max file size or line count for BIND zone file

2019-04-25 Thread Tony Finch
Martin Meadows via bind-users  wrote:

> Wondering if anyone is aware of a max file size or max number of lines that
> a given BIND zone file can contain?

There isn't a limit as such, so it depends on the capabilities of your
hardware. I have an old 7.7 million record RPZ zone here which
named-compilezone on my workstation loads in 32 seconds using 2GB RAM.
There are much bigger zones out there, e.g. .co.uk is hosted on BIND and
has roughly 9 million delegations. I won't guess how many records per
delegation on average :-)

Tony.
-- 
f.anthony.n.finchhttp://dotat.at/
Channel Islands: South or southwest 4 or 5, locally 6 with gusts to 35kt,
decreasing 2 to 4 by early evening, locally variable 1 to 3 for a time, then
tonight south or southwest 3 or 4 locally 5, veering west 5 or 6 before
midday. Slight, occasionally moderate mid-channel at first, then increasing
moderate to rather rough late morning. Scattered showers, some heavy and
thundery till around midnight. Good, occasionally moderate or poor in showers.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


max file size or line count for BIND zone file

2019-04-25 Thread Martin Meadows via bind-users
Wondering if anyone is aware of a max file size or max number of lines that
a given BIND zone file can contain?

Thanks,
Marty


-- 

Martin Meadows
MTA and DNS Administrator | Salesforce
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users