similar to: About Rsync question

Displaying 20 results from an estimated 7000 matches similar to: "About Rsync question"

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)
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,
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
2003 Oct 16
1
rsync Error
I installed rsync on my RedHat 9 and the client i used is win 98 se. when I execute the command "rsync -e ssh -av --delete "/rsync/" administrator:anandhg" administrator - > RH M/C name anandhg - > Samba share(Home directory) rsync - > directory present in c: 1st Problem: It asks do you want to add the host(yes/no). Than after giving yes it created a folder .ssh in
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
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
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
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.
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
2004 Dec 21
1
Rsync permission issue
I am connecting to my rsync server as follows: ssh -f -i ~/.ssh/id_dsa -C -l SOMEUSER -L 8730:localhost:873 SOMEHOST sleep 40 rsync -av rsync://localhost:8730/module /dest My LAN servers connect w/o incident or problems. However- I am trying to connect in a remote server and it is giving me some grief. rsyncd.log excerpt: 2004/12/20 17:00:46 [25997] stat "fran/Herb's info" (in
2006 Sep 30
2
DO NOT REPLY [Bug 4139] New: Generator process (running as daemon) hangs after kill SIGINT.
https://bugzilla.samba.org/show_bug.cgi?id=4139 Summary: Generator process (running as daemon) hangs after kill SIGINT. Product: rsync Version: 2.6.8 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2004 Apr 23
1
Rsync Log Error
I have the latest rsync running on mandrake official 10. At 2:30 I run rsync --daemon from cron to run an offsite backup for all my customers. At 8:00 I run killall rsync. However my log files show the following: 2004/04/20 02:00:00 [2702] rsyncd version 2.6.0 starting, listening on port 873 2004/04/20 02:00:59 [2707] rsyncd version 2.6.0 starting, listening on port 873 2004/04/20