rsync-2.6.8 hangs on AIX

Frank Fegert fra.nospam.nk at gmx.de
Sun Jun 25 08:30:21 GMT 2006


Dominik Vogt wrote:
> On Sat, Jun 24, 2006 at 10:17:01AM -0700, Wayne Davison wrote:
 > Of course there is netstat, but my question was aiming for the
> command on AIX that can be used in place of Linux' strace.

Try 'truss' ('man 5 truss'). It's very likely to be present
on every modern Unix system. It gives about the same information
as strace although the output isn't compatible to be dircetly
compared with the on from strace.
Also interesting might be 'trace' (man 5 trace).
You'll need the following filesets:
    /usr/bin/trace	bos.sysmgt.trace
    /usr/bin/truss	bos.sysmgt.serv_aid

Regards,

	Frank


More information about the rsync mailing list