|
From: Cristi M. <Cri...@ne...> - 2011-01-21 10:17:31
|
From: Kumar, Shree <shreekumar@hp...> - 2011-01-21 05:10
Hi Cristi,
Bad guess! Ok - so now we have to look deeper. Thanks for the additional
information.
>>>>>> Hi Shree ! Thank you for the replies.
VizStack runs a daemon on port 50000 by default. The scripts from the
other nodes connect to this daemon. Please ensure that your virtual
machine is not blocking this connection. If this port is being blocked,
then open it and then retry the viz-tvnc script.
>>>>>>> The port is not blocked.
Next, try running /opt/vizstack/sbin/vs-test-gpus. This should return
successfully.
>>>>>>> Test PASSED
If all these do not fix the problem, then make a copy of
/opt/vizstack/bin/viz-tvnc. Edit the file. Locate the line
tvncProc = sched.run(cmd, errFile = open("/dev/null","w"))
And edit it to see the error messages
tvncProc = sched.run(cmd)
Run the edited copy of viz-tvnc. You will see error messages. Pass them on
to me to have a look.
>>>>>>> After I did the step above I found the problem ! Good Point !
>>>>>>>
>>>>>>> >viz-tvnc
>>>>>>> >Starting Desktop with resolution 1280x1024
>>>>>>> >vs-vncserver: Wrong type or access mode of /home/cristi/.vnc.
>>>>>>> >TurboVNC server failed to start.
>>>>>>>
>>>>>>> So, the proble came from this vs-vncserver file: line 237-238
>>>>>>>
>>>>>>>
if (!-d _ || !-o _ || ($vncUserDirUnderTmp && ($mode & 0777) != 0700)) {
die "$prog: Wrong type or access mode of $vncUserDir.\n";
}
>>>>>>> What I should do in order to fix this attributes-rights...
>>>>>>> What is your advice ?
>>>>>>> When I tried to run a standalone config directly on the node, it
>>>>>>> returns the same message (of course).
>>>>>>>
>>>>>>> Thank you in advance !
>>>>>>>
>>>>>>>Cheers,
>>>>>>>Cristi
Regards
-- Shree
|