Skip to Content.
Sympa Menu

cado-nfs - Re: [Cado-nfs-discuss] Help starting out using two machines

Subject: Discussion related to cado-nfs

List archive

Re: [Cado-nfs-discuss] Help starting out using two machines


Chronological Thread 
  • From: David Willmore <davidwillmore@gmail.com>
  • To: Emmanuel Thomé <Emmanuel.Thome@inria.fr>
  • Cc: Cado-nfs-discuss@lists.gforge.inria.fr
  • Subject: Re: [Cado-nfs-discuss] Help starting out using two machines
  • Date: Mon, 9 Mar 2020 06:59:17 -0400
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=davidwillmore@gmail.com; spf=Pass smtp.mailfrom=davidwillmore@gmail.com; spf=None smtp.helo=postmaster@mail-qk1-f196.google.com
  • Ironport-phdr: 9a23:j0gmGhBCthpbCtxjQHCUUyQJP3N1i/DPJgcQr6AfoPdwSPT4oMbcNUDSrc9gkEXOFd2Cra4d16yP6vCrAzZIyK3CmU5BWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MRq7oR/MusULgoZuJbg9xgXUqXZUZupawn9lKl2Ukxvg/Mm74YRt8z5Xu/Iv9s5AVbv1cqElRrFGDzooLn446tTzuRbMUQWA6H0cUn4LkhVTGAjK8Av6XpbqvSTksOd2xTSXMtf3TbAwXjSi8rtrRRr1gyoJKzI17GfagdFrgalFvByuuQBww4/MYIGUKvV+eL/dfcgHTmZFR8pdSjBNDp+5Y4YJEuEPP/tXr5PlqlQBoxuxBwmiCu3sxDFVmHH5waI03v89EQHfxgEsA84CvGjWodjzKawcUfq1zK7NzTjbYf1Zwyn96InVfRs8of6MXLZwcc7UyUkoDQPKkEibpIv4MDyPyOQNsnWU7uRhVeKrj24nrgZxoiKxyco3hYnJg5gaylHA9Slj3Ik1Iti4RVd9bNW5E5VQrzmXO5VqTs4mWW1luyY3xqcYtZKlYiQG0okryhreZvGBboOG+AjsVPyLLjd9nH9leKywhxK18UW4z+3zTMi00FJToipckdnAq2kB1xLO5sWDS/Zx5Eih2TGI1wDc7uFLP1o4mrbcK54k2rIwl5wTvlrfHiLuhkn6kKubel8n9+Wo8ejrfKvqqoGGO4NpjgzzM7wimsmlDuQ5NggOUXKb+eO51LD74EL2WqtKjvwrnajXsZDaIcAbpqu+Aw9PzIku8Bm/DzK839QZmXkLNk5KeBWCj4TxIVHBPOj4Deujg1SriDpm2erJMaDmApnUKHjDnqzhca9g5E5d0wo80c1f54lPCrwaJPLzW1TxtMDDDhMjPAy0zeHnCM9y1owAQ26PA6mZMLnTsVCS/O4vLfOMN8cpv2PQLv0s4ePjiUgFmVgY/OH98J4SYXalE/AgH0WeZHfEg9EbEG5MsBBoH8Lwj1jXfTdNZnr6YKM44jQ8Eo/uWYvKWIGhn72F2CK8BJB+aWVPC1TKGnDtIdbXE8wQYT6fd5cy2gcPUqKsHsp4jUn36V3KjoF/J++RwRU28JLu0N8vub/WnBA2sCV3VoGTijDTCW5zmWwMSnk926Ut+RUsmGfG6rBxhrljLfIW4vpIVgkgMpuFlr51DtnzXkTKedLbEQ/6EOXjOik4S5cK+/FLe1x0QozwgRXK3i7sCLgQxeSG
  • 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>

It looks like the git version of the code tickled a bug in python's
libraries. The clients now fail with:
./cado-nfs-client.py:724: DeprecationWarning: cafile, capath and
cadefault are deprecated, use a custom context instead. return
urllib_request.urlopen(request, cafile=cafile)

and then 404 with no work found. This even happens with the normal
invocation of the script.

OS: Fedora 31

Specific libraries and package versions available as requested.

On Mon, Mar 9, 2020 at 4:42 AM Emmanuel Thomé <Emmanuel.Thome@inria.fr> wrote:
>
> On Sun, Mar 08, 2020 at 08:46:11PM -0400, David Willmore wrote:
> > When built from git and run on the example from the make file, I run
> > into a problem:
> > [willmore@blade1 cado-nfs]$ ./cado-nfs.py
> > 90377629292003121684002147101760858109247336549001090677693
> [...]
> > Info:HTTP server: serving at https://blade1:38715 (0.0.0.0)
> [...]
> > And there it sits. Nothing is running. There are ten instances of
> > cado_nfs_client.py on the machine in a sleep state--clearly waiting
> > for something on their network sockets. Hmm, okay, it's not using port
> > 8001 for some reason. I wonder if the firewall is that strict. .....
> > Yes, yes it is. It's blocking the seemingly random port that the
> > script now picks. Updating the firewall after the script runs isn't
> > enough. Is there a way to tell the script to stop picking random
> > ports?
>
> ./cado-nfs.py 90377629292003121684002147101760858109247336549001090677693
> server.port=8001
>
> And then if you want to take care of running the clients by yourself, run
> the server with
>
> ./cado-nfs.py 90377629292003121684002147101760858109247336549001090677693
> server.port=8001 --server
>
> As per ./scripts/cadofactor/README.md , if you supply a parameter file,
> there's no default behaviour that starts clients. E.g. this is equivalent
> to the former:
>
> ./cado-nfs.py 90377629292003121684002147101760858109247336549001090677693
> server.port=8001 ./parameters/factor/params.c60
>
> Best,
>
> E.
>




Archive powered by MHonArc 2.6.19+.

Top of Page