Active Topics

 


Reply
Thread Tools
Posts: 7 | Thanked: 3 times | Joined on Apr 2011
#1
Need help, I face the below problem everytime,

whenever I try apt-get update, I get the below message, even the app catalouge in HAM and FAM does not updates community-thumb repos..

Am I doing anything wrong

Code:
Fetched 3212kB in 4min36s (11.6kB/s)
W: GPG error: http://marmistrz.net63.net fremantle Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9431AED09369EB78
W: Failed to fetch http://maemo.merlin1991.at/cssu/community-devel/dists/fremantle/Release.gpg  Cannot initiate the connection to maemo.merlin1991.at:80 (2a01:4f8:100:1388::2). - connect (101 Network is unreachable) [IP: 2a01:4f8:100:1388::2 80]

W: Failed to fetch http://maemo.merlin1991.at/cssu/community-devel/dists/fremantle/free/i18n/Translation-en_GB.gz  Cannot initiate the connection to maemo.merlin1991.at:80 (2a01:4f8:100:1388::2). - connect (101 Network is unreachable) [IP: 2a01:4f8:100:1388::2 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.
 
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#2
Originally Posted by Shivu025 View Post
Need help, I face the below problem everytime,

whenever I try apt-get update, I get the below message, even the app catalouge in HAM and FAM does not updates community-thumb repos..

Am I doing anything wrong

Code:
Fetched 3212kB in 4min36s (11.6kB/s)
W: GPG error: http://marmistrz.net63.net fremantle Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9431AED09369EB78
W: Failed to fetch http://maemo.merlin1991.at/cssu/community-devel/dists/fremantle/Release.gpg  Cannot initiate the connection to maemo.merlin1991.at:80 (2a01:4f8:100:1388::2). - connect (101 Network is unreachable) [IP: 2a01:4f8:100:1388::2 80]

W: Failed to fetch http://maemo.merlin1991.at/cssu/community-devel/dists/fremantle/free/i18n/Translation-en_GB.gz  Cannot initiate the connection to maemo.merlin1991.at:80 (2a01:4f8:100:1388::2). - connect (101 Network is unreachable) [IP: 2a01:4f8:100:1388::2 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.
Are you completely sure you have internet connectivity in the N900? Aside from obvious things like making sure wifi or mobile internet are actually connected, what output does
Code:
ping6 2a01:4f8:100:1388::2
produce? (You have to run it as root. It won't let you ping if you're not.)
 
Posts: 7 | Thanked: 3 times | Joined on Apr 2011
#3
Below is the output I get..

and I am posting this post through N900 itself

Code:
~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # ping6 2a01:4f8:100:1388::2
PING 2a01:4f8:100:1388::2 (2a01:4f8:100:1388::2): 56 data bytes
ping6: sendto: Network is unreachable
 

The Following 2 Users Say Thank You to Shivu025 For This Useful Post:
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#4
Originally Posted by Shivu025 View Post
Below is the output I get..

and I am posting this post through N900 itself

Code:
~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # ping6 2a01:4f8:100:1388::2
PING 2a01:4f8:100:1388::2 (2a01:4f8:100:1388::2): 56 data bytes
ping6: sendto: Network is unreachable
Well, that's really odd, because your N900 is trying to use that IP to reach the Community-thumb repository - and the errors it's getting, both from apt-get and from ping, are the generic 'network unreachable', and that would seem to be a networking problem. But if you're able to connect to the internet overall, then I have no clue. *Shrug* Perhaps your N900 is unable to use IPv6, but is able to connect to IPv4 addresses? Does output of:
ping www.google.com
differ from
ping6 ipv6.google.com
?
 

The Following 3 Users Say Thank You to Mentalist Traceur For This Useful Post:
Posts: 7 | Thanked: 3 times | Joined on Apr 2011
#5
I think you are right

Code:
/home/user # ping6 ipv6.google.com     
PING ipv6.google.com (2404:6800:4003:801::1010): 56 data bytes
ping6: sendto: Network is unreachable
/home/user #
So, how to resolve it?
 
merlin1991's Avatar
Posts: 125 | Thanked: 1,142 times | Joined on Feb 2010 @ Austria
#6
I removed the ipv6 (AAAA) dns entry for maemo.merlin1991.at.
Now only the A entry (188.40.39.11) exists which should make it possible for you to update.

I never thought a n900 would prefer ipv6 over ipv4. Interestingly though the ipv6 entry has been there ever since community-thumb exists.
__________________
"Fog is neither water nor air, it's something between." Merlin
 

The Following 5 Users Say Thank You to merlin1991 For This Useful Post:
Posts: 7 | Thanked: 3 times | Joined on Apr 2011
#7
Originally Posted by Mentalist Traceur View Post
Well, that's really odd, because your N900 is trying to use that IP to reach the Community-thumb repository - and the errors it's getting, both from apt-get and from ping, are the generic 'network unreachable', and that would seem to be a networking problem. But if you're able to connect to the internet overall, then I have no clue. *Shrug* Perhaps your N900 is unable to use IPv6, but is able to connect to IPv4 addresses? Does output of:
ping www.google.com
differ from
ping6 ipv6.google.com
?
Originally Posted by merlin1991 View Post
I removed the ipv6 (AAAA) dns entry for maemo.merlin1991.at.
Now only the A entry (188.40.39.11) exists which should make it possible for you to update.

I never thought a n900 would prefer ipv6 over ipv4. Interestingly though the ipv6 entry has been there ever since community-thumb exists.
Thanks for the help guys.. its working.
 

The Following User Says Thank You to Shivu025 For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Oct 2012
#8
I have the same problem here and I tried
ping6 2a01:4f8:100:1388::2

and also tried:
ping6 ipv6.google.com

and both of them end with:
ping6: can't create raw socket: Address family not supported by protocol

I also tried to ping with : ping www.google.com and It worked.
my internet is working fine as well !

any help please ?
 
Posts: 4 | Thanked: 0 times | Joined on Oct 2012
#9
I installed the Kernel power yesterday
and the message became:
ping6: sendto: Network is unreachable

and the same thing ... I can't update the community ssu : 21.2011.38-1Tmaemo5.1 (11.09.2012) !
 
Posts: 4 | Thanked: 0 times | Joined on Oct 2012
#10
any info about this link please
http://n900-ipv6.garage.maemo.org/

is this considered a solution for my problem?
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:33.