Solaris 10 Patches not running

Has anyone ever seen the patch cluster just hang and do nothing?

When I run in debug mode, here is where it hangs...

I tried clearing out my profile, running in different shells, I have no idea whats going on, any help is appreciated...

export/home/unixadm/10_Recommended>ksh -x ./installcluster --s10clust
+ [ -x /usr/bin/pargs -a -x /usr/bin/egrep -a -x /usr/bin/env ]
+ /usr/bin/pargs -l 4219
+ 2> /dev/null
+ /usr/bin/egrep ^/usr/bin/(k|pfk|rk)sh
+ 1> /dev/null
+ exit 35
+ [ 35 = 36 ]
+ /usr/bin/env
+ /usr/bin/egrep ^A__z=.
+ 1> /dev/null
+ exec /usr/bin/env A__z= ./installcluster --s10clust

isn't the password "s10cluster"?

Yes it is,

The output I pasted got cut off...

Again.. can you check ownership and permissions of the directory and the patches within it?

There is an undocumented bug (bug report being submitted now).

The install script is choking on the timeout variables we have in the /etc/profile.

I commented TMOUT and TIMEOUT so they didnt exitx in my environment and it worked.

Thanks for you help!!!