Displaying 20 results from an estimated 71 matches for "issynchron".
Did you mean:
synchron
2010 Jul 22
1
Updating a Data Frame
...oint in my script, I want to update certain columns of this
data-frame by calling in an update function.
The function looks like this:
# get events data. This populates a global event data frame in the R-script
events <- getEvents(con, eventsFilePath)
# events has columns eventid, timeStamp, isSynchronized, timeDiff; with
millions of rows
updateDB <- function(eventid, newTimeStamp, oldTimeStamp){
timeDiff <- newTimeStamp - oldTimeStamp
#Update the events Data Frame
events[events$eventid == eventid, "timestamp"] <<- newTimeStamp
events[events$eventid == eventid, "isS...
2019 Aug 29
4
Online Backup Fails - list index out of range
...: workgroup is MICROLYNX
INFO 2019-08-29 17:03:50,320 pid:13945 /usr/lib/python3/dist-packages/samba/join.py #1552: realm is microlynx.org
Calling bare provision
...
[snip]
...
Committing SAM database
INFO 2019-08-29 17:04:06,889 pid:13945 /usr/lib/python3/dist-packages/samba/join.py #1643: Setting isSynchronized and dsServiceName
INFO 2019-08-29 17:04:07,303 pid:13945 /usr/lib/python3/dist-packages/samba/join.py #1555: Cloned domain MICROLYNX (SID
S-1-5-21-4012640977-2272627666-3977488320)
ERROR(<class 'IndexError'>): uncaught exception - list index out of range
File "/usr/lib/pyth...
2019 Feb 28
6
samba-tool domain backup ERROR
...use Sernet-packages 4.9.4 we have two DCs if I do the backup on the same
DC I got the following messages:
-----------------
root at dc-ste-01:~# samba-tool domain backup online --server=dc-ste-01
--targetdir=. -U administrator
Password for [LF\administrator]:
....
Committing SAM database
Setting isSynchronized and dsServiceName
Cloned domain LF (SID S-1-5-21-2842440679-1648109622-3732055899)
ERROR(<type 'exceptions.IndexError'>): uncaught exception - list index
out of range
File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line
177, in _run
return sel...
2019 Sep 22
2
error samba backup online
Hi
On a samba 4.10.7 executing a samba backup online I recieve this error:
Partition[DC=ForestDnsZones,DC=domain,DC=com] objects[19/19] linked_values[0/0]
Committing SAM database
INFO 2019-09-23 00:14:25,262 pid:11552
/usr/local/samba/lib/python3.4/site-packages/samba/join.py #1652:
Setting isSynchronized and dsServiceName
INFO 2019-09-23 00:14:25,268 pid:11552
/usr/local/samba/lib/python3.4/site-packages/samba/join.py #1564:
Cloned domain domain (SID S-1-5-21-2047087912-2064396158-1170935892)
ERROR(<class 'IndexError'>): uncaught exception - list index out of range
File "/u...
2019 Jun 18
9
domain online backup
...s:
> Partition[DC=DomainDnsZones,DC=samba,DC=company,DC=com] objects[196/196] linked_values[0/0]
> Replicating DC=ForestDnsZones,DC=samba,DC=company,DC=com
> Partition[DC=ForestDnsZones,DC=samba,DC=company,DC=com] objects[25/25] linked_values[0/0]
> Committing SAM database
> Setting isSynchronized and dsServiceName
> Cloned domain SAMDOM (SID S-1-5-21-90839350-988488634-868425949)
> ERROR(runtime): uncaught exception - (3221225506, '{Access Denied} A process has requested access to an object but has not been granted those access rights.')
> File "/usr/lib/python2....
2019 Aug 30
2
backup AD content
On Fri, 2019-08-30 at 10:20 +0100, Rowland penny via samba wrote:
> On 30/08/2019 10:14, Stefan G. Weichinger via samba wrote:
> > 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
> > > >
> > >
2024 May 08
1
Wiki - Best Practise to install a 2nd AD-DC or "backup"-DC
Thanks a lot Ingo, Rowland and Luis!
[...]
INFO 2024-05-08 12:33:25,196 pid:2355
/usr/lib/python3/dist-packages/samba/join.py #1324: Sending
DsReplicaUpdateRefs for all the replicated partitions
INFO 2024-05-08 12:33:25,261 pid:2355
/usr/lib/python3/dist-packages/samba/join.py #1354: Setting
isSynchronized and dsServiceName
INFO 2024-05-08 12:33:25,281 pid:2355
/usr/lib/python3/dist-packages/samba/join.py #1369: Setting up secrets
database
INFO 2024-05-08 12:33:25,418 pid:2355
/usr/lib/python3/dist-packages/samba/join.py #1631: Joined domain SAMPLE
(SID S-1-5-21-358581295-2627552491-305745194...
2014 Jul 03
1
Slow Samba4 Domain Join
I used "/usr/bin/time" to time how long it took to join a DC to our
domain. It took 9 hours, 54 minutes and 16 seconds.
The logs follow:
Committing SAM database
Sending DsReplicateUpdateRefs for all the replicated partitions
Setting isSynchronized and dsServiceName
Setting up secrets database
Joined domain DIGIPEN.EDU (SID S-1-5-21-REDACTED) as a DC
35461.84user 26.13system 9:54:16elapsed 99%CPU (0avgtext+0avgdata
2082096maxresident)k
834288inputs+3317448outputs (1647major+897820minor)pagefaults 0swaps
The machines involved were both r...
2019 Feb 28
0
samba-tool domain backup ERROR
...I do the backup
> on the same
> DC I got the following messages:
> -----------------
> root at dc-ste-01:~# samba-tool domain backup online --server=dc-ste-01
> --targetdir=. -U administrator
> Password for [LF\administrator]:
> ....
> Committing SAM database
> Setting isSynchronized and dsServiceName
> Cloned domain LF (SID S-1-5-21-2842440679-1648109622-3732055899)
> ERROR(<type 'exceptions.IndexError'>): uncaught exception -
> list index
> out of range
> File
> "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", li...
2019 Jan 09
2
Online backup of domain fails
Dear all,
I use the Sernet Samba packages in version 4.9.3.
I try to do an online-backup of my domain by:
samba-tool domain backup online --server=ad2 --targetdir=/root
-Uadministrator
and I get the following error:
Committing SAM database
Setting isSynchronized and dsServiceName
Cloned domain DOMAIN (SID S-1-5-21-1996849263-3223042488-349429296)
ERROR(runtime): uncaught exception - (3221225506, '{Access Denied} A
process has requested access to an object but has not been granted those
access rights.')
File "/usr/lib/python2.7/dist-packa...
2016 Jun 23
4
Unable to transfer ForestDns/DomainDNS
...ation_recursive:
DC=DomainDnsZones,DC=fisherthompson,DC=local not found under
DC=fisherthompson,DC=local
descriptor_sd_propagation_recursive:
DC=ForestDnsZones,DC=fisherthompson,DC=local not found under
DC=fisherthompson,DC=local
Sending DsReplicaUpdateRefs for all the replicated partitions
Setting isSynchronized and dsServiceName
Setting up secrets database
Joined domain FISHERTHOMPSON (SID
S-1-5-21-4059926353-2957580592-3733343930) as a DC
*************************************
END OF DOMAIN JOIN
On Thu, Jun 23, 2016 at 1:43 PM, Rowland penny <rpenny at samba.org> wrote:
> On 23/06/16 17:4...
2018 Dec 12
5
error with joining new DC to domain
...ainDnsZones,DC=obel,DC=lan] objects[2/2]
> linked_values[0/0]
> Replicating new DNS records in DC=ForestDnsZones,DC=obel,DC=lan
> Partition[DC=ForestDnsZones,DC=obel,DC=lan] objects[2/2]
> linked_values[0/0]
> Sending DsReplicaUpdateRefs for all the replicated partitions
> Setting isSynchronized and dsServiceName
> Setting up secrets database
> Joined domain OBEL (SID S-1-5-21-1994583749-1469429152-1855221660) as
> a DC
>
> Then he joined but is not really working (now drs replicatin on
> samba-tool drs showrepl
>
> demoting dc-01 brings me the following:
&...
2015 Mar 25
2
Bind9 Flat to Bind9 DLZ
...the domain
Partition[DC=ik,DC=lan,DC=mum] objects[98/98] linked_values[23/0]
Partition[DC=ik,DC=lan,DC=mum] objects[376/278] linked_values[23/0]
Done with always replicated NC (base, config, schema)
Committing SAM database
Sending DsReplicaUpdateRefs for all the replicated partitions
Setting isSynchronized and dsServiceName
Setting up secrets database
Joined domain IK.LAN (SID S-1-5-21-3947581883-4033758009-2802199242) as a
DC
[root at dc2]# echo $?
0
[root at dc1 ~]# samba_upgradedns --dns-backend=BIND9_DLZ -d 2
lpcfg_load: refreshing parameters from /usr/local/samba/etc/smb.conf
lpcfg_...
2019 Jan 10
0
Online backup of domain fails
...>
> I use the Sernet Samba packages in version 4.9.3.
>
> I try to do an online-backup of my domain by:
>
> samba-tool domain backup online --server=ad2 --targetdir=/root
> -Uadministrator
>
> and I get the following error:
>
> Committing SAM database
> Setting isSynchronized and dsServiceName
> Cloned domain DOMAIN (SID S-1-5-21-1996849263-3223042488-349429296)
> ERROR(runtime): uncaught exception - (3221225506, '{Access Denied} A
> process has requested access to an object but has not been granted those
> access rights.')
> File "/usr...
2019 Feb 28
0
samba-tool domain backup ERROR
On 1/03/19 1:46 AM, Stefan Kania via samba wrote:
>
> ....
> Committing SAM database
> Setting isSynchronized and dsServiceName
> Cloned domain LF (SID S-1-5-21-2842440679-1648109622-3732055899)
> ERROR(<type 'exceptions.IndexError'>): uncaught exception - list index
> out of range
> File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py",
> line 177, i...
2019 Jun 18
0
domain online backup
...,DC=samba,DC=company,DC=com]
>> objects[196/196] linked_values[0/0]
>> Replicating DC=ForestDnsZones,DC=samba,DC=company,DC=com
>> Partition[DC=ForestDnsZones,DC=samba,DC=company,DC=com]
>> objects[25/25] linked_values[0/0]
>> Committing SAM database
>> Setting isSynchronized and dsServiceName
>> Cloned domain SAMDOM (SID S-1-5-21-90839350-988488634-868425949)
>> ERROR(runtime): uncaught exception - (3221225506, '{Access Denied} A
>> process has requested access to an object but has not been granted
>> those access rights.')
>>...
2019 Aug 29
0
Online Backup Fails - list index out of range
...2019-08-29 17:03:50,320 pid:13945 /usr/lib/python3/dist-packages/samba/join.py #1552: realm is microlynx.org
> Calling bare provision
> ...
> [snip]
> ...
> Committing SAM database
> INFO 2019-08-29 17:04:06,889 pid:13945 /usr/lib/python3/dist-packages/samba/join.py #1643: Setting isSynchronized and dsServiceName
> INFO 2019-08-29 17:04:07,303 pid:13945 /usr/lib/python3/dist-packages/samba/join.py #1555: Cloned domain MICROLYNX (SID
> S-1-5-21-4012640977-2272627666-3977488320)
> ERROR(<class 'IndexError'>): uncaught exception - list index out of range
> Fil...
2019 Aug 29
1
Schedule samba backup
Correct with -k yes fails, and offline bug also has a bug opened
pending to solve.
It will be great to solve also online...
Really is a issue for productions environments, no working secure
backups with offline or online...
How are users making backups with 4.10 ?
thanks
Missatge de Trenta sis <trenta.sis at gmail.com> del dia dj., 29 d?ag.
2019 a les 16:53:
>
> Hi,
>
> for
2019 Aug 29
0
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 #1643: Setting isSynchronized and dsServiceName
> INFO 2019-08-29 17:04:07,303 pid:13945 /usr/lib/python3/dist-packages/samba/join.py #1555: Cloned domain MICROLYNX (SID
> S-1-5-21-4012640977-2272627666-3977488320)
> ERROR(<class 'IndexError'>): uncaught exception - list index out of range
> File...
2019 Aug 30
0
backup AD content
...assword in the cronjob
> The offline backup does not require a password, only root privileges.
OH yes it does, I found this out yesterday, running as root with kerberos:
Committing SAM database
INFO 2019-08-29 16:56:10,650 pid:16393
/usr/lib/python3/dist-packages/samba/join.py #1643: Setting
isSynchronized and dsServiceName
INFO 2019-08-29 16:56:10,747 pid:16393
/usr/lib/python3/dist-packages/samba/join.py #1555: Cloned domain SAMDOM
(SID S-1-5-21-1768301897-3342589593-1064908849)
Password for [Administrator at SAMDOM.EXAMPLE.COM]:
INFO 2019-08-29 16:56:34,573 pid:16393
/usr/lib/python3/dist-p...