similar to: help: rsync error codes

Displaying 20 results from an estimated 20000 matches similar to: "help: rsync error codes"

2002 Jan 05
7
rsync for NCR MP-RAS
On 4 Jan 2002, Mike Li <Mike.Li@schenker.ca> wrote: > Hi Martin, > > Is there a binary for rsync for NCR MP-RAS ver 3.0 running on Intel PIII > Hardware? I've never heard of that. What is it? > I can't seem to be able to compile the source codes either even though I have C > compiler > Here is what I get when I run configure > Thank you in advance >
2002 Jan 08
2
rsync for NCR MP-RAS (SRV 4)
I still have problems running the options like /usr/local/bin/rsync --daemon will give me an error Thanks in advance. # ./configure -build=i686-ncr-sysv4.3 # make install mkdir -p /usr/local/bin ./install-sh -c -m 755 rsync /usr/local/bin mkdir -p /usr/local/man/man1 mkdir -p /usr/local/man/man5 ./install-sh -c -m 644 ./rsync.1 /usr/local/man/man1
2002 Jan 23
2
Rsync 2.5.1 on Solaris 8 reverse lookup failures
I get the following log messages using rsync 2.5.1 compiled on Solaris 8 when using the "hosts allow" option in rsyncd.conf: 2002/01/23 12:09:51 [28276] rsync: reverse name lookup mismatch on fd0 - spoofed address? 2002/01/23 12:10:18 [28276] rsync: connection unexpectedly closed (16 bytes read so far) Resolv.conf/DNS are configured and working properly with both A and PTR records
2002 Feb 19
2
Dump Analysis -- when NCR server frozen by rsync
Hi, rsync was running against filesystems /disk5 and /disk7 to back them onto remote server (172.16.101.4) using the following script: if [ `ps -ef | grep -v grep | grep ::d5 | /usr/bin/wc -l` -eq 0 ] then rm -f /etc/rsync5.log echo " --- Disk5 --- starts `date`" > /etc/rsync5.log /usr/local/bin/rsync -a --recursive --compress /disk5/ 172.16.101.4::d5 >> /etc/rsync.log echo
2004 Nov 29
1
logon scripts execute randomly
I use samba 3.0.9 as a pdc with ldapsam. In the ldap entries, for every user there is a logon script sambaLogonScript. I only use two different scripts for 1000 users and 100 computers. The scripts lehrer.bat and schueler.bat reside in the netlogon share and provide more shares with the net use command. >From the user's perspective, this often works well. sometimes, however, the script is
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.
2001 Dec 20
1
Problems with rsync on Win2K to Solaris
Hi, I am having trouble getting rsync (v2.5.0 with the latest version of cygwin) to work between my Win2K (SP2) and my Solaris 2.6 server. Both machines are running the same version of rsync. Each time I run rsync, I get the following error: --------------------- C:\rsync>rsync server1:/tmp/file . Terminal read: The parameter is incorrect. rsync: connection unexpectedly closed (0 bytes read
2002 Apr 05
1
rsync 2.5.5 fails to kernel.org
Greets. I thought I saw someone asking for problem reports against 2.5.5. Red Hat 7.1 + errata with rsync 2.5.5 from tgz sources. I use the rsync command: rsync -rltv --partial --delete --delete-excluded" \ rsync://rsync.kernel.org/pub/linux/kernel/ \ /var/ftp/pub/mirrors/kernel.org/ I get the following error: rsync: connection unexpectedly closed (1493971 bytes read so far)
2004 Aug 23
1
samba.schema in 3.0.6
I installed samba 3.0.6 today. I had to upgrade samba.schema in openldap as well to include sambaPasswordHistory and sambaLoginTime, otherwise certain things would not work (e.g. smbpasswd or users changing passwords) openldap failed to start because both attributes have the same OID, ...2.1.50. In order to get started anyway, I changed the sambaPasswordHistory OID to ...2.1.52 (which, in my
2002 Feb 02
3
@ERROR: auth failed on module test
rsync: connection unexpectedly closed (88 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(139) I'm getting the above error when trying to use rsync over port 873. The command I'm using is : rsync -avz root@sundog::test ./ the /etc/rsyncd.conf contains the following auth users = root uid = root gid = staff [test] path = /export/home/mrl315 Any
2011 May 06
2
Best practice to stop the Gluster CLIENT process?
Hi all! What's the best way to stop the CLIENT process for Gluster? We have dual systems, where the Gluster servers also act as clients, so both, glusterd and glusterfsd are running on the system. Stopping the server app. works via "/etc/init.d/glusterd stop" but the client is stopped how? I need to unmount the filesystem from the server in order to do a fsck on the ext4 volume;
2002 Apr 04
1
"error in rsync protocol data stream"
Hello, I'm having a problem doing a remote rsync over ssh - i'm using a script that has worked for quite a while, using rsync 2.4.6 on both ends. I upgraded the "client" to 2.5.5, and began seeing this error: rsync: connection unexpectedly closed (158246 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) At which time there is a
2002 Feb 19
2
rsync-2.5.3pre1 preview release -- please try it
Available now from samba.org and all mirrors. Please report bugs, compilation problems, etc. If there are no major issues I think I will put this out as 2.5.3 shortly, because it fixes a few serious issues. Thanks to everybody who contributed patches. rsync://samba.org/rsyncftp/preview/rsync-2.5.3pre1.tar.gz\* rsync 2.5.3 (not released yet) SECURITY FIXES: * Make sure that
2002 Aug 30
1
rsync: connection unexpectedly closed; reverse lookups?
Hi. My goal is to use rsync to syncronize box1 and box2. On box2, I have a tapedrive which I write the data I syncronize from box1 every night. On box1, my /etc/rsyncd.conf looks like this: root@box1# cat /etc/rsyncd.conf max connections = 1 syslog facility = local6 [tmp] path = /tmp read only = yes comment = export of /tmp hosts allow = box2 auth users
2002 Dec 04
1
My first rsync experience
Before I start let me say I'm a relative newbie to rsync so bear with me. I've just installed version 2.5.5 and set up the following files on the server: inetd.conf rsync stream tcp nowait root /usr/local/bin/rsync rsyncd --daemon rsync.conf [www] path = /test/test2 comment = Test services rsync 873/tcp then I run 'rsync --daemon'
2001 Oct 24
7
rsync recursion question
That's the way it is. If it's really a one-off change, a huge change in your structure, telnet ssh, rsh, and so forth, work really well for dropping in and deleting stuff (unless you're supplying the master, and other systems out of your control copy from you). Rsync is optimized for taking a filesystem in an unknown state, and making it identical to another filesystem in an unknown
2002 Feb 12
1
error in rsync protocol on large file
I'm trying to rsync a filesystem from a Solaris 7 server to a Solaris 8 server. I keep getting the following message when rsync attempts to update a particular file: write failed on leelab/NCBI_Data/GenBank/htg : Error 0 rsync error: error in file IO (code 11) at receiver.c(243) Received signal 16. (no core) rsync: connection unexpectedly closed (22672537 bytes read so far) rsync error:
2002 Feb 27
1
rsync error: error in rsync protocol data stream (code 12) at io.c(140)
Hello, I am getting the following error: | rsync: open connection using rsh conn /usr/bin/rsync --server --sender -v . "/home/andrewm/test-rsync/tree/*" | large_file2 | write failed on large_file2 : Success:06 | rsync error: error in file IO (code 11) at receiver.c(271) | rsync: connection unexpectedly closed (201 bytes read so far) | rsync error: error in rsync protocol data stream
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/*
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