You are not logged in.
Pages: 1
specifically
https://kelaino.bunsenlabs.org/ddl/bl-H … so.torrent
p.s. And the links to sum files.
Last edited by brontosaurusrex (2016-03-28 15:36:01)
Offline
It wants to save that file here.
It saved something ...
/home/sector11/bl-Hydrogen-rc2-amd64.iso.torrent
(size: 67.2 kB (67,151 bytes))
What seems to be the problem?
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
or
wget https://kelaino.bunsenlabs.org/ddl/bl-Hydrogen-rc2-amd64.iso.torrent
--2016-03-28 17:43:22-- https://kelaino.bunsenlabs.org/ddl/bl-Hydrogen-rc2-amd64.iso.torrent
Resolving kelaino.bunsenlabs.org... 78.47.156.207, 2a01:4f8:c17:2c09::2
Connecting to kelaino.bunsenlabs.org|78.47.156.207|:443... connected.
HTTP request sent, awaiting response... 503 Service Temporarily Unavailable
2016-03-28 17:43:24 ERROR 503: Service Temporarily Unavailable.
Last edited by brontosaurusrex (2016-03-28 15:44:20)
Offline
28 Mar 16 @ 12:47:59 ~
$ wget https://kelaino.bunsenlabs.org/ddl/bl-Hydrogen-rc2-amd64.iso.torrent
--2016-03-28 12:48:01-- https://kelaino.bunsenlabs.org/ddl/bl-Hydrogen-rc2-amd64.iso.torrent
Resolving kelaino.bunsenlabs.org (kelaino.bunsenlabs.org)... 78.47.156.207, 2a01:4f8:c17:2c09::2
Connecting to kelaino.bunsenlabs.org (kelaino.bunsenlabs.org)|78.47.156.207|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 67151 (66K) [application/x-bittorrent]
Saving to: ‘bl-Hydrogen-rc2-amd64.iso.torrent.1’
bl-Hydrogen-rc2-amd64.iso.t 100%[=============================================>] 65.58K 249KB/s in 0.3s
2016-03-28 12:48:03 (249 KB/s) - ‘bl-Hydrogen-rc2-amd64.iso.torrent.1’ saved [67151/67151]
28 Mar 16 @ 12:48:03 ~
$
OK, this is definitely "weird"
I'll stay quiet waiting for those that know better. Good Luck.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Hi bronto, please forget the broken error page – that was supposed to be a 503 custom error page, forgot to shred it after the forum migration.
I sniffed the logs for a bit and the IP with which you signed in to the forums got rejected with a 503 several times because it tried to open more than 1 TCP connection to kelaino.bunsenlabs.org. I set a maximum limit of 1 connection per IP to enforce a bandwidth cap for downloads (preventing aria2c and friends to open more than one connection to circumvent that); any attempt to establish more will be met a 503 error.
[error] 10913#10913: *329546 limiting connections by zone "perip", client: $IPADDRESS, server: kelaino.bunsenlabs.org, request: "GET /ddl/bl-Hydrogen-rc2-amd64.iso.torrent HTTP/2.0", host: "kelaino.bunsenlabs.org", referrer: "https://forums.bunsenlabs.org/viewtopic.php?pid=22968"
I guess that didn't work out well for downloading the .torrent and checksumfiles/signature in quick succession which each led to a separate connection which got rejected I guess. Which also explains why the logo in the page you got served was broken: it was supposed to be loaded from kelaino too.
I'll change some settings tomorrow and see that the cap only applies to .iso downloads.
Offline
I see (I don't think I was using anything that does multiple connections (only firefox and wget)).
Offline
It's downloading for me ATM. I didn't try the checksum. -edit- It's working. Thanks @ion!
I don't care what you do at home. Would you care to explain?
Offline
I see (I don't think I was using anything that does multiple connections (only firefox and wget)).
Firefox doesn't terminate connections immediately after using them.
Offline
Pages: 1