search for: checkconf

Displaying 20 results from an estimated 69 matches for "checkconf".

2012 Nov 28
1
Build error of NSD4 on Debian Squeeze
Hello World, I am trying to build NSD4 on Debian Squeeze and I get the following errors when running `make`. ``` $ pwd /home/wiz/src/nsd/tags/NSD_4_0_0_imp_5 $ make [... output omitted ...] gcc -g -O2 -o nsd-checkconf answer.o axfr.o buffer.o configlexer.o configparse acket.o query.o rbtree.o radtree.o rdata.o region-allocator.o tsig.o tsig-opens 4_pton.o b64_ntop.o -lcrypto configparser.o: In function `c_parse': /home/wiz/src/nsd/tags/NSD_4_0_0_imp_5/configparser.c:609: undefined reference /home/wiz/src/nsd...
2018 Jan 02
2
Switching from Internal DNS to Bind9_DLZ
...is that you can use the standard Bind9 package > on 14.04 with Samba. > > I will update the wiki page. > > Rowland A few other observations while attempting to switch. * I do not have a dns.keytab file. Should I or is created after attempting to switch? * running 'named-checkconf' throws an error. named-checkconf /etc/bind/named.conf:15: 'options' redefined near 'options' My 'named.conf' is the following include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; include "/etc/bind/named.conf.default-...
2012 Jul 18
1
allow-notify SUBNET and request-xfr inconsistency
...want to permit DNS NOTIFY messages to come from 172.16/16 subnet. To do this, I use allow-notify in the slave config file: zone: name: "black" zonefile: "/var/nsd/zones/black.zone" allow-notify: 172.16.0.0/24 NOKEY Then I receive error message from nsd-checkconf: /etc/nsd-dns-slave.conf: zone black has allow-notify but no request-xfr items. Where can it get a zone transfer when a notify is received? /etc/nsd-dns-slave.conf: 1 semantic errors in 1 zones, 0 keys. Hm, ok, I need request-xfr. But request-xfr does not allow to use subnets! When I use: zone:...
2018 Jan 02
3
Switching from Internal DNS to Bind9_DLZ
...amba.org> wrote: > > >> A few other observations while attempting to switch. >> >> * I do not have a dns.keytab file. Should I or is created after >> attempting to switch? > See my earlier post about samba_dnsupgrade. > >> * running 'named-checkconf' throws an error. > It would, it cannot find the zones files that are now in AD. > > Rowland Rowland,     I think I'm on the home stretch :). However I am running into a issue after switching the backend. The switch command completes successfully. Bind starts but I get errors...
2018 Jun 09
3
Problem with named.service
...&1 || /bin/kill -TERM $MAINPID (code=exited, status=0/SUCCESS)  Process: 2863 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS)  Process: 2859 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=0/SUCCESS) Main PID: 2864 (named)   CGroup: /system.slice/named.service           └─2864 /usr/sbin/named -u named -c /etc/named.conf -4 Jun 09 07:13:34 pc named[2864]: error (unexpected RCOD...
2008 Jul 14
1
freebsd-update not pulling in BIND update
.../boot/kernel/kernel /boot/kernel/kernel.symbols /usr/bin/dig /usr/bin/host /usr/bin/nslookup /usr/bin/nsupdate /usr/include/netinet/tcp.h /usr/lib/libssh.a /usr/lib/libssh.so.4 /usr/lib/libssh_p.a /usr/sbin/dnssec-signzone /usr/sbin/lwresd /usr/sbin/named /usr/sbin/named-checkconf /usr/sbin/named-checkzone /usr/sbin/named-compilezone /usr/sbin/sshd /usr/src/sys/conf/newvers.sh /usr/src/sys/netinet/tcp.h /usr/src/sys/netinet/tcp_output.c While there is a new file for /usr/sbin/named, it isn't reporting the updated version: $ /usr/sbin/named -v BIND 9.4.2 An...
2023 Dec 26
1
bind crashes after samba upgrade
...gt; > > Hi Chris, > > I'm not the right person to assess this, but I'm convinced that > Rowland Penny or Jeremy Allison could chime in here. > I did reply and asked to see the OP's named conf files, but they appear to be super secret, so I suggest he runs 'named-checkconf /etc/bind/named.conf' instead. The systemd error messages can mask the real error. Rowland
2018 Jan 02
2
Switching from Internal DNS to Bind9_DLZ
...observations while attempting to switch. >>>> >>>> * I do not have a dns.keytab file. Should I or is created after >>>> attempting to switch? >>> See my earlier post about samba_dnsupgrade. >>> >>>> * running 'named-checkconf' throws an error. >>> It would, it cannot find the zones files that are now in AD. >>> >>> Rowland >> Rowland, >> >>     I think I'm on the home stretch :). However I am running into a >> issue after switching the backend. The switch comm...
2018 Jun 09
0
Problem with named.service
...mp;1 || /bin/kill -TERM $MAINPID (code=exited, status=0/SUCCESS)   Process: 2022 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS)   Process: 2018 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=0/SUCCESS)  Main PID: 2023 (named)    CGroup: /system.slice/named.service            └─2023 /usr/sbin/named -u named -c /etc/named.conf -4 Jun 09 10:00:53 pc named[2023]: zone localhost/IN:...
2023 Dec 27
1
bind crashes after samba upgrade
On Tue, Dec 26, 2023 at 3:57?AM Rowland Penny via samba <samba at lists.samba.org> wrote: > I did reply and asked to see the OP's named conf files, but they appear > to be super secret, so I suggest he runs 'named-checkconf > /etc/bind/named.conf' instead. The systemd error messages can mask the > real error. My apologies, I didn't realize you were asking to see those files. Here they are. named.conf ===================== include "/etc/bind/named.conf.options"; include "/etc/bind/named.c...
2017 Nov 24
2
Samba 4.7.1 Switching from SAMBA_INTERNAL to BIND_DLZ failed
...sult: exit-code) since Fri 2017-11-24 21:58:41 WAT; 4min 10s ago Process: 9321 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=1/FAILURE) Process: 9318 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=0/SUCCESS) Main PID: 8949 (code=exited, status=0/SUCCESS) Nov 24 21:58:41 testdc1.mytestdom.testsamba.com named[9323]: listening on IPv6 interface lo, ::1#53 Nov 24 21:58:41 testdc1.mytest...
2018 Jun 08
1
Problem with named.service
...mp;1 || /bin/kill -TERM $MAINPID (code=exited, status=0/SUCCESS)  Process: 12824 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS)  Process: 12820 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=0/SUCCESS) Main PID: 12825 (named)    Tasks: 7   CGroup: /system.slice/named.service           └─12825 /usr/sbin/named -u named -c /etc/named.conf -4 Jun 07 21:21:57 pc named[12825]: samba_d...
2018 Jun 08
4
Problem with named.service
...mp;1 || /bin/kill -TERM $MAINPID (code=exited, status=0/SUCCESS)  Process: 12824 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS)  Process: 12820 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=0/SUCCESS) Main PID: 12825 (named)    Tasks: 7   CGroup: /system.slice/named.service           └─12825 /usr/sbin/named -u named -c /etc/named.conf -4 Jun 07 21:21:57 pc named[12825]: samba_d...
2009 Jan 14
2
named won't start
From /var/log/messages: starting BIND 9.4.3-P1 -t /var/named -u bind could not get query source dispatcher (0.0.0.0#53) loading configuration: address in use exiting (due to fatal error) I had just updated from 5-stable (at 5.5) to 6-stable (at 6.4). Upon today's upgrade I got to 7.1. Everything else seems to be be working (the machine is basically a webserver), except named. apache is
2018 Jun 11
2
Problem with named.service
...e: active (running) since Mon 2018-06-11 08:54:10 AST; 12min ago   Process: 1276 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS)   Process: 1073 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=0/SUCCESS)  Main PID: 1278 (named)    CGroup: /system.slice/named.service            └─1278 /usr/sbin/named -u named -c /etc/named.conf -4 Jun 11 09:06:19 pc named[1278]: samba_dlz: startin...
2020 Sep 06
2
Make new server the "master"
...ermissions I got: itadmin at dc02:$ nslookup twitter.com ;; connection timed out; no servers could be reached Now I get: itadmin at dc02:/var/lib/samba$ nslookup twitter.com Server: 192.168.4.6 Address: 192.168.4.6#53 ** server can't find twitter.com: SERVFAIL so I ran named-checkconf and found that it still couldn't read /var/lib/samba/bind-dns/named.conf I fixed that by applying the same permissions I gave to the folder and I can now resolve external names! itadmin at dc02:/var/lib/samba$ nslookup twitter.com Server: 192.168.4.6 Address: 192.168.4.6#53 No...
2019 Dec 28
2
tinydns to nsd
...g, I made a mistake it does not. A SIGHUP does not make nsd reread it's config file. When using nsd-control I get an error: # nsd-control delzone test.xaq.nl error zone defined in nsd.conf, cannot delete it in this manner: remove it from nsd.conf yourself and repattern The output of "nsd-checkconf -v /etc/nsd/nsd.conf": server: debug-mode: no ip-transparent: no ip-freebind: no reuseport: no do-ip4: yes do-ip6: no hide-version: yes database: "" #identity: #version: #nsid: #logfile:...
2019 Jan 22
4
Samba BIND9_DLZ autoupdate PTR
...rated zone. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: basti [mailto:mailinglist at unix-solution.de] > Verzonden: dinsdag 22 januari 2019 14:32 > Aan: L.P.H. van Belle > Onderwerp: Re: [Samba] Samba BIND9_DLZ autoupdate PTR > > root at dc1:/etc/bind# named-checkconf -p > options { > directory "/var/cache/bind"; > listen-on-v6 { > "any"; > }; > tkey-gssapi-keytab "/var/lib/samba/private/dns.keytab"; > auth-nxdomain no; > dnssec-enable yes; > dnssec-validation yes; > recursion yes; > allow...
2022 Dec 31
1
rewrite manpages to mdoc(7)
...les are deleted when the number is exceeded. .It Fl s Ar size The number of bytes of storage to use for IXFRs for the zone; 1048576 by default. If an IXFR is bigger it is not created. If the sum of IXFR file sizes exceeds this number, older versions are deleted. .El .Sh SEE ALSO .Xr nsd 8 , .Xr nsd-checkconf 8 .Sh AUTHORS NSD was written by NLnet Labs and RIPE NCC joint team. Please see CREDITS file in the distribution for further details.
2018 Jun 08
0
Problem with named.service
...;1 || /bin/kill -TERM $MAINPID (code=exited, status=0/SUCCESS)   Process: 12824 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS)   Process: 12820 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z "$NAMEDCONF"; else echo "Checking of zone files is disabled"; fi (code=exited, status=0/SUCCESS)  Main PID: 12825 (named)     Tasks: 7    CGroup: /system.slice/named.service            └─12825 /usr/sbin/named -u named -c /etc/named.conf -4 Jun 08 18:03:55 pc named[12825]: er...