Re: feature-request: libwrap

2001-04-25 Thread Bill Campbell
On Thu, Apr 26, 2001 at 10:32:58PM +, Tim Potter wrote: ... >I thought the 'hosts allow' and 'hosts deny' code was taken from >Samba, which in turn was taken (with permission - see the code) >from the tcpwrappers code. I think that's most frequently used to restrict access to areas that can b

Rsync hanging problem 2.4.6

2001-04-25 Thread BARCLAY,LACHLAN (HP-Australia,ex2)
Hi all, I'm having a bit of trouble with Rsync hanging when it's finishing up. After it's finished copying the last file in the list, it just sits there. I'm using version 2.4.6, is this still a bug? Lachlan B

Re: rsync newbie problem

2001-04-25 Thread Pierre Abbat
On Wed, 25 Apr 2001, Bob Foster wrote: >Hello, > >I'm trying to set up an rsync that will run without operator intervention. > I have the daemon running on the receiving server and here is the module: > >[test] >path = /web/test >comment = test >uid = siteadm >gid = web >read only = no >list = ye

Re: feature-request: libwrap

2001-04-25 Thread Tim Potter
Dave Dykstra writes: > > I agree with this... In fact, it isn't even difficult to add tcpwrappers > > support to rsync... What would it be? A few lines of code? I think the > > That's a good reason, and I would think that if somebody submitted a good > quality patch to support libwrap it would

rsync newbie problem

2001-04-25 Thread Bob Foster
Hello, I'm trying to set up an rsync that will run without operator intervention. I have the daemon running on the receiving server and here is the module: [test] path = /web/test comment = test uid = siteadm gid = web read only = no list = yes auth users = siteadm secrets file = /etc/rsyncd.s

Re: feature-request: libwrap

2001-04-25 Thread Dave Dykstra
On Wed, Apr 25, 2001 at 03:20:58PM -0400, Scott Adkins wrote: > --On Wednesday, April 25, 2001 3:06 PM -0400 "David N. Blank-Edelman" > <[EMAIL PROTECTED]> wrote: > > > Dave Dykstra <[EMAIL PROTECTED]> writes: > > > >> What are the advantages of that over rsyncd.conf's "hosts allow" and > >> "ho

Re: delete a single file?

2001-04-25 Thread Dave Dykstra
On Wed, Apr 25, 2001 at 12:06:07PM +0200, andreas haupt wrote: > Hello all, > > a quick one possibly: > can I use rsync to delete a single file remotely? > Assume I have deleted a file locally and I want it removed remotely > but without having to rsync the whole directory. > >

Re: feature-request: libwrap

2001-04-25 Thread Scott Adkins
--On Wednesday, April 25, 2001 3:06 PM -0400 "David N. Blank-Edelman" <[EMAIL PROTECTED]> wrote: > Dave Dykstra <[EMAIL PROTECTED]> writes: > >> What are the advantages of that over rsyncd.conf's "hosts allow" and >> "hosts deny"? > > The main advantage would be the ability for sites that alread

Re: feature-request: libwrap

2001-04-25 Thread David N. Blank-Edelman
Dave Dykstra <[EMAIL PROTECTED]> writes: > What are the advantages of that over rsyncd.conf's "hosts allow" and > "hosts deny"? The main advantage would be the ability for sites that already use tcpwrappers to centralize their network authorization mechanism. Having this information spread out i

Re: feature-request: libwrap

2001-04-25 Thread Dave Dykstra
On Tue, Apr 24, 2001 at 01:28:57PM -0700, Bill Campbell wrote: > On Tue, Apr 24, 2001 at 11:02:19AM -0500, Dave Dykstra wrote: > ... > >What are the advantages of that over rsyncd.conf's "hosts allow" and > >"hosts deny"? > > > >I don't know Andrew's reasons for implementing those instead of linki

rsyncd dies during data transfer

2001-04-25 Thread hello hi
Hi All, I am running rsync on bsdi/os 4.2 where one machine is running it as a server and the other is accessing it. it's just to copy user directories and mails. The command I am using is simple in format i.e. rsync -avz source destination::list but sometimes during transfer it just dies ou

delete a single file?

2001-04-25 Thread andreas haupt
Hello all, a quick one possibly: can I use rsync to delete a single file remotely? Assume I have deleted a file locally and I want it removed remotely but without having to rsync the whole directory. rsync --delete file remote_machine:. does not work but