Hi I've got rsync setup to replicate DNS for an irc network I help run.

I'm the primary DNS, so I use the rsync client to connect to a friend running another 
DNS server, and he has the rsync daemon setup.

the conf is as follows
log file = /root/rsync.log
[tinydns]
   path = /etc/tinydns/root/
   use chroot = no
   max connections = 2
   read only = false
   list = false
   uid = root
   gid = wheel
   auth users = dnssynch
   secrets file = /etc/rsyncd.secrets
   strict modes = true
   hosts allow = *ua.sprint-hsd.net 
   transfer logging = true 

permissions on the target directory are 

drwxrwsr-x   3 root  wheel   512 Sep 10 00:42 root

when I issue the command 

/usr/local/bin/rsync -az --password-file=.secrets data.cdb [EMAIL 
PROTECTED]::tinydns/etc/tinydns/root/data.cdb

it returns me to the system prompt with no errors or warnings.
However on the target machine, the log file shows the following messages

2003/09/10 00:09:27 [14643] rsync to tinydns/etc/tinydns/root/data.cdb from [EMAIL 
PROTECTED] (65.40.246.163)
2003/09/10 00:09:28 [14643] mkstemp /etc/tinydns/root/.data.cdb.O5iagc failed: No such 
file or directory
2003/09/10 00:09:28 [14646] wrote 73 bytes  read 1000 bytes  total size 4169

Any help in figuring out what's gone wrong here would be greatly appreciated.

Regards
Dallas
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to