rsync: read error: Connection reset by peer and - writefd_unbuffered failed

2011-04-15 Thread Joseph Maxwell
Hello, i386 Platform; FreeBSD v. 7.2 O/S I am experiencing repeated rsync failures, rsyncing from a remote site to which I have no access. >From the client side I can run truss to collect system calls truss -faedD -o truss.out -s 64 /usr/local/bin/rsync -avvv --contimeout=1200 --port=33444 ftp.ww

link SELinux context change with 3.0.8

2011-04-15 Thread Frederick Grose
With rsync-3.0.7-3.fc14.x86_64, rsync -aX /lib/ /lib2 produced links with SELinux context, system_u:object_r:lib_t:s0 with rsync-3.0.8-1.fc14.x86_64, unconfined_u:object_r:lib_t:s0 Is this by design, or a regression? --Fred -- Please use reply-all for most replies to avoid omitt

Re: rsync in theory.

2011-04-15 Thread Shachar Shemesh
On 12/04/11 01:58, Evan Rempel wrote: I am looking at add some code to the rsync tool but want to know if I am "totally out to lunch". I realize that my example is so trivial that I am sure I will get replies of "don't do it that way", but bear in mind that it is just an example, and there are

[Bug 8090] full_fname out of memory error on missing file SunOS 5.8

2011-04-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8090 --- Comment #1 from Jason Martin 2011-04-15 20:11:15 UTC --- Created attachment 6409 --> https://bugzilla.samba.org/attachment.cgi?id=6409 truss output of problem. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ---

[Bug 8090] New: full_fname out of memory error on missing file SunOS 5.8

2011-04-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8090 Summary: full_fname out of memory error on missing file SunOS 5.8 Product: rsync Version: 3.0.7 Platform: Sparc OS/Version: SunOS Status: NEW Severity: minor

Re: Server mode and rsyncd.conf

2011-04-15 Thread Glenn Eychaner
On Apr 15, 2011, at 12:10 PM, Wayne Davison wrote: > You should read the manpage section "USING RSYNC-DAEMON FEATURES VIA A > REMOTE-SHELL CONNECTION". It shows you how to combine the daemon-accessing > syntax (which it sounds like you aren't using) with the -e (--rsh) option to > achieve an s

Re: Server mode and rsyncd.conf

2011-04-15 Thread Glenn Eychaner
On Apr 15, 2011, at 12:10 PM, Wayne Davison wrote: > On Wed, Apr 13, 2011 at 4:09 PM, Glenn Eychaner wrote: > "Rsync supports connecting to a host using a remote shell and then spawning a > single-use "daemon" server that expects to read its config file in the home > dir of the remote user." >

Re: Server mode and rsyncd.conf

2011-04-15 Thread Wayne Davison
On Wed, Apr 13, 2011 at 4:09 PM, Glenn Eychaner wrote: > "Rsync supports connecting to a host using a remote shell and then spawning > a single-use "daemon" server that expects to read its config file in the > home dir of the remote user." > You should read the manpage section "USING RSYNC-DAEMO

Re: Permission denied (13)

2011-04-15 Thread Jan-Benedict Glaw
On Fri, 2011-04-15 12:17:22 +0200, Juan Pablo Segundo wrote: > I've been trying to do backups with rsync. I want to do the backup into a > NAS (LG Network Storage N2B1/N2R1). I start mounting the NAS in my Ubuntu > Server 10.04 via cifs, and the /home from my Ubuntu's machines via nfs. This > scr

Re: Permission denied (13)

2011-04-15 Thread L. V. Lammert
On Fri, 15 Apr 2011, Juan Pablo Segundo wrote: > Hello! > > I've been trying to do backups with rsync. I want to do the backup into a > NAS (LG Network Storage N2B1/N2R1). I start mounting the NAS in my Ubuntu > Server 10.04 via cifs, and the /home from my Ubuntu's machines via nfs. This > script

Permission denied (13)

2011-04-15 Thread Juan Pablo Segundo
Hello! I've been trying to do backups with rsync. I want to do the backup into a NAS (LG Network Storage N2B1/N2R1). I start mounting the NAS in my Ubuntu Server 10.04 via cifs, and the /home from my Ubuntu's machines via nfs. This script executes in the server's crontab, with root permissions. M