Hi, I am running cwrsync. 2004/05/11 [93] rsync error: some files could not be transferred (code 23) at /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383) I am uncertain as to what this path statement is about in the above error message. /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383) Thanks, Pat -- Patricia Palumbo DuBois & King, Inc. ppalumbo@dubois-king.com 802-728-4113 | ext 322 fax: 802-728-3035
That's where main.c was when the binary was compiled. It's telling you that if you took the same source code and looked at line 383 of main.c, you would see the line that generated that error 23. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 conway@us.ibm.com 2004/05/11 [93] rsync error: some files could not be transferred (code 23) at /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383)
That now makes sense.. Thanks Tim! Patricia> That's where main.c was when the binary was compiled. It's telling you > that if you took the same source code and looked at line 383 of main.c,you> would see the line that generated that error 23. > > Tim Conway > Unix System Administration > Contractor - IBM Global Services > desk:3032734776 > conway@us.ibm.com> 2004/05/11 [93] rsync error: some files could not be transferred (code23)> at /home/lapo/packaging/tmp/rsync-2.5.7/main.c(383) >-- Patricia Palumbo DuBois & King, Inc. ppalumbo@dubois-king.com 802-728-4113 | ext 322 fax: 802-728-3035