![]() |
|
|
#1 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
EE916 Posts |
Past annoying!! None of my 16.04 machines work - both 14.04 and 18.04 do work. (I can't upgrade to 18.04 yet due to unresolved ecmpi issues.)
Machine with 16.04 LTS: Code:
$ wget "http://factordb.com/primobatch.php?digits=5000&files=40&start=Generate%20Zip" -O primo5000.zip --2019-09-07 09:48:23-- http://factordb.com/primobatch.php?digits=5000&files=40&start=Generate%20Zip Resolving factordb.com (factordb.com)... 116.203.33.155 Connecting to factordb.com (factordb.com)|116.203.33.155|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 0 [text/html] Saving to: 'primo5000.zip' primo5000.zip [ <=> ] 0 --.-KB/s in 0s 2019-09-07 09:48:23 (0.00 B/s) - 'primo5000.zip' saved [0/0] Code:
$ wget "http://factordb.com/primobatch.php?digits=5000&files=40&start=Generate%20Zip" -O primo5000.zip
--2019-09-07 09:15:02-- http://factordb.com/primobatch.php?digits=5000&files=40&start=Generate%20Zip
Resolving factordb.com (factordb.com)... 116.203.33.155
Connecting to factordb.com (factordb.com)|116.203.33.155|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/force-download]
Saving to: 'primo5000.zip'
[ <=> ] 98,124 374KB/s in 0.3s
2019-09-07 09:15:02 (374 KB/s) - 'primo5000.zip' saved [98124]
Code:
$ wget "http://factordb.com/primobatch.php?digits=5000&files=40&start=Generate%20Zip" -O primo5000.zip --2019-09-07 09:57:39-- http://factordb.com/primobatch.php?digits=5000&files=40&start=Generate%20Zip Resolving factordb.com (factordb.com)... 116.203.33.155 Connecting to factordb.com (factordb.com)|116.203.33.155|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/force-download] Saving to: 'primo5000.zip' primo5000.zip [ <=> ] 95.82K 305KB/s in 0.3s 2019-09-07 09:57:40 (305 KB/s) - 'primo5000.zip' saved [98124] |
|
|
|
|
|
#2 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
230038 Posts |
Quote:
This might not work because of incompatible dynamically linked libraries. If it doesn't work, another option would be to compile wget from source. |
|
|
|
|
|
|
#3 | |||
|
"Ed Hall"
Dec 2009
Adirondack Mtns
73518 Posts |
Quote:
From wget: Quote:
From gnutls: Quote:
|
|||
|
|
|
|
|
#4 |
|
Sep 2002
Database er0rr
3,739 Posts |
Did you search with apt-cache search gnutls?
Something like this should do it: Code:
sudo apt-get update sudo apt-get install gnutls-bin |
|
|
|
|
|
#5 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11·347 Posts |
Quote:
I installed gnutls-bin - no luck. Then, I installed libapache2-mod-gnutls - no luck. Then, I installed python-gnutls hoping dependencies would help - Nope! Then, I went for gnutls from scratch, but when that failed, I quit! |
|
|
|
|
|
|
#6 |
|
"Composite as Heck"
Oct 2017
14568 Posts |
Have you tried curl?
|
|
|
|
|
|
#7 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
73518 Posts |
|
|
|
|
|
|
#8 | |
|
Jan 2008
France
2·52·11 Posts |
Quote:
|
|
|
|
|
|
|
#9 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
144238 Posts |
I found that wget was giving me zero-length files from factordb.com because the web server there was unhappy with its user-agent line, if I did
Code:
wget --user-agent='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.18 (KHTML, like Gecko) Version/8.0.3 Safari/600.3.18' |
|
|
|
|
|
#10 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11·347 Posts |
Quote:
We have a winner! Unfortunately, this seems awfully familiar, now that it's posted. ![]() Thanks! Thanks, I will try this too, a little later. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A suggestion for factordb. | enzocreti | FactorDB | 15 | 2021-06-24 07:15 |
| Reporting Factors by wget works with Fedora but not Ubuntu | EdH | FactorDB | 4 | 2018-08-27 16:37 |
| Aliqueit/wget can't upload sequence (no data received). How to fix this? | Stargate38 | FactorDB | 2 | 2016-06-17 08:08 |
| FactorDB PRP's | smh | FactorDB | 231 | 2015-07-28 02:30 |
| FactorDB question | Raman | Factoring | 15 | 2010-01-28 10:24 |