On Mon, Jan 29, 2001 at 08:08:26AM +0100, Schmitt, Martin wrote:
> Dave,
>
> > > waitid(P_PID, 6630, 0xEFFFFBA8, WEXITED|WTRAPPED|WNOWAIT)
> > (sleeping...)
> >
> > I think that is normal during some phases of rsync's
> > execution; at those
> > times there is a companion process that is supposed to be
> > doing the work.
>
> So, you mean, this examination of 100.000 files might just take longer than
> I was willing to wait for it?
>
> I just tried to give it another shot and applied "--dry-run" to, let's say,
> speed up the process:
>
> unexpected EOF in read_timeout
> Received signal 16. (no core)
>
> At different points.
>
> I'll do a live run now, leave it running (hanging/waiting?) for maybe an
> hour or two, and see what happens.
Do a ps to find the pid of the other rsync process and see if truss shows
it is still functioning.
> > I would appreciate it if you could compile from source yourself and
> > see if that makes a difference.
>
> I do see your point, and I would really like to help you out. In fact, in
> the Linux and *BSD environments I usually work in, I compile my own stuff
> almost all of the time.
>
> But what I have here is a nasty kind of production environment, no real clue
> about Solaris and:
>
> $ make
> bash: make: command not found
As already pointed out add /usr/ccs/bin to your PATH, and hopefully you'll
be able to find the compiler in /opt/SUNWspro/bin.
- Dave Dykstra