Robert J. Collins
2002-Feb-23 14:17 UTC
rsync error: unexplained error (code -1) at main.c(883)
rsync 2.5.2 on FreeBSD 4.4-STABLE. my rsyncd.conf looks like this: read only = yes [test] path = /tmp I am starting rsync as root like this: rsync --daemon when I connect to the rsync server on the localhost I get this: myhost# rsync localhost:: test but when I connect, from the localhost, using it's hostname i get this: myhost# rsync myhost.hwi.buffalo.edu:: rsync error: unexplained error (code -1) at main.c(883) Thanks -rcollins
Dave Dykstra
2002-Feb-26 04:06 UTC
rsync error: unexplained error (code -1) at main.c(883)
Check the server's log. By default it goes to syslog, but you can also make it go to a file with a "log file = " in rsyncd.conf. For security reasons the rsync daemon mode doesn't give away much information to the client. Make sure rsyncd.conf is not group-writable, that's a common problem. - Dave Dykstra On Fri, Feb 22, 2002 at 10:17:01PM -0500, Robert J. Collins wrote:> rsync 2.5.2 on FreeBSD 4.4-STABLE. > > my rsyncd.conf looks like this: > > read only = yes > [test] > path = /tmp > > I am starting rsync as root like this: > > rsync --daemon > > when I connect to the rsync server on the localhost I get this: > myhost# rsync localhost:: > test > > but when I connect, from the localhost, using it's hostname i get this: > > myhost# rsync myhost.hwi.buffalo.edu:: > rsync error: unexplained error (code -1) at main.c(883) > > Thanks > -rcollins
Apparently Analagous Threads
- net ads join segmentation fault
- Macintosh SysAdmin Opening - Buffalo, NY
- writeLines + foreach/doMC
- DO NOT REPLY [Bug 6461] New: rsync occassionally issues the message "rsync error: unexplained error (code 255) at main.c(1506) [generator=3.0.4]"
- rsync error: unexplained error (code 255) at main.c(925)