Looks like you are running out of stack on the client node. What stack size does "ulimit -a" on the client node return?
You could temporarily increase the stack size with ulimit -s 65532 to see if it works. On Mon, 2008-10-20 at 15:52 -0700, Don W Rudish wrote: > We (Chris Kinney and I) are having problems running xcpufs our Perceus > cluster. Attached is an strace from the client node. Below are the steps > we took: > > We downloaded xcpu from % svn co svn://xcpu.org/sxcpu/trunk sxcpu > > Our control node is 10.1.252.10 > Our client node is 10.1.5.1 > Both are 64bit RedHat 5 machines > > ssh to client and started xcpufs with > strace -ff -o /tmp/out ./xcpufs > > from our control node we did: > ./xgroupset add 10.1.5.1 root 0 root > ./xuserset add 10.1.5.1 root 0 root /id_rsa.pub > ./xrx 10.1.5.1 date
