search for: tdbback

Displaying 19 results from an estimated 19 matches for "tdbback".

2003 Oct 20
1
[patch] Samba 3.0.1pre1 : unable to link tdbbackup on Solaris 9
Hi to all, On Solaris 9 (and below I think), Samba 3.0.1pre1's tdbbackup now needs snprintf which is not included in Solaris. The following patch on master Makefile.in (~samba/source) should ease the compilation of tdbbackup : diff -u Makefile.in.orig Makefile.in --- Makefile.in.orig Mon Oct 20 11:06:54 2003 +++ Makefile.in Mon Oct 20 11:07:09 2003 @@ -629,7 +629,7...
2003 Dec 10
4
you'd better fix this before releasing 3.0.1
Solaris 2.6 gcc 2.95.3 Compiling tdb/tdbbackup. Linking bin/tdbbackup Undefined first referenced Symbol in file smb_snprintf tdb/tdbackup.o I thought we'd fixed this already.
2015 Sep 01
7
Samba 4 DC backups
...m using the Sernet packages on Centos7. I am assuming the following mappings from the script for my set up /usr/local/samba/etc is /etc/samba /usr/local/samba/private is /var/lib/samba/private /usr/local/samba/sysvol is /var/lib/samba/sysvol Does this look correct? The samba_backup script does a tdbbackup of ldb files. In my case that would be the following: [root at dc02 ~]# cd /var/lib/samba/ [root at dc02 samba]# find . -name "*.ldb" ./private/sam.ldb ./private/privilege.ldb ./private/share.ldb ./private/idmap.ldb ./private/sam.ldb.d/DC=SAMBA,DC=COMPANY,DC=CO,DC=NZ.ldb ./private/sam...
2003 Nov 04
1
Solaris, Samba-3.0.1pre1 Compile error
Hello all, I currently run Samba 3.0 on a Solaris 9 machine in a production environment. I'm happy with it. I tried compiling samba-3.0.1pre1 using ./configure --with-ldap=no. However when it gets to linking bin/tdbbackup it fails. This is the error it gives: Using FLAGS = -O -I./popt -Iinclude -I/scratch/build/samba-3.0.1pre1/source/include -I/scratch/build/samba-3.0.1pre1/source/ubiqx -I/scratch/build/samba-3.0.1pre1/source/smbwrapper -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/scratch/build/samba...
2003 Oct 16
0
Cann't get Samba 3.0.0 installed on a SuSE 8.2
...ake_tdb_data': tdb/tdbutil.c:45: warning: assignment discards qualifiers from pointer target type tdb/tdbutil.c: In function `tdb_chainlock_with_timeout_internal': tdb/tdbutil.c:59: warning: passing arg 1 of `tdb_set_lock_alarm' discards qualifiers from pointer target type Compiling tdb/tdbback.c ... Compiling smbd/notify_hash.c (3) smbd/notify_hash.c: In function `notify_hash': smbd/notify_hash.c:91: warning: assignment discards qualifiers from pointer target type Compiling smbd/notify_kernel.c ... Compiling libads/kerberos.c (4) libads/kerberos.c: In function `kerberos_kinit_passwor...
2015 Sep 01
2
Samba 4 DC backups
...n't really matter what you are doing in this regard. I want a consistent backup while Samba is running. Regards Mike On 2015-09-01 16:08, Mark Foley wrote: > Here's what I do before tar'ring: > > find / -mount -type d -path /etc/samba-JMF -prune -o -name \*.tdb > -exec tdbbackup {} \; > find / -mount -name \*.tdb.bak -exec ls -l {} \; # (log .bak updates) > > This gets all the tdb files on the root filesystem, excluding mounted > drived > (-mount) and excluding tdb files I have in /etc/samba-JMF which is an > old > installation folder that I sho...
2015 Sep 01
1
Samba 4 DC backups
...owing mappings from the script for my set up >> /usr/local/samba/etc is /etc/samba >> /usr/local/samba/private is /var/lib/samba/private >> /usr/local/samba/sysvol is /var/lib/samba/sysvol >> >> Does this look correct? >> >> The samba_backup script does a tdbbackup of ldb files. In my >> case that >> would be the following: >> [root at dc02 ~]# cd /var/lib/samba/ >> [root at dc02 samba]# find . -name "*.ldb" >> ./private/sam.ldb >> ./private/privilege.ldb >> ./private/share.ldb >> ./private/idmap.ld...
2004 Jun 26
0
build failure solaris9x86 with Studio9 (forte)
...e mismatch: pointer to char "=" pointer to const char "tdb/tdbutil.c", line 60: warning: argument #1 is incompatible with prototype: prototype: pointer to int : "include/../tdb/tdb.h", line 137 argument : pointer to volatile int Compiling tdb/tdbback.c with -KPIC Compiling lib/module.c with -KPIC Compiling lib/ldap_escape.c with -KPIC Compiling lib/privileges.c with -KPIC Compiling lib/secdesc.c with -KPIC Compiling lib/secace.c with -KPIC Compiling lib/secacl.c with -KPIC Compiling lib/dummysmbd.c with -KPIC Compiling libads/kerberos.c with -K...
2012 Jun 06
2
Restore tdbbackup files?
Hi Samba 3.5.10 centos 5.x. I can backup with tdbbackup, read samba doc but haven't found how to restore them? Any info will appreciated, thanks!!! -- LIving the dream...
2005 May 16
0
FW: Problems compiling samba-3.0.15pre2 on Solaris 9
...mpiling lib/pam_errors.c with -fPIC Compiling intl/lang_tdb.c with -fPIC Compiling lib/account_pol.c with -fPIC Compiling lib/adt_tree.c with -fPIC Compiling lib/gencache.c with -fPIC Compiling tdb/tdb.c with -fPIC Compiling tdb/spinlock.c with -fPIC Compiling tdb/tdbutil.c with -fPIC Compiling tdb/tdbback.c with -fPIC Compiling lib/module.c with -fPIC Compiling lib/ldap_escape.c with -fPIC Compiling lib/privileges.c with -fPIC Compiling lib/secdesc.c with -fPIC Compiling lib/secace.c with -fPIC Compiling lib/secacl.c with -fPIC Compiling lib/dummysmbd.c with -fPIC Compiling libads/kerberos.c with -f...
2015 Sep 01
0
Samba 4 DC backups
...s7. > >I am assuming the following mappings from the script for my set up >/usr/local/samba/etc is /etc/samba >/usr/local/samba/private is /var/lib/samba/private >/usr/local/samba/sysvol is /var/lib/samba/sysvol > >Does this look correct? > >The samba_backup script does a tdbbackup of ldb files. In my >case that >would be the following: >[root at dc02 ~]# cd /var/lib/samba/ >[root at dc02 samba]# find . -name "*.ldb" >./private/sam.ldb >./private/privilege.ldb >./private/share.ldb >./private/idmap.ldb >./private/sam.ldb.d/DC=SAMBA,DC=...
2015 Sep 01
0
Samba 4 DC backups
Here's what I do before tar'ring: find / -mount -type d -path /etc/samba-JMF -prune -o -name \*.tdb -exec tdbbackup {} \; find / -mount -name \*.tdb.bak -exec ls -l {} \; # (log .bak updates) This gets all the tdb files on the root filesystem, excluding mounted drived (-mount) and excluding tdb files I have in /etc/samba-JMF which is an old installation folder that I should probably delete anyway. Still, th...
2003 Jul 11
1
Compile issues /w kerberos - Samba - 3.0 b2
...po lib/select.po lib/messages.po lib/tallocmsg.po lib/dmallocmsg.po lib/md5.po lib/hmacmd5.po lib/iconv.po lib/smbpasswd.po nsswitch/wb_client.po nsswitch/wb_common.po lib/pam_errors.po intl/lang_tdb.po lib/account_pol.po lib/adt_tree.po lib/gencache.po tdb/tdb.po tdb/spinlock.po tdb/tdbutil.po tdb/tdbback.po lib/module.po lib/ldap_escape.po libsmb/clientgen.po libsmb/cliconnect.po libsmb/clifile.po libsmb/clikrb5.po libsmb/clispnego.po libsmb/asn1.po libsmb/clirap.po libsmb/clierror.po libsmb/climessage.po libsmb/clireadwrite.po libsmb/clilist.po libsmb/cliprint.po libsmb/clitrans.po libsmb/clisecd...
2015 Sep 01
0
Samba 4 DC backups
.... > > I want a consistent backup while Samba is running. > > Regards > > Mike > > On 2015-09-01 16:08, Mark Foley wrote: > > Here's what I do before tar'ring: > > > > find / -mount -type d -path /etc/samba-JMF -prune -o -name \*.tdb > > -exec tdbbackup {} \; > > find / -mount -name \*.tdb.bak -exec ls -l {} \; # (log .bak updates) > > > > This gets all the tdb files on the root filesystem, excluding mounted > > drived > > (-mount) and excluding tdb files I have in /etc/samba-JMF which is an > > old >...
2015 Sep 01
1
Samba 4 DC backups
...le Samba is running. >> >> Regards >> >> Mike >> >> On 2015-09-01 16:08, Mark Foley wrote: >> > Here's what I do before tar'ring: >> > >> > find / -mount -type d -path /etc/samba-JMF -prune -o -name \*.tdb >> > -exec tdbbackup {} \; >> > find / -mount -name \*.tdb.bak -exec ls -l {} \; # (log .bak updates) >> > >> > This gets all the tdb files on the root filesystem, excluding mounted >> > drived >> > (-mount) and excluding tdb files I have in /etc/samba-JMF which is an &g...
2007 May 15
1
Samba 3.0.25 plugin changes
...storage class ../../source/include/util_tdb.h:69: error: syntax error before "TDB_DATA" ../../source/include/util_tdb.h:71: error: syntax error before '*' token ../../source/include/util_tdb.h:73: error: syntax error before '*' token ../../source/include/includes.h:638:21: tdbback.h: No such file or directory In file included from ../../source/librpc/gen_ndr/srvsvc.h:3, from ../../source/librpc/gen_ndr/wkssvc.h:3, from ../../source/include/smb.h:315, from ../../source/include/includes.h:661, from test....
2006 Nov 10
0
libsmb/cliconnect.o build/build/krb5/lib/libcom_err.so.3
...lib/ms_fnmatch.o lib/select.o lib/messages.o lib/tallocmsg.o lib/dmallocmsg.o libsmb/smb_signing.o lib/md5.o lib/hmacmd5.o lib/arc4.o lib/iconv.o nsswitch/wb_client.o nsswitch/wb_common.o lib/pam_errors.o intl/lang_tdb.o lib/adt_tree.o lib/gencache.o tdb/tdb.o tdb/spinlock.o tdb/tdbutil.o tdb/tdbback.o lib/module.o lib/events.o lib/ldap_escape.o lib/secdesc.o lib/util_seaccess.o lib/secace.o lib/secacl.o libads/krb5_errs.o lib/system_smbd.o lib/audit.o printing/printing.o printing/nt_printing.o printing/notify.o printing/printing_db.o smbd/oplock.o smbd/oplock_irix.o smbd/oplock_linux.o sm...
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
...c Compiling lib/iconv.c Compiling nsswitch/wb_client.c Compiling nsswitch/wb_common.c Compiling lib/pam_errors.c Compiling intl/lang_tdb.c Compiling lib/account_pol.c Compiling lib/adt_tree.c Compiling lib/gencache.c Compiling tdb/tdb.c Compiling tdb/spinlock.c Compiling tdb/tdbutil.c Compiling tdb/tdbback.c Compiling lib/module.c Compiling lib/ldap_escape.c Compiling lib/privileges.c Compiling lib/secdesc.c Compiling lib/secace.c Compiling lib/secacl.c Compiling printing/printing.c Compiling printing/nt_printing.c Compiling printing/notify.c Compiling printing/printing_db.c Compiling smbd/oplock.c C...
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
...c Compiling lib/iconv.c Compiling nsswitch/wb_client.c Compiling nsswitch/wb_common.c Compiling lib/pam_errors.c Compiling intl/lang_tdb.c Compiling lib/account_pol.c Compiling lib/adt_tree.c Compiling lib/gencache.c Compiling tdb/tdb.c Compiling tdb/spinlock.c Compiling tdb/tdbutil.c Compiling tdb/tdbback.c Compiling lib/module.c Compiling lib/ldap_escape.c Compiling lib/privileges.c Compiling lib/secdesc.c Compiling lib/secace.c Compiling lib/secacl.c Compiling printing/printing.c Compiling printing/nt_printing.c Compiling printing/notify.c Compiling printing/printing_db.c Compiling smbd/oplock.c C...