Probably Mike needs to use "read only = false" in his rsyncd.conf. The default is "read only = true".
- Dave Dykstra On Wed, Feb 06, 2002 at 02:16:55PM -0700, [EMAIL PROTECTED] wrote: > Well, Mike. I'd guess it's a permission problem. Either on the > destination itself or teh module defined in rsyncd.conf. Let's > concentrate on that second one. It's documented that by default, if you > do not specify a uid for a module (in rsyncd.conf), it will use -2 > (usually corresponds to "nobody". same for gid. I suspect that's > probably all you need to hear. > (see rsyncd.conf.5) > > Tim Conway > [EMAIL PROTECTED] > 303.682.4917 > Philips Semiconductor - Longmont TC > 1880 Industrial Circle, Suite D > Longmont, CO 80501 > Available via SameTime Connect within Philips, n9hmg on AIM > perl -e 'print pack(nnnnnnnnnnnn, > 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), > ".\n" ' > "There are some who call me.... Tim?" > > > > > "MICHAEL R. LEFEBVRE" <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 02/06/2002 01:14 PM > > > To: <[EMAIL PROTECTED]> > cc: (bcc: Tim Conway/LMT/SC/PHILIPS) > Subject: rsync error: partial transfer (code 23) at main.c(576) > Classification: > > > > I want to rsync my home directory from interd1 to interp1. interd1 is > the server, so I enter: > > rsync -vraz --delete ./ interp1::test > > rsync: building file list ... > rsync: 6 files to consider. > delete_one: unlinek .rhosts: Permission denied > ./ > .profile > rsync: failed to open ".sh_history", continuing : Permission denied > .sh_history > a.a > rsync.tst > test > mkstemp ..profile.KIa00D failed > mkstemp ..sh_history.LIa00D failed > mkstemp .a.a.MIa00D failed > mkstemp .rsync.test.NIa00d failed > mkstemp .test.OIa00D failed > wrote 1959 bytes read 126 bytes 1930.00 bytes/sec > total size is 6173 speedup is 2.96 > rsync error: patrial transfer (code 23) at main.c(576) > > Do you know why this is only partialy transfering? > > Regards, > > Mike Lefebvre > > > > >