Re: rsync bug?

2004-01-23 Thread Matthew A. R. Sherian
I can second this bug, I've only seen it under 2.5.7, with -essh option (haven't used rsync without that in a long time). On Sat, 2004-01-24 at 00:28, [EMAIL PROTECTED] wrote: > None of this does us any good without, at a bare minimum, the command line > you're using to invoke rsync. You should

Re: rsync bug?

2004-01-23 Thread jim
None of this does us any good without, at a bare minimum, the command line you're using to invoke rsync. You should also typically mention what OS is being used on either end of the equation, and any details that aren't immediately obvious about the network in between. more details using -vvv

Re: rsync bug?

2004-01-23 Thread WHNHosting
more details using -vvv renaming addons/PHP-Nuke/.install.QWhmU1 to addons/PHP-Nuke/install set modtime of addons/PHP-Nuke/install to (1038805692) Sun Dec 1 21:08:12 2002 recv_files(addons/PHP-Nuke/pkg.tar.gz) addons/PHP-Nuke/pkg.tar.gz rsync: read error: Connection reset by peer rsync error: err

rsync bug?

2004-01-23 Thread WHNHosting
I been using Rsync for a short while now and learned only how to setup a basic rsync server and rsync on another. When im on machine 2, i get this error rsync: read error: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(177) rsync: connection unexpecte

Re: Rsync problem / Special characters

2004-01-23 Thread Paul Slootman
On Fri 23 Jan 2004, Nic Colledge wrote: > Are you rsync-ing with a mounted samba directory (using mount -t smbfs > ...)? > Because I'm having a problem similar to this one with filenames with > special characters. Filenames is a different "problem" than the contents of the files. > > The proble

Re: Unexpected timeout in rsync - SOLVED

2004-01-23 Thread John Hunt
On Tuesday 13 Jan 2004 18:50, John Hunt wrote: > Hi > > I am having trouble with intermittent timeouts when backing up a largish > set of files from /usr using rsync. Approx 125,000 files, 2GB. Backup is to > same machine, from a partition on hda to one on hdb. I am using ribs 2.1 > (slightly modi

Re: Group Permissions?

2004-01-23 Thread jw schultz
On Fri, Jan 23, 2004 at 09:09:44AM -0800, Wayne Davison wrote: > On Fri, Jan 23, 2004 at 11:49:56AM -0500, [EMAIL PROTECTED] wrote: > > Does this mean that rsync requires that the destination directory be > > owned by the user calling rsync and that it is not sufficient for the > > user to have wri

Re: [jerry.seutter@pason.com: Is rsync supposed to resume?]

2004-01-23 Thread jw schultz
On Fri, Jan 23, 2004 at 10:23:57AM -0700, Jerry Seutter wrote: > Retrying with the _correct_ address this time. *blush* > > - Forwarded message from Jerry Seutter <[EMAIL PROTECTED]> - > > Date: Fri, 23 Jan 2004 10:01:47 -0700 > From: Jerry Seutter <[EMAIL PROTECTED]> > To: [EMAIL PROTECT

Re: rsync.yo doc patch

2004-01-23 Thread jw schultz
On Fri, Jan 23, 2004 at 12:21:13PM -0500, Aaron S. Hawley wrote: > > On Fri, 23 Jan 2004, jw schultz scribbled: > > > On Thu, Jan 22, 2004 at 07:00:17PM -0500, Aaron S. Hawley wrote: > > > Patch includes fixes to man page including: > > > - Typos/Spelling > > > - Clarity > > > - Special charac

[jerry.seutter@pason.com: Is rsync supposed to resume?]

2004-01-23 Thread Jerry Seutter
Retrying with the _correct_ address this time. *blush* - Forwarded message from Jerry Seutter <[EMAIL PROTECTED]> - Date: Fri, 23 Jan 2004 10:01:47 -0700 From: Jerry Seutter <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Is rsync supposed to resume? User-Agent: Mutt/1.2.5.1i Hi, I r

Re: rsync.yo doc patch

2004-01-23 Thread Aaron S. Hawley
On Fri, 23 Jan 2004, jw schultz scribbled: > On Thu, Jan 22, 2004 at 07:00:17PM -0500, Aaron S. Hawley wrote: > > Patch includes fixes to man page including: > > - Typos/Spelling > > - Clarity > > - Special characters. > > - Moved around text explaining example. > > Let's keep the examples in

Re: Rsync problem / Special characters

2004-01-23 Thread Nic Colledge
Are you rsync-ing with a mounted samba directory (using mount -t smbfs ...)? Because I'm having a problem similar to this one with filenames with special characters. There is a bug on the system (bugs.samba.org) relating to smbmount (and special characters) that is yet to be fixed and I'm hoping

Re: Group Permissions?

2004-01-23 Thread Wayne Davison
On Fri, Jan 23, 2004 at 11:49:56AM -0500, [EMAIL PROTECTED] wrote: > Does this mean that rsync requires that the destination directory be > owned by the user calling rsync and that it is not sufficient for the > user to have write permissions to that directory? It depends on what you're trying to

Re: Group Permissions?

2004-01-23 Thread donkey
Does this mean that rsync requires that the destination directory be owned by the user calling rsync and that it is not sufficient for the user to have write permissions to that directory? > The only way you can have inconsistent ownership (without having root > involved) is for you to have ommi

Rsync problem / Special characters

2004-01-23 Thread Spear
Hi, I have not esatblished a working rsync config on my server, but have found one major problem in which i hope there is a solution to. I'm based in Norway, with scandinavian clients. Of course we use several "special characters" in our keymap, which is not supported in US keyboards etc. I know

Re: Group Permissions?

2004-01-23 Thread Wayne Davison
On Fri, Jan 23, 2004 at 11:08:05AM -0500, [EMAIL PROTECTED] wrote: > some of the files are owned by the user calling rsync and some are > owned by the owner of the directory. The only way you can have inconsistent ownership (without having root involved) is for you to have ommitted 'chown'ed the

Group Permissions?

2004-01-23 Thread donkey
We were successfully using rsync (via rsh) between two boxes where the command was run by the user that owned the destination directory. We had to change our destination directory to one that user does not own, but is within the same group as the owner and the directory is set with group write a

Re: rsync.yo doc patch

2004-01-23 Thread jw schultz
On Fri, Jan 23, 2004 at 01:43:41AM -0800, Wayne Davison wrote: > On Thu, Jan 22, 2004 at 06:50:35PM -0800, jw schultz wrote: > > I'd leave it as is except to replace the paranthetic with > > the text regarding --numeric-ids in the --owner section > > Unfortunately the text in the --owner section

Re: rsync.yo doc patch

2004-01-23 Thread Wayne Davison
On Thu, Jan 22, 2004 at 06:50:35PM -0800, jw schultz wrote: > I'd leave it as is except to replace the paranthetic with > the text regarding --numeric-ids in the --owner section Unfortunately the text in the --owner section is wrong -- the --numeric-ids option is not implied by anything. If the c