Hi,
I have my "development server" running in IPv6-only LAN behind dual-stack gateway with NAT64/DNS64 (tayga/bind9.8 on OpenWRT).
$ fedpkg -v build Creating repo object from /home/raorn/src/wmmon Running: rpm -q --qf %{NAME} --specfile wmmon.spec Could not read /home/raorn/.koji/config for config values Initiating a koji session to http://koji.fedoraproject.org/kojihub Could not execute build: [Errno 101] Network is unreachable
As seen from strace, only A record is being resolved for koji.fedoraproject.org, however:
$ host koji.fedoraproject.org koji.fedoraproject.org has address 209.132.181.7 koji.fedoraproject.org has IPv6 address 64:ff9b::d184:b507
where 64:ff9b::d184:b507 is DNS64-mapped address for 209.132.181.7.
All other commands works fine, like fedpkg clone, koji search, git, etc...
Any idea who's wrong and how to fix it?
On Thu, Jun 28, 2012 at 08:01:26PM +0400, Alexey I. Froloff wrote:
I have my "development server" running in IPv6-only LAN behind dual-stack gateway with NAT64/DNS64 (tayga/bind9.8 on OpenWRT).
With happens on F17 with updates and updates-testing.
On Thu, Jun 28, 2012 at 08:01:26PM +0400, Alexey I. Froloff wrote:
$ fedpkg -v build Creating repo object from /home/raorn/src/wmmon Running: rpm -q --qf %{NAME} --specfile wmmon.spec Could not read /home/raorn/.koji/config for config values Initiating a koji session to http://koji.fedoraproject.org/kojihub Could not execute build: [Errno 101] Network is unreachable
koji client problem - https://bugzilla.redhat.com/show_bug.cgi?id=836329
devel@lists.stg.fedoraproject.org