:: Re: [devuan-dev] Introducing apt-pa…
Top Page
Delete this message
Reply to this message
Author: onefang
Date:  
To: devuan-dev
Subject: Re: [devuan-dev] Introducing apt-panopticon, my Devuan mirror checker script.
BTW, I'm now running apt-panopticon on my own server once an hour, you
can see the results at https://sledjhamr.org/apt-panopticon/


On Wed, 6 Nov 2019 12:05:37 +0100 Irrwahn said :
> Hi onefang,
>
> thank you for your detailed explanation!
>
> onefang wrote on 06.11.19 04:00:
> [...]
> >
> > For each IP found in the DNS lookups I do the same HEAD probe using
> > the IP in the URL and the mirrors original domain name in a "Host =
> > " header. This is where things go wrong for
> > https://devuan.packet-gain.de. https://mirror.stinpriza.org has the
> > exact same issue.
> [...]
> > Correct, the checking of https://devuan.packet-gain.de/ gives no
> > errors. However checking http://95.216.15.86/ with the HTTP header
> > "Host = devuan.packet-gain.de" gives a result of -
> >
> > 421 HTTP/1.1 421 Misdirected Request.
> >
> > Which would result in no file downloaded, thus it is flagged as an
> > error. Well 34 errors, one for each file. There are also warnings
> > that are flagged, things that will give the correct result, but that
> > probably could be cleaned up at the mirror end (or some that need
> > mirror_list.txt to be cleaned up).
> [...]
> >
> > The reason why I check IPs in URLs with "Host = " headers is that
> > is how the DNS round robin works, which I also check, and so it's
> > possible that some of the mirrors themselves might do the same. As
> > I said above, I'm probing into every little nook and cranny, this
> > is one of those nooks.
>
> Given that HTTPS delivery can't and won't possibly work with the
> DNR-RR, I think it would be reasonable to expect the DNS-RR entries
> to only give meaningful results with plain HTTP requests. Actually,
> I am quite surprised you're not getting this kind of "errors" on more
> mirrors.


For the DNS-RR tests I am indeed skipping the HTTPS tests, for exactly
this reason. That's why we don't see these errors when testing
deb.devuan.org.

> > I had never seen a 421 HTTP code before, and I didn't know what it
> > was.
> > https://serverfault.com/questions/916724/421-misdirected-request
> > might be helpful, it seems to suggest some issue in a complex multi
> > host environment. Maybe that might shed some light on this issue.
>
> It is indeed a multi host setup, with separate SSL certificates, one
> for each served (sub-)domain. Any attempt to request via HTTPS an
> URL using the numerical IP address instead of the FQDN will result in
> some kind of error or warning, either client-side or server-side.


My own server is also running multiple domains, on a single IP, each
with their own SSL certificate. It's not having this issue. I have
attached the logs. When requesting using a URL with my servers IP,
apt-panopticon adds a "Host = sledjhamr.org" header, so my web server
knows which domain to serve, and which certificate to use.

> > So there maybe some glitch in my checking logic that only two
> > mirrors trigger, or there maybe is some real issue on those two
> > mirrors. You'll be able to double check things at your end and let
> > me know if this is a real issue for you to fix, or give me more
> > details so that maybe I can figure out what I'm doing wrong and how
> > I can fix it.
> [...]
>
> I'll look into it more in-depth, but as far as I can tell from a
> cursory inspection of the configuration there is no real issue on the
> server side. Some restrictions are set reasonably tight, and that is
> fully intentional. Right now I'm quite hesitant to loosen any
> restrictions WRT cross-domain SSL access that could potentially
> compromise the entire server setup.


I look forward to your more in-depth report.

