Displaying 20 results from an estimated 20000 matches similar to: "samba-tool domain backup online"
2020 Nov 12
0
samba-tool domain backup online fails with uncaught exception - list index out of range
Hello,
I have joined a Samba DC (dc2.corp.domain.com) to an existing Samba domain
with a single DC (dc1.corp.domain.com).
Once joined, I wanted to test an online backup so ran:
root at dc2:~# samba-tool domain backup online --targetdir=backupdir --server=
dc2.corp.domain.com -Uadministrator
which displays many messages but results in the following error without a
completed backup:
2019 Aug 29
2
Online Backup Fails - list index out of range
> -----Original Message-----
> From: Tim Beale [mailto:timbeale at catalyst.net.nz]
> Sent: 29 August 2019 22:08
> To: Roy Eastwood; samba at lists.samba.org
> Subject: Re: [Samba] Online Backup Fails - list index out of range
>
> On 30/08/19 4:20 AM, Roy Eastwood via samba wrote:
> > INFO 2019-08-29 17:04:06,889 pid:13945 /usr/lib/python3/dist-packages/samba/join.py
2020 Oct 14
1
Can I restore a Samba instance from an rsync backup?
Hello,
I have Samba 4.3.11 running as an ADDC on Ubuntu 14.04.
When I run samba-tool dbcheck, I get the following output:
ltdb:
tdb(/var/lib/samba/private/sam.ldb.d/DC=CORP,DC=EXAMPLE,DC=CO,DC=NZ.ldb):
tdb_rec_read bad magic 0x3f3f3f3f at offset=2993916
ERROR(ldb): uncaught exception - Indexed and full searches both failed!
File
2007 Mar 08
2
Removing duplicated rows within a matrix, with missing data as wildcards
I'd like to remove duplicated rows within a matrix, with missing data
being treated as wildcards.
For example
> x <- matrix((1:3), 5, 3)
> x[4,2] = NA
> x[3,3] = NA
> x
[,1] [,2] [,3]
[1,] 1 3 2
[2,] 2 1 3
[3,] 3 2 NA
[4,] 1 NA 2
[5,] 2 1 3
I would like to obtain
[,1] [,2] [,3]
[1,] 1 3 2
[2,] 2 1 3
2016 Sep 30
1
uncaught exception on samba-tool fsmo transfer
Hi,
i transfered the roles from DC2 to DC1:
root at dc1:~# samba-tool fsmo transfer --role=all -U administrator
This DC already has the 'rid' FSMO role
This DC already has the 'pdc' FSMO role
This DC already has the 'naming' FSMO role
This DC already has the 'infrastructure' FSMO role
This DC already has the 'schema' FSMO role
This DC already has the
2019 Aug 30
3
backup AD content
On 30.08.19 11:01, Andrew Bartlett wrote:
> On Fri, 2019-08-30 at 10:56 +0200, Stefan G. Weichinger via samba
> wrote:
>> I happily and trustfully use Louis' backup-script from
>>
>> https://github.com/thctlo/samba4
>>
>> to dump AD content via cronjob.
>>
>> Is it necessary/recommended to do that on *each* samba DC? Is there
>> something
2016 Sep 30
2
?==?utf-8?q? uncaught exception on samba-tool fsmo transfer
sorry, samba version 4.5.0
Am Freitag, 30. September 2016 10:31 CEST, Rowland Penny via samba <samba at lists.samba.org> schrieb:
> On Fri, 30 Sep 2016 10:20:27 +0200
> Heinz Hölzl via samba <samba at lists.samba.org> wrote:
>
> > Hi,
> >
> > i transfered the roles from DC2 to DC1:
> >
> > root at dc1:~# samba-tool fsmo transfer
2023 Oct 12
1
samba-tool domain backup online and Administrator password
Hi all!
I use bacula to perform automated backups of everything needed to get my network up and running in case of disaster and when I backup my DC's I execute a script which creates an offline backup of the DC which I then backup to an external storage. I would like to be able to create an online backup too but I don't like the idea of having my domain administrator's password laying
2019 Mar 25
3
FSMO transfer problems
Hello all,
Have joined a new DC to an existing active directory consisting of a
sole DC. So, we now have two domain controllers, the original being
ad.DOMAIN.intranet (192.168.0.17), and the new one being
DOMAIN-ad.DOMAIN.intranet (192.168.0.11). I want the new DC to become
the FSMO role owner, so I followed the instructions here -
2019 Sep 05
3
New samba backup tool (online & offline) retention
Hi,
Using old samba_backup with 4.4.x a paramter can be defined to keep
some copies of backup and purge automatically.
I'm searching same option with new samba backup offline or online, but
I can't find, where is it?
Thanks
1999 Aug 18
1
Automatic printer driver installation for NT4.0/NT2000 clients?
Dear All,
I've seen the PRINTER_DRIVER.txt doc on getting the PRINTER$ share set up to
automatically add printer drivers to Win95 clients. It explicitly says that
the procedure described does not work for NT4.0 clients.
I can't find any other documentation on setting up a PRINTER$ share suitable
for NT4.0 or NT2000 clients either in the distribution (2.0.5a) or the web
site.
Is this
2023 Dec 06
1
samba-tool gpo admxload loads into the wrong server
Hi!
I had a samba 4.10.8 (DC1) AD DC which was holding all the FSMO roles and a samba 4.18.9 (DC2) AD DC with one way sysvol replication using rsync from DC1 to DC2. Since I'm trying to get the admx files for group policy editor into de DC I succesfully transfered the FSMO roles from DC1 to DC2 with "samba-tool fsmo transfer role=all -U SAMDOM\\Administrator" which I can confirm
2010 Oct 14
2
declaring GPL license
Hi all,
I'm currently writing an R package and want to declare a GPL2 license.
According to the license agreement, I'm supposed to display:
"This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation ... See the
GNU General Public License for more details."
2023 Dec 06
1
samba-tool gpo admxload loads into the wrong server
On 12/5/23 8:45 PM, bd730c5053df9efb via samba wrote:
> Hi!
>
> I had a samba 4.10.8 (DC1) AD DC which was holding all the FSMO roles and a samba 4.18.9 (DC2) AD DC with one way sysvol replication using rsync from DC1 to DC2. Since I'm trying to get the admx files for group policy editor into de DC I succesfully transfered the FSMO roles from DC1 to DC2 with "samba-tool fsmo
2008 Sep 17
2
modifying patterns in a matrix
Dear R-users,
I have some very simple data where 1's represent events and zeroes non-events, e.g.
temp <- rbind(c(0,1,0,0,1,1,1,0), c(0,0,0,1,0,0,0,0))
For each row in the matrix, I would like to replace a singelton event by a 0. That is, any 1 surrounded by zeroes (010) should be replaced by a zero (000). Sequences of 1's should be left unchanged.
So the modified matrix shoud look
2020 Oct 13
2
automatic transfer or seize fsmo roles
Hello list:
Sorry for my ignorance but anyone could you tell me if is possible setting
automatic transference or seize fsmo roles on samba4, to avoid manual
action over server, such as HA, i mean in case that my fsmo role owner
crash.
Best regard.
2008 May 22
1
Extracting slots from ROCR prediction objects
Hi,
I have an object from the prediction function from the ROCR package and I would like to extract one of the slots from the object, for example the cutoffs slot. However the usual techniques ($, [["name"]]) of subsetting don't work. How can I assess the lists in the slots?
Here is an example of what I am working with:
library(ROCR)
data(ROCR.simple)
pred <-
2023 Dec 06
1
samba-tool gpo admxload loads into the wrong server
On Wed, 6 Dec 2023 06:40:09 -0700
David Mulder via samba <samba at lists.samba.org> wrote:
>
> On 12/5/23 8:45 PM, bd730c5053df9efb via samba wrote:
> > Hi!
> >
> > I had a samba 4.10.8 (DC1) AD DC which was holding all the FSMO
> > roles and a samba 4.18.9 (DC2) AD DC with one way sysvol
> > replication using rsync from DC1 to DC2. Since I'm trying
2016 Sep 30
2
?==?utf-8?q? ?==?utf-8?q? ?= uncaught exception on samba-tool fsmo transfe
ok, a other try .. i tranfer the roles back to DC2:
first run: error
second run: error
third run: NO error
then i added "import samba.drs_utils" in /opt/samba/lib/python2.7/site-packages/samba/netcmd/fsmo.py and now the role transfer works fine.
root at dc2:~# samba-tool fsmo transfer --role=all -U administrator
FSMO transfer of 'rid' role successful
FSMO
2013 Jul 31
2
Problem to demote samba4 dc
Hi all,
I recently migrated our samba 3 domain to an AD domain using Samba 4
classic upgrade tool. Well, every seems to work fine since i'm still
alive ;) .
I promoted a Windows 2k8 box as a new DC of this domain and I transfer
the 5 FSMO roles to it.
Now I would like to demote the Samba4 DC but when I tried I got this
message :
# samba-tool domain demote
ERROR: Current DC is still