Displaying 19 results from an estimated 19 matches for "contimeout".
Did you mean:
ontimeout
2013 Nov 08
1
Rsync hanging, even with timeout and contimeout specified
...rdlinks, symlinks, IPv6, batchfiles, inplace,
append, ACLs, xattrs, iconv, symtimes, prealloc
rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.
$ strace -f rsync --contimeout=10 --timeout=10 rsync://
mirror.aarnet.edu.au/archlinux/lastsync /tmp/hanging-lastsync
execve("/usr/bin/rsync", ["rsync", "--contimeout=10", "--timeout=10",
"rsync://mirror.aarnet.edu.au/arc"..., "/tmp/hanging-lastsync"], [/* 25
vars */])...
2017 May 01
1
rsync with delete option creates and deletes dot files
...based backup process which uses rsyncd on the source,
to backup to a directory on the client.
I have rsync version 3.1.2 on the client and 2.6.8 on the source host
(daemon).
The rysnc command I use is;
/usr/bin/rsync -aHzS --partial --numeric-ids --delete --timeout=3600 \
--contimeout=180 \
--exclude-from=/path/to/excludelist \
--log-file=/path/to/logfile \
<sourcehostname>::host_backup /path/to/dest_dir
The rsync log on the client shows the following;
<quote>
2017/05/01 04:19:41 [90534] receiving file list
2017/05/...
2013 Apr 27
1
file corruption
...is
done first time.When I checked the active module
at that time files found to be proper.
rsync is completing successful without giving any errors.
On comparing both files I see a big hole in standby file filled with 0's.
Below is my rsync command -
rsync -a -c -v --delete --timeout=250 --contimeout=30 --temp-dir=xxxx
srcfile dstfile
rsync is running in daemon mode.
OS - QNX
rsync version - 3.0.9
On trying to sync same files again sync happened properly.
Does anybody have similar kind of issues?
Please help me in this regard.
-------------- next part --------------
An HTML attachment was...
2011 Apr 16
0
rsync: read error: Connection reset by peer and - writefd_unbuffered failed
Hello,
i386 Platform; FreeBSD v. 7.2 O/S
I am experiencing repeated rsync failures, rsyncing from a remote site to
which I have no access.
>From the client side I can run truss to collect system calls
truss -faedD -o truss.out -s 64 /usr/local/bin/rsync -avvv --contimeout=1200
--port=33444 ftp.wwwxxx.org::ftp . >> rsynclog &
>From truss.out =>
44755: 4492.350089813 0.000022629
read(4,"\M-4\M-4(\M-^\M-j\M^F\^\$\M^]\M^[\M-O2)TX]rbX\^]\M-{\M^B\M-sT"...,4092)
= 932 (0x3a4)
44755: 4492.369490252 0.019248456 select(5,{4},{},0x0,{60.000000 }) =...
2009 Dec 10
2
rsync speed on slow wireless links
...transfer in the beginning (file
list etc.), but after that what can affect the speed? Are there additional handshakes or
flow control other than tcp ones?
My rsync command looks like this:
rsync -rtmz --partial --progress --delete-delay --delay-updates --stats --itemize-changes
--timeout 120 --contimeout 20 source.example.com::module/file.zip /tmp/
I've tried to use it directly over ppp or via openvpn udp tunnel.
Is there anything that can be done to improve situation? Setting sockopts or block size?
Fine tcp tuning?
If required, I can collect tcpdump data from both sides (but in short ther...
2006 May 24
0
rsync connection limit
...fe_links = 0;
@@ -506,6 +507,7 @@
{"from0", '0', POPT_ARG_NONE, &eol_nulls, 0, 0, 0},
{"numeric-ids", 0, POPT_ARG_NONE, &numeric_ids, 0, 0, 0 },
{"timeout", 0, POPT_ARG_INT, &io_timeout, 0, 0, 0 },
+ {"contimeout", 0, POPT_ARG_INT, &do_timeout, 0, 0, 0 },
{"rsh", 'e', POPT_ARG_STRING, &shell_cmd, 0, 0, 0 },
{"rsync-path", 0, POPT_ARG_STRING, &rsync_path, 0, 0, 0 },
{"temp-dir", 'T', POPT_ARG_STRING, &...
2007 Nov 11
4
DO NOT REPLY [Bug 5071] New: Enhancement Request - Customizable Connection Timeout Option
https://bugzilla.samba.org/show_bug.cgi?id=5071
Summary: Enhancement Request - Customizable Connection Timeout
Option
Product: rsync
Version: 2.6.9
Platform: Other
OS/Version: Other
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2013 Aug 25
1
Local and remote back up behave differently
...-dir=${source}.${day}"
else
echo "Directory /backups does not exist."
exit 3
fi
else
# Set a time out in case the server goes away.
# We are using hostname for the rsync module parameter.
dest="${server}::${ItIsI}"
options+=" --contimeout=300 --backup-dir=${source}.${day}"
# Test if we can talk to back up server.
ping -c 1 ${server} >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo "Could not ping server ${server}" >&2
exit 4
fi
fi
# Use flock file to prevent overlap per sou...
files not moved immediately to final destination from temp location after rsync returns with success
2011 Apr 20
4
files not moved immediately to final destination from temp location after rsync returns with success
...\
--verbose \
--stats \
--port=$OPT_RSYNC_PORT \
--partial-dir=$PARTIAL_XFER_FOLDER \
--temp-dir=$TEMP_FOLDER \
--bwlimit $CONFIG_PULL_RATE \
--timeout $CONFIG_TIMEOUT \
--contimeout $CONFIG_TIMEOUT \
$SRC $DEST 1>>$RSYNC_LOG 2>&1
if [ $? -eq 0 ]; then
process_command_file <<<< if the file was pulled completely then
pull the files mentioned in this file.
[ $? -eq 0 ] && { update_counter; } <<<< upda...
2010 Mar 07
1
Rsync - timeout or similar
Is there any parameter in the rsync binary that I can finish the time the
binary should wait to start a file transfer, otherwise close the rsync
binary. As I read the timeout is a parameter used when the connection has
already been established, and when it is not, which parameter I can use?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Feb 18
3
DO NOT REPLY [Bug 7959] New: erro occoure ! rsync can't auto exit
https://bugzilla.samba.org/show_bug.cgi?id=7959
Summary: erro occoure ! rsync can't auto exit
Product: rsync
Version: 2.6.8
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: 490779618 at qq.com
2007 Nov 28
2
Rsync 3.0.0pre6 released
...d --xattrs.
- Fixed two buffer problems in the --iconv code.
- Updated some build rules to make things more automatic.
- Switched the creation of proto.h from awk to perl.
- Updated various admin helper scripts to deal with switch of the
source repository from CVS to git.
- Added the --contimeout option that allows a daemon connection to
timeout after a certain number of seconds.
- Improved the sender-side hashtable support for really large files
even more.
To see a full summary of the changes since 2.6.9, visit this link:
http://rsync.samba.org/ftp/rsync/rsync-3.0.0pre6-NEWS...
2007 Nov 28
2
Rsync 3.0.0pre6 released
...d --xattrs.
- Fixed two buffer problems in the --iconv code.
- Updated some build rules to make things more automatic.
- Switched the creation of proto.h from awk to perl.
- Updated various admin helper scripts to deal with switch of the
source repository from CVS to git.
- Added the --contimeout option that allows a daemon connection to
timeout after a certain number of seconds.
- Improved the sender-side hashtable support for really large files
even more.
To see a full summary of the changes since 2.6.9, visit this link:
http://rsync.samba.org/ftp/rsync/rsync-3.0.0pre6-NEWS...
2008 Aug 21
2
Partial Transfer Problem
...I change the source and destination around, both --partial and --partial-dir work as expected. My rsync version is 3.0.3. What am I doing wrong?
"C:\Program Files\cwRsyncServer\bin\rsync.exe" ^
--max-size=75m-1 ^
--recursive ^
--times ^
--partial-dir=.rsync-partial ^
--timeout=160 ^
--contimeout=160 ^
--log-file=./rsync.log ^
--delete ^
--include=*.zip ^
--exclude=/*.* ^
--progress ^
10.1.1.1::Sync/SyncDir ^
/cygdrive/e/SyncDir
Thank you in advance.
- Kyle
2008 Jan 23
14
Again: Workaround found for request queuing vs. num_processors, accept/close
Hello all.
I too found out that I sometimes have some action that can take up to 10
seconds in my rails application. I''ve read all arguments Zed made about
polling/and inbox strategies, and I think I just can''t work around my feeling
that a "wrong" request that takes up too much time should be able to lock
subsequent requests in mongrels queue. That''s what
2009 Dec 22
4
Rsync 3.0.7pre1 released
Rsync version 3.0.7pre1 is now available for release testing. This is
a bug-fix release.
Please test this new release and send email to the rsync mailing list
with any questions, comments, or bug reports.
To see a full summary of the changes since 3.0.6, visit this link:
http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1-NEWS
You can download the source tar file and its signature
2009 Dec 22
4
Rsync 3.0.7pre1 released
Rsync version 3.0.7pre1 is now available for release testing. This is
a bug-fix release.
Please test this new release and send email to the rsync mailing list
with any questions, comments, or bug reports.
To see a full summary of the changes since 3.0.6, visit this link:
http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1-NEWS
You can download the source tar file and its signature
2015 Apr 04
1
Downloading a great number of files from different rsync servers for good loadbalancing and high efficiency.
...e requirements. In fact it has a great distance from
achieving the requirements I
posted in the above step 3:
-------------------
mirror=1
while read -r -a line
do
mirror_used=`awk 'NR=='"$mirror"'' mirrors.list`
rsync -amH --progress --append-verify --timeout=10 --contimeout=5 \
${mirror_used} ${line[0]} debs/ &
mirror=$[mirror+1]
done < deb-file.list
wait
-------------------
Any hints for this issue?
Regards
--
Hongyi Zhao <hongyi.zhao at gmail.com>
Xinjiang Technical Institute of Physics and Chemistry
Chinese Academy of Sciences
GnuPG DSA: 0xD108...
2010 Apr 21
12
puppetd stops
...stops.
We are running version 0.25.4-2 on both master and slave with a haproxy frontend since we have 2 servers (But one is disabled in the search for this random error)
haproxy has been configured with high timeouts since it can take up til 177 seconds to process a node
<from haproxy.cfg>
contimeout 35000
clitimeout 350000
srvtimeout 350000
</>
the apache configuration of passenger has the following values:
<from apache.vhost>
PassengerPoolIdleTime 900
PassengerMaxPoolSize 30
PassengerUseGlobalQueue on
PassengerHighPerformance on
RackAutoDetect On
</>
I ha...