search for: dnspython

Displaying 20 results from an estimated 137 matches for "dnspython".

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
2019 May 15
2
ImportError: No module named 'dns'
...date --verbose Traceback (most recent call last): File "/usr/local/samba/sbin/samba_dnsupdate", line 56, in <module> import dns.resolver ImportError: No module named 'dns' This may have been present for some time, but only just noticed it. I have checked that python-dnspython is installed: root at debian-vb:~# dpkg -l | grep python-dnspython ii python-dnspython 1.15.0-1+deb9u1 all DNS toolkit for Python (The other DC in the domain (also updated to 4.10.3 running on rasbian stretch) works OK.) It was working before, obviously somethin...
2017 Nov 03
3
dns module not found
...l.deb ... Unpacking python-dns (2.3.6-3) ... Setting up python-dns (2.3.6-3) ... root at samba01:~# /usr/sbin/samba_dnsupdate --help Traceback (most recent call last): File "/usr/sbin/samba_dnsupdate", line 52, in <module> samba.ensure_third_party_module("dns", "dnspython") File "/usr/lib/python2.7/dist-packages/samba/__init__.py", line 359, in ensure_third_party_module namespace="samba.third_party") File "/usr/lib/python2.7/dist-packages/samba/__init__.py", line 344, in import_bundled_package "%s.%s" % (names...
2019 Apr 12
2
compile samba 4.10.2 centos 7.6
...: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm - update the yum package repository cache again: sudo yum makecache - install Python 3.6 including PIP: sudo yum install -y python36u python36u-libs python36u-devel python36u-pip - check version: python3.6 -V Python 3.6.7 - Install dnspython (seems to be necessary): pip3.6 install dnspython Follow the instructions given in the wiki: https://wiki.samba.org/index.php/Build_Samba_from_Source Prior to running the configure command, you have to define the PYHTON env. variable: export PYTHON=/usr/bin/python3.6 These steps did it for me....
2010 Jul 22
2
samba4 phyton-dns error
...12 successful on my centos 5.5 box. Kerberos and DNS working as wanted. There is only a ugly ?error in dnsupdate. Samba_dnsupdate gives this error: Traceback (most recent call last): ? File "/usr/sbin/samba_dnsupdate", line 40, in ? ??? samba.ensure_external_module("dns", "dnspython") ? File "/usr/local/samba/lib/python2.4/site-packages/samba/__init__.py", line 321, in ensure_external_module ??? sys.modules[modulename] = __import__( TypeError: __import__() takes no keyword arguments Starting samba ?I ?M single: samba version 4.0.0alpha12-GIT-UNKNOWN started. C...
2018 Mar 01
2
error installing dependencies to build samba on debian 9.3
...-dev \ >   libcap-dev libcups2-dev libgnutls28-dev libgpgme11-dev libjson-perl \ >   libldap2-dev libncurses5-dev libpam0g-dev libparse-yapp-perl \ >   libpopt-dev libreadline-dev nettle-dev perl perl-modules pkg-config \ >   python-all-dev python-crypto python-dbg python-dev python-dnspython \ >   python3-dnspython python-gpgme python3-gpgme python-markdown python3-markdown \ >   python3-dev xsltproc zlib1g-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libjansson-dev E: Unable to locate package libgnutl...
2018 Apr 05
1
SAMBA4 Ubuntu 18.04 - dependencies
...libattr1-dev libblkid-dev libbsd-dev libcap-dev libcups2-dev libgnutls28-dev libgpgme-dev libjson-perl libldap2-dev libncurses5-dev libpam0g-dev libparse-yapp-perl libpopt-dev libreadline-dev nettle-dev perl perl-modules-5.26 pkg-config python-all-dev python-crypto python-dbg python-dev python-dnspython python3-dnspython python-gpg python3-gpg python-markdown python3-markdown python3-dev xsltproc zlib1g-dev libkrb5-dev krb5-kdc HEIMDAL KERBEROS: # apt install acl attr autoconf bind9utils bison build-essential debhelper dnsutils docbook-xml docbook-xsl flex gdb libjansson-dev krb5-user libac...
2019 May 15
0
ImportError: No module named 'dns'
Apologies for answering my own post - found that python3-dnspython needed to be installed. Once I had done that it works normally. Sorry for the noise! Roy > -----Original Message----- > From: Roy Eastwood [mailto:spindles7 at gmail.com] > Sent: 15 May 2019 15:44 > To: samba at lists.samba.org > Subject: ImportError: No module named 'dns'...
2019 May 15
2
ImportError: No module named 'dns'
...File "/usr/local/samba/sbin/samba_dnsupdate", line 56, in <module> > > import dns.resolver > > ImportError: No module named 'dns' > > > > This may have been present for some time, but only just noticed it. I have > > checked that python-dnspython is installed: > > 4.10.x uses python3 by default, so do you have python3-dnspython installed > ? > > Rowland > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
2019 Apr 13
0
compile samba 4.10.2 centos 7.6
...//centos7.iuscommunity.org/ius-release.rpm > - update the yum package repository cache again: sudo yum makecache > - install Python 3.6 including PIP: sudo yum install -y python36u python36u-libs python36u-devel python36u-pip > - check version: python3.6 -V > Python 3.6.7 > - Install dnspython (seems to be necessary): pip3.6 install dnspython "pip install" is not OK in any production tools. in my very strong personal opinion. It's why I publish SRPM's for many distinct python modules. You simply do not know which version of a module, or which version of a module depend...
2017 Nov 03
0
dns module not found
Hi Dirk, Le 11/03/2017 à 05:07 PM, Dirk Laurenz a écrit : > Nope, but that was not the problem... > > > root at samba01:~# dpkg -l | grep python-dns > root at samba01:~# apt-get install python-dns ouch, my fault, I think it should have been python-dnspython By the way, what samba package are you using? python-dnspython should be a dependency of samba package (at least it is in our backported packages). sorry for the misleading previous post, Denis > Reading package lists... Done > Building dependency tree > Reading state information... D...
2017 Nov 03
2
dns module not found
...why? I'm not sure what caused the problem. because it worked before. root at samba01:~# /usr/sbin/samba_dnsupdate --help Traceback (most recent call last): File "/usr/sbin/samba_dnsupdate", line 52, in <module> samba.ensure_third_party_module("dns", "dnspython") File "/usr/lib/python2.7/dist-packages/samba/__init__.py", line 359, in ensure_third_party_module namespace="samba.third_party") File "/usr/lib/python2.7/dist-packages/samba/__init__.py", line 344, in import_bundled_package "%s.%s" % (n...
2019 May 06
1
Doman join issues
...dev libblkid-dev > libbsd-dev \ libcap-dev libcups2-dev libgnutls28-dev libjson-perl \ > libldap2-dev libncurses5-dev libpam0g-dev libparse-yapp-perl \ > libpopt-dev libreadline-dev nettle-dev perl perl-modules pkg-config > \ python-all-dev python-crypto python-dbg python-dev python-dnspython > \ python3-dnspython python-markdown python3-markdown \ > python3-dev xsltproc zlib1g-dev liblmdb-dev lmdb-utils > libnss-winbind apt-get install -y krb5-user > apt-get install -y python-gpgme python3-gpgme > > I found that the python-gpgme and pythom3-gpgme gave error about &...
2015 Aug 19
1
upgrade-ing samba on debian jessie. ( 4.1.17 to 4.2.3 sernet ) fails and solutions.
...ibasn1-8-heimdal libgssapi3-heimdal libhcrypto4-heimdal libhdb9-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libkdc2-heimdal libkrb5-26-heimdal libldb1 libntdb1 ? libpython2.7 libroken18-heimdal libtalloc2 libtdb1 libtevent0 libwbclient0 libwind0-heimdal python-crypto python-dnspython samba-common samba-common-bin Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up sernet-samba-winbind (99:4.2.3-7) ... insserv:...
2019 Apr 03
2
SAMBA 48 - Dependencies Python27 vs python36
Hello Everyone, Good morning/afternoon/evening. Is there any chance to have SAMBA 48 working with Python36 and its derivatives? ( py36-dnspython-1.15.0.txz. py36-iso8601-0.1.11.txz, py36-ply-3.11.txz, py36-setuptools-40.6.2.txz) Currently SAMBA 48 requires python 26, but that is conflicting with existing packages in the server that is using py36. Any way to work around that issue? Thanks Much! Fabricio.
2015 Jul 17
2
Problems with the installation of the Samba 4.2.3
...ization scripts samba and winbindd, too isn't create. This way, i can't start the services. I have installed the packages: apt-get install build-essential pkg-config libacl1 acl libacl1-dev libblkid-dev libblkid1 attr libattr1 libattr1-dev libgnutls28-dev libreadline-dev python-dev python-dnspython gdb libpopt-dev libldap2-dev dnsutils libbsd-dev krb5-user docbook-xsl libcups2-dev libncurses-dev libpam0g-dev libdm0-dev libfam0 fam libfam-dev xsltproc libnss3-dev docbook-xsl-doc-html docbook-xsl-ns I have compiled the following way: ./configure --prefix=/opt/samba --with-ads --with-shared-...
2018 Mar 03
2
updating question
...from source system requirements have changed for Debian/Ubuntu OS on the https://wiki.samba.org/index.php/Operating_System_Requirements page. There are some additional packages listed that were not in my original build of v4.6.7. The additional packages include libarchive-dev, python-dbg, python3-dnspython, python3-gpgme, python-markdown, python3-markdown, & python3-dev. Do I need to add these recently added packages to my existing OS prior to upgrading to v4.7.5? -- Thank you. Bob Wooden
2015 Feb 25
2
Building Samba4 for Debian / Ubuntu
...instructions on the SambaWiki, specifically: https://wiki.samba.org/index.php/OS_Requirements Distribution Specific Package Installation Debian / Ubuntu # apt-get install build-essential libacl1-dev libattr1-dev \ libblkid-dev libgnutls-dev libreadline-dev python-dev libpam0g-dev \ python-dnspython gdb pkg-config libpopt-dev libldap2-dev \ dnsutils libbsd-dev attr krb5-user docbook-xsl libcups2-dev acl I also distribute this custom Samba4 Debian package amongst my organization's servers using a local apt repository (reprepro). Are the above Debian packages required for running or buil...
2020 Jan 10
4
GPO
Yes, I run ./configure alone, then make and then make install January 10, 2020 9:01 AM, "Rowland penny via samba" <samba at lists.samba.org> wrote: > On 10/01/2020 17:54, Sandy via samba wrote: > >> Try answering the questions I asked you: >> -----> OK. sorry >> >> How did you configure Samba when you built it ? >> >> -----> I
2016 May 28
0
[samba_upgradedns] Error parsing DNS data
​Hello Andrew, Thank you for your reply (very much appreciated). > I take it you are trying to move from the flatfile based bind to internal. That is correct > The samba_upgradedns script is pretty simple, and uses the > dnspython library to read zone files. It certainly could be > the case that it just can't read the zone file after bind9 > has been doing dynamic updates on it. > Perhaps get a newer dnspython lib on your system, > and see if that helps. I have installed the most recent version I could fin...