Displaying 20 results from an estimated 8000 matches similar to: "rsync Error"
2005 Jan 14
4
Samba & ICMP allow problem
I am running a Redhat FC2 server, which runs postfix
for mail, Squid for proxy and samba as Domain
Controller and file server. I installed
shorewall-2.1.11-1.
In the shorewall rules /etc/shorewall/rules I added
the following for samba
ACCEPT LAN $FW:192.168.100.1 tcp
139,445
ACCEPT LAN $FW:192.168.100.1 udp
137:139
ACCEPT LAN $FW:192.168.100.1 udp 445
2009 Dec 29
1
Error Code: 20. Error Desc: Received SIGUSR1 or SIGINT
Hi Rsync Support,
Recently we encountered issue on our prod environment because the rsync seems hanging, it took time building the list.Previously the rsync process was working before 10:24am not until 10:25am. See sample log below.
We have one source server and the data files will be rsync to 2 webservers. Please advise what could be the cause of the issue.
Please let me know if you need
2002 Dec 17
3
rsync problem behind a router
I have used rsync on many systems, and never had a problem. I am
stumped on what to do with this.
I have a box behind a LinkSys router and I can not "push" or "pull" data
to or from it from anywhere.
When I try, it logs into the remote server, gets the file list and just
stops.
The remote server shows a process running until I control-c out of
it.when I do that, I get:
rsync
2002 Feb 13
2
large file error is now SIGUSR1 or SIGINT error
I just ran this again and got this error:
leelab/NCBI_Data_old/GenBank/htg
write failed on leelab/NCBI_Data_old/GenBank/htg : Error 0
rsync error: error in file IO (code 11) at receiver.c(243)
Received signal 16. (no core)
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
The command I am running is:
/usr/local/bin/rsync -auv --delete --rsh=/usr/bin/ssh
lpgfs104:/share/group/*
2002 Feb 12
1
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
Trying to rsync between win2k machines.
rsync version is 2.5.3pre (downloaded today)
This is the message after 368100 files have been checked:
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
My cmdline is :
c:\sbin\rsync\rsync -az /cygdrive/d/Home
xxx@xxx.skelleftea.se::dropZone/GY/ba-disk01 --stats -v -P --timeout=84600
I have tried with both with and without -z (-az or -a)
2002 Feb 05
5
SIGUSR1 or SIGINT error
Howdy,
We occassionally get the following error when running our nightly
backups:
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
This happens more on one or two machines than on any of the others. We've
looked high and low to see if we're mistakenly sending these signals, but
nothing is that we can find.
Does anyone know what this might be from? Is it the server
2010 Sep 25
2
"writefd_unbuffered failed to write 4092 bytes to socket"
I'm attempting to maintain a mirror of a remote database, ~ 66Gb on a
FreeBSD platform. I do not have direct access to the database except by
rsync, anon. ftp etc.
I'm running rsync nightly from crontab, with the
cmd
/usr/local/bin/rsync -avvv --port=33444 ftp.filesource.org::ftp . >>
rsynclog
generated the following in the cron report
First error
[1]
rsync error: received SIGINT,
2004 Aug 06
2
Ices 0.3 signals
Hi:
I'e had to set up ices 0.3 overnight to get a job done - our you-bute
automation software let us down. I've found you can get it to skip to the
next track by sending sigusr1, and the readme reckons sigint closes and
reopens the log. I wondered if there was anything to either reload the
playlist or refresh the config. My situation calls for two distinct
playlists, and I was hoping
2006 May 24
1
About Rsync question
Hi,
I have a problem with rsync , where the process stops with the message
rsync : failed to connect to 192.168.1.200: Connection refused (111)
rsync error : error in socket IO (code 10) at clientserver.c(94)
This is client's log
rsync error: received SIGUSR1 OR SIGINT (CODE 20) at rsync.c(179)
This is server's log
Rsync for server
2016 Aug 02
1
[R] Fwd: Help: malloc/free deadlock in unsafe signal handler 'Rf_onsigusr1'
Redirecting to R-devel
I don't recall how long the SUGUSR handlers have been in R -- you can
check in svn if you like -- it's been a long time. The intention is
for them to serve as an emergency break -- a chance of possibly saving
the workspace when you get stuck in an infinite loop in C/Fortran code
that cant be interrupted by a SIGINT. This can't be accomplished
without doing
2004 Feb 02
1
rsync_failed
Hello
I came about the following phenomeon when
the server ( dell poweredge 2650 ) is rsyncing to
the same and remote server.
the connection was close and copying the file didn't finish
yet.
Network Topology:
Dell2650 ----L2SW---L3SW---Dell2650
L2SW: Procurve4108gl
L3SW: BigIron15000
when the unexpected failed come about, the ping
of end-to-end is no problem, and telnet is O.K
when I look
2002 Dec 04
1
Unexpected rsync behavior with --relative and symlink destinations
Hello, all. Sorry if this topic has been hashed out before -- I didn't
see it searching the archives of this list.
I want to mirror a local system's /apps and /usr/local directories (both
are real directories, not symlinks) to a remote system where /apps and
/usr/local are symlinks to /local/apps and /local/usrlocal,
respectively. The target directories exist on the remote system.
2004 Jan 29
4
Can't Figure out why rsync job stops
I connecting to two offsite over servers, that are connected over dedicated
T1 lines. I'm using the same script on both servers. One runs fine, but the
other starts, gets the file list and processes a few folders. Then it will
hang for about 5 minutes before sptting out the following errors:
receiving file list ...
16756 files to consider
dslagel/
dslagel/DRIVERS/
dslagel/DRIVERS/ATP_PKG/
2006 Jun 14
6
Cygwin rsync to RH rsync server
Hi all,
I'm new to the rsync list. I've been searching for two days and have
tried five different installs and so far none work the way I need them
to.
I have an "backup" server running rsync --version:
rsync version 2.6.6 protocol version 29
Copyright (C) 1996-2005 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard
2003 Oct 25
1
Trivial documentation patch
Greetings.
I'm not sure if this is the place or not, but I wanted to pass on this
patch (against CVS as of today) to document two exit values that are used
by rsync but not yet in the docs. Please let me know if there's a better
place to send it.
Many thanks to the developers and maintainers of rsync for all the
excellent work!
Jon
Index: rsync.yo
2015 Feb 27
2
rsync hangs on select() system call
hello,
trying to understand why a rsync client hangs during a transfer. Hopefully
someone can advise.
client = rsync 3.0.6, server = rsync 3.1.1 , transfer is done to a rsync
module with such a command:
rsync -rtxvvv my_data rsync://test at my.rsync.server/INCOMING/
<rsync://test at rsync.resif.fr/INCOMING_TEST/>
the client starts to transfer data (a few Mb) then hangs, then manually
2001 Nov 10
1
timeout and process cleanup bugs 2.4.7pre1+
I have written an application in perl, to run multiple rsyncs, retrying
those which fail.
I have started getting this error on very large modules since i moved to
the latest CVS version.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ToolSyncProgress Succeeded Getting big/tools/vlsi_local/etc from willy at
1004767211:2001:11:3:6:0:11.
ToolSyncProgress Getting big1/cadappl1/hpux
2004 Dec 29
1
Problem with rsync-cygwin between two WindowsXP machines
I hope this problem hasn't been posted before, I cannot find a way to
search the archives... I use rsync successfully between several Suse
9.1 machines at my work - never with any problem(s). I had to move my
email from an obscure mail client (that saves each message as a separate
file) to Mozilla mail (for security purposes). So, my "old" program
that I used to sync my mail
2001 Sep 07
6
unexpected EOF in read_timeout
Perhaps someone can shed some light on the problem I'm having using
rsync 2.4.6. I'm getting the following error:
receiving file list ... done
htdocs/acescounseling/logs/
htdocs/adihome/logs/
.
.
htdocs/coupons/logs/error_log
htdocs/court/logs/combined_log
htdocs/cowgirl/logs/combined_log
htdocs/cowgirl/logs/error_log
htdocs/cowgirl/logs/ssl_log
Connection to nova closed by remote host.
2007 Jun 14
0
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
Hi,
I am encountering a error saying-rsync error: received SIGUSR1 or SIGINT
(code 20) at rsync.c(229).
This error was encountered after 2.5hrs of rsync. What does this exactly
mean?
I am pretty new the whole concept so not able to figure it out.
Regards,
Madhavan Chari
-------------- next part --------------
HTML attachment scrubbed and removed