Re: F18, koji and IPv6

2012-08-10 Thread Kevin Fenzi
On Fri, 10 Aug 2012 21:55:48 +0400
"Alexey I. Froloff"  wrote:

> On Fri, Aug 10, 2012 at 07:23:35PM +0200, Miroslav Suchy wrote:
> > > Just as a side note, even if this was applied to our koji, there
> > > is currently no ipv6 connectivity at the datacenter it's at, so
> > > you would still be unable to connect to it with ipv6. ;(
> > You can be in IPv6 only network and connect via IPv6-IPv4 Proxy,
> > which allow you to reach IPv4 world.
> Exactly.  I'm on a IPv6-only host behind dual-stack NAT64 gateway.

ok. Perhaps I misunderstand the patch then... 

I was just pointing out that koji.fedoraproject.org doesn't itself have
a routable ipv6 address. 

kevin


signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F18, koji and IPv6

2012-08-10 Thread Björn Persson
Dan Williams wrote:
> Nobody really used IPv6 in production when I wrote that piece of code
> for plague (predecessor of Koji) in 2005.

That way of thinking is exactly the reason why the transition to IPv6 is so 
far behind schedule today. Nobody felt a need to support IPv6 because nobody 
used it, nobody used it because nobody provided it, nobody provided it because 
nobody supported it, and that's largely the way it has been since then. The 
plan was that everything and everybody should have IPv6 *before* we ran out of 
IPv4 addresses. It didn't happen because everyone kept waiting for everyone 
else, so here we are now with an Internet that has been split into an IPv4-
only part and an IPv6-only part.

Björn Persson

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F18, koji and IPv6

2012-08-10 Thread Alexey I. Froloff
On Fri, Aug 10, 2012 at 07:23:35PM +0200, Miroslav Suchy wrote:
> > Just as a side note, even if this was applied to our koji, there is
> > currently no ipv6 connectivity at the datacenter it's at, so you would
> > still be unable to connect to it with ipv6. ;(
> You can be in IPv6 only network and connect via IPv6-IPv4 Proxy, which 
> allow you to reach IPv4 world.
Exactly.  I'm on a IPv6-only host behind dual-stack NAT64 gateway.

-- 
Regards,--
Sir Raorn.   --- http://thousandsofhate.blogspot.com/


signature.asc
Description: Digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F18, koji and IPv6

2012-08-10 Thread Dan Williams
On Fri, 2012-08-10 at 20:45 +0400, Alexey I. Froloff wrote:
> Before F18 is released, can someone, please, take a loot at
> https://bugzilla.redhat.com/show_bug.cgi?id=836329 ?  Month and a
> half have passed already and patch exists.

Nobody really used IPv6 in production when I wrote that piece of code
for plague (predecessor of Koji) in 2005.  And it just never got
updated.  Patch looks fine though.

Dan


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F18, koji and IPv6

2012-08-10 Thread Jon Ciesla
On Fri, Aug 10, 2012 at 12:37 PM, Dan Williams  wrote:
> On Fri, 2012-08-10 at 20:45 +0400, Alexey I. Froloff wrote:
>> Before F18 is released, can someone, please, take a loot at
>> https://bugzilla.redhat.com/show_bug.cgi?id=836329 ?  Month and a
>> half have passed already and patch exists.
>
> Nobody really used IPv6 in production when I wrote that piece of code
> for plague (predecessor of Koji) in 2005.  And it just never got
> updated.  Patch looks fine though.

Given Miroslav's point about 6to4 access, this seems like something we
should implement.  I'm neither upstream nor the koji RPM maintainer,
but it sounds like it should go in both.  I'm willing to assist if
need be.

-J

> Dan
>
>
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel



-- 
http://cecinestpasunefromage.wordpress.com/

in your fear, seek only peace
in your fear, seek only love

-d. bowie
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F18, koji and IPv6

2012-08-10 Thread Miroslav Suchy

On 10.8.2012 19:15, Kevin Fenzi wrote:

Just as a side note, even if this was applied to our koji, there is
currently no ipv6 connectivity at the datacenter it's at, so you would
still be unable to connect to it with ipv6. ;(


You can be in IPv6 only network and connect via IPv6-IPv4 Proxy, which 
allow you to reach IPv4 world.


Mirek
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F18, koji and IPv6

2012-08-10 Thread Itamar Reis Peixoto
On Fri, Aug 10, 2012 at 2:15 PM, Jon Ciesla  wrote:
> On Fri, Aug 10, 2012 at 11:45 AM, Alexey I. Froloff  wrote:
>> Before F18 is released, can someone, please, take a loot at
>> https://bugzilla.redhat.com/show_bug.cgi?id=836329 ?  Month and a
>> half have passed already and patch exists.
>
> I took a peek at upstream koji git, and I don't see anything
> addressing this, or an upstream Trac to do so.
>
> https://fedorahosted.org/koji/
>
> Filing a Trac there, referencing the BZ and vice versa might be a good
> next step.  I assume this patch is tested?  It doesn't look that
> invasive, but could be hard for many of us to test who lack ipv6
> connectivity.

a sixxs tunnel will fix the lack of ipv6

> -J
>
>> --
>> Regards,--
>> Sir Raorn.   --- http://thousandsofhate.blogspot.com/
>>



-- 


Itamar Reis Peixoto
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F18, koji and IPv6

2012-08-10 Thread Kevin Fenzi
On Fri, 10 Aug 2012 20:45:51 +0400
"Alexey I. Froloff"  wrote:

> Before F18 is released, can someone, please, take a loot at
> https://bugzilla.redhat.com/show_bug.cgi?id=836329 ?  Month and a
> half have passed already and patch exists.

Just as a side note, even if this was applied to our koji, there is
currently no ipv6 connectivity at the datacenter it's at, so you would
still be unable to connect to it with ipv6. ;( 

kevin


signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: F18, koji and IPv6

2012-08-10 Thread Jon Ciesla
On Fri, Aug 10, 2012 at 11:45 AM, Alexey I. Froloff  wrote:
> Before F18 is released, can someone, please, take a loot at
> https://bugzilla.redhat.com/show_bug.cgi?id=836329 ?  Month and a
> half have passed already and patch exists.

I took a peek at upstream koji git, and I don't see anything
addressing this, or an upstream Trac to do so.

https://fedorahosted.org/koji/

Filing a Trac there, referencing the BZ and vice versa might be a good
next step.  I assume this patch is tested?  It doesn't look that
invasive, but could be hard for many of us to test who lack ipv6
connectivity.

-J

> --
> Regards,--
> Sir Raorn.   --- http://thousandsofhate.blogspot.com/
>
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel



-- 
http://cecinestpasunefromage.wordpress.com/

in your fear, seek only peace
in your fear, seek only love

-d. bowie
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

F18, koji and IPv6

2012-08-10 Thread Alexey I. Froloff
Before F18 is released, can someone, please, take a loot at
https://bugzilla.redhat.com/show_bug.cgi?id=836329 ?  Month and a
half have passed already and patch exists.

-- 
Regards,--
Sir Raorn.   --- http://thousandsofhate.blogspot.com/


signature.asc
Description: Digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel