search for: backup_secrets

Displaying 3 results from an estimated 3 matches for "backup_secrets".

2019 Nov 13
2
"samba-tool backup offline" stuck
On 2019-11-13 09:30, Andrew Bartlett wrote: > Regarding your problem, on linux I use lslocks to debug from here, you > can normally work out which process is holding the lock, which lock it > is waiting on (if any, marked with a *) and gdb that to work out what > is the matter with it, and perhaps why it is in that situation. Hmm... I have no lslocks on FreeBSD; will lsof do? In
2019 Nov 21
0
"samba-tool backup offline" stuck
...> # on the secrets.ldb file before backing up that file and secrets.tdb > def backup_secrets(self, private_dir, lp, logger): > secrets_path = os.path.join(private_dir, 'secrets') > secrets_obj = Ldb(secrets_path + '.ldb', lp=lp) > logger.info('Starting transaction on ' + secrets_path) > secrets_obj.transaction_start() >...
2019 Nov 21
1
"samba-tool backup offline" stuck
...> > # on the secrets.ldb file before backing up that file and secrets.tdb > > def backup_secrets(self, private_dir, lp, logger): > > secrets_path = os.path.join(private_dir, 'secrets') > > secrets_obj = Ldb(secrets_path + '.ldb', lp=lp) > > logger.info('Starting transaction on ' + secrets_path) > > secrets_obj.tran...