Displaying 20 results from an estimated 5000 matches similar to: "Two way syncing"
2002 Mar 12
2
Need help getting rsync working...
I have so far been unable to get rsync to work properly in a test setup.
Does anyone have any ideas?
Both PCs are running RedHat 7.2.
The Server:
IP Address 192.168.0.202
Server Name: RH72TB
hosts.allow   ALL: 192.168.0.201
rsyncd.conf:
[testmodule]
path = /tmp
The Client:
IP Address 192.168.0.201
hosts file:
192.168.0.202    RH72TB
I have run "rsync --daemon" on the server.
2001 Nov 30
2
problem with 2.4.7pre4
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(139)
Also, on 2.4.6 I was getting this:
access_log
write failed on access_log : Success
unexpected EOF in read_timeout
THis is about an 800meg file I'm trying to copy.
Thanks
-jeremy
-- 
The trouble with being poor is that it takes up all your time.
2002 May 07
3
openssh 3.1 and rsync dont work
Maybe this is a ssh problem - but are you aware of the general issue ?
http://bugzilla.mindrot.org/show_bug.cgi?id=182
           Summary: ssh should still force SIGCHLD to be SIG_DFL when
                    calling ssh-rand-helper
           Product: Portable OpenSSH
           Version: 3.1p1
          Platform: ix86
        OS/Version: All
            Status: NEW
          Severity: normal
  
2017 Nov 16
4
[Bug 13147] New: inconsistent behaviour regaring vanished files information
https://bugzilla.samba.org/show_bug.cgi?id=13147
            Bug ID: 13147
           Summary: inconsistent behaviour regaring vanished files
                    information
           Product: rsync
           Version: 3.0.9
          Hardware: x64
                OS: Mac OS X
            Status: NEW
          Severity: minor
          Priority: P5
         Component: core
          Assignee:
2002 May 27
1
bug: copying unreadable file from remote host returns errorlevel 0
[ Please keep me in Cc: as I am not subscribed to this list ]
Hello,
we have noticed the following bug in rsync (including latest CVS
snapshot):
if I am copying from the remote host file that is unreadable by my
account, the error is reported properly, but the errorlevel returned
is 0. 
        $ rsync distanza:/etc/shadow .
send_files failed to open /etc/shadow: Permission denied
rsync error:
2002 Feb 14
1
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
This is where it sets a sort of 60 second timeout if you don't set a 
timeout at all.  As far as what it affects, I'm not that good with the 
code.  I just know that my big syncs would die in almost exactly 1 minute 
unless I specified a timeout, and then would die at that timeout until i 
got it very large.
+++++++++++++++++++++++++++++++++++++++++++++++++++++
Tools@willy
2005 Jun 10
1
problem syncing files on RAM in embedded device
Hi all,
i am working on an networking product which has  a 32 MB flash memory 
and a 64MB RAM.
i need to sync a file named appl.gz which is of size 3.1MB from a unit 
with ip 192.168.10.1 to a unit with ip 192.168.10.2.
the rsync is called from a C code which does a fork-execve operation.
the command line options being passed to rsync is as below:
command: rsync --stats -aI --temp-dir=/tmp/ 
2015 Oct 02
3
Samba 4.3 Logon Error (Insufficient system resources exist to complete the requested service)
Stand contains two DC with Windows 2003 Std SP2 En:
- root domain company.local
- child domain (1) gonzo.company.local
	-- site 1: Windows 2003 (FSMO)
	-- site 2: Samba AD DC
