[PROOF] problem to setup

Hello,

I try to make a proof cluster localy using computers of our lab. I use root v4.00.03 and UsrPwd authentication. ROOT exits after the gROOT->Proof() command.

Thanks for your help,

Karim.

Hi Karim,

after setting up the proofd and rootd daemons can you telnet to the ports, try:

telnet localhost 1093
telnet localhost 1094

(assuming you use the default ports).

Telnet should be able to connect. If not the daemons are not correctly setup.

If this works, have a look at the /var/log/messages file to see what feedback the proofd gives.

Let me know.

Cheers, Fons.

Hi

I have found the problem. I have installed ROOT in a particular directory TOTO. And the daemon didn t found the ROOT libraries. So I had to do that :
service proofd
{
disable = no
socket_type = stream
wait = no
user = root
server = /scatlas4/kbernard/ROOT/bin/proofd
server_args = -i /scatlas4/kbernard/ROOT
log_on_success += DURATION USERID
log_on_failure += USERID

    env = LD_LIBRARY_PATH=/data/gcc-3.2.2/lib:/scatlas4/kbernard/ROOT/lib/root

}

Thanks

Karim.