similar to: Incremental recursion not working

Displaying 20 results from an estimated 20000 matches similar to: "Incremental recursion not working"

2009 Sep 13
1
DO NOT REPLY [Bug 6719] New: I/O error protection is broken w/ protocol 30 and incremental recursion
https://bugzilla.samba.org/show_bug.cgi?id=6719 Summary: I/O error protection is broken w/ protocol 30 and incremental recursion Product: rsync Version: 3.0.6 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P3 Component: core AssignedTo: wayned at
2007 Aug 02
1
How much file list kept during incremental recursion?
Wayne, Sven's note made me curious about how much incremental recursion actually reduces memory usage, so I'm asking: How much of the file list do the rsync processes hold in memory at any one time in incremental recursion mode? Just the active file-list chunk(s) and their ancestors? Or does rsync store directories or even all files permanently until the end of the run? I could
2006 Dec 29
3
Incremental file-list recursion has landed in CVS
For those that like to assist in the testing of rsync, the CVS version now defaults to doing an incremental file-list scan when it is recursing through the directories. This avoids keeping the whole file list in memory, and allows the transfer to start working on changed files before it has completed the recursive scan of the sending side. The code appears to be working well so far, but there
2008 Feb 16
1
DO NOT REPLY [Bug 5266] New: Duplicate "not creating new directory" output w/ incremental recursion
https://bugzilla.samba.org/show_bug.cgi?id=5266 Summary: Duplicate "not creating new directory" output w/ incremental recursion Product: rsync Version: 3.0.0 Platform: Other OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: core AssignedTo:
2010 Dec 12
1
DO NOT REPLY [Bug 7862] New: hard-links and incremental recursion: unclear what happens
https://bugzilla.samba.org/show_bug.cgi?id=7862 Summary: hard-links and incremental recursion: unclear what happens Product: rsync Version: 3.0.7 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org
2005 Apr 07
2
Domain Root Password
Think you should try this below # smbpasswd -a root -----Original Message----- From: Gerald Cenir [mailto:gcenir@globalsources.com] Sent: Thu 4/7/2005 2:12 PM To: samba@lists.samba.org Cc: Subject: RE: [Samba] Domain Root Password Thanks but when I executed the command #smbpasswd root It says that it failed to find entry for user root. I checked my directory using slapcat
2008 Aug 12
2
memory usage in rsync 3.0.3 -- how much RAM should I have to transfer 13 million files?
Hi. I am trying to recursively rsync a directory containing 13 million files. Right now this is killing my server, in terms of memory usage. I've upgraded from rsync 2.6.9 to 3.0.3 on both ends, but memory usage is still too high. I killed the rsync process when it reached 256 MB in size. I only have 1 GB of RAM in this server. We've planned an outage to upgrade it to 3 GB, but
2004 Feb 17
1
smbldap-tools: only incremental UID's?
Hi, In smbldap-useradd.pl is a pice of code, which find the first unused uid starting from $UID_START (for example 1000). if (!defined($userUidNumber)) { # find first unused uid starting from $UID_START while (defined(getpwuid($UID_START))) { $UID_START++; } I've over 500 UID's in use (maximum UID is 1547). It works well, until you delete an user. After deleting an user,
2007 Nov 19
1
DO NOT REPLY [Bug 5091] New: Incremental-recursive, list-only "rsync --delete" tries to clean out working dir
https://bugzilla.samba.org/show_bug.cgi?id=5091 Summary: Incremental-recursive, list-only "rsync --delete" tries to clean out working dir Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2009 May 19
2
incremental directory searche in rsync 3.0.6
Hi, I was in under impression that rsync 3.0.5/3.0.6 creates all the missing directories in the path but I think I am wrong. Could any one tell me is it possible to create all missing dirs in path at destination side if not exists. Currently, I have been getting below errors. rsync -avz /tmp/mytest/rsync-test/dir-test/parent-dir/ desthost:/tmp/mytest/rsync-test/dir-test/parent-dir/ sending
2004 Dec 02
1
Microsoft Office XP Install problems on wine
I'm trying to install Office XP on Fedora 3, with the 12/1/2004 wine build from the source. I tried the suggestions given by Ronald Nave on Dec 2/2004 (installing DCOM98, windows installer), but to no avail, and I get the following errors, any help/suggestions are appreciated! ------------------------------------ fixme:wininet:FindFirstUrlCacheEntryA ((null), 0x7fd943b0, 0x5b41ea38): stub
2002 Jul 09
3
writing to a png file with a script
Dear R-freaks, I am new to R and loke to write plots directly to a file with a script in batch-mode. the following error occured: # writing section > x11() Error in x11() : the x11 device has not been loaded Execution halted I do not know what to do! thanks for your help cheers steph -- Linux: the operating system with a CLUE... Command Line User Environment.
2006 Jul 30
4
Dovecot copy with imapsync
Hi List, I am trying to migrate my dovecot 0.9 (mbox-Storage) to 1.0rc2 with maildir-storage using imapsync. I cannot manage to copy the emails from one server to the other, however the dry-run from imapsync works nicely. Is it possible to make dovecot more verbose to see what is happening (or not happening)? Thank you very much. Best Stephan
2005 Mar 02
4
Action ''display'' doesn''t work in 0.10.0
Hello, While trying to get a 0.8.5 rails application to run under 0.10.0, I discovered that an action called ''display'' no longer worked. (As example it''s still existant in ctionpack-1.5.0/README). After a long search, I discovered that the reason is that ActionController::Base inherits from Object, and because there is Object#display it will no longer be called as
2005 Apr 14
1
Kernel Panic - not syncing: drivers -
I get a lot of these errors when running CentOS4. Kernel Panic - not syncing: drivers/ide/pci/pix.c:390 spin_lock (drivers/ide/ide.c:c306ad68) already locked by drivers/ide/ide- iops.c/1234. Must be something in the drivers or the kernel, it does not happen using 2.4.x kernels. Maybe some kind of a race condition? Anyone else see these? Gerald
2008 Nov 01
1
Change in workings of -K switch in 3.0.3?
Did how the -K switch works change in v. 3.0.3? I upgraded my Ubuntu yesterday, and my rsync script is suddenly behaving very differently: I have a large folder structure that I sync between to machines with the following switches: rsync -avzK --delete source target This *used* to mean that if some directories on the target machine were actually symlinks to somewhere else, rsync just
2020 Jul 17
2
Stuck here - help please
Hi Gerald, Thank you for the details. As per your suggestion, I have made the changes to dovecot.conf file. Still I don't see any replication is happening. Please see the dovecot.conf file. I do not see "/etc/dovecot/conf.d/12-replication.conf" in my servers. So I had put everything in the dovecot.conf file only. Please see the complete data in it below. The below data is in
2005 Sep 15
1
Permissions not recursive on win2K?
On 11 Aug 2005 at 14:40, samba@lists.samba.org wrote: > Way back on Mar 10 2004, I wrote this: > > ========== > Perhaps this is a known problem, and if so, hopefully it is fixed > in 3.x: > > Win2K SP4 clients, Samba 2.2.8a servers on Linux using ACL > support with > XFS filesystem (Redhat SGI-XFS build, and Mandrake 9.2). > > Adding/editing an ACL for
2002 Sep 02
2
ifelse behavior
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear R-Users, I cannot understand the behavior of ifelse. I have a vector blah > str(blah) List of 14 $ index.s : num 100 $ index.u : num 100 $ index.t : num 100 $ yabstand.s: num NA $ yabstand.u: num NA $ modal.s : int 8 $ modal.u : int 71 $ modal.t : int 21 > > str(blah$index.s) num 100 > everything seems OK. when
2002 Jul 29
2
Database-conversion
Dear R-Users, I store my data in an Postgres-table. I can connect with Rdbi.PgSQL, that is no the problem. The problem is the NA-Values. No-data-values are coded as -9999 in the table. But when I extrct them with any SELECT-statement, the -9999-values are treated as normal vectors. How can I tell R not to fetch the datasets containig -9999-values? thanks for your help stephan -- Linux: the