Re: rsync processes never die

2002-03-20 Thread Martin Pool

On 11 Mar 2002, Scott Russell [EMAIL PROTECTED] wrote:

 This is on Red Hat 7.1. or 7.2. Looks like I'll have to wait a while on this
 update. Thanks anyway.

You should not need to run autoconf unless you edit configure.in,
because we ship ./configure and config.h.in.

-- 
Martin 

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



Re: rsync processes never die

2002-03-11 Thread Scott Russell

Martin -

Thanks. I'll grab it and give it a try.

-- Scott

On Mon, Mar 11, 2002 at 01:54:41PM +1100, Martin Pool wrote:
 On  7 Mar 2002, Scott Russell [EMAIL PROTECTED] wrote:
 
  I'm using rsync 2.5.2 but have seen this with 2.5.1. My system is Red Hat
  7.2 with the current errata updates. Using rsyncd with xinetd it seems as if
  old processes never go away. For example right now I have 3 open rsync
  connections according to netstat -nap but 30 rsync --daemon
  processes going!
 
 I think this might be fixed in 2.5.3pre:
 
 * Fix for rsync server processes hanging around after the client
   unexpectedly disconnects.  (Colin Walters) (Debian bug #128632)
 
 Please let us know if that does not fix the problem.
 
 -- 
 Martin 

-- 
Regards,
 Scott Russell ([EMAIL PROTECTED])
 Linux Technology Center, System Admin, RHCE.
 T/L 441-9289 / External 919-543-9289
 http://bzimage.raleigh.ibm.com/webcam


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



Re: rsync processes never die

2002-03-11 Thread Scott Russell

On Mon, Mar 11, 2002 at 01:54:41PM +1100, Martin Pool wrote:
 On  7 Mar 2002, Scott Russell [EMAIL PROTECTED] wrote:
 
  I'm using rsync 2.5.2 but have seen this with 2.5.1. My system is Red Hat
  7.2 with the current errata updates. Using rsyncd with xinetd it seems as if
  old processes never go away. For example right now I have 3 open rsync
  connections according to netstat -nap but 30 rsync --daemon
  processes going!
 
 I think this might be fixed in 2.5.3pre:
 
 * Fix for rsync server processes hanging around after the client
   unexpectedly disconnects.  (Colin Walters) (Debian bug #128632)
 
 Please let us know if that does not fix the problem.

Bah. 

  [root@ftp3 rsync-2.5.3pre1]# autoconf 
  FATAL ERROR: Autoconf version 2.52 or higher is required for this script
  [root@ftp3 rsync-2.5.3pre1]# rpm -q autoconf
  autoconf-2.13-10

This is on Red Hat 7.1. or 7.2. Looks like I'll have to wait a while on this
update. Thanks anyway.

-- 
Regards,
 Scott Russell ([EMAIL PROTECTED])
 Linux Technology Center, System Admin, RHCE.
 T/L 441-9289 / External 919-543-9289
 http://bzimage.raleigh.ibm.com/webcam


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



rsync processes never die

2002-03-07 Thread Scott Russell

Greets.

I'm using rsync 2.5.2 but have seen this with 2.5.1. My system is Red Hat
7.2 with the current errata updates. Using rsyncd with xinetd it seems as if
old processes never go away. For example right now I have 3 open rsync
connections according to netstat -nap but 30 rsync --daemon processes going!

All of them show:

  [root@root]$ ps ax | grep rsync
  24950 ?S  0:05 rsync --daemon
  25930 ?S  0:31 rsync --daemon
  ...

Any clues as to what's going on? Any way I can get more info about this
issue? Nothing is logged into my /var/log/rsyncd.log that is helpful.

Oh yeah, the only options in my /etc/rsyncd.conf are timeout 600 and the
logging directive.

Thanks.

-- 
Regards,
 Scott Russell ([EMAIL PROTECTED])
 Linux Technology Center, System Admin, RHCE.
 T/L 441-9289 / External 919-543-9289
 http://bzimage.raleigh.ibm.com/webcam


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