Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 18:49:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 208438] ports-mgmt/pkg ports-mgmt/poudriere Connection to own IP on port 80 in jail without configuring it
Message-ID:  <bug-208438-32340-FpOEnMqsY1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208438-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208438-32340@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208438

Alexander Kauer <alexander+freebsd@affine.space> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander+freebsd@affine.sp
                   |                            |ace

--- Comment #1 from Alexander Kauer <alexander+freebsd@affine.space> ---
That was the wrong button...

The issue arises when I enable tcp blackholing with `sysctl
net.inet.tcp.blackhole=3D2`. Then pkg hangs for quite some time at e.g. `pkg
update`, before everything works as expected, again.

sockstat shows that pkg tries to connect to the jail (in that case 127.0.3.=
1)
at port 80:

root@mail:~ # sockstat | grep pkg
root     pkg        30275 5  tcp4   127.0.3.1:46822       127.0.3.1:80

This, in combination with the blackholing, produces the hang I suppose. I n=
ever
configured pkg to look into 127.0.3.1:80 as far as I can tell.

Others seem to have this problem as well:
https://lists.freebsd.org/pipermail/freebsd-jail/2015-November/002914.html

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208438-32340-FpOEnMqsY1>