Gentoo Archives: gentoo-user

From: Tanstaafl <tanstaafl@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Download of source for file-5.22 blocked by firewall?
Date: Wed, 21 Jan 2015 16:03:59
Message-Id: 54BFCDE7.7010806@libertytrek.org
In Reply to: Re: [gentoo-user] Download of source for file-5.22 blocked by firewall? by Alec Ten Harmsel
1 On 1/21/2015 9:01 AM, Alec Ten Harmsel <alec@××××××××××××××.com> wrote:
2 > On 01/21/2015 08:51 AM, Tanstaafl wrote:
3 >> From the sync output:
4 >>
5 >>>>> Downloading
6 >> 'http://mirror.datapipe.net/gentoo/distfiles/file-5.22.tar.gz'
7 >> --2015-01-21 08:49:43--
8 >> http://mirror.datapipe.net/gentoo/distfiles/file-5.22.tar.gz
9 >> Resolving mirror.datapipe.net... 64.27.65.115
10 >> Connecting to mirror.datapipe.net|64.27.65.115|:80... connected.
11 >> HTTP request sent, awaiting response... 404 Not Found
12 >> 2015-01-21 08:49:43 ERROR 404: Not Found.
13 >>
14 >>>>> Downloading 'ftp://ftp.gw.com/mirrors/pub/unix/file/file-5.22.tar.gz'
15 >> So, why the 'ERROR 404: Not Found'?
16 >>
17 >> It then falls back to ftp? But the ports it tries to use change every time?
18 >>
19 >> On 1/21/2015 7:38 AM, Tanstaafl <tanstaafl@×××××××××××.org> wrote:
20 >>> Hi all,
21 >>>
22 >>> Ok, new one to me...
23 >>>
24 >>> I'm performing some updates after a hiatus of a couple of months, and
25 >>> the second package to be installed was file-5.22.
26 >>>
27 >>> I have my firewall locked down pretty tight, controlling even outbound
28 >>> access, and when portage tries to download the source for this file it
29 >>> is being blocked by the firewall:
30 >>>
31 >>> kernel: [6185615.878195] (fw>): IN= OUT=enp2s0 SRC=###.###.###.###
32 >>> DST=38.117.134.18 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64958 DF PROTO=TCP
33 >>> SPT=52338 DPT=65369 WINDOW=14600 RES=0x00 SYN URGP=0
34 >>>
35 >>> I've never had a problem like this and have had the same firewall rules
36 >>> for a very long time.
37 >>>
38 >>> Here is what I have for portage access:
39 >>>
40 >>> # allow outbound subversion access for portage / layman
41 >>> -A OUTPUT -p tcp -m tcp --dport 443 -j ACCEPT
42 >>> -A OUTPUT -p tcp -m tcp --dport 3690 -j ACCEPT
43 >>> -A OUTPUT -p tcp -m tcp --dport 56160 -j ACCEPT
44 >>> # allow outbound access to git repos
45 >>> -A OUTPUT -p tcp -m tcp --dport 9418 -j ACCEPT
46 >>>
47 >>> Have there been some additions that I need to add? Other ideas why I'm
48 >>> unable to update file?
49 >>>
50 >>> Thanks
51 >>>
52 >>
53 >
54 > I don't think it's your firewall, I can't download from either of those
55 > URLs. Have you ran `emerge --sync` recently? Could be some mirrors have
56 > changed or something, who really knows. fwiw sys-apps/file downloads
57 > from lug.mtu.edu for me and that works fine.
58
59 Ran it first thing this morning before attempting to update...
60
61 Just resync'd, same problem...

Replies

Subject Author
Re: [gentoo-user] Download of source for file-5.22 blocked by firewall? Tanstaafl <tanstaafl@×××××××××××.org>