Displaying 2 results from an estimated 2 matches for "rdatatyp".
Did you mean:
rdatatmp
2020 Jun 01
2
Error change DNS backend
...end
(intenal to DLZ) and have the next error:
[..................]
[root at sambadc03 ~]# /usr/local/samba/sbin/samba_upgradedns
--dns-backend=BIND9_DLZ
Traceback (most recent call last):
File "/usr/local/samba/sbin/samba_upgradedns", line 72, in <module>
import dns.zone, dns.rdatatype
ModuleNotFoundError: No module named 'dns'
[..................]
Python version
[..................]
[root at sambadc03 ~]# python -V
Python 3.6.9
[..................]
Samba version
[..................]
[root at sambadc03 ~]# /usr/local/samba/sbin/samba -V
Version 4.11.9
[...................
2013 May 11
1
Samba git: build error when upgrading
Seeing a build problem after updating my git tree:
$ git remote -v
origin git://git.samba.org/samba.git (fetch)
origin git://git.samba.org/samba.git (push)
$ git pull
$ ./configure ...
$ make clean
WAF_MAKE=1 python ./buildtools/bin/waf build
./buildtools/wafsamba/samba_utils.py:397: DeprecationWarning: the md5 module is deprecated; use hashlib instead