Daemon Core: Command Socket at <192.168.0.3:55606> -In other machine I type:
condor@deb2~/condor/$telnet 192.168.0.3 55606 Trying 192.168.0.3... Connected to 192.168.0.3. Escape Character is '^]'
-But if I try it with condor:
condor@deb3~/condor/bin$ ./condor_submit submit.hello
ERROR:Can't find the address of local schedd
In the config file I have these parameters in all of the virtual machines: condor@deb3~/condor/bin$ ./condor_config_val -config -verbose SCHEDD_HOST
Configuration source:
/home/condor/etc/condor_config Local configuration source: /home/condor/etc/condor_config
SCHEDD_HOST: 192.168.0.3 Defined in '/home/condor/etc/condor_config', line 3
CONDOR_HOST: 192.168.0.2
Defined in '/home/condor/etc/condor_config', line 2 The WRITE and READ permison is set to * Besides, it is not just happening with the condor_submit, also with all other commands of any machine.
All the daemons seems running fine, there isn't any error in the log files. I have read some threads of this mail list and others in google but I haven't found the solution.