Displaying 20 results from an estimated 10000 matches similar to: "timeout changes in 3.1 working"
2009 Dec 23
1
possible incompatibility in 3.1 with 3.0.6
Got this strange error:
receiving incremental file list
rsync: opendir "/.~tmp~" (in <sender-module>) failed: Permission denied (13)
IO error encountered -- skipping file deletion
rsync: opendir "/path/.~tmp~" (in <sender-module>) failed: Permission denied (13)
invalid multi-message 22:4 [sender/inc]
***************************************
rsync: connection
2009 Oct 29
2
exit status 13 in version 3.1
Got this in the log:
rsync error: errors with program diagnostics (code 13) at log.c(340) [generator=
3.1.0dev]
What could it be? I suspect it's triggered by a timeout or disconnect
from the server side but I had never seen it.
2009 Dec 23
1
strange error code with 3.1
Got this with
rsync --list-only --files-from=list directory dummy > output 2> errors
to get a local file list:
...
rsync: link_stat "file-name" failed: No such file or directory (2)
rsync: link_stat "file-name" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1141) [sender=3.1.0dev]
rsync:
2012 Feb 15
3
name too long problem?
In the latest 3.1 I get this in our backup:
filename overflows max-path len by 1: <path>
filename overflows max-path len by 1: <path>
filename overflows max-path len by 9: <path>
filename overflows max-path len by 7: <path>
filename overflows max-path len by 4: <path>
filename overflows max-path len by 5: <path>
filename overflows max-path len by 6:
2011 Jul 03
2
inefficient: --checksum calculation shouldn't be done for new files
When --checksum is used they're calculated in both ends to see if the
file should be transfered. This is of course not necessary if the file
doesn't exist in the destination. However, the checksum is still
calculated by the sender, which is often a very large overhead.
Would it be possible to avoid it?
2009 Oct 23
1
bugs in version 3.1
I'm having two problems.
The first is that when running with --files-from and -ii unmodified
files are not put in the log. --out-format=%-14b %C %-14l %i %B %M %f
All that appears in the log is
Number of files: 0
Number of created files: 0
Number of regular files transferred: 0
Total file size: 0 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list
2009 Oct 26
1
strange log values in 3.1
I've just got the log lines below. The first line shows the format
spec that prints each column:
%'b %'l %f
0 18,760 f1
0 11,193 f2
32,768 2,186 f3
3,128,368 3,453,856 f4
13,680 11,786 f5
32,768 6,288 f6
0 6,498 f7
0 6,346 f8
0 6,570 f9
2010 May 03
1
3.1: bug in --stats
3.1, including the latest version, produces bogus ---stats output:
% rsync -r --stats . > /tmp/3.1-n
% tail -n 17 /tmp/3.1-n
Number of files: 3,159 (reg: 2,984, dir: 173, link: 2)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 0
Total file size: -6,417,895,484,864,819,269 bytes
*************************************************
Total transferred file
2009 Jul 13
1
are new directories created inside the partial dir?
When --partial-dir is used rsync creates new or updated files inside a
temporary dir. For example the new version of some/path/file is
created in some/path/<partial-dir-name>/file and later moved.
What happens if a new directory is created? If
some/path/newdir/newfile is to be copied, is it done in
some/path/<partial-dir-name>/newdir/<partial-dir-name>/newfile? Or is
newdir
2010 Sep 30
2
-r required when -a already specified in --files-from?
Hi all,
I am using rsync v.3.0.7 (protocol v30) on ubuntu 10.04.
My rsync line looks like this,
cd /home/shantanu/
rsync -av --files-from=bin/include-to-rsync.dat /home/shantanu/ \
/media/transcend/backup_laptop/shantanu/
include-to-rsync had directories in this format,
bank/
dwhelper/
clients/
When I ran the script I noticed that a files in bank/10-11 were not
getting synced. Upon
2012 Mar 16
1
[Bug 8817] New: Custom format for --list-only
https://bugzilla.samba.org/show_bug.cgi?id=8817
Summary: Custom format for --list-only
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: abacabadabacaba at gmail.com
2010 Sep 07
5
DO NOT REPLY [Bug 7668] New: Add --omit-symlink-times option, same purpose as --omit-dir-times
https://bugzilla.samba.org/show_bug.cgi?id=7668
Summary: Add --omit-symlink-times option, same purpose as --omit-
dir-times
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at
2010 Aug 10
1
Timeout from server <...> during authentication
Hello, I'm trying to create a vpn using TINC with a WindowsServer2003 as
client, but I'm receiving the following messaging when running "tincd -n
vpn -D -d5"
--------------------
...
Trying to connect to server <...>
Timeout from server <...> during authentication
Could not set up a meta connection to server
...
--------------------
I tried the same tinc
2010 Sep 10
2
DO NOT REPLY [Bug 7672] New: Ability to include (source) other files into the rsncd.conf configuration.
https://bugzilla.samba.org/show_bug.cgi?id=7672
Summary: Ability to include (source) other files into the
rsncd.conf configuration.
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at
2007 Sep 01
2
[patch] sftp-server basepath [yet another]
Hi,
I made this simple path to make sftp-server restricted to a basepath!
This was done because use sshfs [wich base is sftp-server] to allow people
access medias [ cdrom,dvdrom, floppy, usb] from x-terms.
Those x-terms [ diskless] does not have all users, so we share a single user
and a DSA empty passphrase, with some acl scipts at .ssh/authorized keys.
Main usage of this patch is to NOT
2014 Jul 05
1
duplicated --itemize-changes hangs since 3.1.1pre1
One of our rsync updates has been getting stuck at the download point.
It gets the incremental list, deletes stuff but when it tries to
download new/updated files it gets stuck and aborts after the timeout;
it doesn't even create the temporary. Experimentation shows that it
happens because the --itemize-changes option is repeated (on purpose);
putting it only once works normally. Apparently
2007 Sep 26
1
faster timeout in ENUMLOOKUP() function
Hi all,
In my server dialplan, it first tries to dial possible SIP URI contacts
returned by DNS lookups using the ENUMLOOKUP function; it only sends calls
to PSTN when there aren't any NAPTR records of the dialed number.
Problem arises when my Internet connection is down to some locations, which
inhibits my Asterisk server to reach the DNS servers to do those lookups. In
those cases, calls
2006 Nov 22
4
data in form of a date
Dear all,
I often use dates and times in analyses. I just can't figure out how to
format my date or time column in R. So, apparently R sees the date as
something other than date (character). Let's say I am opening a CSV
file, one of the columns of which is a date or time. How do I specify
that when opening the file?
Thanks for the help,
Jim
--
2005 Aug 22
3
FXRuby 1.4.2 Now Available
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
All,
FXRuby version 1.4.2 is now available for download from this page:
http://rubyforge.org/frs/?group_id=300&release_id=2738
Since this is the second release in this series (i.e. those compatible
with FOX 1.4), it should still be considered unstable. Please report
any problems either to the mailing list, or even better, log them in
the
2006 Mar 17
3
can't load "geoR"
Dear R list,
I've just installed R and then followed the instructions to install the
package "geoR" from within R by using the following line of code:
install.packages("geoR", contriburl = "http://www.est.ufpr.br/geoR/windows")
This installed okay under the folder C:\documents and settings\ ...
But when I follow the instructions in the illustrative session