maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Cannot connect to Community-thumb (https://talk.maemo.org/showthread.php?t=87131)

Shivu025 2012-09-30 06:13

Cannot connect to Community-thumb
 
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.


Mentalist Traceur 2012-09-30 06:16

Re: Cannot connect to Community-thumb
 
Quote:

Originally Posted by Shivu025 (Post 1274193)
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.)

Shivu025 2012-09-30 07:11

Re: Cannot connect to Community-thumb
 
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


Mentalist Traceur 2012-09-30 08:21

Re: Cannot connect to Community-thumb
 
Quote:

Originally Posted by Shivu025 (Post 1274201)
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
?

Shivu025 2012-09-30 09:08

Re: Cannot connect to Community-thumb
 
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 2012-09-30 09:37

Re: Cannot connect to Community-thumb
 
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.

Shivu025 2012-09-30 12:36

Re: Cannot connect to Community-thumb
 
Quote:

Originally Posted by Mentalist Traceur (Post 1274218)
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
?

Quote:

Originally Posted by merlin1991 (Post 1274247)
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.

elgin 2012-10-04 14:51

I have the same problem here
 
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 ?

elgin 2012-10-05 06:57

Re: Cannot connect to Community-thumb
 
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) !:(:(

elgin 2012-10-05 19:45

Re: Cannot connect to Community-thumb
 
any info about this link please
http://n900-ipv6.garage.maemo.org/

is this considered a solution for my problem?

Mentalist Traceur 2012-10-09 00:06

Re: Cannot connect to Community-thumb
 
Okay, elgin, I'm just now getting around to replying to this.

I guess my first question is, why did you initially attempt to get IPv6 stuff working? If you're having a problem connecting to the CSSU repository, I don't think enabling IPv6 was going to fix your underlying issue at all.

However, if you just want help with getting IPv6 working, for starters, you should check if other computers that have IPv6 available by default (just about every desktop/laptop should be), by trying to go to IPv6 sites, like the aforementioned ipv6.google.com, or test it by going to ipv6-test.com

Once you've verified that your network as a whole supports IPv6, we can start working on getting IPv6 set up.

elgin 2012-10-14 01:56

Re: Cannot connect to Community-thumb
 
ok ok

I still have the problem... I can't update Cssu version
what can I do for that ???


All times are GMT. The time now is 16:11.

vBulletin® Version 3.8.8