similar to: 4.0.6 error: AD based DNS cannot be used

Displaying 20 results from an estimated 500 matches similar to: "4.0.6 error: AD based DNS cannot be used"

2013 May 31
1
Can't provision with BIND9_DLZ
Version 4.0.7-GIT-d4cd828 openSUSE 12.04 with bind9 installed but not configured. Hi Attempting to provision with BIND9_DLZ or samba_upgradedns from a functioning SAMBA_INTERNAL install produces: Creating DomainDnsZones and ForestDnsZones partitions Populating DomainDnsZones and ForestDnsZones partitions Failed to setup database for BIND, AD based DNS cannot be used ERROR(<type
2017 Jul 10
0
using samba with bind dlz
On Sun, 9 Jul 2017 18:17:01 -0600 Jeff Sadowski via samba <samba at lists.samba.org> wrote: > I am trying to setup samba as a dc using bind dlz > > I'm not sure how much I need to setup on bind before I can use it. I > did the following check. > > [root at dc1 ~]# named -V | sed 's/ /\n/g'| grep '\-\-' |grep -e gssapi > -e dlopen >
2017 Jul 10
2
using samba with bind dlz
I am trying to setup samba as a dc using bind dlz I'm not sure how much I need to setup on bind before I can use it. I did the following check. [root at dc1 ~]# named -V | sed 's/ /\n/g'| grep '\-\-' |grep -e gssapi -e dlopen '--with-dlopen=yes' '--with-gssapi=yes' I am using the default config for samba that came with Fedora Rawhide. I wanted to try out the
2017 Jul 10
3
using samba with bind dlz
Bind-9.11 is installed. How do you configure it? Does it need anything special in the config for samba to build the ...samba.../named.conf file that I should be able to include in my /etc/named.conf afterwards? My guess is that some directory is missing. But if I start fresh and configure samba with the internal dns it gets all the way through it's configuration with no errors. I've
2017 Jul 10
0
using samba with bind dlz
On Mon, Jul 10, 2017 at 9:45 AM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > In /usr/lib64/python2.7/site-packages/samba/provision/sambadns.py > > Update: It is failing in create_samdb_copy specifically here: > > # Copy root, config, schema partitions (and any other if any) > # Since samdb is open in the current process, copy them in a child > process
2012 Feb 15
1
samba4 provision error
git checkout dd5868d when I try to provision I get the following: Populating ForestDnsZones partition bin/tdbbackup: /home/samba-master/bin/shared/private/libtdb.so: version `SAMBA_4.0.0ALPHA18_DEVELOPERBUILD' not found (required by bin/tdbbackup) Failed to setup database for BIND, AD based DNS cannot be used Traceback (most recent call last): File "./source4/setup/provision",
2017 Jul 10
0
using samba with bind dlz
dnf install tdb-tools and wala it finishes as expected. :-) On Mon, Jul 10, 2017 at 10:58 AM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > OK so I don't have a program tdbbackup. Where do I get it? > > On Mon, Jul 10, 2017 at 10:38 AM, Jeff Sadowski <jeff.sadowski at gmail.com> > wrote: > >> >> >> On Mon, Jul 10, 2017 at 9:45 AM, Jeff
2012 Jan 24
1
Provision Error
I'm using SuSE 12.1 and I used the following command to provision. /usr/sbin/provision --realm=xxx.xxxxx.org --domain=XXXXX --adminpass=xxxxxxxx --server-role='domain controller' Any ideas on how to fix this? Populating ForestDnsZones partition sh: /usr/lib/mit/sbin/tdbbackup: No such file or directory Failed to setup database for BIND, AD based DNS cannot be used Traceback (most
2012 Feb 07
1
Samba 4 latest git failed to provision: DNS
More dns problems: samba --version Version 4.0.0alpha18-GIT-e32ad9b bin/tdbbackup: /home/steve/samba-master/bin/shared/private/libtdb.so: version `SAMBA_4.0.0ALPHA18_DEVELOPERBUILD' not found (required by bin/tdbbackup) Failed to setup database for BIND, AD based DNS cannot be used Traceback (most recent call last): File "./source4/setup/provision", line 262, in <module>
2017 Jul 10
2
using samba with bind dlz
OK so I don't have a program tdbbackup. Where do I get it? On Mon, Jul 10, 2017 at 10:38 AM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > > > On Mon, Jul 10, 2017 at 9:45 AM, Jeff Sadowski <jeff.sadowski at gmail.com> > wrote: > >> In /usr/lib64/python2.7/site-packages/samba/provision/sambadns.py >> >> Update: It is failing in
2012 Feb 03
1
error with provisionsing
I found the samba4 HOW-TO on the wiki and I have followed it to using Ubuntu server versions 11.10 and 10.04. I have been unsuccessful at step 4 running the provision script. I have run the following commands to get to get to this point: $ sudo git clone git://git.samba.org/samba.git samba-master; cd samba-master $ sudo apt-get install build-essential libattr1-dev libblkid-dev libgnutls-dev
2012 Feb 02
1
Error in provisioning Samba4 Alpha 18 from git
Hi, I have a problem. The prerequisites are: * Vanilla Ubuntu 10.04 install * Followed the http://wiki.samba.org/index.php/Samba4/HOWTO In step 4, after running the command: ./source4/setup/provision --realm=samdom.example.com --domain=SAMDOM --adminpass=SOMEPASSWORD --server-role='domain controller' i get the following error when the provisioning run tdbbackup from the script
2017 Jun 03
0
Building from source on an ARM71 based router
On Sat, 3 Jun 2017 12:43:52 -0400 Zac Morris <zac at zacwolf.com> wrote: > OK, to be extra clear, I *am* now running just: ./configure > > It is this script that is erroring at step: > *Checking uname sysname type* > > It's not a python specific issue. Like I said, this is a minimal linux > build, so many of the de facto apps/headers/libs are not installed. >
2014 Dec 22
0
Yum error
Hi there, I've installed C7 and I'm trying to use targetcli and other. Until yesterday all works good. Today I've runned yum update, that has updated glibc. Then I installed targetcli and targetd. After some operation on an md device like mount/umont. After this, during yum install lsof I get: ..... Install 1 Package Total size: 331 k Installed size: 927 k Is this ok [y/d/N]: y
2017 Jul 10
2
using samba with bind dlz
In /usr/lib64/python2.7/site-packages/samba/provision/sambadns.py Update: It is failing in create_samdb_copy specifically here: # Copy root, config, schema partitions (and any other if any) # Since samdb is open in the current process, copy them in a child process try: tdb_copy(os.path.join(private_dir, "sam.ldb"), os.path.join(dns_dir,
2011 Sep 05
1
linux xfs
Hi, I get the below issue when i install CentOS 5.6 x86_64 on IBM x3650 M3 when i run "linux xfs" at boot prompt. Please suggest/guide. Regards Kaushal 20:14:50 INFO : moving (1) to step confirminstall 20:14:55 INFO : moving (1) to step install 20:14:55 INFO : moving (1) to step enablefilesystems 20:14:55 DEBUG : starting mpaths 20:14:55 DEBUG : self.driveList():
2011 Dec 07
1
XCP Debi an - ISCSI support?
I have Kronos setup fine. I have installed open-iscsi and setup the system as an initiator. However, I cannot seem to get xapi to allow me to setup the target as an SR. I was trying to use XenCenter but go nowhere. So I tried adding it manually and here is what I got: xe sr-create host-uuid=466aac75-c86a-496f-90e8-2a9925a9e9f7 content-type=user \ > name-label="Shared LVM over iSCSI
2018 Mar 26
0
talloc configure error for armv8be
Hi I have problem when doing configure for talloc-2.1.1. The error message like follows: ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib64/talloc --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib64 --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man
2014 Apr 25
1
Samba 4.1.4 compilation error
Hi all, I am compiling samba 4.1.4 but getting below error on python. (Python version 2.5.2) Is it required a higher version of python. ?...?????????????.........??? Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib Checking for gcc : ok Checking
2012 Oct 30
1
Bug#691805: xcp-storage-managers: Wrong path in iSCSI storage driver script
Package: xcp-storage-managers Version: 0.1.1-2 Severity: important Dear Maintainer, I can not create an iSCSI storage resource using the following command: xe sr-create host-uuid=<my-host-uuid> content-type=user name-label="LVM over iSCSI SR"> shared=true device-config:target=192.168.10.100 device-config:targetIQN=<here-target-iqn>