zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Ubuntu ipv6 fail

June 20, 2011 by Igor Drobot 2 Comments

On June 8, 2011 was world IPv6 day and I shared some VPS boxes. Only one guy wants Ubuntu 11.04 – no problem he get it.

I was painfully remembered that Ubuntu.com has still some problems with AAAA record for security.ubuntu.com… They have no records:)

1
2
3
4
root@freebox:~# aptitude update
Err http://security.ubuntu.com natty-security Release.gpg
  Could not resolve 'security.ubuntu.com'
Err http://de.archive.ubuntu.com natty InRelease

root@freebox:~# aptitude update Err http://security.ubuntu.com natty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://de.archive.ubuntu.com natty InRelease

Fix it:

1
sed -i 's/\/de/\/ru/g' /etc/apt/sources.list

sed -i 's/\/de/\/ru/g' /etc/apt/sources.list

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

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

Filed Under: IPv6, Linux, Networking, Ubuntu Tagged With: aptitude, fail, Ipv6, Ubuntu

Categories

Archives

Tags

apache2 Apple arduino ARM Automation backup bash Cisco Cluster Corosync Database Debian Debian squeeze DIY DNS Fedora FTP Fun Icinga Ipv6 KVM Linux LVM MAC OS X Monitoring MySQL Nagios Nginx openSUSE OpenVPN PHP Proxy Python python3 qemu RAID rsync Samba security ssh Ubuntu virtualization Windows Windows 7 Wordpress

Comments

  1. Ronny Roethof says

    January 1, 2012 at 16:49

    Nice to see that a techblog item i wrote is used :)
    Even the belnet.be is exactly copied.

Trackbacks

  1. .blog » Archiv » Aktualizace Ubuntu a IPv6 says:
    May 25, 2012 at 17:02

    […] po IPv6 a proto je nutno upravit seznam zdrojů. Jedna z možností je popsána například v tomo blogu, kde se řeší oba […]

Leave a Reply

Your email address will not be published. Required fields are marked *