search for: tdb_copy

Displaying 17 results from an estimated 17 matches for "tdb_copy".

2017 Jul 10
2
using samba with bind dlz
....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, "sam.ldb")) >> for nc in partfile: >> pfile = partfile[nc] >> tdb_copy(os.path.join(private_dir, pfile), >> os.path....
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, "sam.ldb")) for nc in partfile: pfile = partfile[nc] tdb_copy(os.path.join(private_dir, pfile), os.path.join(dns_dir, pfile)) Let me try and figure...
2017 Jul 10
0
using samba with bind dlz
...ackages/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, "sam.ldb")) > for nc in partfile: > pfile = partfile[nc] > tdb_copy(os.path.join(private_dir, pfile), > os.path.join(dns_dir, pfile)...
2017 Jul 10
0
using samba with bind dlz
...date: 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, "sam.ldb")) >>> for nc in partfile: >>> pfile = partfile[nc] >>> tdb_copy(os.path.join(private_dir, pfile), >>>...
2012 Feb 15
1
samba4 provision error
...in setup_ad_dns create_samdb_copy(samdb, logger, paths, names, domainsid, domainguid) File "bin/python/samba/provision/sambadns.py", line 751, in create_samdb_copy os.path.join(dns_dir, "sam.ldb")) File "bin/python/samba/provision/sambadns.py", line 688, in tdb_copy raise Exception("Error copying %s" % file1) Exception: Error copying /usr/local/samba/private/sam.ldb
2012 Jan 24
1
Provision Error
...logger, paths, names, domainsid, domainguid) File "/usr/lib/python2.7/site-packages/samba/provision/sambadns.py", line 751, in create_samdb_copy os.path.join(dns_dir, "sam.ldb")) File "/usr/lib/python2.7/site-packages/samba/provision/sambadns.py", line 688, in tdb_copy raise Exception("Error copying %s" % file1) Exception: Error copying /var/lib/samba/private/sam.ldb
2012 Feb 07
1
Samba 4 latest git failed to provision: DNS
...tup_ad_dns create_samdb_copy(samdb, logger, paths, names, domainsid, domainguid) File "bin/python/samba/provision/sambadns.py", line 751, in create_samdb_copy os.path.join(dns_dir, "sam.ldb")) File "bin/python/samba/provision/sambadns.py", line 688, in tdb_copy raise Exception("Error copying %s" % file1) Exception: Error copying /usr/local/samba/private/sam.ldb Any ideas anyone? Thanks, Steve
2013 May 31
1
Can't provision with BIND9_DLZ
...ames, domainsid, domainguid) File "/usr/local/samba/lib64/python2.7/site-packages/samba/provision/sambadns.py", line 805, in create_samdb_copy os.path.join(dns_dir, "sam.ldb")) File "/usr/local/samba/lib64/python2.7/site-packages/samba/tdb_util.py", line 36, in tdb_copy status = subprocess.call(tdbbackup_cmd, close_fds=True, shell=False) File "/usr/lib64/python2.7/subprocess.py", line 493, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File...
2017 Jul 10
2
using samba with bind dlz
..., logger, paths, names, names.domainsid, domainguid) File "/usr/lib64/python2.7/site-packages/samba/provision/sambadns.py", line 851, in create_samdb_copy os.path.join(dns_dir, "sam.ldb")) File "/usr/lib64/python2.7/site-packages/samba/tdb_util.py", line 36, in tdb_copy status = subprocess.call(tdbbackup_cmd, close_fds=True, shell=False) File "/usr/lib64/python2.7/subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File...
2012 Feb 03
1
error with provisionsing
...in setup_ad_dns create_samdb_copy(samdb, logger, paths, names, domainsid, domainguid) File "bin/python/samba/provision/sambadns.py", line 751, in create_samdb_copy os.path.join(dns_dir, "sam.ldb")) File "bin/python/samba/provision/sambadns.py", line 688, in tdb_copy raise Exception("Error copying %s" % file1) Exception: Error copying /usr/local/samba/private/sam.ldb I am fairly new to working with samba and I do not know where to look to get this working and any suggestions would be greatly appreciated. Eric
2012 Feb 02
1
Error in provisioning Samba4 Alpha 18 from git
...in setup_ad_dns create_samdb_copy(samdb, logger, paths, names, domainsid, domainguid) File "bin/python/samba/provision/sambadns.py", line 751, in create_samdb_copy os.path.join(dns_dir, "sam.ldb")) File "bin/python/samba/provision/sambadns.py", line 688, in tdb_copy raise Exception("Error copying %s" % file1) Exception: Error copying /usr/local/samba/private/sam.ldb The file /home/administrator/source/samba-master/bin/shared/private/libtdb.so does exist. What can/should I do? I tried this on Ubuntu 11.10 desktop as well, with the exact same res...
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
...t;module> domainguid) File "/usr/local/samba/lib64/python2.7/site-packages/samba/provision/sambadns.py", line 805, in create_samdb_copy os.path.join(dns_dir, "sam.ldb")) File "/usr/local/samba/lib64/python2.7/site-packages/samba/tdb_util.py", line 36, in tdb_copy status = subprocess.call(tdbbackup_cmd, close_fds=True, shell=False) File "/usr/lib64/python2.7/subprocess.py", line 493, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File...
2017 Jul 10
0
using samba with bind dlz
...s, names.domainsid, domainguid) > File > "/usr/lib64/python2.7/site-packages/samba/provision/sambadns.py", > line 851, in create_samdb_copy os.path.join(dns_dir, "sam.ldb")) > File "/usr/lib64/python2.7/site-packages/samba/tdb_util.py", line > 36, in tdb_copy > status = subprocess.call(tdbbackup_cmd, close_fds=True, > shell=False) File "/usr/lib64/python2.7/subprocess.py", line 168, in > call return Popen(*popenargs, **kwargs).wait() > File "/usr/lib64/python2.7/subprocess.py", line 390, in __init__ > errread...
2017 Jul 10
3
using samba with bind dlz
...nguid) > > File > > "/usr/lib64/python2.7/site-packages/samba/provision/sambadns.py", > > line 851, in create_samdb_copy os.path.join(dns_dir, "sam.ldb")) > > File "/usr/lib64/python2.7/site-packages/samba/tdb_util.py", line > > 36, in tdb_copy > > status = subprocess.call(tdbbackup_cmd, close_fds=True, > > shell=False) File "/usr/lib64/python2.7/subprocess.py", line 168, in > > call return Popen(*popenargs, **kwargs).wait() > > File "/usr/lib64/python2.7/subprocess.py", line 390, in __ini...
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
...i-os: make frontends and xenbus optional [PATCH 13/23] mini-os: fix list.h include guard name [PATCH 14/23] xenstored: use grant references instead of [PATCH 15/23] xenstored: refactor socket setup code [PATCH 16/23] xenstored: add NO_SOCKETS compilation option [PATCH 17/23] xenstored: support for tdb_copy with TDB_INTERNAL [PATCH 18/23] xenstored: support running in minios stubdom [PATCH 19/23] stubdom: enable xenstored build [PATCH 20/23] xenstored: add --event parameter for bootstrapping [PATCH 21/23] xenstored: use domain_is_unprivileged instead of [PATCH 22/23] xenstored: add --priv-domid parame...