search for: synchronisation

Displaying 20 results from an estimated 1142 matches for "synchronisation".

2006 Apr 10
2
Weird XP synchronisation issue. Using old cached IP?
...- the name of the ProjectServer at 10.10.10.4. I have tried to rectify this by bringing down the ProjectServer, adding an ip eth0.alias to the samba PDC of 10.10.10.4 and synchronising the laptop. This worked fine. However, when I remove this ip alias and bring the ProjectServer back online, the synchronisation error occurs again. I've searched the registry on this laptop for 10.10.10.4 and PROJECTSRV but have found nothing. Has this happened to anyone before? How can I reset the laptop's synchronisation configuration to only want to synchronise with PHOENIX? Thanks Paul
2005 Nov 12
1
Unable to "rsync" in samba share.... please help !!!
...following command.. but its keep only the master folder's permission.. but not for al sub folders. after synchronise, while i check "rsync" comand unable to synchronise with the same Windows user and group permission now i have to set... the windows permission.. after each and every synchronisation.... this is the command i use.. for synchronisation rsync -vcrRuHWog --progress MMCH /vol08_800/ its successfully synchronise all files.. but not with user and group permission i use " -o " option to synchronise with same owner permission and " -g " option to synchronise with...
2016 Mar 02
3
VM's in a HA-configuration - synchronising vm config files
Hi, i'd like to establish a HA-Cluster with two nodes. My services will run inside vm's, the vm's are stored on a FC SAN, so every host has access to the vm's. But how can i keep the config files (xml-files under /etc/libvirt/qemu) synchronised ? Is there a possibility to store the config files somewhere else ? E.g. a partitition with ocfs2 on the SAN ? If not, what would you do
2003 May 16
2
Synchronising Japanese Characters in Rsync
Hi there, I have searched the rsync website, as well as an extensive search on google, but have been unable to come up with a definitive answer regarding whether rsync will synchronise files and directories which have Japanese characters in them. I am using an English language version of Linux, which has some directories shared via samba. Both English and Japanese language windows clients
2016 Mar 02
1
Re: VM's in a HA-configuration - synchronising vm config files
----- On Mar 2, 2016, at 3:15 PM, Dominique Ramaekers dominique.ramaekers@cometal.be wrote: >>Van: libvirt-users-bounces@redhat.com [mailto:libvirt-users-bounces@redhat.com] >>Namens Lentes, Bernd >>Verzonden: woensdag 2 maart 2016 15:04 >>Aan: libvirt-ML >>Onderwerp: [libvirt-users] VM's in a HA-configuration - synchronising vm config >>files >>
2005 Oct 11
4
synchronise time
Hi, in my logon.bat file i put : net time \\admin /SET /YES to synchronise computer time with the server. This works when the user who is login in has administrator rights on the computer. How can i do with users who are just "member of the domain"? Is there a way to run this command "as administrator" ? Thanks for any help
2015 Oct 04
1
What is the default compression level for local synchronisation?
Searching the 'net showed that rsync asks zlib to use default compression which is equivalent to --compress-level=6 (http://samba.2283325.n4.nabble.com/what-is-the-default-value-for-compress-level-tp2538905.html) but that would not be a good choice for local synchronisation. Should we use --compress-level=0 for local synchronisation? We are using rsync 3.0.9 and 3.1.1.
2019 Apr 08
3
Questions about time synchronisation in a multi-DC Samba environment
...pool. I also have a second backup AD DC, ad2, on which I have not installed ntpd but I have installed ntpdate. My current understanding is that the setup I have just described is in-line with the recommended best practices outlined in the following document: https://wiki.samba.org/index.php/Time_Synchronisation My question is this: How do those of you using Samba in multi DC setups ensure that time remains synchronised between all the DCs present in the domain when using this kind of arrangement? Obviously ad1 will keep itself accurately synchronised here automatically since it has already been con...
2000 May 30
6
Time Synchronisation
Hi. I'm running on a Windows 98 client and an RS6000 with Samba 2.0.7 (latest). I've used "net time \\ibrissde /SET /YES" to sync the times between the two systems ... but if I save a file onto the RS6000 through Samba on a mapped drive the file in UNIX is 1 hour old. I haven't been able to find any help on this so I'm assuming it's a bug !? This was also true
2013 Feb 26
2
Synchronising password of some AD users with an external LDAP?
...r/9.0/html/Administration_Guide/Windows_Sync-Configuring_Windows_Sync.html for more information). However, our goal is to completely migrate our AD to Samba 4, so committing to any software that depends on the continued availability of a Windows DC simply won't do. How could I accomplish this synchronisation with Samba 4? Can anyone nudge me to the right direction? Or is possible at all? Pekka L.J. Jalkanen
2019 Mar 26
1
Problem achieving manual synchronisation of idmap.ldb and the associated User and Group ID mappings between two Samba 4 AD DCs
...land! No, I haven't synced my SysVol yet. I was following the official tutorial here, https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory. This tutorial appears to suggest that idmap.ldb files should be synchronised first prior to setting up any rsync SysVol synchronisation. Thanks Stephen On 26/03/2019 10:59, Rowland Penny via samba wrote: > On Tue, 26 Mar 2019 10:49:38 +0000 > Stephen via samba <samba at lists.samba.org> wrote: > >> Hi everyone, I have two AD DCs that I am experimenting with, >> hostnames ad1 and ad2 respectively. I am u...
2013 Oct 04
0
[LLVMdev] Inserting a synchronisation before volatile and atomic loads
The z architecture is defined so that the equivalent of: while (*x == 0); is allowed to reuse the same value of *x indefinitely, even if another CPU writes to *x and synchronises the result to make it globally visible. There's no guarantee of forward progress without an explicit synchronisation on the read side. (Well, forward progress is guaranteed after an interrupt, and in practice there will always be a hypervisor time slice interrupt at some point, but that kind of response time wouldn't be good enough for spin loops.) FWIW, the exact quote from the architecture manual is: &gt...
2016 Mar 02
0
Re: VM's in a HA-configuration - synchronising vm config files
>Van: libvirt-users-bounces@redhat.com [mailto:libvirt-users-bounces@redhat.com] Namens Lentes, Bernd >Verzonden: woensdag 2 maart 2016 15:04 >Aan: libvirt-ML >Onderwerp: [libvirt-users] VM's in a HA-configuration - synchronising vm config files > >Hi, > >i'd like to establish a HA-Cluster with two nodes. My services will run inside vm's, the vm's are stored
2015 Oct 05
2
What is the default compression level for local synchronisation?
On 05/10/15 17:30, rsync-request at lists.samba.org wrote: >> Should we use --compress-level=0 for local synchronisation? We >> are using rsync 3.0.9 and 3.1.1. > You should not use compression at all on local copies. It is nothing > but wasted CPU cycles. ... - -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., - -*~ Kevin Korb Phone: (40...
2009 Apr 08
2
double-side synchronisation
Help me Tell it is possible to make double-side synchronisation of two servers? So that it passed only on time. For example at an identical set of files on two servers any file on the first to change, i.e. for it time modify will exchange. It means becomes newer and it is necessary to transfer it to other server. And on the contrary, if modification time for an...
2005 Nov 27
2
How to synchronise multiple samba server ?
Hi ! I got a new problem, the company I work for had just open a new office with a network ADSL link to the old one. We have one domain controler (samba on linux) and 50 workstations in windows XP. I need to put a second domain controler at the new office, but I don't know how to link the both and then to synchronise them ? (account and passwd) And finaly, if I reach this point, how can I do
2006 Nov 01
5
Stream Synchronization for Echo Cancellation
...ic/RTP stream, you would wait for 1000 > incoming packets: where last packet in fact arrive 10*20ms = 200ms > after it was supposed to. I have from my experience already seen 4s > of clock deviation each minutes between one USB headset and other > sound card.... > > In this case, synchronisation is a nightmare. It seems to be similar > issue than the one described in your link, but the difference is really > unpredictable and the resolution does not seems as simple... > > Anybody that wish to share experience on this? Actually, the jitter buffer in Speex tends to cope relativ...
2004 Jan 13
2
Bridge + leased line + tc
...;'t get traffic shaping working. This is my situation: -------- ------ Net1 ----- |router| -------------------- | TC | ----------- Net2 -------- leased line ------ eth1 eth0 We use the leased line for normal traffic but also for synchronisation between 2 servers. The leased line is 2mbit. The synchronisation generates too much traffic and uses completely the 2mbit capacity of the leased line. This is no problem during night, but we want to limit the synchronisation traffic during day (or in other words: the sync-traffic should get the low...
2000 Jun 06
0
Fw: Time Synchronisation
...5.0 Thanks to everyone that contributed to solving a simple and obvious error !!!! :) Mike ________________________________________________________________________________________ >From "John Ryan" <jryan@kgv.edu.hk> on 6 June 2000 13:06:36 To : Mike Molnar Subject : Fw: Time Synchronisation This guy's got some good info. Probably meant more for you than me. Hong Kong doesn't have daylight saving, so I don't have this problem. Regards John ----- Original Message ----- From: Mac <dmccann@nibsc.ac.uk> To: <jryan@kgv.edu.hk> Cc: <samba@samba.org> Sent:...
2006 Jun 30
0
linux unix passwd synchronisation : linux client configuration
Hello, I m trying to make unix and linux password synchronisation with samba using ldap backend, the only question that remains : How can I make passwd command use the samba server ? I have tried pam_smbpass.so librairy in /etc/pam.d/common-password but it only works on the samba server not on the linux client. I have noticed in the documentation it s becaus...