At mirror.opensuse.org, our (Hostsuisse) public mirror is listed (mirror.hostsuisse.com) as serving 42.3 ISO, 42.3 repo, 42.2 ISOs, 42.2 repo. However, we also have update/ and source/ for 42.2 and 42.3. I've checked a couple of other mirrors, and I think I see the same situation elsewhere too. I've had a look at scanner.infra.o.o, but as I'm completely unfamiliar with mirrorbrain, I can't figure out how or when the status is updated/refreshed. -- Per Jessen, Zürich (12.0°C) openSUSE mailing list admin -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
Hi Per On Mon, 18 Sep 2017 09:59:08 +0200 Per Jessen wrote:
At mirror.opensuse.org, our (Hostsuisse) public mirror is listed (mirror.hostsuisse.com) as serving 42.3 ISO, 42.3 repo, 42.2 ISOs, 42.2 repo. However, we also have update/ and source/ for 42.2 and 42.3. I've checked a couple of other mirrors, and I think I see the same situation elsewhere too.
What I found out so far is: ~> rsync -v rsync://mirror.hostsuisse.com/opensuse/update/leap/42.3/oss/repodata/repomd.xml @ERROR: access denied to opensuse from nat.nue.novell.com (2620:113:80c0:5::2222) ^^^ looks like you forbid the scanner to scan your machine via rsync (at least via IPv6). In that case the scanner can not add your machine, as it relies on rsync here (as far as I understood the code).
I've had a look at scanner.infra.o.o, but as I'm completely unfamiliar with mirrorbrain, I can't figure out how or when the status is updated/refreshed.
I started with: https://progress.opensuse.org/projects/opensuse-admin-wiki/wiki/Releasing_a_... Regards, Lars -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
Lars Vogdt wrote:
Hi Per
On Mon, 18 Sep 2017 09:59:08 +0200 Per Jessen wrote:
At mirror.opensuse.org, our (Hostsuisse) public mirror is listed (mirror.hostsuisse.com) as serving 42.3 ISO, 42.3 repo, 42.2 ISOs, 42.2 repo. However, we also have update/ and source/ for 42.2 and 42.3. I've checked a couple of other mirrors, and I think I see the same situation elsewhere too.
What I found out so far is: ~> rsync -v
rsync://mirror.hostsuisse.com/opensuse/update/leap/42.3/oss/repodata/repomd.xml
@ERROR: access denied to opensuse from nat.nue.novell.com (2620:113:80c0:5::2222)
^^^ looks like you forbid the scanner to scan your machine via rsync (at least via IPv6). In that case the scanner can not add your machine, as it relies on rsync here (as far as I understood the code).
Aha, thanks! I've added that address - still, I see the scanner probing on IPv4: 2017/09/18 06:39:36 [10053] connect from nat.nue.novell.com (195.135.221.2) 2017/09/18 04:39:36 [10053] rsync on opensuse//. from nat.nue.novell.com (195.135.221.2)
I've had a look at scanner.infra.o.o, but as I'm completely unfamiliar with mirrorbrain, I can't figure out how or when the status is updated/refreshed.
I started with: https://progress.opensuse.org/projects/opensuse-admin-wiki/wiki/Releasing_a_...
Cool, thanks again. -- Per Jessen, Zürich (13.5°C) openSUSE mailing list admin -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
Per Jessen wrote:
Aha, thanks! I've added that address - still, I see the scanner probing on IPv4:
2017/09/18 06:39:36 [10053] connect from nat.nue.novell.com (195.135.221.2) 2017/09/18 04:39:36 [10053] rsync on opensuse//. from nat.nue.novell.com (195.135.221.2)
I'm not sure who is setting this up, but there are two PTR entries for 195.135.221.2: ;; ANSWER SECTION: 2.221.135.195.in-addr.arpa. 20405 IN PTR nat.nue.novell.com. 2.221.135.195.in-addr.arpa. 20405 IN PTR charybdis-ext.suse.de. For the IPv6 address, there is only one (which is quite correct) entry: ;; ANSWER SECTION: 2.2.2.2.0.0.0.0.0.0.0.0.0.0.0.0.5.0.0.0.0.c.0.8.3.1.1.0.0.2.6.2.ip6.arpa. 20224 IN PTR nat.nue.novell.com. Multiple PTR entries is allowed, but it doesn't work (as expected). -- Per Jessen, Zürich (14.5°C) openSUSE mailing list admin -- To unsubscribe, e-mail: heroes+unsubscribe@opensuse.org To contact the owner, e-mail: heroes+owner@opensuse.org
participants (2)
-
Lars Vogdt
-
Per Jessen