- child domain (2) depth.company.local
I have CentOS 7 and Samba 4.3 in child domain (1) in dedicated  active directory site (site 2 ). When I try logon from client (windows 7 workstation) I have error "Insufficient
2015 Oct 02
2
Samba 4.3 Logon Error (Insufficient system resources exist to complete the requested service)
I really forgot about .local but I don't think that the problem is related with this. 
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny
Sent: Friday, October 02, 2015 3:25 PM
To: samba at lists.samba.org
Subject: Re: [Samba] Samba 4.3 Logon Error (Insufficient system resources exist to complete the requested service)
On 02/10/15
2012 Feb 06
1
Rsync v2.6.9 hangs
Hi all
We have a legacy system, which utilises rsync for file transfer - but
occasionally hangs on the clinet.
We tracked this down to the read_timeout function in io.c. It performs a
select(), which appears to return a zero, so the read_timeout function
never exists. An strace shows what happens :
[root at tcu ~]# strace -p 10566
Process 10566 attached - interrupt to quit select(4, [3], [],
2002 Apr 16
1
timeout error in rsync-2.5.5
Dear all,
I've been trying to track down a problem with timeouts when pulling data from
an rsync daemon and I have now run out of any useful ideas.
The problem manifests itself when I try to transfer a large directory tree
on a slow client machine.  What happens then is that the client rsync process
successfully receives the list of files from the server, then begins checking
the local
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.
2002 Jul 29
2
rsync from Windows and Linux over ssh
Hi All, 
I'm a newbie to RSYNC on Windows.
I installed RSYNC(version 2.5.1) on Windows and it is
running as a service on Windows 2000.
I've been trying to copy some files using RSYNC on
linux machine running RH Linux 7.2 kernel 2.4.7 from
Windows 2000 machines using the following command:
$rsync -avz -e ssh <windows-machine>:/rsync/* . 
but i'm getting the following error
2002 Feb 14
0
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
I should have specified what i was replying to.  This section seemed to be 
in reference to what I had experienced before.
"
> Well, I'm stumped too.  (Although I thought I'd read that the
> default timeout was not infinite when not otherwise specified,
> but I've got so much going on right now that I could easily be
> confused on that one!)
> 
"
Tim Conway
2008 Aug 18
8
DO NOT REPLY [Bug 5701] New: deadlock on local rsyncing, bisected to commit f303b749f2843433c9acd8218a4b9096d0d1bb8d
https://bugzilla.samba.org/show_bug.cgi?id=5701
           Summary: deadlock on local rsyncing, bisected to commit
                    f303b749f2843433c9acd8218a4b9096d0d1bb8d
           Product: rsync
           Version: 3.1.0
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P3
         Component: core
        AssignedTo:
2002 May 13
0
Password Authentication
rsync has already explained it to you, in the error message.
both the list of usernames and passwords for everybody, and your file 
containing the password you want to use, are world-readable.  The 
rsync.secrets file should be readable only by root, and the .rsyncpw file 
should be readable only by simpson.
This is all well documented:
2001 Aug 15
2
EOF erors
I am new to using rsync so I apologize if this has been answered before.  I still get and unexpected EOF in read_timeout error after I apply all the patches.  Is there another fix that I can try?  Thanks
greg
-------------- next part --------------
HTML attachment scrubbed and removed
2003 Jun 04
0
Winbind and net -t failure
I posted about a winbind/PAM issue earlier and discovered that the auth
portion of pam_winbind is what was causing my failures. I receive the
following message when trying to authenticate sshd or login with the auth
pam_winbind module:
Jun  3 20:43:04 gonzo pam_winbind[14850]: request failed: No logon servers,
PAM error was 4, NT error was NT_STATUS_NO_LOGON_SERVERS
Jun  3 20:43:04 gonzo
2001 Oct 20
4
rsync on cygwin: Connection reset by peer
I have been trying to get rsync running correctly on cygwin for the past
couple of days. I found a post on the cygwin list that said there was a
bug in cygwin when using socketpair() but when I compiled the sample code:
(http://jrepp.com/rsync/socketpair.c) both ways it works fine. Here's the
article for reference:
http://sources.redhat.com/ml/cygwin/2001-08/msg00357.html
I am running the
2017 Nov 15
3
some files vanished before... but which?
Hi !
I`m getting "rsync warning: some files vanished before they could be transferred (code 24) at main.c(1518) [generator=3.0.9]" on one of my systems i`m backing up with rsync , but rsync doesn`t show WHICH files.
Does anybody have a clue under which circumstances rsync doesn`t show these ?
regards
Roland