search for: sync'd

Displaying 20 results from an estimated 224 matches for "sync'd".

2004 Jun 07
1
Excluded profile folders sync'd on logout
...key and created a Default User profile in the netlogon share and set the machnes group policy for excluding the directories from the roaming profile. Everything is working properly AFAIK except for one thing, when the user logs out, Windows XP displays a dialog with a progress bar and says its syncing the profdata share. If I copy a big file to the Desktop, say something around 70MB, this sync takes a long time, like it's copying the file to the server or off the server or something. The registry key for the "User Shell Folders\Desktop" is set to \\%LOGONSERVER%\profdata\%U...
2013 Apr 03
0
Where to keep server side custom function .rb files so they are not sync'd to client nodes?
I have some utility functions that are currently defined in the lib/puppet/parser/functions folder of a module. These function .rb files get unnecessarily sync''d to client nodes since we have pluginsync enabled to distribute unrelated custom facts. Is there a standard or best practice location on the puppet master for custom function .rb files that are only needed on the puppet master and not on client nodes? -- You received this message be...
2019 Oct 09
1
Sieve replication - Debian 9.11 - Dovecot 2.2.7 - script changes not replicated
Hi, I am trying to setup Sieve replication, it is almost working: 1/ Create a script - sync'd across 2/ Activate/de-activate a script - change sync'd 3/ Delete a script - change sync'd But if I make a change to a script it is not replicated, unless I de-activate and activate again. I am seeing in the logs the below during this process (de-activating/activating): Oct? 9...
2009 Apr 01
6
Where's v5.3 source RPMs?
It seems that the mirrors are now all sync'd with the binary RPMs, but where are the source packages? The source RPMs are available for the few packages updated since the upstream 5.3 release, but the SRPMS for the release itself are missing. Example: http://mirror.centos.org/centos-5/5.3/os/ has directories containing the x86 and...
2003 Feb 15
2
rsync for DOS
I have recently completed a port of rsync to DOS. It is compiled using Borland C 3.1 to run in real-mode DOS (because my target was a hand-held computer with little memory). There are a few compromises, for example it is client only, it does not support rsh or ssh and the file names on the server must be in DOS format if they are to be...
2004 May 13
1
Enabling checksum for individual files?
Hi all, I tried to use rsync-2.6.2 to sync a set of subdirectories inside a directory. While most of the files are being sync'd correctly, rsync seems to wrongly consider one file as uptodate. Both the source and destination have this file, with the same size and same date (according ls says). But md5sum shows that they ar...
2011 Jul 01
1
keep 2 dirs in sync
I don't think there's a direct way to do this with rsync but I want to make sure I'm not missing something. I have two hosts (my portable and my desktop). I work on both hosts at different times and so I keep a few dirs sync'd between the two. I have a docs dir where I may be modifying files, adding files, renaming files and deleting files on...
2004 Feb 05
3
increasing ext3 or io responsiveness
...ext3-users/2002-November/msg00070.html I decided to try: # elvtune -r 2048 -w 131072 /dev/sda # echo "90 500 0 0 600000 600000 95 20 0" >/proc/sys/vm/bdflush # run_post_routine # elvtune -r 128 -w 512 /dev/sda # echo "30 500 0 0 500 3000 60 20 0" >/proc/sys/vm/bdflush # sync I like it, but I think that's way too lax and risky - the whole post routine never wrote to disk until I sync'd! But, is there a setting that would ensure reliable constant i/o so that my post process is pretty much all flushed in real time? Is constantly changing the bdflush parameters...
2009 Oct 06
3
[LLVMdev] Some additions to the C bindings
My front-end is sync'd with the trunk now, and working well, but it required some additional functions exposed in the C bindings. I hereby submit them for review and approval for inclusion in the trunk. -------------- next part -------------- A non-text attachment was scrubbed... Name: cbindings.patch Type: applic...
2010 Oct 04
2
samba 3.4.7 as NT4 domain member and win9x
...cy, but has been working: nt4 PDC and BDC several samba file servers, various revisions DOS, Win95, Win98, NT4, 2k, xp clients I have an ubuntu 9.04 32bit samba 3.3.2 server that works fine but i wanted to have more ram installed to newer hardware, ubuntu 10.04 x64 samba 3.4.7, copied my smb.conf, sync'd data, shut off old server, renamed new to the name of the old, rebooted, stopped smbd and winbind, deleted secrets.tdb, joined domain, started samba and winbind, restarted nmbd. Same as I've done a couple times before when migrating to bigger storage and hardware. Everything seemed to w...
2007 Feb 08
2
AEC and resample question
I understand that the capture/playback signals need to be sync'd for an AEC to adapt. I'm a little bit confused on the requirements of synchronous sampling between the near end (mic/speaker) and the far end (phone line). I have an embedded DSP system with mic and speaker getting 1msec packets containing 8 samples. We can watch the DSP and ISDN clock...
2010 Sep 25
2
[LLVMdev] Strange exception in SelectionDAGBuilder
...void @llvm.gcroot(i8** %9, i8* null), !dbg !55084 As you can see, it's just creating an alloca of a pointer, bitcasting it to i8**, and passing it to llvm.gcroot, just like it does in a hundred other places. But in this place, for some reason, the SelectionDAGBuilder isn't working. I just sync'd to the most recent LLVM head and I still get the error. -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100925/fba7e287/attachment.html>
2011 Sep 05
2
[LLVMdev] Internal API Changes
So, I just sync'd to LLVM tip and added the call to DIBuilder::finalize(). But even with that change I am getting an error when I try to run llc: Assertion failed: (TheCU && "Unable to find compile unit!"), function endFunction, file /Users/talin/Projects/llvm/lib/CodeGen/AsmPrinter/DwarfDeb...
2010 Apr 14
2
[LLVMdev] Default behavior of DeadMachineInstructionElim deletes all instructions
I've recently sync'd to a newer version of LLVM(Apple branch 2326 from Apple branch 2323.8) that changed the interface to addCommonCodeGenPasses which caused the default implementation to be executed instead of my overriding implementation. This default implementation has DeadMachineInstructionElim pass enabled,...
2013 Jan 03
2
[LLVMdev] Test Suite - Livermore Loops
On 3 January 2013 21:29, David Blaikie <dblaikie at gmail.com> wrote: > Fair enough - you could write up a patch for the zorg repository to do > this. > Wouldn't requiring every buildbot to use LNT achieve the same thing? --renato -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jan 03
0
[LLVMdev] Test Suite - Livermore Loops
...pository to do >> this. > > > Wouldn't requiring every buildbot to use LNT achieve the same thing? That's how you achieve this goal. What a buildbot does is governed by the configuration in the zorg repository (that's where we keep the buildbot configuration code that is sync'd up to the lab.llvm.org buildmaster).
2019 Sep 24
1
CentOS 8 Everything
HI All - Great work on 7.7 and 8.0! Will there be a "Everything" iso coming ? perhaps just not sync'd yet on mirrors? Does 7.7 support an upgrade to 8 path ? Thanks! all great stuff. Jerry
2009 Apr 23
2
xen and hwclock
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"> <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1"> </HEAD> <BODY> Hello All, I have a problem with hwclock on centos 5.3. in xen guest environment<FONT
2007 Feb 22
2
Using rsync to sync two live servers
...g digitized music for our webradio. They are used in a 'failover' configuration so that if one goes down the other remains available. New music is added all of the time to this library and it is a pain to have to add it to both machines as the files are large (.wav). I am thinking to setup rsync to keep the drives sync'd. My only question is whether it is possible to have rsync doing its thing while these files are being accessed for use? ie. real-time sync. Thanks, Chris -- Chris Nighswonger Network & Systems Director Foundations Bible College & Seminary www.foundations.edu...
2007 Jul 27
2
[LLVMdev] Couple of changes (2005 and other toolchain related)
> I'm curious which version of the source are you working with? I was working on 2.0... :-) > I haven't sync'd to the SVN trunk in the last day and half. I'll do so > now and check. Don't bother then, I should have synced to CVS and made sure those fixes didn't already exist. After I posted my previous email, I found two more problems. One is a function with that doesn't return...