Displaying 16 results from an estimated 16 matches for "check_one_dns_nam".
Did you mean:
check_one_dns_name
2016 Sep 24
1
samba_dnsupdate error
...updates and 0 DNS deletes needed
ldb_wrap open of secrets.ldb
Traceback (most recent call last):
File "/usr/local/sbin/samba_dnsupdate", line 784, in <module>
creds = get_credentials(lp)
File "/usr/local/sbin/samba_dnsupdate", line 141, in get_credentials
ans = check_one_dns_name(sub_vars['DNSDOMAIN'] + '.', 'NS')
File "/usr/local/sbin/samba_dnsupdate", line 251, in check_one_dns_name
ans = resolver.query(name, name_type)
File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 912, in
query
raise_on_no_answer)...
2024 Jun 08
1
Fwd: Two DNS issues with samba
...sr/local/samba/sbin/samba_dnsupdate", line 122, in
get_possible_rw_dns_server
Jun 8 11:54:11 01-dc01 samba[931]: [2024/06/08 11:54:11.352253, 0]
../../lib/util/util_runcmd.c:355(samba_runcmd_io_handler)
Jun 8 11:54:11 01-dc01 samba[931]:
/usr/local/samba/sbin/samba_dnsupdate: ans_soa =
check_one_dns_name(domain, 'SOA')
Jun 8 11:54:11 01-dc01 samba[931]: [2024/06/08 11:54:11.352267, 0]
../../lib/util/util_runcmd.c:355(samba_runcmd_io_handler)
Jun 8 11:54:11 01-dc01 samba[931]:
/usr/local/samba/sbin/samba_dnsupdate: File
"/usr/local/samba/sbin/samba_dnsupdate", line 274, in c...
2020 Aug 31
3
Changing IP Scope on a Samba DC
On 31/08/2020 19:59, Peter Pollock wrote:
> Yes, it is 192.168.2.0/24 <http://192.168.2.0/24>
>
> Thank you.
OK, try these files:
/etc/bind/named.conf
-----------start---------------
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in
2017 Jan 18
4
DNS Update not working after update to 4.5.3
...in this failure:
root at samba01:/# samba_dnsupdate --all-names
Traceback (most recent call last):
File "/usr/sbin/samba_dnsupdate", line 784, in <module>
creds = get_credentials(lp)
File "/usr/sbin/samba_dnsupdate", line 141, in get_credentials
ans = check_one_dns_name(sub_vars['DNSDOMAIN'] + '.', 'NS')
File "/usr/sbin/samba_dnsupdate", line 251, in check_one_dns_name
ans = resolver.query(name, name_type)
File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 912, in
query
raise_on_no_answer)...
2020 Aug 31
0
Changing IP Scope on a Samba DC
...update
server = get_krb5_rw_dns_server(creds, zone)
File "/usr/sbin/samba_dnsupdate", line 156, in get_krb5_rw_dns_server
rw_dns_servers = get_possible_rw_dns_server(creds, domain)
File "/usr/sbin/samba_dnsupdate", line 140, in get_possible_rw_dns_server
ans_ns = check_one_dns_name(domain, 'NS')
File "/usr/sbin/samba_dnsupdate", line 291, in check_one_dns_name
ans = resolver.query(name, name_type)
File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 1053, in
query
raise_on_no_answer)
File "/usr/lib/python2.7/dist-packag...
2020 Sep 01
2
Changing IP Scope on a Samba DC
...b5_rw_dns_server(creds, zone)
> ? File "/usr/sbin/samba_dnsupdate", line 156, in get_krb5_rw_dns_server
> ? ? rw_dns_servers = get_possible_rw_dns_server(creds, domain)
> ? File "/usr/sbin/samba_dnsupdate", line 140, in
> get_possible_rw_dns_server
> ? ? ans_ns = check_one_dns_name(domain, 'NS')
> ? File "/usr/sbin/samba_dnsupdate", line 291, in check_one_dns_name
> ? ? ans = resolver.query(name, name_type)
> ? File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 1053,
> in query
> ? ? raise_on_no_answer)
> ? File "...
2024 Jun 08
1
Fwd: Two DNS issues with samba
...pdate", line 122, in
> get_possible_rw_dns_server
> Jun 8 11:54:11 01-dc01 samba[931]: [2024/06/08 11:54:11.352253, 0]
> ../../lib/util/util_runcmd.c:355(samba_runcmd_io_handler)
> Jun 8 11:54:11 01-dc01 samba[931]:
> /usr/local/samba/sbin/samba_dnsupdate: ans_soa =
> check_one_dns_name(domain, 'SOA')
> Jun 8 11:54:11 01-dc01 samba[931]: [2024/06/08 11:54:11.352267, 0]
> ../../lib/util/util_runcmd.c:355(samba_runcmd_io_handler)
> Jun 8 11:54:11 01-dc01 samba[931]:
> /usr/local/samba/sbin/samba_dnsupdate: File
> "/usr/local/samba/sbin/samba_dnsupd...
2019 Jun 21
1
DLZ Backend DNS Hosed
...ry A umbriel.samdom.mycompany.net 192.168.3.201 as umbriel.samdom.mycompany.net.
Looking for DNS entry NS samdom.mycompany.net umbriel.samdom.mycompany.net as samdom.mycompany.net.
Traceback (most recent call last):
? File "/usr/sbin/samba_dnsupdate", line 320, in check_dns_name
? ? ans = check_one_dns_name(normalised_name, d.type, d)
? File "/usr/sbin/samba_dnsupdate", line 296, in check_one_dns_name
? ? ans = resolver.query(name, name_type)
? File "/usr/lib/python3/dist-packages/dns/resolver.py", line 821, in query
? ? raise NoNameservers
dns.resolver.NoNameservers
During hand...
2019 Jun 20
4
DLZ Backend DNS Hosed
...ry A umbriel.samdom.mycompany.net?192.168.3.203 as umbriel.samdom.mycompany.net.
Looking for DNS entry NS?samdom.mycompany.net?umbriel.samdom.mycompany.net?as?samdom.mycompany.net.
Traceback (most recent call last):
? File "/usr/sbin/samba_dnsupdate", line 320, in check_dns_name
? ? ans = check_one_dns_name(normalised_name, d.type, d)
? File "/usr/sbin/samba_dnsupdate", line 296, in check_one_dns_name
? ? ans = resolver.query(name, name_type)
? File "/usr/lib/python3/dist-packages/dns/resolver.py", line 821, in query
? ? raise NoNameservers
dns.resolver.NoNameservers
During hand...
2024 Jun 09
1
Fwd: Two DNS issues with samba
...> get_possible_rw_dns_server
> > Jun 8 11:54:11 01-dc01 samba[931]: [2024/06/08 11:54:11.352253, 0]
> > ../../lib/util/util_runcmd.c:355(samba_runcmd_io_handler)
> > Jun 8 11:54:11 01-dc01 samba[931]:
> > /usr/local/samba/sbin/samba_dnsupdate: ans_soa =
> > check_one_dns_name(domain, 'SOA')
> > Jun 8 11:54:11 01-dc01 samba[931]: [2024/06/08 11:54:11.352267, 0]
> > ../../lib/util/util_runcmd.c:355(samba_runcmd_io_handler)
> > Jun 8 11:54:11 01-dc01 samba[931]:
> > /usr/local/samba/sbin/samba_dnsupdate: File
> > "/usr/loca...
2020 Sep 01
0
Changing IP Scope on a Samba DC
...zone)
> > File "/usr/sbin/samba_dnsupdate", line 156, in get_krb5_rw_dns_server
> > rw_dns_servers = get_possible_rw_dns_server(creds, domain)
> > File "/usr/sbin/samba_dnsupdate", line 140, in
> > get_possible_rw_dns_server
> > ans_ns = check_one_dns_name(domain, 'NS')
> > File "/usr/sbin/samba_dnsupdate", line 291, in check_one_dns_name
> > ans = resolver.query(name, name_type)
> > File "/usr/lib/python2.7/dist-packages/dns/resolver.py", line 1053,
> > in query
> > raise_on_no_a...
2019 Jun 20
2
DLZ Backend DNS Hosed
Nice shell script,?Louis. Here are the results:
Collected config ?--- 2019-06-20-12:46 -----------
Hostname: umbriel
DNS Domain: samdom.mycompany.net
FQDN: umbriel.samdom.mycompany.net
ipaddress: 192.168.3.203?
-----------
Samba is running as an AD DC
-----------
? ? ? ?Checking file: /etc/os-release
NAME="Ubuntu"
VERSION="16.04.6 LTS (Xenial Xerus)"
ID=ubuntu
2019 Jun 20
0
DLZ Backend DNS Hosed
...er(creds, sub_vars['DNSDOMAIN'] + '.')
? File "/usr/sbin/samba_dnsupdate", line 161, in get_krb5_rw_dns_server
? ? rw_dns_servers = get_possible_rw_dns_server(creds, domain)
? File "/usr/sbin/samba_dnsupdate", line 136, in get_possible_rw_dns_server
? ? ans_soa = check_one_dns_name(domain, 'SOA')
? File "/usr/sbin/samba_dnsupdate", line 296, in check_one_dns_name
? ? ans = resolver.query(name, name_type)
? File "/usr/lib/python3/dist-packages/dns/resolver.py", line 821, in query
? ? raise NoNameservers
dns.resolver.NoNameservers
3) We have a mai...
2019 Jun 21
0
DLZ Backend DNS Hosed
...;)
> > File "/usr/sbin/samba_dnsupdate", line 161, in
> get_krb5_rw_dns_server
> > rw_dns_servers = get_possible_rw_dns_server(creds, domain)
> > File "/usr/sbin/samba_dnsupdate", line 136, in
> get_possible_rw_dns_server
> > ans_soa = check_one_dns_name(domain, 'SOA')
> > File "/usr/sbin/samba_dnsupdate", line 296, in check_one_dns_name
> > ans = resolver.query(name, name_type)
> > File "/usr/lib/python3/dist-packages/dns/resolver.py",
> line 821, in query
> > raise NoNameservers...
2019 Jun 19
4
DLZ Backend DNS Hosed
Hello,
I'm in trouble here with what appears to be a total meltdown of my DNS on my Domain Controllers.
I only have two DCs right now and I cannot resolve anything on either of them. I am on Ubuntu 16.04 with a compiled version of Samba 4.10.4.
I also have a compiled version of BIND 9.10.3-P4-Ubuntu <id:ebd72b3>
# service bind9 status
? bind9.service - BIND Domain Name Server
?
2017 Jan 23
5
DNS Update not working after update to 4.5.3
Hai,
Seeing :
> Jan 23 14:55:40 samba01 named[3279]: samba_dlz: configured writeable
> zone '168.192.in-addr.arpa'
> Jan 23 14:55:40 samba01 named[3279]: zone local.laurenz.ws/NONE: has no
> NS records
> Jan 23 14:55:40 samba01 named[3279]: samba_dlz: Failed to configure zone
> 'local.laurenz.ws'
Normaly you should see first the local.laurenz.ws