rsync crashes as daemon?
In 10.4, rsync seems to work fine on its own, except for the daemon portion. If I try to use:
sudo rsync --daemon
I return immediately to the command line and no rsync is running; the error log in /var/log/system.log contains:
Aug 12 14:52:00 shocked sudo: webmaster : TTY=ttyp1 ; PWD=/Users/webmaster ; USER=root ; COMMAND=/usr/bin/rsync --daemon
Aug 12 14:52:00 shocked crashdump[3305]: rsync crashed
Aug 12 14:52:00 shocked crashdump[3305]: crash report written to: /Library/Logs/CrashReporter/rsync.crash.log
The crash log contains (among other things):
Exception: EXC BADACCESS (0x0001)
Codes: KERN PROTECTIONFAILURE (0x0002) at 0x0000000c
Does anyone know how to get rsync daemon working on OS X Server? Has anyone successfully done this?
It'd be nice to use the built-in rsync; it appears to be better at HFS files than the UMich version. But without an rsync server, rsync requires the root password of the server to synchronize. We don't want that in our labs.
Jerry