Active Topics

 


Reply
Thread Tools
Posts: 6 | Thanked: 2 times | Joined on Mar 2010
#1
hey, guys..

I recently reflashed my n810 and had a terrible time reinstalling some applications. I used http://www.gronmayer.com/it/ to populate some of the fringe repos and had problems with some of the entries.. Here are some of the corrections that I have done one mine for those that are interested:


1. http://synthesize.us/ has forced https connections on their web server. change
deb http://synthesize.us/debs/ /
to
deb https://synthesize.us/debs/ /

2. the estemos.de repo has moved..
change
http://www.estamos.de/download/apt unstable main
to
deb http://downloads.syncevolution.org/apt unstable main

3. the matetelki.com repo has moved..
change
deb http://repository.matetelki.com/packages arm/
to
deb http://matetelki.com/repository/packages arm/

4. the lut.fi repo is down. remove
deb http://www2.lut.fi/~thietan1/repo/ bora user

5. the talinux..tal.org repo is down. remove
deb http://download.talinux.tal.org/pub/maemo chinook free

6. some gpg keys are incorrect. Fremantle keys used to sign diablo repos? regardless, easy to fix.. import the key..
gpg --keyserver pgp.mit.edu --recv-keys EA68E29D ;gpg -a --export EA68E29D|apt-key add -

gpg --keyserver pgp.mit.edu --recv-keys 616730BD ;gpg -a --export 616730BD|apt-key add -

output should look like:
gpg: requesting key 616730BD from hkp server pgp.mit.edu
gpg: key 616730BD: public key "maemo.org Extras repositories (Fremantle Extras) <repositories@maemo.org>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK



on a side note: if anyone need to resolve the 301 permanently moved errors, the following works to figure out the issue:
Failed to fetch http://www.estamos.de/download/apt/d...el/Packages.gz 301 Moved Permanently
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
Nokia-N810-43-7:~# wget http://www.estamos.de/download/apt/d...el/Packages.gz
--14:50:58-- http://www.estamos.de/download/apt/d...el/Packages.gz
=> `Packages.gz.1'
Resolving www.estamos.de... 78.46.77.246
Connecting to www.estamos.de|78.46.77.246|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://downloads.syncevolution.org/a...el/Packages.gz [following]
--14:51:01-- http://downloads.syncevolution.org/a...el/Packages.gz
=> `Packages.gz.1'
Resolving downloads.syncevolution.org... 174.36.13.145
Connecting to downloads.syncevolution.org|174.36.13.145|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20 [application/octet-stream]

100%[================================================== ================================================== ====================>] 20 --.--K/s

14:51:02 (91.43 KB/s) - `Packages.gz.1' saved [20/20]


the italics above is where you will find the new repo location. see item #2 above for the repo entry syntax.

Good luck..
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:21.