> > I have attached the checking logs for devuan.packet-gain.de, one is
> > the log for checking devuan.packet-gain.de, the other is the
> > 95.216.15.86 with "Host = devuan.packet-gain.de" check. I hope
> > these are readable, though I intend to try to make them more
> > readable in the future.
>
> Thank you for the logs. They show just what I would have expected
> though.
>
> If I were in your position, for numerical IPs I'd only keep the HTTP
> checks in place and drop the HTTPS tests, as these are IMHO asking
> for trouble in the form of a lot of noise in the logs. Of course,
> for the FQDNs as listed in mirrors.txt HTTPS should be expected to
> work as advertised and should be tested by all means!
>
> I conclusion (as I see it and to the best of my knowledge, please
> correct me if I'm wrong): You are currently testing a certain
> feature, namely cross-domain HTTPS requests, that was never
> advertised to work.


As mentioned, using URLs with IPs you need to send the "Host =
example.com" with the request, so that the server looks at the Host
header, and knows which domain to use, as well as which certificate to
use. I recall that certain types of proxy or reverse proxy might do
this sort of thing.

--
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.
Wed Nov 6 21:05:54 2019 INFO : Starting tests for sledjhamr.org/devuan with these tests - IPv4, http, https, Protocol
Wed Nov  6 21:05:54 2019 INFO    :   Checking IP sledjhamr.org -> sledjhamr.org /devuan
Wed Nov  6 21:05:54 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/pool/DEVUAN/main/d/desktop-base/desktop-base_2.0.3_all.deb
Wed Nov  6 21:05:56 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/pool/DEVUAN/main/d/desktop-base/desktop-base_2.0.3_all.deb
Wed Nov  6 21:05:56 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/pool/DEVUAN/main/d/desktop-base/desktop-base_2.0.3_all.deb
Wed Nov  6 21:05:57 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/pool/DEVUAN/main/d/desktop-base/desktop-base_2.0.3_all.deb
Wed Nov  6 21:05:57 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/Release
Wed Nov  6 21:05:58 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/Release
Wed Nov  6 21:05:58 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/Release
Wed Nov  6 21:06:00 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/Release
Wed Nov  6 21:06:00 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/InRelease
Wed Nov  6 21:06:01 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/InRelease
Wed Nov  6 21:06:01 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/InRelease
Wed Nov  6 21:06:03 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/InRelease
Wed Nov  6 21:06:03 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/main/binary-all/Packages.gz
Wed Nov  6 21:06:04 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/main/binary-all/Packages.gz
Wed Nov  6 21:06:04 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/main/binary-all/Packages.gz
Wed Nov  6 21:06:05 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/main/binary-all/Packages.gz
Wed Nov  6 21:06:05 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-all.gz
Wed Nov  6 21:06:06 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-all.gz
Wed Nov  6 21:06:06 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-all.gz
Wed Nov  6 21:06:08 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-all.gz
Wed Nov  6 21:06:08 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-amd64.gz
Wed Nov  6 21:06:09 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-amd64.gz
Wed Nov  6 21:06:09 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-amd64.gz
Wed Nov  6 21:06:11 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-amd64.gz
Wed Nov  6 21:06:11 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-arm64.gz
Wed Nov  6 21:06:12 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-arm64.gz
Wed Nov  6 21:06:12 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-arm64.gz
Wed Nov  6 21:06:13 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie/main/Contents-arm64.gz
Wed Nov  6 21:06:13 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-all.gz
Wed Nov  6 21:06:14 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-all.gz
Wed Nov  6 21:06:14 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-all.gz
Wed Nov  6 21:06:16 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-all.gz
Wed Nov  6 21:06:16 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-amd64.gz
Wed Nov  6 21:06:17 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-amd64.gz
Wed Nov  6 21:06:17 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-amd64.gz
Wed Nov  6 21:06:19 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-amd64.gz
Wed Nov  6 21:06:19 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-arm64.gz
Wed Nov  6 21:06:20 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-arm64.gz
Wed Nov  6 21:06:20 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-arm64.gz
Wed Nov  6 21:06:21 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/jessie-security/main/Contents-arm64.gz
Wed Nov  6 21:06:21 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/Release
Wed Nov  6 21:06:22 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/Release
Wed Nov  6 21:06:22 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/Release
Wed Nov  6 21:06:24 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/Release
Wed Nov  6 21:06:24 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/InRelease
Wed Nov  6 21:06:25 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/InRelease
Wed Nov  6 21:06:25 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/InRelease
Wed Nov  6 21:06:27 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/InRelease
Wed Nov  6 21:06:27 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/main/binary-all/Packages.gz
Wed Nov  6 21:06:28 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/main/binary-all/Packages.gz
Wed Nov  6 21:06:28 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/main/binary-all/Packages.gz
Wed Nov  6 21:06:29 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/main/binary-all/Packages.gz
Wed Nov  6 21:06:29 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-all.gz
Wed Nov  6 21:06:30 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-all.gz
Wed Nov  6 21:06:30 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-all.gz
Wed Nov  6 21:06:32 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-all.gz
Wed Nov  6 21:06:32 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-amd64.gz
Wed Nov  6 21:06:33 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-amd64.gz
Wed Nov  6 21:06:33 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-amd64.gz
Wed Nov  6 21:06:35 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-amd64.gz
Wed Nov  6 21:06:35 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-arm64.gz
Wed Nov  6 21:06:36 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-arm64.gz
Wed Nov  6 21:06:36 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-arm64.gz
Wed Nov  6 21:06:38 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii/main/Contents-arm64.gz
Wed Nov  6 21:06:38 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-all.gz
Wed Nov  6 21:06:39 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-all.gz
Wed Nov  6 21:06:39 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-all.gz
Wed Nov  6 21:06:40 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-all.gz
Wed Nov  6 21:06:40 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-amd64.gz
Wed Nov  6 21:06:41 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-amd64.gz
Wed Nov  6 21:06:41 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-amd64.gz
Wed Nov  6 21:06:43 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-amd64.gz
Wed Nov  6 21:06:43 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-arm64.gz
Wed Nov  6 21:06:44 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-arm64.gz
Wed Nov  6 21:06:44 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-arm64.gz
Wed Nov  6 21:06:46 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ascii-security/main/Contents-arm64.gz
Wed Nov  6 21:06:46 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/Release
Wed Nov  6 21:06:47 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/Release
Wed Nov  6 21:06:47 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/Release
Wed Nov  6 21:06:49 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/Release
Wed Nov  6 21:06:49 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/InRelease
Wed Nov  6 21:06:50 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/InRelease
Wed Nov  6 21:06:50 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/InRelease
Wed Nov  6 21:06:51 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/InRelease
Wed Nov  6 21:06:51 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/main/binary-all/Packages.gz
Wed Nov  6 21:06:52 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/main/binary-all/Packages.gz
Wed Nov  6 21:06:52 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/main/binary-all/Packages.gz
Wed Nov  6 21:06:54 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/main/binary-all/Packages.gz
Wed Nov  6 21:06:54 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-all.gz
Wed Nov  6 21:06:55 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-all.gz
Wed Nov  6 21:06:55 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-all.gz
Wed Nov  6 21:06:57 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-all.gz
Wed Nov  6 21:06:57 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-amd64.gz
Wed Nov  6 21:06:58 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-amd64.gz
Wed Nov  6 21:06:58 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-amd64.gz
Wed Nov  6 21:06:59 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-amd64.gz
Wed Nov  6 21:06:59 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-arm64.gz
Wed Nov  6 21:07:00 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-arm64.gz
Wed Nov  6 21:07:00 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-arm64.gz
Wed Nov  6 21:07:02 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf/main/Contents-arm64.gz
Wed Nov  6 21:07:02 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-all.gz
Wed Nov  6 21:07:03 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-all.gz
Wed Nov  6 21:07:03 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-all.gz
Wed Nov  6 21:07:05 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-all.gz
Wed Nov  6 21:07:05 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-amd64.gz
Wed Nov  6 21:07:06 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-amd64.gz
Wed Nov  6 21:07:06 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-amd64.gz
Wed Nov  6 21:07:08 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-amd64.gz
Wed Nov  6 21:07:08 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-arm64.gz
Wed Nov  6 21:07:09 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-arm64.gz
Wed Nov  6 21:07:09 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-arm64.gz
Wed Nov  6 21:07:10 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/beowulf-security/main/Contents-arm64.gz
Wed Nov  6 21:07:10 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/Release
Wed Nov  6 21:07:12 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/Release
Wed Nov  6 21:07:12 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/Release
Wed Nov  6 21:07:13 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/Release
Wed Nov  6 21:07:13 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/InRelease
Wed Nov  6 21:07:14 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/InRelease
Wed Nov  6 21:07:14 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/InRelease
Wed Nov  6 21:07:16 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/InRelease
Wed Nov  6 21:07:16 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/main/binary-all/Packages.gz
Wed Nov  6 21:07:17 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/main/binary-all/Packages.gz
Wed Nov  6 21:07:17 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/main/binary-all/Packages.gz
Wed Nov  6 21:07:19 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/main/binary-all/Packages.gz
Wed Nov  6 21:07:19 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-all.gz
Wed Nov  6 21:07:20 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-all.gz
Wed Nov  6 21:07:20 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-all.gz
Wed Nov  6 21:07:22 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-all.gz
Wed Nov  6 21:07:22 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-amd64.gz
Wed Nov  6 21:07:23 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-amd64.gz
Wed Nov  6 21:07:23 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-amd64.gz
Wed Nov  6 21:07:24 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-amd64.gz
Wed Nov  6 21:07:24 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-arm64.gz
Wed Nov  6 21:07:25 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-arm64.gz
Wed Nov  6 21:07:25 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-arm64.gz
Wed Nov  6 21:07:27 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://sledjhamr.org/devuan/merged/dists/ceres/main/Contents-arm64.gz

Wed Nov 6 21:05:54 2019 INFO : Starting tests for sledjhamr.org/devuan with these tests - IPv4, http, https, Protocol
Wed Nov  6 21:05:54 2019 INFO    :   Using IP 37.220.36.58
Wed Nov  6 21:05:54 2019 INFO    :   Checking IP sledjhamr.org -> 37.220.36.58 /devuan
Wed Nov  6 21:05:54 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/pool/DEVUAN/main/d/desktop-base/desktop-base_2.0.3_all.deb
Wed Nov  6 21:05:56 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/pool/DEVUAN/main/d/desktop-base/desktop-base_2.0.3_all.deb
Wed Nov  6 21:05:56 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/pool/DEVUAN/main/d/desktop-base/desktop-base_2.0.3_all.deb
Wed Nov  6 21:05:57 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/pool/DEVUAN/main/d/desktop-base/desktop-base_2.0.3_all.deb
Wed Nov  6 21:05:57 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/Release
Wed Nov  6 21:05:58 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/Release
Wed Nov  6 21:05:58 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/Release
Wed Nov  6 21:06:00 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/Release
Wed Nov  6 21:06:00 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/InRelease
Wed Nov  6 21:06:01 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/InRelease
Wed Nov  6 21:06:01 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/InRelease
Wed Nov  6 21:06:03 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/InRelease
Wed Nov  6 21:06:03 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/main/binary-all/Packages.gz
Wed Nov  6 21:06:04 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/main/binary-all/Packages.gz
Wed Nov  6 21:06:04 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/main/binary-all/Packages.gz
Wed Nov  6 21:06:05 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/main/binary-all/Packages.gz
Wed Nov  6 21:06:05 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/main/Contents-all.gz
Wed Nov  6 21:06:06 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/main/Contents-all.gz
Wed Nov  6 21:06:06 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/main/Contents-all.gz
Wed Nov  6 21:06:08 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/main/Contents-all.gz
Wed Nov  6 21:06:08 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/main/Contents-amd64.gz
Wed Nov  6 21:06:09 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/main/Contents-amd64.gz
Wed Nov  6 21:06:09 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/main/Contents-amd64.gz
Wed Nov  6 21:06:11 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/main/Contents-amd64.gz
Wed Nov  6 21:06:11 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/main/Contents-arm64.gz
Wed Nov  6 21:06:12 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie/main/Contents-arm64.gz
Wed Nov  6 21:06:12 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/main/Contents-arm64.gz
Wed Nov  6 21:06:14 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie/main/Contents-arm64.gz
Wed Nov  6 21:06:14 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-all.gz
Wed Nov  6 21:06:15 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-all.gz
Wed Nov  6 21:06:15 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-all.gz
Wed Nov  6 21:06:16 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-all.gz
Wed Nov  6 21:06:16 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-amd64.gz
Wed Nov  6 21:06:17 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-amd64.gz
Wed Nov  6 21:06:17 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-amd64.gz
Wed Nov  6 21:06:19 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-amd64.gz
Wed Nov  6 21:06:19 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-arm64.gz
Wed Nov  6 21:06:20 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-arm64.gz
Wed Nov  6 21:06:20 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-arm64.gz
Wed Nov  6 21:06:22 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/jessie-security/main/Contents-arm64.gz
Wed Nov  6 21:06:22 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/Release
Wed Nov  6 21:06:23 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/Release
Wed Nov  6 21:06:23 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/Release
Wed Nov  6 21:06:25 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/Release
Wed Nov  6 21:06:25 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/InRelease
Wed Nov  6 21:06:26 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/InRelease
Wed Nov  6 21:06:26 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/InRelease
Wed Nov  6 21:06:27 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/InRelease
Wed Nov  6 21:06:27 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/main/binary-all/Packages.gz
Wed Nov  6 21:06:28 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/main/binary-all/Packages.gz
Wed Nov  6 21:06:28 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/main/binary-all/Packages.gz
Wed Nov  6 21:06:30 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/main/binary-all/Packages.gz
Wed Nov  6 21:06:30 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/main/Contents-all.gz
Wed Nov  6 21:06:31 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/main/Contents-all.gz
Wed Nov  6 21:06:31 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/main/Contents-all.gz
Wed Nov  6 21:06:33 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/main/Contents-all.gz
Wed Nov  6 21:06:33 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/main/Contents-amd64.gz
Wed Nov  6 21:06:34 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/main/Contents-amd64.gz
Wed Nov  6 21:06:34 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/main/Contents-amd64.gz
Wed Nov  6 21:06:35 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/main/Contents-amd64.gz
Wed Nov  6 21:06:35 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/main/Contents-arm64.gz
Wed Nov  6 21:06:36 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii/main/Contents-arm64.gz
Wed Nov  6 21:06:36 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/main/Contents-arm64.gz
Wed Nov  6 21:06:38 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii/main/Contents-arm64.gz
Wed Nov  6 21:06:38 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-all.gz
Wed Nov  6 21:06:39 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-all.gz
Wed Nov  6 21:06:39 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-all.gz
Wed Nov  6 21:06:41 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-all.gz
Wed Nov  6 21:06:41 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-amd64.gz
Wed Nov  6 21:06:42 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-amd64.gz
Wed Nov  6 21:06:42 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-amd64.gz
Wed Nov  6 21:06:43 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-amd64.gz
Wed Nov  6 21:06:43 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-arm64.gz
Wed Nov  6 21:06:44 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-arm64.gz
Wed Nov  6 21:06:44 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-arm64.gz
Wed Nov  6 21:06:46 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ascii-security/main/Contents-arm64.gz
Wed Nov  6 21:06:46 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/Release
Wed Nov  6 21:06:47 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/Release
Wed Nov  6 21:06:47 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/Release
Wed Nov  6 21:06:49 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/Release
Wed Nov  6 21:06:49 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/InRelease
Wed Nov  6 21:06:50 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/InRelease
Wed Nov  6 21:06:50 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/InRelease
Wed Nov  6 21:06:51 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/InRelease
Wed Nov  6 21:06:51 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/main/binary-all/Packages.gz
Wed Nov  6 21:06:52 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/main/binary-all/Packages.gz
Wed Nov  6 21:06:52 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/main/binary-all/Packages.gz
Wed Nov  6 21:06:54 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/main/binary-all/Packages.gz
Wed Nov  6 21:06:54 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-all.gz
Wed Nov  6 21:06:55 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-all.gz
Wed Nov  6 21:06:55 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-all.gz
Wed Nov  6 21:06:57 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-all.gz
Wed Nov  6 21:06:57 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-amd64.gz
Wed Nov  6 21:06:58 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-amd64.gz
Wed Nov  6 21:06:58 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-amd64.gz
Wed Nov  6 21:06:59 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-amd64.gz
Wed Nov  6 21:06:59 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-arm64.gz
Wed Nov  6 21:07:00 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-arm64.gz
Wed Nov  6 21:07:00 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-arm64.gz
Wed Nov  6 21:07:02 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf/main/Contents-arm64.gz
Wed Nov  6 21:07:02 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-all.gz
Wed Nov  6 21:07:03 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-all.gz
Wed Nov  6 21:07:03 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-all.gz
Wed Nov  6 21:07:05 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-all.gz
Wed Nov  6 21:07:05 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-amd64.gz
Wed Nov  6 21:07:06 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-amd64.gz
Wed Nov  6 21:07:06 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-amd64.gz
Wed Nov  6 21:07:07 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-amd64.gz
Wed Nov  6 21:07:07 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-arm64.gz
Wed Nov  6 21:07:08 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-arm64.gz
Wed Nov  6 21:07:08 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-arm64.gz
Wed Nov  6 21:07:10 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/beowulf-security/main/Contents-arm64.gz
Wed Nov  6 21:07:10 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/Release
Wed Nov  6 21:07:11 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/Release
Wed Nov  6 21:07:11 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/Release
Wed Nov  6 21:07:13 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/Release
Wed Nov  6 21:07:13 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/InRelease
Wed Nov  6 21:07:14 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/InRelease
Wed Nov  6 21:07:14 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/InRelease
Wed Nov  6 21:07:16 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/InRelease
Wed Nov  6 21:07:16 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/main/binary-all/Packages.gz
Wed Nov  6 21:07:17 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/main/binary-all/Packages.gz
Wed Nov  6 21:07:17 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/main/binary-all/Packages.gz
Wed Nov  6 21:07:19 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/main/binary-all/Packages.gz
Wed Nov  6 21:07:19 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/main/Contents-all.gz
Wed Nov  6 21:07:20 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/main/Contents-all.gz
Wed Nov  6 21:07:20 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/main/Contents-all.gz
Wed Nov  6 21:07:21 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/main/Contents-all.gz
Wed Nov  6 21:07:21 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/main/Contents-amd64.gz
Wed Nov  6 21:07:22 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/main/Contents-amd64.gz
Wed Nov  6 21:07:22 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/main/Contents-amd64.gz
Wed Nov  6 21:07:24 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/main/Contents-amd64.gz
Wed Nov  6 21:07:24 2019 DEBUG   : http ://  Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/main/Contents-arm64.gz
Wed Nov  6 21:07:25 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> http://37.220.36.58/devuan/merged/dists/ceres/main/Contents-arm64.gz
Wed Nov  6 21:07:25 2019 DEBUG   : https ://  Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/main/Contents-arm64.gz
Wed Nov  6 21:07:27 2019 INFO    :   200 HTTP/1.1 200 OK.   Checking file sledjhamr.org -> https://37.220.36.58/devuan/merged/dists/ceres/main/Contents-arm64.gz