[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2017-06-02 Thread Paul Gear
** Description changed:

+ ---
+ READ THIS BEFORE COMMENTING ON THIS BUG
+ ---
+ 
+ security.ubuntu.com and archive.ubuntu.com have been IPv6 enabled since
+ March 2013 (see comment #29 below).  Their connectivity is monitored by
+ both internal and 3rd party monitoring systems.
+ 
+ If you experience problems with IPv6 connectivity to the archive
+ servers, please DO NOT comment on this bug.  Instead, email
+ r...@ubuntu.com explaining the problem, and include the output of the
+ following commands:
+ 
+ - date -u --rfc-3339=seconds
+ - ip -6 addr
+ - mtr -6 --report --no-dns -c 3 security.ubuntu.com
+ - host security.ubuntu.com   # requires bind9-host to be installed
+ - ip -6 route get $(host security.ubuntu.com|awk '/has IPv6 address/ {print 
$NF}')  # also requires bind9-host to be installed
+ 
+ ---
+ 
  Dear,
  
- The apt source list for security update is by default configured  to
+ The apt source list for security update is by default configured to
  security.ubuntu.com.
  
- When you have a system using only IPv6 (and having not access to IPv4 via 
NAT-PT),
- security.ubuntu.com is only reachable in IPv4.
+ When you have a system using only IPv6 (and having not access to IPv4
+ via NAT-PT), security.ubuntu.com is only reachable in IPv4.
  
- It would be wise to configure an  record to security.ubuntu.com to at 
least
- point to one of the many mirrors supporting IPv6 connectivity.
+ It would be wise to configure an  record to security.ubuntu.com to
+ at least point to one of the many mirrors supporting IPv6 connectivity.
  
- That would avoid system running natively in IPv6 to lack by default the 
security
- update.
+ That would avoid system running natively in IPv6 to lack by default the
+ security update.
  
  Thanks a lot,
  
  Kind regards
  
- PS : I checked this as being a security vulnerability but this is more a 
configuration issue
- on the Ubuntu network infrastructure than a real security vulnerability:
+ PS : I checked this as being a security vulnerability but this is more a
+ configuration issue on the Ubuntu network infrastructure than a real
+ security vulnerability:
  
  A DNS  request :
  
  dig -t  security.ubuntu.com
  
  ; <<>> DiG 9.4.1-P1 <<>> -t  security.ubuntu.com
  ;; global options:  printcmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26872
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
  
  ;; QUESTION SECTION:
  ;security.ubuntu.com.   IN  
  
  ;; AUTHORITY SECTION:
  ubuntu.com. 3600IN  SOA ns1.canonical.com. 
hostmaster.canonical.com. 2008061805 10800 3600 604800 3600
  
  ;; Query time: 134 msec
  ;; SERVER: 127.0.0.1#53(127.0.0.1)
  ;; WHEN: Thu Jun 19 15:17:39 2008
  ;; MSG SIZE  rcvd: 98

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2017-06-02 Thread Marnix A. van Ammers
Just ran into this (9-year-old ?) problem on my Ubuntu 14.04 PPC system.
Used workaround of editing gai.conf (as mentioned earlier in this
thread) to prefer IPV4 connections.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2016-04-14 Thread Paul Gear
@babybat and all future commenters on this bug: regarding any
connectivity issues to Ubuntu IPv6 addresses, please email r...@ubuntu.com
instead of adding comments to this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2016-04-14 Thread BabyBat
** Description changed:

  Dear,
  
  The apt source list for security update is by default configured  to
  security.ubuntu.com.
  
  When you have a system using only IPv6 (and having not access to IPv4 via 
NAT-PT),
- security.ubuntu.com is only reachable in IPv4. 
+ security.ubuntu.com is only reachable in IPv4.
  
  It would be wise to configure an  record to security.ubuntu.com to at 
least
  point to one of the many mirrors supporting IPv6 connectivity.
  
  That would avoid system running natively in IPv6 to lack by default the 
security
  update.
  
  Thanks a lot,
  
  Kind regards
  
  PS : I checked this as being a security vulnerability but this is more a 
configuration issue
  on the Ubuntu network infrastructure than a real security vulnerability:
-  
  
  A DNS  request :
- 
  
  dig -t  security.ubuntu.com
  
  ; <<>> DiG 9.4.1-P1 <<>> -t  security.ubuntu.com
  ;; global options:  printcmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26872
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
  
  ;; QUESTION SECTION:
  ;security.ubuntu.com.   IN  
  
  ;; AUTHORITY SECTION:
  ubuntu.com. 3600IN  SOA ns1.canonical.com. 
hostmaster.canonical.com. 2008061805 10800 3600 604800 3600
  
  ;; Query time: 134 msec
  ;; SERVER: 127.0.0.1#53(127.0.0.1)
  ;; WHEN: Thu Jun 19 15:17:39 2008
  ;; MSG SIZE  rcvd: 98

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2016-04-14 Thread BabyBat
Same problem (now with archive.ubuntu.org):
curl -vg [2001:67c:1360:8c01::18]
* Rebuilt URL to: [2001:67c:1360:8c01::18]/
* Hostname was NOT found in DNS cache
*   Trying 2001:67c:1360:8c01::18...
* connect to 2001:67c:1360:8c01::18 port 80 failed: Connection timed out
* Failed to connect to 2001:67c:1360:8c01::18 port 80: Connection timed out
* Closing connection 0
curl: (7) Failed to connect to 2001:67c:1360:8c01::18 port 80: Connection timed 
out
 
Here is "dig -t  archive.ubuntu.com" output:

; <<>> DiG 9.9.5-3ubuntu0.8-Ubuntu <<>> -t  archive.ubuntu.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57059
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 4, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;archive.ubuntu.com. IN 

;; ANSWER SECTION:
archive.ubuntu.com. 266 IN  2001:67c:1360:8c01::18
archive.ubuntu.com. 266 IN  2001:67c:1560:8001::11
archive.ubuntu.com. 266 IN  2001:67c:1562::16
archive.ubuntu.com. 266 IN  2001:67c:1562::19
archive.ubuntu.com. 266 IN  2001:67c:1360:8c01::19
archive.ubuntu.com. 266 IN  2001:67c:1360:8001::17

;; AUTHORITY SECTION:
ubuntu.com. 516 IN NS ns4.p27.dynect.net.
ubuntu.com. 516 IN NS ns2.p27.dynect.net.
ubuntu.com. 516 IN NS ns3.p27.dynect.net.
ubuntu.com. 516 IN NS ns1.p27.dynect.net.

;; Query time: 0 msec
;; SERVER: 10.1.94.8#53(10.1.94.8)
;; WHEN: Thu Apr 14 13:59:28 MSK 2016
;; MSG SIZE rcvd: 301

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2016-04-04 Thread Haw Loeung
@michlel and @flieslikeabrick, 2001:67c:1560:8001::13
(cherufe.canonical.com) was fixed around 23rd when it was first
discovered.

| $ curl -v [2001:67c:1560:8001::13]
| * Rebuilt URL to: [2001:67c:1560:8001::13]/
| *   Trying 2001:67c:1560:8001::13...
| * Connected to 2001:67c:1560:8001::13 (2001:67c:1560:8001::13) port 80 (#0)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2016-03-22 Thread Ryan Rawdon
Michael #51 - that is not what this bug report is about.  This issue was
requesting that IPv6 support be added to security.ubuntu.com in the
first place (back before it had  records).  I suggest that you look
for a more recent bug report mathcing your symtoms, or open a new one.
For what it's worth, I can confirm your the issue you are seeing and it
does look like it needs to be addressed by Ubuntu SysAdmins.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2016-03-22 Thread Michael Würtinger
This problem appears again for me:

$ host security.ubuntu.com
security.ubuntu.com has address 91.189.91.14
security.ubuntu.com has address 91.189.91.24
security.ubuntu.com has address 91.189.92.201
security.ubuntu.com has address 91.189.91.23
security.ubuntu.com has address 91.189.91.13
security.ubuntu.com has address 91.189.92.200
security.ubuntu.com has address 91.189.91.15
security.ubuntu.com has address 91.189.88.153
security.ubuntu.com has address 91.189.88.152
security.ubuntu.com has IPv6 address 2001:67c:1560:8001::13
security.ubuntu.com has IPv6 address 2001:67c:1562::16
security.ubuntu.com has IPv6 address 2001:67c:1562::15
security.ubuntu.com has IPv6 address 2001:67c:1360:8c01::18
security.ubuntu.com has IPv6 address 2001:67c:1562::17
security.ubuntu.com has IPv6 address 2001:67c:1560:8001::11
security.ubuntu.com has IPv6 address 2001:67c:1562::14
security.ubuntu.com has IPv6 address 2001:67c:1360:8c01::19

The first IPv6 server in the list (2001:67c:1560:8001::13) does not respond at 
all:
$ curl -v [2001:67c:1560:8001::13]
* Rebuilt URL to: [2001:67c:1560:8001::13]/
*   Trying 2001:67c:1560:8001::13...
* connect to 2001:67c:1560:8001::13 port 80 failed: No route to host
* Failed to connect to 2001:67c:1560:8001::13 port 80: No route to host
* Closing connection 0
curl: (7) Failed to connect to 2001:67c:1560:8001::13 port 80: No route to host

I tried that from two different IPv6 networks, same result.

The other IPv6 hosts return different results for /, I'm not sure if this is 
intended but it doesn't look good:
2001:67c:1562::16  -> Apache2 Ubuntu Default Page
2001:67c:1562::15  -> Index of /
2001:67c:1360:8c01::18 -> Index of /
2001:67c:1562::17  -> Apache2 Ubuntu Default Page
2001:67c:1560:8001::11 -> Apache2 Ubuntu Default Page
2001:67c:1562::14  -> It works!
2001:67c:1360:8c01::19 -> Index of /

All in all this issue is very annoying since IPv6 is in wide spread use
now and it keeps people from installing security updates.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-11-20 Thread Sander Steffann
Felipe: changing the preference level of IPv4 is not related to this
thread, which is about IPv6 connectivity.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-11-19 Thread Felipe Lopes Castro
In this thread (askubuntu.com/questions/272796/connecting-to-archive-
ubuntu-com-takes-too-long) I find a solution, that is

to edit /etc/gai.conf and uncommenting the line:


#
#For sites which prefer IPv4 connections change the last line to
#
precedence :::0:0/96 100


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-04-27 Thread Peter Brille
To me this looks solved, isn't it? IPv6 rules btw

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-04-27 Thread Martin Bogomolni
Solved for me.. seems to work.

On Mon, Apr 27, 2015 at 10:32 AM, Peter Brille thinkskateboa...@gmx.de wrote:
 To me this looks solved, isn't it? IPv6 rules btw

 --
 You received this bug notification because you are a member of IPv6 Task
 Force, which is subscribed to a duplicate bug report (493754).
 https://bugs.launchpad.net/bugs/241305

 Title:
   security.ubuntu.com not accessible in IPv6 ( record missing in the
   DNS)

 Status in The ubuntu.com website project:
   Fix Released
 Status in update-manager package in Ubuntu:
   Invalid

 Bug description:
   Dear,

   The apt source list for security update is by default configured  to
   security.ubuntu.com.

   When you have a system using only IPv6 (and having not access to IPv4 via 
 NAT-PT),
   security.ubuntu.com is only reachable in IPv4.

   It would be wise to configure an  record to security.ubuntu.com to at 
 least
   point to one of the many mirrors supporting IPv6 connectivity.

   That would avoid system running natively in IPv6 to lack by default the 
 security
   update.

   Thanks a lot,

   Kind regards

   PS : I checked this as being a security vulnerability but this is more a 
 configuration issue
   on the Ubuntu network infrastructure than a real security vulnerability:


   A DNS  request :


   dig -t  security.ubuntu.com

   ;  DiG 9.4.1-P1  -t  security.ubuntu.com
   ;; global options:  printcmd
   ;; Got answer:
   ;; -HEADER- opcode: QUERY, status: NOERROR, id: 26872
   ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

   ;; QUESTION SECTION:
   ;security.ubuntu.com.   IN  

   ;; AUTHORITY SECTION:
   ubuntu.com. 3600IN  SOA ns1.canonical.com. 
 hostmaster.canonical.com. 2008061805 10800 3600 604800 3600

   ;; Query time: 134 msec
   ;; SERVER: 127.0.0.1#53(127.0.0.1)
   ;; WHEN: Thu Jun 19 15:17:39 2008
   ;; MSG SIZE  rcvd: 98

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-04-27 Thread Mathias Menzer
Seems to be okay now. I guess the bug can be closed.

** Attachment added: dig utput
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+attachment/4385868/+files/dig%20%20security.ubuntu.com

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-01-23 Thread Kenyon Ralph
So, looks like a routing issue with Telia or Internap, not HE.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-01-23 Thread Mark A. Ziesemer
This again appears to be broken, for both security.ubuntu.com and
us.archive.ubuntu.com, at least.

Exactly as Jens had noted above - this is (also) an issue with 
records being provided, but not accessible.  Though security.ubuntu.com
appears to be in ever-so-slightly better shape than security.ubuntu.com.

Some current DNS lookups as of this writing:

security.ubuntu.com has  address 2001:67c:1360:8c01::18
security.ubuntu.com has  address 2001:67c:1562::17
security.ubuntu.com has  address 2001:67c:1562::13
security.ubuntu.com has  address 2001:67c:1562::15
security.ubuntu.com has  address 2001:67c:1360:8c01::19
security.ubuntu.com has  address 2001:67c:1562::16
security.ubuntu.com has  address 2001:67c:1562::14

us.archive.ubuntu.com   has  address 2001:67c:1562::14
us.archive.ubuntu.com   has  address 2001:67c:1562::16
us.archive.ubuntu.com   has  address 2001:67c:1562::13
us.archive.ubuntu.com   has  address 2001:67c:1562::17
us.archive.ubuntu.com   has  address 2001:67c:1562::15

None of the 2001:67c:1562:: addresses are responding by IPv6, either
over ping or HTTP.  The two 2001:67c:1360:8c01:: addresses for
security.ubuntu.com are properly responding, however.

Please investigate and resolve.  Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-01-23 Thread Chris Johnston
Mark, do you use HE?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-01-23 Thread Mark A. Ziesemer
Thanks, Chris.  Further references for anyone else looking at this:

- https://forums.he.net/index.php?topic=3345.0 (probably the one you saw?)
- https://forums.he.net/index.php?topic=2911.15
- Bug #1412943

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-01-23 Thread Chris Johnston
IIRC it is a routing issue on HE's side.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2015-01-23 Thread Mark A. Ziesemer
 do you use HE?

Why, yes!  Is this a known issue?

(For anyone else's reference, HE being Hurricane Electric Internet
Services http://he.net/ - and in my case, their IPv6 Tunnel Broker
https://tunnelbroker.net/.)

I have had native IPv6 available from my ISP for a while now - but the
last time I checked, they didn't support static IPs, which makes
addressing a LAN a bit difficult, otherwise.  Hence, HE...

Everything here was working for at least a year prior to maybe just over
a month ago, so whatever is happening here must be somewhat new /
recent?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2014-08-25 Thread Jens Jorgensen
IPv6 updates fail for me though not because of  records, but rather
because the web site doesn't seem to be configured on the IPv6 side:

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/quantal-
security/multiverse/binary-amd64/Packages  404  Not Found [IP:
2001:67c:1360:8c01::18 80]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2014-08-25 Thread Jelmer Vernooij
On Mon, Aug 25, 2014 at 08:35:58AM -, Jens Jorgensen wrote:
 IPv6 updates fail for me though not because of  records, but rather
 because the web site doesn't seem to be configured on the IPv6 side:
 
 W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/quantal-
 security/multiverse/binary-amd64/Packages  404  Not Found [IP:
 2001:67c:1360:8c01::18 80]
I don't think this is a misconfiguration. quantal is out of support.

http://security.ubuntu.com/ubuntu/dists/ seems reasonable otherwise.

Cheers,

Jelmer

-- 
Jelmer Vernooij jel...@samba.org - https://jelmer.uk/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2013-05-30 Thread Wesley George
I'm pleased to report that this issue is resolved (at least for me) and
I was able to successfully check for, download, and apply new updates
with IPv4 completely disabled this morning. us.archive is sporting a
shiny new  record now. :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2013-05-17 Thread Wesley George
Right. I mean, I can fix this locally by editing my apt-hosts, but the
point I was making was more that it doesn't work in the default
configuration, and the way to fix this is to ensure that all potential
apt repos (or at least the ones that will be in the apt-hosts list by
default) are IPv6-enabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2013-05-16 Thread Wesley George
This only sort of works. While archive.ubuntu and security.ubuntu do
indeed have  records, if you actually disable IPv4, updates still
fail. In 13.04, running software updater with IPv6-only connectivity
produces the error unable to get repository information and recommends
that you check your internet connection. This is during the initial
check for updates. Wireshark shows it trying to reach
us.archive.ubuntu.com and daisy.ubuntu.com, neither of which have 
records.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2013-05-16 Thread John Mann
Wesley,

The problem you have is probably location-specific.
e.g. fails in US, but should work in AU.

From where I am ...

$ host us.archive.ubuntu.com
us.archive.ubuntu.com has address 91.189.91.13
us.archive.ubuntu.com has address 91.189.91.14
us.archive.ubuntu.com has address 91.189.91.15

$ host au.archive.ubuntu.com
au.archive.ubuntu.com is an alias for mirror.aarnet.edu.au.
mirror.aarnet.edu.au has address 202.158.214.106
mirror.aarnet.edu.au has IPv6 address 2001:388:30bc:cafe::beef

NOTE: The other-country catch-all should work for IPv6-only

$ host cc.archive.ubuntu.com
cc.archive.ubuntu.com has address 91.189.91.13
cc.archive.ubuntu.com has address 91.189.91.14
cc.archive.ubuntu.com has address 91.189.91.15
cc.archive.ubuntu.com has address 91.189.92.156
cc.archive.ubuntu.com has address 91.189.92.176
cc.archive.ubuntu.com has address 91.189.92.177
cc.archive.ubuntu.com has address 91.189.92.201
cc.archive.ubuntu.com has address 91.189.92.202
cc.archive.ubuntu.com has IPv6 address 2001:67c:1360:8c01::15
cc.archive.ubuntu.com has IPv6 address 2001:67c:1360:8c01::19
cc.archive.ubuntu.com has IPv6 address 2001:67c:1360:8c01::1a
cc.archive.ubuntu.com has IPv6 address 2001:67c:1360:8c01::22
cc.archive.ubuntu.com has IPv6 address 2001:67c:1360:8c01::23

NOTE2:  The A -only replies above are for servers that also have IPv6.
e.g.

$ host 91.189.91.13
13.91.189.91.in-addr.arpa domain name pointer ragana.canonical.com.

$ host ragana.canonical.com.
ragana.canonical.com has address 91.189.91.13
ragana.canonical.com has IPv6 address 2001:67c:1360:4801::13

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2013-03-12 Thread David Ames
It is with great pleasure I can announce security.ubuntu.com as well as
archive.ubuntu.com are now IPv6 enabled. Enjoy.

** Changed in: ubuntu-website
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2013-03-12 Thread Martin Bogomolni
Hip hip... hurrah!!


On Mar 12, 2013, at 7:44 AM, David Ames david.a...@canonical.com
wrote:

 It is with great pleasure I can announce security.ubuntu.com as well as
 archive.ubuntu.com are now IPv6 enabled. Enjoy.
 
 ** Changed in: ubuntu-website
   Status: Confirmed = Fix Released
 
 -- 
 You received this bug notification because you are a member of IPv6 Task
 Force, which is subscribed to a duplicate bug report (493754).
 https://bugs.launchpad.net/bugs/241305
 
 Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)
 
 Status in Ubuntu Website Product:
  Fix Released
 Status in “update-manager” package in Ubuntu:
  Invalid
 
 Bug description:
  Dear,
 
  The apt source list for security update is by default configured  to
  security.ubuntu.com.
 
  When you have a system using only IPv6 (and having not access to IPv4 via 
 NAT-PT),
  security.ubuntu.com is only reachable in IPv4. 
 
  It would be wise to configure an  record to security.ubuntu.com to at 
 least
  point to one of the many mirrors supporting IPv6 connectivity.
 
  That would avoid system running natively in IPv6 to lack by default the 
 security
  update.
 
  Thanks a lot,
 
  Kind regards
 
  PS : I checked this as being a security vulnerability but this is more a 
 configuration issue
  on the Ubuntu network infrastructure than a real security vulnerability:
 
 
  A DNS  request :
 
 
  dig -t  security.ubuntu.com
 
  ;  DiG 9.4.1-P1  -t  security.ubuntu.com
  ;; global options:  printcmd
  ;; Got answer:
  ;; -HEADER- opcode: QUERY, status: NOERROR, id: 26872
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
 
  ;; QUESTION SECTION:
  ;security.ubuntu.com.   IN  
 
  ;; AUTHORITY SECTION:
  ubuntu.com. 3600IN  SOA ns1.canonical.com. 
 hostmaster.canonical.com. 2008061805 10800 3600 604800 3600
 
  ;; Query time: 134 msec
  ;; SERVER: 127.0.0.1#53(127.0.0.1)
  ;; WHEN: Thu Jun 19 15:17:39 2008
  ;; MSG SIZE  rcvd: 98
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2013-03-12 Thread Chris Martin
This is great news, thanks everyone!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2013-03-12 Thread Mark Schouten
I happily welcome Canonical and Ubuntu to the wonderous world of the
next generation internetz. :P Good work guys.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2013-03-12 Thread Sander Steffann
Great news!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-11-17 Thread Sander Steffann
This issue has been reported over 4 years ago, and has become a serious
real-life problem for organisations. IANA (global supply) ran out of
IPv4 addresses in February 2011. Shortly after that APNIC (Asia-Pacific
supply) ran out. In September 2012 RIPE NCC (Europe/Middle-East/parts of
Asia) ran out of IPv4 addresses.

Being able to run an IPv6-only network is increasingly important. Sure,
hacks like NAT64/DNS64 exist. They form performance bottlenecks and
single-points-of-failure in networks. Having native IPv6 support on an
important service like security.ubuntu.com is important. Relying on 3rd
party NAT64 boxes can even be a security risk (they would be the perfect
place to do man-in-the-middle attacks).

The Canonical Sysadmins and the Ubuntu Security Team are notified of
this issue, so I hope they take action as soon as possible. This is
something that should have been fixed last year.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-11-06 Thread Matthias Niess
The last blocks of IPv4 addresses have supplied to local registrars.
That means we've run out. How is this not an issue?

** Changed in: ubuntu-website
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-11-06 Thread Amaury Lemel - igwan.net
Please fix this issue.

We run an IPv6-only ISP and have servers we would rather not put behind
NAT64 but are forced to at the moment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-11-05 Thread James Gifford
** Also affects: ubuntu-website
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-10-10 Thread Andre Tomt
While IPv6 only networks are quite uncommon still (though they do
exist), not having services on IPv6 has implications for ISP networks
going forward. As major ISP's are deploying Carrier Grade NAT, every
IPv4 only service makes their CGN and/or NAT64 boxes ever bigger and
more expensive to operate.

Postponing it much longer is not beeing a good netizen, yo ;-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-10-10 Thread Ryan Rawdon
Now that Ubuntu supports network installs over IPv6 (as of Oneiric?),
the default repositories (including but not limited to the security
updates repo) should really support IPv6.  It is sad to see that
Canonical's ASN isn't announcing any IPv6 prefixes nor has any IPv6
peers up yet.  Many other Linux and BSD distributions are years ahead of
Ubuntu for IPv6 support on the default, official repositories.  Some of
them have claimed to be and tested to be 100% compatible with an
IPv6-only environment.  I don't think Ubuntu can even consider claiming
to be IPv6-only-compliant until the default repositories support it.

Indeed IPv6-only machines are uncommon, but Andre's statements about
Carrier Grade NAT are true and growing in importance.  IPv6-only devices
are going to become more common as compute clusters and other
environments which do not need to communicate with the outside network
become common.  I wouldn't be surprised if cloud providers (Amazon,
Rackspace, Azure, etc) start offering IPv6-only instances in the near
future.  As far as I'm concerned, Ubuntu's lack of care for dogfooding
themselves with IPv6-capable infrastructure heads down a road of
precluding them from deployment in such environments.

(and yes, we do have some IPv6-only virtual machines on which I test our
applications - these machines do not have NAT64'ed access to the outside
world for updates, so we are forced to use an unofficial mirrors.  This
is in addition to many, many machines [ both virtual and physical] which
are dual-stacked and are using unofficial IPv6-enabled mirrors)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-10-10 Thread Ryan Rawdon
Also - I don't see that anyone asked this before-

This doesn't sound like the ideal place for feature requests, if that's
all that this qualifies as (though I think it deserves attention
wherever it can get it).  If this is not the ideal place, where should
this be requested to get the proper attention as a feature request for
Canonical's infrastructure? (and it really isn't a request just for the
security repos; Canonical should be making progress towards adding IPv6
connectivity to all of its sites/infrastructure)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-10-10 Thread Ryan Rawdon
Just was referred to https://rt.ubuntu.com/Ticket/Display.html?id=2485
by someone on IRC.

Is there anyone who can get Canonical to review that ticket?  It has
been open for 4+ years and appears to have no official commentary and
not resulted in any meaningful conversation/dialogue, let alone action.
It's mildly concerning that a bug reporting workflow/process can result
in a stale bug report for so long with no official review/action

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-10-10 Thread Mark Schouten
@Ryan. As I've said before. Canonical doesn't care (actually I think
they just don't know how the intarwebz work) about IPv6. I've been
asking them in #ubuntu-mirrors for years. I've also asked them via mail.
Someone I know even asked Mark Shuttleworth about it in some
QA-session. Nothing happened.

I think this is the right place for this bug. The fact that it isn't
even assigned to someone @Canonical says enough for me.

I've given up, I'll just use other mirrors that do support IPv6.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-08-29 Thread colomonkey
Still nothing. When is this going to be fixed?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-01-25 Thread Henk Jan Agteresch
At uds-p there was a IPv6 healthcheck session,

Status of IPv6 support for Ubuntu core services like archive.ubuntu.com, 
archive.canonical.com, ntp.ubuntu.com, geoip.ubuntu.com, ... so we can have a 
perfectly working install in an IPv6 only environment
http://summit.ubuntu.com/uds-p/meeting/19580/foundations-p-ipv6/

According to the blueprint on
https://blueprints.launchpad.net/ubuntu/+spec/foundations-p-ipv6 there
is some WIP on ipv6.archive.ubuntu.com to make archives available over
ipv6. Unfortunately security.ubuntu.com isnt mentioned.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-01-24 Thread Ronny Roethof
Dear Canonical,

It's YEARS later now.. IPv6 is commonly used now too..
And still no simple  records ??

if you can't get IPv6 to work, then at least create a lame :fff:: hybrid
 record.. ok it's lame, but then AT LEAST it resolvs to IPv4..

Come on, this is fucking ridiculous..

R

posted on the ubuntu.com RT as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-01-24 Thread Mark Schouten
It would be nice if Canonical thought about joining
http://www.worldipv6launch.org/ . Microsoft has already adapted IPv6
fully (you SHOULD not even turn it of anymore in a Windows environment),
so maybe that'll trigger Canonical.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-01-24 Thread Philipp Kern
On Tue, Jan 24, 2012 at 04:30:50PM -, Ronny Roethof wrote:
 It's YEARS later now.. IPv6 is commonly used now too..
 And still no simple  records ??
 
 if you can't get IPv6 to work, then at least create a lame :fff:: hybrid
  record.. ok it's lame, but then AT LEAST it resolvs to IPv4..

That wouldn't help anybody.  That's what the A record is for.

My bet is that the firewalling and the upstream providers might not be
as ready as they should be, but I might be wrong.  It's also likely
that it's not a priority.

 Come on, this is fucking ridiculous..

Keep your swearing to yourself.  You're not helping anybody with it.

Thanks
Philipp Kern

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2011-10-12 Thread Alexandre Dulaunoy
October 2011... when do you plan to have security.ubuntu.com in IPv6?
It's now really common to have IPv6-only host.

Thank you,


** Changed in: update-manager (Ubuntu)
   Status: Invalid = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2011-10-12 Thread Jeremy Visser
** Changed in: update-manager (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2011-10-12 Thread Alexandre Dulaunoy
I understand that is not a software bug but where this can be reported
to be fixed? Thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2011-10-12 Thread Mark Schouten
It has become clear to me, in the past couple of years, that Canonical
isn't really interested in stuff like this. They don't really understand
IPv6, and don't care enough to work on it. The only thing that
officially runs IPv6 is because some people whined about that long
enough in #ubuntu-mirrors, and because it is not probable that it breaks
stuff. BTW: It's not Canonical that made that possible, but some
mirroradmins of other companies (that do care).

So, IPv6 for Ubuntu will probably be on the same day that it has more
users than Windows.

PS: This really is the wrong place for this bug. But 3.5 years of
ignorance on Canonicals part calls for a rant of some kind.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2011-10-12 Thread Jeremy Visser
https://rt.ubuntu.com/Ticket/Display.html?id=2485


** Bug watch added: rt.ubuntu.com/ #2485
   https://rt.ubuntu.com/Ticket/Display.html?id=2485

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2011-10-12 Thread Mark Schouten
Been there, done that. :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/241305/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2011-02-07 Thread /usr/local/dick
It is now February 2011 and still no IPv6 connectivity for security.ubuntu.com.
For instance my code repository system svn.terena.org is complaining.
I am planning to remove IPv4 from more systems, so +1 for some IPv6 
connectivity.
Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/241305

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2010-11-09 Thread Ronny Roethof
for now I suggest updating your /etc/apt/sources.list with the
following:

sed -i 's/security.ubuntu.com/ftp.belnet.be\/mirror\/ubuntu.com/g'
/etc/apt/sources.list

Just my 2 cents for IPv6 :)

-- 
security.ubuntu.com not accessible in IPv6 ( record missing in the DNS)
https://bugs.launchpad.net/bugs/241305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2010-11-09 Thread Alexandre Dulaunoy
I'm still wondering why security.ubuntu.com (used out-of-the-box as the 
security source for newly installation)
is not IPv6. In 2010, there are machines in IPv6 only.  How can we contact the 
Ubuntu infrastructure maintainer to
add IPv6 support to security.ubuntu.com?

For sure, the trick to replace security.ubuntu.com by a mirror
supporting IPv6 is fine but this should be by default...

-- 
security.ubuntu.com not accessible in IPv6 ( record missing in the DNS)
https://bugs.launchpad.net/bugs/241305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2008-06-21 Thread Henning Eggers
Actually, it's not up to me to decide ... ;-)

From what I could find out (on #canonical-sysadmins) there seem to be no
definite plans for IPv6 connectivity of the repository servers. I will
create an entry on the request tracker (https://rt.ubuntu.com
usr/pw:ubuntu) to make sure this request will be remembered as soon as
possible.

-- 
security.ubuntu.com not accessible in IPv6 ( record missing in the DNS)
https://bugs.launchpad.net/bugs/241305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2008-06-21 Thread Henning Eggers
A ticket concerning this issue has been opened on the request tracker
(#2485). It is not a software bug.

** Changed in: update-manager (Ubuntu)
   Status: Confirmed = Invalid

-- 
security.ubuntu.com not accessible in IPv6 ( record missing in the DNS)
https://bugs.launchpad.net/bugs/241305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2008-06-19 Thread Patrick Kilgore
Although I don't know enough about this stuff, any problem that causes
users to not be able to get security updates is a security
vulnerability. I'm going to flag/elevate it as such so we can get a
developer to look at it as soon as possible. Thanks for reporting this
bug.

** Changed in: update-manager (Ubuntu)
Sourcepackagename: None = update-manager
   Importance: Undecided = High
   Status: New = Confirmed

-- 
security.ubuntu.com not accessible in IPv6 ( record missing in the DNS)
https://bugs.launchpad.net/bugs/241305
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs