Displaying 17 results from an estimated 17 matches for "tdb_copi".
Did you mean:
tdb_copy
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
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,
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
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 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",
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>
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
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
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 Jul 10
1
using samba with bind dlz
On Mon, 10 Jul 2017 11:01:32 -0600
Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
> dnf install tdb-tools and wala it finishes as expected. :-)
>
On Debian, tdb-tools gets installed automatically, this is probably
because you have been able to create an AD DC since Samba 4 came out.
But good catch, glad you got it to work ;-)
Rowland
2013 May 28
0
4.0.6 error: AD based DNS cannot be used
I need Bind so that dynamic dns will work with Linux clients. This was
OK in 4.0.5. Any ideas anyone?
Provisioning with or moving to BIND9_DLZ produces the error:
samba_upgradedns --dns-backend=BIND9_DLZ
Reading domain information
DNS accounts already exist
No zone file /usr/local/samba/private/dns/HH3.SITE.zone
DNS records will be automatically created
DNS partitions already exist
Adding
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
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
3
using samba with bind dlz
On Mon, Jul 10, 2017 at 8:02 AM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Mon, 10 Jul 2017 06:43:37 -0600
> Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
>
> > 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
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3:
- mini-os configuration files moved into stubdom/
- mini-os extra console support now a config option
- Fewer #ifdefs
- grant table setup uses hypercall bounce
- Xenstore stub domain syslog support re-enabled
Changes from v2:
- configuration support added to mini-os build system
- add mini-os support for conditionally compiling frontends, xenbus
-