Skip to Content.
Sympa Menu

cado-nfs - [Cado-nfs-discuss] client won't start on second host

Subject: Discussion related to cado-nfs

List archive

[Cado-nfs-discuss] client won't start on second host


Chronological Thread 
  • From: "Patrick R. St." <xorlogic@outlook.com>
  • To: "cado-nfs-discuss@lists.gforge.inria.fr" <cado-nfs-discuss@lists.gforge.inria.fr>
  • Subject: [Cado-nfs-discuss] client won't start on second host
  • Date: Fri, 20 Mar 2015 10:34:47 -0400
  • Importance: Normal
  • List-archive: <http://lists.gforge.inria.fr/pipermail/cado-nfs-discuss/>
  • List-id: A discussion list for Cado-NFS <cado-nfs-discuss.lists.gforge.inria.fr>

Hello,

I am trying to run a factorization with CADO-NFS on several machines, but it is not able to start the client on the second machine. Running CADO-NFS only on localhost works, my SSH config seems to be good and from what I know I followed the README instructions fine.

The command I have run:

./factor.sh 1264140330139699975151910140167392338710257567267977216954497 -h localhost,192.168.0.113

And the error it outputs when it tries to connect to the other machine (CADO-NFS would still start to factor after with only localhost):

Warning:Command: Process with PID 17969 finished with return code 1
Warning:Client Launcher: Starting client on host 192.168.0.113 failed.
Warning:Client Launcher: Stderr: INFO:root:Starting client 192.168.0.113
INFO:root:Python version is 2.7.6
INFO:root:Downloading certificate from andsto:8001
Traceback (most recent call last):
  File "/home/xor/cado-nfs-2.1.1/scripts/cadofactor/wuclient2.py", line 1563, in <module>
    if not get_missing_certificate(certfilename, netloc, SETTINGS["CERTSHA1"]):
  File "/home/xor/cado-nfs-2.1.1/scripts/cadofactor/wuclient2.py", line 1347, in get_missing_certificate
    retrytime=retrytime)
  File "/home/xor/cado-nfs-2.1.1/scripts/cadofactor/wuclient2.py", line 1315, in get_ssl_certificate
    ca_certs=None)
  File "/usr/lib/python2.7/ssl.py", line 548, in get_server_certificate
    s.connect(addr)
  File "/usr/lib/python2.7/ssl.py", line 433, in connect
    self._real_connect(addr, False)
  File "/usr/lib/python2.7/ssl.py", line 420, in _real_connect
    socket.connect(self, addr)
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
socket.gaierror: [Errno -2] Name or service not known

Any idea what could be causing this? Thanks!



Archive powered by MHonArc 2.6.19+.

Top of Page