LFS support on AIX 4.3.3

2001-03-15 Thread Willeat, Todd

http://www.rs6000.ibm.com/doc_link/en_US/a_doc_lib/aixprggd/genprogc/prg_lrg
_files.htm explains how to enable large file support on AIX. The fillowing
line was added to the config.h file:

#define _LARGE_FILES 1


Todd Willeat
UNIX Administrator

 ...OLE_Obj... 
40 Corporate Center
425 South Woods Mill Road
Chesterfield, Missouri 63017-3492
 Phone: (314) 214-2329
 Fax: (314) 214-8202
E-Mail:  [EMAIL PROTECTED]
Web:  http://www.mercyhealthplans.com/






Peer reset

2001-03-15 Thread Alex Peyser

I've got rsync 2.4.6  protocol version 24 running as an inetd server under
solaris 2.7.
I've got set the modules set up, authentication goes ok.  Then I get a
reverse dns warning... which is fine
with me, the security isn't running through rsync anyhow (and in the rsync
source code that appears to
be a warning that doesn't cause a failure).  Then my client get a peer reset
error.  
That happens whether or not I'm coming in over a wan, lan, or through
localhost.
I get no error in syslog on the server error, just the read error in
read_timeout on the client side.

Anyone have any idea ?

Thanks,
Alex Peyser





Re: LFS support on AIX 4.3.3

2001-03-15 Thread Martin Pool

On 15 Mar 2001, "Willeat, Todd" [EMAIL PROTECTED] wrote:

 http://www.rs6000.ibm.com/doc_link/en_US/a_doc_lib/aixprggd/genprogc/prg_lr_files.htm
 explains how to enable large file support on AIX. The fillowing line
 was added to the config.h file:
 
 #define _LARGE_FILES 1

I committed this to rsync.h (v1.98), so it should be in 2.4.7.  It's
unconditionally defined.  If somebody on AIX could build from anoncvs
and confirm that it works that would be great.  (Mail me if you would
like help with CVS.)

Thanks,
--
Martin Pool