Not sure why, but when I try to start rsync in daemon mode it seems to startup with no errors, however, when trussing I get: getsockopt(0, SOL_SOCKET, SO_TYPE, 0xbffff960, 0xbffff964) = -1 ENOTSOCK (Socket operation on non-socket) fork() = 12464 _exit(0) = ? I'm not sure why this is happening, tho this is my first crack at using rsync. Here are the contents of my rsyncd.conf: motd file = /etc/rsync/rsyncd.motd log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [testpath] path = /home/tomm/rsynctest comment = Test rsync uid = nobody gid = nobody read only = no list = yes auth users = tomm secrets file = /etc/rsync/rsyncd.scrt Anyone have a clue what's happening here? Thanks for your time. Tom Messmer
