Skip to content
Prev 144 / 2152 Next

snow, socket cluster: problem with path to rscript

Steve Weston a ?crit :
I upgraded to R 2.8 but unfortunately this doesn't change, the port 
10187 is still said to be close...

I obviously have a problem in opening the port, maybe should I rather 
post on the debian list or on other forums? I use nc -l -p 10187, so 
that telnet xxx.212 10187 is working, did it on both machines, but still 
when running with makeCluster have that issue, also when running from 
worker:

socketConnection("ubuntu", port = 10187)
192.100.100.212:10187 cannot be opened


and with:

socketConnection(port = 10187, server = TRUE)

nothing happens, what is actually the expected output?

Thanks a lot for your help and advices!!!

Mat