search for: named_dump

Displaying 5 results from an estimated 5 matches for "named_dump".

2016 Sep 02
1
Segmentation fault in samba_upgradedns - Samba 4.4.5
...confimed that Bind is working, but bind is not running when I run samba_upgradedns. // named.conf options { //auth-nxdomain yes; directory "/usr/local/etc/namedb/working"; pid-file "/var/run/named/pid"; dump-file "/var/dump/named_dump.db"; statistics-file "/var/stats/named.stats"; notify no; empty-zones-enable no; //listen-on { 127.0.0.1; }; allow-query { 127.0.0.1; 192.168.50.0/24; }; allow-recursion { 127.0.0.1;...
2007 Apr 11
1
bind or samba configuration preventing browsing network
...t read only = No create mask = 0777 directory mask = 0777 [netlogon] comment = Network Logon Service path = /var/lib/samba/netlogon write list = root # named.conf options { version "707070707070707070707 - A custom compile"; directory "/var/lib/named"; dump-file "/var/log/named_dump.db"; statistics-file "/var/log/named.stats"; listen-on port 53 { 127.0.0.1; 192.168.0.4; }; listen-on-v6 { 192.168.0.4; }; query-source address * port 53; allow-query { 192.168.0.1/24; 127.0.0.1; }; notify no; include "/etc/named.d/forwarders.conf"; hostname "mshome.ne...
2016 Feb 29
0
Problems with samba 4.3 and Bind_DLZ - ddns not working
..."/usr/local/etc/namedb/working/"; notify no; recursion yes; minimal-responses yes; provide-ixfr yes; request-ixfr yes; pid-file "/var/run/named/pid"; dump-file "/var/dump/named_dump.db"; statistics-file "/var/stats/named.stats"; tkey-gssapi-keytab "/var/db/samba4/private/dns.keytab"; listen-on { interfaces; }; }; view "internal" { match-clients { local-domain; }; allow-update { local-domain...
2008 Oct 28
1
The network path was not found
...f* # Copyright (c) 2001-2004 SuSE Linux AG, Nuernberg, Germany. # All rights reserved. # # Author: Frank Bodammer, Lars Mueller <lmuelle@suse.de> # # /etc/named.conf acl magabooks { 10.0.0.0/24; 127.0.0.1; }; options { directory "/var/lib/named"; dump-file "/var/log/named_dump.db"; statistics-file "/var/log/named.stats"; listen-on-v6 { any; }; allow-query { magabooks; }; include "/etc/named.d/forwarders.conf"; }; zone "." in { type hint; file "root.hint"; }; zone "localhost" in { type ma...
1998 May 19
7
Bind Overrun Bug and Linux
...fault, and the default global transfer ACL allows all hosts; so many BIND 8 servers will be vulnerable to this problem. (Note: the in.named(8) man page mentions that sending a SIGINT to the in.named process will dump the current data base and cache to, by default, /var/tmp/named_dump.db. Some sites may find this useful in looking for self-referential CNAMEs. Please see the in.named(8) man page for further details.) 3.C. What To Do To address this problem, you can apply the workaround described below, upgrade to BIND 8.1.2, or apply the patch provided at...