Displaying 20 results from an estimated 6000 matches similar to: ""connection unexpectedly closed" error"
2007 Sep 26
2
Samba with NFS
We're having a problem with a combination of NFS and Samba that I'm hoping someone here has seen before and knows the solution for.
In this case, the Samba server is an NFS client, and the Samba share is actually an NFS mount to an NFS server.
The problem we see is when a Windows client tries to open a file on the Samba share, the application hangs, and eventually comes back saying
2009 Aug 17
1
rsync: connection unexpectedly closed
I'm using Rsync 3.1.0 and VanDyke VShell for SSH. Both services have started
up in the remote server under the local account nasadmin. I know port 22 is
open on the firewall because i was able to see the root directory being
created after an rsync command from the server, but no files were
synchronized over. Later, i started receiving this error and can only guess
there is something wrong
2019 Apr 03
1
Possible not expected behaviour with "delete" option
Hi, I was trying to make a mirror backup of a folder in my machine with the
following command:
rsync -avh --delete /source/ /destination
But the extra files that where on "destination" didn't got deleted. Where
as doing:
rsync -avh --delete /source/ /destination/
worked as expected.
I wonder if this is correct, or it shouldn't be like that.
-------------- next part
2015 Apr 28
2
Options for a "I'm done" flag file
Michael Johnson - MJ <mj at revmj.com> wrote:
> rsync -av /src/ /dst/ && touch /dst/done
Aaaaahhhh, knew I'd miss some detail.
All the syncs are pushed to the backup server.
But that does give me an idea. I guess I could do that on the source, then sync the flag file over.
rsync -avH ${other_gubbins} / user at remote.machine:/dest/ &&
touch /etc/donefile
2003 Dec 17
1
TODO hardlink reporting problem - fixed?
On Mon, 15 Dec 2003, jw schultz <jw@pegasys.ws> wrote:
> OK, first pass on TODO complete.
....
This hardlink bug report is nearly 21 months old... So I took a look
at it using 2.5.7. See below.
> BUGS ---------------------------------------------------------------
>
> Fix hardlink reporting 2002/03/25
> (was: There seems
2005 Mar 05
1
connection unexpectedly closed error
Hi everyone,
Previously I was using RSYNC 2.5.7 on RedHat 8.0 to
mirror CPAN (http://www.cpan.org/) and LDP
(http://www.tldp.org/) and everything was working
fine.
After upgrading to Fedora Core 2 and using RSYNC 2.6.x
, I kept on getting the following errors:
# rsync -av --stats --delete --force
ftp.funet.fi::CPAN
rsync: connection unexpectedly closed (9382362 bytes
received so far)
2009 Dec 24
2
Include and Exclude
I thought this command would do what I wanted, but instead it doesn't transfer any files:
rsync -avh --stats --password-file=/var/rsync.passwd --include=Maildir/ --exclude=* mail::root/usr/home /backup/usr/
I want to backup ONLY the /usr/home/*/Maildir directories. I don't want any other files from any other directories to be transferred.
I can see in the man page where this is a
2014 Apr 09
2
[Bug 10545] New: Rsync first time deletes files, second time it synchronates files with same name
https://bugzilla.samba.org/show_bug.cgi?id=10545
Summary: Rsync first time deletes files, second time it
synchronates files with same name
Product: rsync
Version: 3.0.9
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned
2006 Jul 07
1
rsync: failed to hard-link error message
Dear Rsync,
I am seeing the following rsync error messages and I am wondering if it is
a sign of trouble, expected behavior, or a bug:
rsync: failed to hard-link /Volumes/backups/vanguard/backup.0/dev/agpgart
with dev/agpgart: Invalid argument (22)
rsync: failed to hard-link /Volumes/backups/vanguard/backup.0/dev/apm_bios
with dev/apm_bios: Invalid argument (22)
rsync: failed to hard-link
2012 Apr 12
3
Rsync takes long time to finish
Hi Friends,
I am using rsync to copy data from Production File Server to Disaster Recovery file server. I have 100Mbps link setup between these two servers. Folder structure is very deep. It is having path like /reports/folder1/date/folder2/file.tx, where we have 1600 directories like 'folder1', daily folders since last year in date folder and 2 folders for each date folder like folder2
2006 Feb 24
1
rsync : connection unexpectedly closed
Hi all,
I am working on a networking product in which i am using Rsync to update configuration files in them.
While syncing a file of 5.5MB, i am facing a problem. An error is displayed and the syncing process is terminated.
The error is as below:
rsync: connection unexpectedly closed (1804855 bytes received so far) [receiver]
rsync: connection unexpectedly closed (39
2008 Jul 08
3
connection unexpectedly closed
Hello all,
Every night i receive the messages:
rsync: connection unexpectedly closed (14801530 bytes received so far)
[generator]
rsync error: error in rsync protocol data stream (code 12) at
io.c(453) [generator=2.6.9]
but the synchronization process seems to be right... so the question:
What can be the cause of that messages?
Thanks a lot!!
--
pOSix rules
2007 Apr 03
1
overflow error
Hello all,
I'm having a problem with an overflow error and I was hoping to get some help.
The client is Red Hat ES 3 running kernel version 2.4.21-4.ELsmp, rsync version 2.5.6
The server is Novell 6.5 SP6 running rsync version 2.6.3
I'm consistently getting the following error on the receiving end (server):
overflow: flags=0x69 l1=110 12=1633837871 lastname=
ERROR: buffer overflow
2007 Dec 04
3
svn: Connection closed unexpectedly when getting trunk
Is anyone else getting this message?
With rails 2.0 pre-releases it looks like you also have to be working
with the latest version of rpsec.
$ ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/trunk/rspec
svn: Connection closed unexpectedly
The above is what I get when I try to install the trunk version.
Is there something that I am missing?
Thanks
--
Posted via
2004 Jan 13
0
rsync: connection unexpectedly closed
Quoting a mail from Richard van Beers:
>Im trying to use rsync to sync about 23GB over a local LAN.
>I use 2.5.6 compiled on SCO OpenServer 5.0.6, this is the command I use:
>
>rsync --verbose --stats --recursive --times --perms --links --delete
>eurux02::user2
>
>(I have tried it with and without --compress, as the archive hinted this
>may be a problem with -z, but same
2003 Oct 14
1
rsync: connection unexpectedly closed
Hi rsync list,
Im trying to use rsync to sync about 23GB over a local LAN.
I use 2.5.6 compiled on SCO OpenServer 5.0.6, this is the command I use:
rsync --verbose --stats --recursive --times --perms --links --delete
eurux02::user2
(I have tried it with and without --compress, as the archive hinted this
may be a problem with -z, but same result)
on the source machine rsync --daemon is running
2005 May 30
1
rsync and cron : connection unexpectedly closed
Hello,
I use rsync with the following command
#/usr/bin/rsync -ta rsync.server.domain::dir/* /destination
from the command prompt without any problem but if I use the same rsync
command from cron I get the following error
daemon.warn: May 30 15:18:42 rsyncd[24703]: rsync: connection unexpectedly
closed (0 bytes received so far) [receiver]
daemon.warn: May 30 15:18:42 rsyncd[24703]: rsync
2013 Dec 05
0
error "rsync: connection unexpectedly closed (0 bytes received so far)"
G'day Sambaites,
I'm trying to use rsync to backup from one machine to another. I'm
getting an error "rsync: connection unexpectedly closed (0 bytes
received so far)" and I don't know where to go from here.
I'm running the rsync daemon on machine starker. I'm trying to backup
from another machine to it. For testing, I'm just trying to backup one
file. The
2002 Apr 15
2
Suddenly broken : connection unexpectedly closed
I always got this messages when I rsync to php.net
here's my command line and error messages :
$ rsync -avvvzC rsync.php.net::phpweb /usr/local/WWW/phpweb
generator(distributions/manual/php_manual_cs.tar.bz2,1405)
sending sums for 1405
rsync: connection unexpectedly closed (1954742 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
2003 Apr 22
1
rsync: connection unexpectedly closed
Hi,
I am getting the following error when I try to rsync using ssh on a Redhat
7.2 box of another RedHat 7.2 box. I am running a OpenSSH_3.5p1 and rsync
version 2.5.6.
One clue is, it works fine if i do it as root!!! Could be permission issues,
but on what? I have checked permissions on all the relevant config. files as
well as files/directories involved.
Any ideas/tips would be greatly