Skip to Content.
Sympa Menu

cado-nfs - Re: [cado-nfs] [Errno 54] Connection reset by peer

Subject: Discussion related to cado-nfs

List archive

Re: [cado-nfs] [Errno 54] Connection reset by peer


Chronological Thread 
  • From: Emmanuel Thomé <Emmanuel.Thome@inria.fr>
  • To: cado-nfs@inria.fr
  • Subject: Re: [cado-nfs] [Errno 54] Connection reset by peer
  • Date: Fri, 13 Aug 2021 10:26:14 -0700
  • Ironport-hdrordr: A9a23:VDcGea3eYum3l/5YWBDzCgqjBKckLtp133Aq2lEZdPVwSL36qynIpoV46faUslYssR4b8uxoVJPrfZqYz+8R3WBzB9aftWvd11dARbsKhbcKgQePJ8SUzIJgPMlbHpRDNA==

Hi,

That sounds quite weird, since we test freebsd 13 on each commit.

- what version of cado-nfs are you using? (I presume it's the git master
branch, but which commit exactly?)
- what is the exact command line that you used?
- could you please post the contents of the log file (named
[[something]].log in the work directory that cado-nfs.py creates. If
you don't have it for some reason, the full on-terminal transcript is
already a good start)

FYI, the latest check on freebsd:
https://gitlab.inria.fr/cado-nfs/cado-nfs/-/jobs/1291821

Best regards,

E.

On Fri, Aug 13, 2021 at 02:29:20AM -0700, Yuri wrote:
> On FreeBSD 13 the factorization command always prints this error:
>
>
> Info:Client Launcher: Starting client id localhost on host localhost
> ----------------------------------------
> Exception happened during processing of request from ('127.0.0.1', 33201)
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.8/socketserver.py", line 316, in
> _handle_request_noblock
>     self.process_request(request, client_address)
>   File "/usr/local/lib/python3.8/socketserver.py", line 347, in
> process_request
>     self.finish_request(request, client_address)
>   File "/usr/local/lib/python3.8/socketserver.py", line 360, in
> finish_request
>     self.RequestHandlerClass(request, client_address, self)
>   File "/usr/local/lib/cado-nfs-3.0.0/scripts/cadofactor/wuserver.py", line
> 276, in __init__
>     super().__init__(*args, **kwargs)
>   File "/usr/local/lib/python3.8/http/server.py", line 647, in __init__
>     super().__init__(*args, **kwargs)
>   File "/usr/local/lib/python3.8/socketserver.py", line 747, in __init__
>     self.handle()
>   File "/usr/local/lib/python3.8/http/server.py", line 427, in handle
>     self.handle_one_request()
>   File "/usr/local/lib/python3.8/http/server.py", line 395, in
> handle_one_request
>     self.raw_requestline = self.rfile.readline(65537)
>   File "/usr/local/lib/python3.8/socket.py", line 669, in readinto
>     return self._sock.recv_into(b)
>   File "/usr/local/lib/python3.8/ssl.py", line 1241, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/local/lib/python3.8/ssl.py", line 1099, in read
>     return self._sslobj.read(len, buffer)
> ConnectionResetError: [Errno 54] Connection reset by peer
> ----------------------------------------
>
>
>
> Yuri
>
>



Archive powered by MHonArc 2.6.19+.

Top of Page