Reply
Thread Tools
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#11
Thanks!

A couple of thoughts:

1. Providing a backup of extras* may be confusing to users. While nokia.com is down, maemo.org is still alive and kicking. uSers may thus deprive themselves of updates
2. SInce you provide the backup of downloads.maemo.nokia.com for Fremantle, why not add the backup for N9 and especially N950 (afaik there's no working backup of the N950 repos atm)
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 3 Users Say Thank You to marmistrz For This Useful Post:
Posts: 30 | Thanked: 104 times | Joined on Jun 2014 @ Earth
#12
Originally Posted by marmistrz View Post
Thanks!

A couple of thoughts:

1. Providing a backup of extras* may be confusing to users. While nokia.com is down, maemo.org is still alive and kicking. uSers may thus deprive themselves of updates
2. SInce you provide the backup of downloads.maemo.nokia.com for Fremantle, why not add the backup for N9 and especially N950 (afaik there's no working backup of the N950 repos atm)
wc
1 ) i added extras* repos only to make it easier for user to install all repos needed (no need to search for extras* repos from google) ...and these repos are still under repository.maemo.org (all file come from official repos)

2 ) it is a good idea,but i dont know how to added it,what should be added ( im not a n9/N950 user ) ,if i make a backup,i dont know how to know if it is working...

__________________
I'M NOT ENGLISH SPEAKING
 

The Following 4 Users Say Thank You to amirulrb For This Useful Post:
Posts: 175 | Thanked: 210 times | Joined on Mar 2013
#13
Hey,

Thanks for your initiative in backing up the repos.

I have a small problem when updating the repos on my N900 (used to work a while back) :

Code:
# apt-get update
Hit http://repository.maemo.org fremantle Release.gpg   
Ign http://repository.maemo.org fremantle/free Translation-fr
Ign http://repository.maemo.org fremantle/non-free Translation-fr
Hit http://repository.maemo.org fremantle-1.3 Release.gpg
Ign http://repository.maemo.org fremantle-1.3/free Translation-fr
Ign http://repository.maemo.org fremantle-1.3/non-free Translation-fr
Ign http://maemo-repos.com ./ Release.gpg
Ign http://maemo-repos.com ./ Translation-fr
Ign http://maemo-repos.com ./ Release.gpg
Ign http://maemo-repos.com ./ Translation-fr
Ign http://maemo-repos.com ./ Release.gpg
Ign http://maemo-repos.com ./ Translation-fr
Hit http://repository.maemo.org fremantle Release
Hit http://repository.maemo.org fremantle-1.3 Release
Ign http://maemo-repos.com ./ Release                                    
Ign http://maemo-repos.com ./ Release
Ign http://maemo-repos.com ./ Release
Ign http://repository.maemo.org fremantle/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Ign http://repository.maemo.org fremantle-1.3/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle-1.3/non-free Packages/DiffIndex
Ign http://maemo-repos.com ./ Packages/DiffIndex
Ign http://maemo-repos.com ./ Packages/DiffIndex
Ign http://maemo-repos.com ./ Packages/DiffIndex
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Hit http://repository.maemo.org fremantle-1.3/free Packages
Hit http://repository.maemo.org fremantle-1.3/non-free Packages
Ign http://maemo-repos.com ./ Packages
Ign http://maemo-repos.com ./ Packages
Ign http://maemo-repos.com ./ Packages
Err http://maemo-repos.com ./ Packages
  302 Found
Err http://maemo-repos.com ./ Packages
  302 Found
Err http://maemo-repos.com ./ Packages
  302 Found
W: Failed to fetch http://maemo-repos.com/apt-mirror/mirror/downloads.maemo.nokia.com/fremantle/ssu/apps/./Packages  302 Found

W: Failed to fetch http://maemo-repos.com/apt-mirror/mirror/downloads.maemo.nokia.com/fremantle1.2/ovi/./Packages  302 Found

W: Failed to fetch http://maemo-repos.com/apt-mirror/mirror/downloads.maemo.nokia.com/fremantle/ssu/mr0/./Packages  302 Found

E: Some index files failed to download, they have been ignored, or old ones used instead.
Any idea on how to get rid of those errors?

Thanks.
 

