Re: cannot create .hosts.b0WX1x : File exists

2001-11-30 Thread Dave Dykstra
On Fri, Nov 30, 2001 at 12:08:19AM +0100, Rok Krulec wrote: > Hello Dave, > > > What version of sources is that which had mkstemp at line 121 of > > syscall.c? It's surprising that you could just replace one with the other, > > as mkstemp is supposed to open the file and mktemp is not supposed t

Re: cannot create .hosts.b0WX1x : File exists

2001-11-29 Thread Rok Krulec
Hello Dave, > What version of sources is that which had mkstemp at line 121 of > syscall.c? It's surprising that you could just replace one with the other, > as mkstemp is supposed to open the file and mktemp is not supposed to. It > sounds like you have some inconsistent version of the sources

Re: cannot create .hosts.b0WX1x : File exists

2001-11-29 Thread Dave Dykstra
On Thu, Nov 29, 2001 at 11:46:30PM +0100, Rok Krulec wrote: > Hello Dave, > > On Thu, 29 Nov 2001, Dave Dykstra wrote: > > What version of rsync are you using? The "cannot create" message is coming > > from receiver.c. Assuming you're using a released version of rsync and not > > a development

Re: cannot create .hosts.b0WX1x : File exists

2001-11-29 Thread Rok Krulec
Hello Dave, On Thu, 29 Nov 2001, Dave Dykstra wrote: > What version of rsync are you using? The "cannot create" message is coming > from receiver.c. Assuming you're using a released version of rsync and not > a development version, it appears that the mktemp library call is creating > the file

Re: cannot create .hosts.b0WX1x : File exists

2001-11-29 Thread Dave Dykstra
What version of rsync are you using? The "cannot create" message is coming from receiver.c. Assuming you're using a released version of rsync and not a development version, it appears that the mktemp library call is creating the file and rsync isn't expecting that. Are you sure the Linuxes are

Re: cannot create .hosts.b0WX1x : File exists

2001-11-28 Thread Rok Krulec
Hello Dave, thank You for Your time; sorry I didn't included my rsyncd.conf. As I said, on two other machines with EXACTLY the same config file and EXACTLY the same passwd entries for nobody and nogroup = same ID's, it works perfectly. EXECTLY the same permissions on target directory alos ofcours

Re: cannot create .hosts.b0WX1x : File exists

2001-11-28 Thread Dave Dykstra
You probably need to set read only = no in rsyncd.conf. - Dave On Wed, Nov 28, 2001 at 04:29:35PM +0100, Rok Krulec wrote: > Hello, > > when I do: > /opt/rsync/bin/rsync /etc/hosts targethost::bkp/ > > I get: > cannot create .hosts.b0WX1x : File exists > > I check the targethost and I get