search for: synchronized

Displaying 20 results from an estimated 6932 matches for "synchronized".

2008 Feb 12
1
measuring sleep time in synchronization objects
Hi, I am fairly new to DTrace, and wanted to ask something regarding synchronization objects. I have a multithreaded C++ program in which I use semaphores (POSIX version) for synchronization. I was interested in using DTrace to figure out the total time for which each thread in my application sleeps, blocked on a semaphore, i.e., as a result of sem_wait() call. In order to measure this, I
2015 Apr 22
5
Time synchronization issue
Hi, I have set a Samba AD DC on my network. Version is 4.1.17 on a Debian Wheezy. I have an issue on my Windows XP SP3 clients : the time on these computers is not synchronized with my Domain Controler. Big problem is, if time difference is considerable (more or less 5 minutes), users can not log in. On the other hand, my server is correctly synchronized with NTP server. I don't understand the reason of my problem, and don't know were to start investigating. H...
2015 Apr 22
2
Time synchronization issue
...pin <anrdaemon at yandex.ru>: > Greetings, William LIM! > > > Hi, > > > I have set a Samba AD DC on my network. Version is 4.1.17 on a Debian > > Wheezy. > > > I have an issue on my Windows XP SP3 clients : the time on these > computers > > is not synchronized with my Domain Controler. > > > Big problem is, if time difference is considerable (more or less 5 > > minutes), users can not log in. > > > On the other hand, my server is correctly synchronized with NTP server. > > > I don't understand the reason of my problem...
2009 Aug 26
1
TE4XXP: Version Synchronization Error!
Hello to all I'm using asterisk 1.4 and dahdi. I had everything working fine, and I could place calls through my R2 channel. But now the channel is always "RED" and Im getting this error message: TE4XXP: Version Synchronization Error! Here is my chan_dahdi.conf------------------------------ [channels] language=en context=incomingr2 signalling=mfcr2 mfcr2_variant=ar
2018 Mar 22
4
Google Cloud Directory Service password synchronization for AD DC
I'm trying to have my Samba 4 AD DC users mapped and synchronized with google apps for education accounts. I would like to start from the native windows password update procedure to eventually update the google apps password (actually, I think only some types of hashes are stored). Google actually provides a tool to synchronize user accounts and profiles which w...
2019 Jul 31
2
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
...> > > So this patch switches use a counter to track whether or not the map > > > was used. The counter was increased when vq try to start or finish > > > uses the map. This means, when it was even, we're sure there's no > > > readers and MMU notifier is synchronized. When it was odd, it means > > > there's a reader we need to wait it to be even again then we are > > > synchronized. > > You just described a seqlock. > > > Kind of, see my explanation below. > > > > > > We've been talking about provi...
2019 Jul 31
2
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
...> > > So this patch switches use a counter to track whether or not the map > > > was used. The counter was increased when vq try to start or finish > > > uses the map. This means, when it was even, we're sure there's no > > > readers and MMU notifier is synchronized. When it was odd, it means > > > there's a reader we need to wait it to be even again then we are > > > synchronized. > > You just described a seqlock. > > > Kind of, see my explanation below. > > > > > > We've been talking about provi...
2019 Jan 02
6
[Bug 13735] New: Synchronize files when the sending side has newer change times while modification times and sizes are identical on both sides
...ormal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: sbehuret at gmail.com QA Contact: rsync-qa at samba.org Files that have identical sizes and change times on the sending and receiving sides, but different contents, will not be synchronized by default (e.g. rsync -a --delete source:/path/ dest:/path/). Synchronizing these files requires the use of --checksum or --ignore-times options, which are both sub-optimal in most cases (see caveats below). I would like to propose new options to efficiently synchronize these files. To make this...
2013 Jul 14
2
constant Log synchronization error's
Hi, I am seeing constant "Log synchronization error"s in my logs. See later for an example. This is dovecot 2.2.4, pigeonhole 0.4.1, and postfix 2.10.1 (with mailbox_command = /usr/libexec/dovecot/deliver) on a Fedora 19 system. I am using packages from Atrpms so there are some patches applied - ask for details. The mailboxes have resently been moved from a i386 system. I have
2016 Dec 02
2
Is it fine to store the tdb files in the shared directory to solve the ctdb data synchronization problem?
Hi folks I face a problem about the data synchronization when using the ctdb. When one ctdb node fails, other ctdb nodes may not recover the data of the failed node. I think it may be due to the fact that ctdb stores its tdb files in the local storage. So, is it fine to store the tdb files in the shared directory of the backend storage? When one node fails, other nodes may recover the data from
2016 Dec 09
1
samba 4.5.0 on hpux ia64: Configuring time synchronization for samba AD DC
As mentioned in below link:- https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller I am trying to synchronize time for Kerberos with NTP. But NTP(4.2.6) supported on hpux is not build with enabled signed ntp support *(**--enable-ntp-signd)* for time synchronization mechanism. What would be the impact if i don’t configuring time synchronization for Samba
2015 Apr 22
1
Time synchronization issue
...Greetings, William LIM! >> >> > Hi, >> >> > I have set a Samba AD DC on my network. Version is 4.1.17 >on a Debian >> > Wheezy. >> >> > I have an issue on my Windows XP SP3 clients : the time on these >> computers >> > is not synchronized with my Domain Controler. >> >> > Big problem is, if time difference is considerable (more or less 5 >> > minutes), users can not log in. >> >> > On the other hand, my server is correctly synchronized >with NTP server. >> >> > I don't un...
2014 Sep 29
0
[RFC] Explicit synchronization for Nouveau
...unfortunately. Ideas very much welcome. > (3) Allow user space to attach an explicit fence to dma-buf when exporting to > another driver that uses implicit sync. > > There are still some open issues beyond these. For example, can we skip > acquiring the ww mutex for explicitly synchronized buffers? I think we could > eventually, at least on unified memory systems where we don't need to migrate > between heaps (our downstream Tegra GPU driver does not lock any buffers at > submit, it just grabs refcounts for hw). Another quirk is that now Nouveau > waits on the buffe...
2019 Aug 02
0
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
...switches use a counter to track whether or not the map >>>>>> was used. The counter was increased when vq try to start or finish >>>>>> uses the map. This means, when it was even, we're sure there's no >>>>>> readers and MMU notifier is synchronized. When it was odd, it means >>>>>> there's a reader we need to wait it to be even again then we are >>>>>> synchronized. >>>>> You just described a seqlock. >>>> Kind of, see my explanation below. >>>> >>>> &g...
2006 Jun 30
2
Ajax.Request synchronization (onSuccess before onComplete?)
2 questions regarding the synchronization of these events. 1) is onSuccess called before onComplete ( I assume it is) 2) if called after, is onComplete called after the onSuccess method has completed or are you at the mercy of synchronization issues? Hopefully someone can enlighten me. I tried reading the Prototype.js but couldn''t seem to determine this on my own.
2019 Aug 01
0
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
...t;>> So this patch switches use a counter to track whether or not the map >>>> was used. The counter was increased when vq try to start or finish >>>> uses the map. This means, when it was even, we're sure there's no >>>> readers and MMU notifier is synchronized. When it was odd, it means >>>> there's a reader we need to wait it to be even again then we are >>>> synchronized. >>> You just described a seqlock. >> >> Kind of, see my explanation below. >> >> >>> We've been talking about...
2003 Dec 16
1
W2k client using "synchronize" on a samba configured RH Linux 9 file server ...
... does not work. I use the W2k functionality "synchronize" on my laptop to have up2date synchronized copies of my files both at the laptop and the file server. The file server is a P 200 MHz running RH Linux 9. When on-line the synchronization of files works, except for my swedish letters "???". However when off-line working with my files, then reconnecting to the network and issuing...
2016 Dec 02
1
答复: Is it fine to store the tdb files in the shared directory to solve the ctdb data synchronization problem?
Thanks very much, Volker. I want to synchronize three tdb files(listed as below) which is relevant to the opened file: 1) brlock.tdb 2) locking.tdb 3) smbXsrv_open_global.tdb These three tdb files are used to realize the durable file handle feature. As what you have said, the performance will be affected if storing these three files in the shared storage. So can I realize the synchronization
2019 Aug 07
2
[PATCH V4 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
...called in MMU > notifier. > > So this patch switches use seqlock counter to track whether or not the > map was used. The counter was increased when vq try to start or finish > uses the map. This means, when it was even, we're sure there's no > readers and MMU notifier is synchronized. When it was odd, it means > there's a reader we need to wait it to be even again then we are > synchronized. Consider the read critical section is pretty small the > synchronization should be done very fast. > > Reported-by: Michael S. Tsirkin <mst at redhat.com> > Fix...
2019 Aug 07
2
[PATCH V4 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
...called in MMU > notifier. > > So this patch switches use seqlock counter to track whether or not the > map was used. The counter was increased when vq try to start or finish > uses the map. This means, when it was even, we're sure there's no > readers and MMU notifier is synchronized. When it was odd, it means > there's a reader we need to wait it to be even again then we are > synchronized. Consider the read critical section is pretty small the > synchronization should be done very fast. > > Reported-by: Michael S. Tsirkin <mst at redhat.com> > Fix...