The Following User Says Thank You to Malakai For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#14
Seems like it's moving to a new server... See www.maemo-repos.com
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following 4 Users Say Thank You to HtheB For This Useful Post:
Posts: 175 | Thanked: 210 times | Joined on Mar 2013
#15
That is what I have seen too on the web page, but each time I try and connect through the browser (on my desktop or on my N900) it is accessible, only from terminal with "apt-get update" I get an error.

Am I the only one to have this issues these days?

Any idea when the service will be moved on the new server?

Thanks.
 

The Following 2 Users Say Thank You to Malakai For This Useful Post:
Posts: 40 | Thanked: 57 times | Joined on Dec 2010 @ Jersey
#16
Originally Posted by Malakai View Post
That is what I have seen too on the web page, but each time I try and connect through the browser (on my desktop or on my N900) it is accessible, only from terminal with "apt-get update" I get an error.

Am I the only one to have this issues these days?

Any idea when the service will be moved on the new server?

Thanks.
I'm getting the same issue. Changing the URLs to https://maemo-repos.com/ rather than http://maemo-repos.com/ yields errors. I'm thinking it could be certificate related.

Code:
curl --capath /etc/certs/common-ca/ -v https://maemo-repos.com/
Works fine, so the cert seems to be OK, unless dpkg uses some other CA path...

Ideas welcome!
 
Posts: 175 | Thanked: 210 times | Joined on Mar 2013
#17
Originally Posted by l_bratch View Post
I'm getting the same issue. Changing the URLs to https://maemo-repos.com/ rather than http://maemo-repos.com/ yields errors. I'm thinking it could be certificate related.

Code:
curl --capath /etc/certs/common-ca/ -v https://maemo-repos.com/
Works fine, so the cert seems to be OK, unless dpkg uses some other CA path...

Ideas welcome!
I'm having http urls in source.list not https, so for me the issue doesn't seem to be that.
 
Posts: 40 | Thanked: 57 times | Joined on Dec 2010 @ Jersey
#18
Originally Posted by Malakai View Post
I'm having http urls in source.list not https, so for me the issue doesn't seem to be that.
Accessing the HTTP URLs gives an HTTP redirect to the HTTPS URL, so if this /is/ a problem then you are probably getting it too.

I haven't actually been able to prove if there is a certificate problem though - the expiry dates seem to relate to the old Nokia repos that expired in 2012.

Hmm.
 
Posts: 175 | Thanked: 210 times | Joined on Mar 2013
#19
Ok, didn't know about the HTTPS redirect.

For me (on Firefox, on my desktop computer) I see a Let's Encrypt certificate that is valid until 30/04/2017 for https://maemo-repos.com/apt-mirror/
 
Posts: 175 | Thanked: 210 times | Joined on Mar 2013
#20
I think I've found the cause of all the errors.
Today while visiting the site with my desktop browser and clicking around, I had at every folder change, a link shortened page with a click button to skip ads. I think that maybe when apt-get tries to get the packages info it gets stuck with this... hope I'm not saying nonsense.

Just wondering, if I were to mirror the following repos how much space would I need to do so (for each and every one of this repos)?

# Nokia Applications
downloads.maemo.nokia.com/fremantle/apps/ ./
downloads.maemo.nokia.com/fremantle/ssu/apps/ ./

# Nokia System Software Updates (Global)
downloads.maemo.nokia.com/fremantle/mr0 ./
downloads.maemo.nokia.com/fremantle/ssu/mr0 ./

# Ovi
downloads.maemo.nokia.com/fremantle/ovi/ ./
downloads.maemo.nokia.com/fremantle1.2/ovi/ ./

# Extras
http://repository.maemo.org/extras/ fremantle-1.3 free non-free

# Extras-testing
http://repository.maemo.org/extras-testing/ fremantle free non-free

# Extras-devel
http://repository.maemo.org/extras-devel/ fremantle free non-free

# Community SSU
http://repository.maemo.org/community/ fremantle free

# Community SSU (testing)
http://repository.maemo.org/community-testing/ fremantle free

# Community SSU (devel)
http://maemo.merlin1991.at/cssu/community-devel/ fremantle free

# Community SSU (testing-thumb)
http://maemo.merlin1991.at/cssu/community-thumb/ fremantle free
 

The Following User Says Thank You to Malakai For This Useful Post:
Reply

Tags
mirror, repositories

Thread Tools

 
Forum Jump


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