-
- Posts: 4
- Joined: Fri Feb 24, 2017 2:06 pm
Unable to connect to mirrordirector.raspbian.org:http:
Error in "mirror.nbtelecom.com.br"
Last edited by rafaelramos on Fri Mar 10, 2017 3:26 am, edited 3 times in total.
- mahjongg
- Forum Moderator
- Posts: 13580
- Joined: Sun Mar 11, 2012 12:19 am
- Location: South Holland, The Netherlands
Re: Error in mirror mirror.nbtelecom.com.br
You have a list with mirrors in a text file, you can edit out this particular mirror if it bothers you.
-
- Posts: 4
- Joined: Fri Feb 24, 2017 2:06 pm
Re: Error in mirror mirror.nbtelecom.com.br
Where is this text file?
Last edited by rafaelramos on Fri Mar 10, 2017 3:27 am, edited 2 times in total.
Re: Error in mirror mirror.nbtelecom.com.br
Can you please tell me what country you are in and what ISP you are using?
Re: Error in mirror mirror.nbtelecom.com.br
got this error too
http://mirrordirector.raspbian.org jessie Release.gpg
Unable to connect to mirrordirector.raspbian.org:http:
http://mirrordirector.raspbian.org jessie Release.gpg
Unable to connect to mirrordirector.raspbian.org:http:
Re: Error in mirror mirror.nbtelecom.com.br
I hit an error today when updating my Pis. It looks like apt is trying to use IPv6 which doesn't work with my ISP (Virgin Media). I forced apt to use IPv4 and all was good.
- DougieLawson
- Posts: 40555
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Error in mirror mirror.nbtelecom.com.br
You can get IPv6 working in ten minutes from now.rpdom wrote:I hit an error today when updating my Pis. It looks like apt is trying to use IPv6 which doesn't work with my ISP (Virgin Media). I forced apt to use IPv4 and all was good.
https://tunnelbroker.net/new_tunnel.php
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: Error in mirror mirror.nbtelecom.com.br
I will upgrade to IPv6 when it is globally accepted. I have no interest in hacks for now.DougieLawson wrote:You can get IPv6 working in ten minutes from now.rpdom wrote:I hit an error today when updating my Pis. It looks like apt is trying to use IPv6 which doesn't work with my ISP (Virgin Media). I forced apt to use IPv4 and all was good.
https://tunnelbroker.net/new_tunnel.php
- DougieLawson
- Posts: 40555
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Error in mirror mirror.nbtelecom.com.br
It's fairly well used, it's been available in the wild for 21 years. Hurricane Electric isn't a hack, it's just a useful way to get IPv6 when your ISP (like mine) is still living in the 20th century.rpdom wrote: I will upgrade to IPv6 when it is globally accepted. I have no interest in hacks for now.
IPv6 will suddenly become the fashionable feature very soon as the IPv4 addresses are already exhausted and NAT or CG-NAT is an absolute stinking pile of hackage.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: Error in mirror mirror.nbtelecom.com.br
Also having problems connecting.
Do we have to switch to IPv6 to get this working?
Update: A quick google:
Code: Select all
W: Failed to fetch http://mirrordirector.raspbian.org/raspbian/dists/jessie/Release.gpg Cannot initiate the connection to mirrordirector.raspbian.org:80 (2a00:1098:0:80:1000:75:0:3). - connect (101: Network is unreachable) [IP: 2a00:1098:0:80:1000:75:0:3 80]
Update: A quick google:
Code: Select all
apt-get -o Acquire::ForceIPv4=true update
-
- Posts: 4
- Joined: Fri Feb 24, 2017 2:06 pm
Re: ...
@botura,botura wrote:This mirror is still not working... impossible to update raspberry...
Anyway I can remove this mirror from my system?
mirror.nbtelecom.com.br
I´m in Brazil.
I'm in Brazil, too.
I solved this issue with this:
1 - edit the file:
Code: Select all
/etc/apt/sources.list
Code: Select all
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
Code: Select all
deb ftp://raspbian.c3sl.ufpr.br/raspbian/raspbian/ jessie main contrib non-free rpi
Re: Unable to connect to mirrordirector.raspbian.org:http:
Yeah, I switched mirrordirector to archive until the mirroring issues get worked out. It has still been a problem for me here in the USA.
Re: Unable to connect to mirrordirector.raspbian.org:http:
The URL of NB Telecom RaspiberryPI Mirror has some capital letters in URL. We create a link to offer lowcase URL now. Please try again!
- DougieLawson
- Posts: 40555
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Unable to connect to mirrordirector.raspbian.org:http:
Upper/lower case between https:// or http:// and the first slash isn't a problem.NB_Noc wrote:The URL of NB Telecom RaspiberryPI Mirror has some capital letters in URL. We create a link to offer lowcase URL now. Please try again!
so https://www.raspberrypi.org/ is identical to https://WWW.RASPBERRYPI.ORG/ and is identical to https://www.RaspberryPi.org/ it's only the sub-directories beyond that that are case sensitive.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.