Hi, On Wed, May 21, 2014 at 08:26:08PM +0300, Antti Korvenoja wrote: > It seems that the condor on the compute node fails to communicate with the > master node as indicated by the following error message. > > condor_status > Error: communication error > CEDAR:6001:Failed to connect to <xxx.xxx.xxx.xxx:9618> > > Does someone have any idea what might be the problem? Any hints and advice > are greatly appreciated,
Just to be sure: You have a process listening to port 9618 on the master (check with netstat -anp), and you can connect to it from the compute node, i.e.: % telnet 127.0.0.1 9618 Trying 127.0.0.1... Connected to 127.0.0.1. (use your master IP) Michael -- Michael Hanke http://mih.voxindeserto.de _______________________________________________ Neurodebian-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/neurodebian-users
