maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Faster Application Manager (Maemo5) (https://talk.maemo.org/showthread.php?t=57503)

Rob1n 2010-10-08 11:13

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by neotalk (Post 836243)
This may have already been asked but i am having difficulty finding a solution:

When i try to update the catalogs i get the error message "Failed to update some or all of the catalogs. Check your network connection and/or repository configuration."

I have checked them and all are ok.

Anyone know what the problem could be please?

Which one(s) are failing to update?

Quote:

Originally Posted by neotalk (Post 836251)
Also when i use apt-get update i get a message at the end saying:

W: GPG error:http://moff.mozilla.com chinook Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 667387BFFF445C24
W: You may want to run apt-get update to correct these problems

You can ignore that - the Mozilla repository public key isn't made available (you can probably install it manually with GPG if you want though). That doesn't stop anything from working though.

neotalk 2010-10-08 11:20

Re: [Announce] Faster Application Manager (Maemo5)
 
I cannot view anything to install via fapman the error message i get is when i select update catalogs or install applications.

When i go to application manager and check the repositories all are ok. When i check them via fapman all is ok also.

neotalk 2010-10-08 11:22

Re: [Announce] Faster Application Manager (Maemo5)
 
i have also tried uninstalling fapman and reinstalling via the application manager but i still get the error messages.

F2thaK 2010-10-08 14:03

Re: [Announce] Faster Application Manager (Maemo5)
 
I got that a few times, worked later.....! ?

windows7 2010-10-08 14:25

Re: [Announce] Faster Application Manager (Maemo5)
 
Not sure if the following sugestion has been made...

would it be possible to add some kind of visible metrics,
for example:
- time taken in each repository
- size of syncronization for each repository
- possibility to temporaly while using a certain connections not to syncronize/update certain large repositories but allow installation of apps already in cache, this would be good for those with limited bandwith

Rob1n 2010-10-08 15:02

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by neotalk (Post 836272)
i have also tried uninstalling fapman and reinstalling via the application manager but i still get the error messages.

What's shown in the log after you get the error?

bloQQroZZa 2010-10-08 22:47

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by neotalk (Post 836251)
Also when i use apt-get update i get a message at the end saying:

W: GPG error:http://moff.mozilla.com chinook Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 667387BFFF445C24
W: You may want to run apt-get update to correct these problems

I had, as i remember a problem very similar to this one.
Try xTerminal using the command "apt-get install -f" and post please the complete result here.

louispires 2010-10-10 21:33

Re: [Announce] Faster Application Manager (Maemo5)
 
Can someone please tell me why does FAM update the entire Catalog like everyday?
It has to download almost 12MB of data daily and here in South-Africa that is a bit expensive!
I am almost sure that the entire catalog changes daily?
Yesterday i saw a new update of FileBox, so i updated the Catalog and it downloaded 11.6MB and thats fine but now i saw an update of SMSCON and i needed to update because that ONE update isn't there but then it downloaded 11.6MB AGAIN

I'm just wondering why is it like that?

bloQQroZZa 2010-10-10 23:35

Re: [Announce] Faster Application Manager (Maemo5)
 
You can deactivate the auto-update of the catalogs.
If that is not useful, deactivate some of the repositories.
I fear that there is no other possibility to avoid that your FapMan fetches this amount of data.

ndi 2010-10-11 12:08

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by louispires (Post 837962)
Can someone please tell me why does FAM update the entire Catalog like everyday?
It has to download almost 12MB of data daily and here in South-Africa that is a bit expensive!

Catalogs change all the time. You can disable automatic download via options and manually update as you want.

If you are short on bandwidth, space out downloads or disable some catalogs as needed.

Catalogs work like that. The system supports diffs but maemo repos don't serve diffs as far as I can tell.

Even on a good link it takes forever. They are rather large.

louispires 2010-10-11 16:27

Re: [Announce] Faster Application Manager (Maemo5)
 
But understand my point.
In a period of less than 24 hours it is highly unlikely that 1298 packages would have changed! Even half of that might not even be possible, but lets say half of them changes then mu download size would only be 6MB and in the long run we could save a lot of data!

If the package hasn't changed? why download it AGAIN if it's the same as the one already on the phone?
It is called "Update" Not "Refresh"

Rob1n 2010-10-11 17:48

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by louispires (Post 838516)
But understand my point.
In a period of less than 24 hours it is highly unlikely that 1298 packages would have changed! Even half of that might not even be possible, but lets say half of them changes then mu download size would only be 6MB and in the long run we could save a lot of data!

If the package hasn't changed? why download it AGAIN if it's the same as the one already on the phone?
It is called "Update" Not "Refresh"

We understand your point. The issue is that each file that makes up the catalogue (Packages & Sources) contains info on all the packages in the catalogue. Unless the repository supports diffs (if that's even possible - the Debian repository instructions don't seem to mention this) then the files need to be re-downloaded each time, regardless of what (if anything) has changed.

DrWilken 2010-10-11 20:50

Re: [Announce] Faster Application Manager (Maemo5)
 
1 Attachment(s)
Hi,

I think I've found a bug in fapman. It's only seing the first 4GB of my 8GB /opt (/home) filesystem,

Attachment 14612

Code:

N900:~$ df -h /opt
Filesystem            Size  Used Avail Use% Mounted on
/home/opt            7,9G  2,3G  5,3G  30% /opt

If You're interested in how I got an 8GB /home FS look here.

slender 2010-10-12 06:59

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Rob1n (Post 838582)
We understand your point. The issue is that each file that makes up the catalogue (Packages & Sources) contains info on all the packages in the catalogue. Unless the repository supports diffs (if that's even possible - the Debian repository instructions don't seem to mention this) then the files need to be re-downloaded each time, regardless of what (if anything) has changed.

Sorry for offtopic but this is one thing that gets me nervous. Downloading config/text files 10 megabytes daily. WOW. So to speak maemo.org repository is under constant load because of thousands of people downloading big chunks of stuff daily. Of course some stuff is on cache servers but still. Would diff make server loading much bigger on CPU side? Would diff make things even slower for N900?

Nosferatu 2010-10-12 12:19

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by slender (Post 836186)
@flipalong
This has been already discussed in this thread. Please read it and be careful with tools given in messages. Make backup before removing anything. Good luck.

@slender
I understand that this has been discussed in this thread, but I'm not a maemo developer, and I don't understand much of the whole discussion that has been going on. Could you write in a single post a step by step solution to the problem? Or would you advice me, being a user without any maemo developing skills, to simply uninstall this app which seems to be working perfect for so many others and go on with my life using the standard downloading programme?

ndi 2010-10-12 12:38

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by slender (Post 839009)
Downloading config/text files 10 megabytes daily. WOW. So to speak maemo.org repository is under constant load because of thousands of people downloading big chunks of stuff daily. Of course some stuff is on cache servers but still. Would diff make server loading much bigger on CPU side? Would diff make things even slower for N900?

They are packed, so that's a problem. Every change triggers a repack. Diffs could be daily changes and a device could download a weekly snap, then additional diffs as days progress.

Incremental and differential backup systems are available, but none are as error resistant as a big, huge tarball.

Ideally, one would say GET and the last update timestamp and the server would give you what's new. That, however, would require for a server to repack each response, dramatically reducing capacity of a server, in the order of two zeroes, maybe more.

Besides, any changes in this system would require massive updates to all devices, breaking older versions, etc.

slender 2010-10-12 20:33

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Nosferatu (Post 839218)
@slender
I understand that this has been discussed in this thread, but I'm not a maemo developer, and I don't understand much of the whole discussion that has been going on. Could you write in a single post a step by step solution to the problem? Or would you advice me, being a user without any maemo developing skills, to simply uninstall this app which seems to be working perfect for so many others and go on with my life using the standard downloading programme?

From here to forward is some hints:
http://talk.maemo.org/showthread.php...760#post796760

MohammadAG 2010-10-18 20:03

Re: [Announce] Faster Application Manager (Maemo5)
 
Is it me, or does fapman ignore anything added with HAM (i.e after restoring a backup), I tried clearing /opt/fapman-cache but it still ignores testing and devel.

handaxe 2010-10-18 20:24

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by MohammadAG (Post 844407)
Is it me, or does fapman ignore anything added with HAM (i.e after restoring a backup), I tried clearing /opt/fapman-cache but it still ignores testing and devel.

To clarify, you mean that after a reflash/restore those repos were added in HAM and were then added and enabled in Fapman but will not update in the latter?
If that is the case it may explain some odd cases reported here tho they did not mention the restore aspect.

kev9295 2010-10-20 23:15

Re: [Announce] Faster Application Manager (Maemo5)
 
Im having trouble installing any app using Faster App Manager and keep getting the following message 'SOME OF YOUR PACKAGES HAVE UNMET DEPENDENCIES WHICH COULD NOT BE FIXED'.

This is the log:
--- 2010-10-20 23:39:07 ---
/usr/bin/apt-get -q update -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts=""
Hit http://repository.maemo.org fremantle Release.gpg
Ign http://repository.maemo.org fremantle/free Translation-en_GB
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Ign http://repository.maemo.org fremantle/non-free Translation-en_GB
Get:1 http://repository.maemo.org fremantle Release.gpg [489B]
Ign http://repository.maemo.org fremantle/free Translation-en_GB
Ign http://repository.maemo.org fremantle/non-free Translation-en_GB
Hit http://repository.maemo.org fremantle Release
Get:2 http://repository.maemo.org fremantle Release [7960B]
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/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Get:3 http://repository.maemo.org fremantle/free Packages [2770kB]
Get:4 http://repository.maemo.org fremantle/non-free Packages [190kB]
Ign https://downloads.maemo.nokia.com ./ Translation-en_GB
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Ign https://downloads.maemo.nokia.com ./ Translation-en_GB
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Ign https://downloads.maemo.nokia.com ./ Translation-en_GB
Hit https://downloads.maemo.nokia.com ./ Release
Hit https://downloads.maemo.nokia.com ./ Release
Hit https://downloads.maemo.nokia.com ./ Release
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Fetched 2968kB in 38s (77.9kB/s)
Reading package lists...
--- 2010-10-20 23:42:04 ---
Start reading package lists
--- 2010-10-20 23:42:09 ---
Finished reading package lists
--- 2010-10-20 23:42:09 ---
Start fetching package dates
--- 2010-10-20 23:42:09 ---
need to fetch date for 10 packages
--- 2010-10-20 23:42:10 ---
sent 10 requests, received 10 replies with 0 errors
--- 2010-10-20 23:42:10 ---
Finished fetching package dates
--- 2010-10-20 23:43:36 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" install findmine
--- 2010-10-20 23:43:38 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
brainparty: Depends: libsdl-ttf2.0-0 but it is not going to be installed
libsdl-perl: Depends: libsdl-ttf2.0-0 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).




Anyone able to offer a step by step solution?

Rob1n 2010-10-21 08:12

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by kev9295 (Post 846560)
Im having trouble installing any app using Faster App Manager and keep getting the following message 'SOME OF YOUR PACKAGES HAVE UNMET DEPENDENCIES WHICH COULD NOT BE FIXED'.

This is the log:
The following packages have unmet dependencies:
brainparty: Depends: libsdl-ttf2.0-0 but it is not going to be installed
libsdl-perl: Depends: libsdl-ttf2.0-0 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).




Anyone able to offer a step by step solution?

Make sure you have rootsh installed, then open X Terminal and run:
Code:

root
apt-get install libsdl-ttf2.0


kev9295 2010-10-21 18:22

Re: [Announce] Faster Application Manager (Maemo5)
 
Ive tried that, still doesnt seem to have worked. This is what I got when I typed in above command:

apt-get install libsdl-ttf2.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
libsdl-ttf2.0 is already the newest version.
libsdl-ttf2.0 set to manually installed.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
brainparty: Depends: libsdl-ttf2.0-0 but it is not going to be installed
libsdl-perl: Depends: libsdl-ttf2.0-0 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s

Rob1n 2010-10-21 19:32

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by kev9295 (Post 847331)
Ive tried that, still doesnt seem to have worked. This is what I got when I typed in above command:

apt-get install libsdl-ttf2.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
libsdl-ttf2.0 is already the newest version.
libsdl-ttf2.0 set to manually installed.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
brainparty: Depends: libsdl-ttf2.0-0 but it is not going to be installed
libsdl-perl: Depends: libsdl-ttf2.0-0 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s

Looks like there's two almost identically named packages - you actually need to do:
Code:

root
apt-get install libsdl-ttf2.0-0


ndi 2010-10-24 15:33

Re: [Announce] Faster Application Manager (Maemo5)
 
Sorry if this has been asked before, but I couldn't find it.

I am going through a flash cycle every hour or so with some testing, and I really, really am tired of fapman. Where are the blacklist file and the selection file (assuming there are some), I would like to save and restore them.

Both selections and blacklists are destroyed by a root reflash, so I'm guessing on rootfs?

Also, can we save a list of installed applications as a selection, or in a human format, to serve as a restore feature, like the HAM's backup? Oh, and a lifetime log of what is installed and removed, so we can track problems in case of breakage? I rarely remember the order of installation and when the phone cores on a reboot, I can never determine what killed it.

kev9295 2010-10-24 17:58

Re: [Announce] Faster Application Manager (Maemo5)
 
I have uninstalled and then reinstalled Faster App Manager but it is still not working for me. I cannot install/upgrade apps or update catalogues and keep getting an error warning stating to check network connection or repository configuration.

My normal app manager is working using exactly the same repositories installed on Faster App Manager.

This is my log:

Ign http://repository.maemo.org fremantle-1.2/non-free Packages/DiffIndex
Err http://repository.maemo.org Fremantle/non-free Packages
404 Not Found [IP: 90.223.216.219 80]
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Err http://repository.maemo.org Fremantle/free Packages
404 Not Found [IP: 90.223.216.219 80]
Err http://repository.maemo.org Fremantle/non-free Packages
404 Not Found [IP: 90.223.216.219 80]
Err http://repository.maemo.org Fremantle/free Packages
404 Not Found [IP: 90.223.216.219 80]
Err http://repository.maemo.org Fremantle/non-free Packages
404 Not Found [IP: 90.223.216.219 80]
Hit http://repository.maemo.org fremantle-1.2/free Packages
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Hit http://repository.maemo.org fremantle-1.2/non-free Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
W: Failed to fetch http://repository.maemo.org/extras/d...armel/Packages 404 Not Found [IP: 90.223.216.219 80]

W: Failed to fetch http://repository.maemo.org/extras/d...armel/Packages 404 Not Found [IP: 90.223.216.219 80]

W: Failed to fetch http://repository.maemo.org/extras-d...armel/Packages 404 Not Found [IP: 90.223.216.219 80]

W: Failed to fetch http://repository.maemo.org/extras-d...armel/Packages 404 Not Found [IP: 90.223.216.219 80]

W: Failed to fetch http://repository.maemo.org/extras_t...armel/Packages 404 Not Found [IP: 90.223.216.219 80]

W: Failed to fetch http://repository.maemo.org/extras_t...armel/Packages 404 Not Found [IP: 90.223.216.219 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.
--- 2010-10-24 19:04:36 ---
/usr/bin/apt-get -q update -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts=""
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Ign http://repository.maemo.org Fremantle Release.gpg
Ign http://repository.maemo.org Fremantle/free Translation-en_GB
Ign http://repository.maemo.org Fremantle/non-free Translation-en_GB
Ign https://downloads.maemo.nokia.com ./ Translation-en_GB
Ign http://repository.maemo.org Fremantle Release.gpg
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Ign http://repository.maemo.org Fremantle/free Translation-en_GB
Ign http://repository.maemo.org Fremantle/non-free Translation-en_GB
Ign http://repository.maemo.org Fremantle Release.gpg
Ign https://downloads.maemo.nokia.com ./ Translation-en_GB
Ign http://repository.maemo.org Fremantle/free Translation-en_GB
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Ign http://repository.maemo.org Fremantle/non-free Translation-en_GB
Hit http://repository.maemo.org fremantle-1.2 Release.gpg
Ign https://downloads.maemo.nokia.com ./ Translation-en_GB
Ign http://repository.maemo.org fremantle-1.2/free Translation-en_GB
Ign http://repository.maemo.org fremantle-1.2/non-free Translation-en_GB
Hit https://downloads.maemo.nokia.com ./ Release
Hit https://downloads.maemo.nokia.com ./ Release
Hit https://downloads.maemo.nokia.com ./ Release
Ign http://repository.maemo.org Fremantle Release
Ign http://repository.maemo.org Fremantle Release
Ign http://repository.maemo.org Fremantle Release
Hit http://repository.maemo.org fremantle-1.2 Release
Ign http://repository.maemo.org Fremantle/free Packages
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Ign http://repository.maemo.org Fremantle/non-free Packages
Ign http://repository.maemo.org Fremantle/free Packages
Ign http://repository.maemo.org Fremantle/non-free Packages
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Ign http://repository.maemo.org Fremantle/free Packages
Ign http://repository.maemo.org Fremantle/non-free Packages
Ign http://repository.maemo.org fremantle-1.2/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle-1.2/non-free Packages/DiffIndex
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Err http://repository.maemo.org Fremantle/free Packages
404 Not Found [IP: 90.223.233.9 80]
Err http://repository.maemo.org Fremantle/non-free Packages
404 Not Found [IP: 90.223.233.9 80]
Err http://repository.maemo.org Fremantle/free Packages
404 Not Found [IP: 90.223.233.9 80]
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Err http://repository.maemo.org Fremantle/non-free Packages
404 Not Found [IP: 90.223.233.9 80]
Err http://repository.maemo.org Fremantle/free Packages
404 Not Found [IP: 90.223.233.9 80]
Err http://repository.maemo.org Fremantle/non-free Packages
404 Not Found [IP: 90.223.233.9 80]
Hit http://repository.maemo.org fremantle-1.2/free Packages
Hit http://repository.maemo.org fremantle-1.2/non-free Packages
W: Failed to fetch http://repository.maemo.org/extras/d...armel/Packages 404 Not Found [IP: 90.223.233.9 80]

W: Failed to fetch http://repository.maemo.org/extras/d...armel/Packages 404 Not Found [IP: 90.223.233.9 80]

W: Failed to fetch http://repository.maemo.org/extras-d...armel/Packages 404 Not Found [IP: 90.223.233.9 80]

W: Failed to fetch http://repository.maemo.org/extras-d...armel/Packages 404 Not Found [IP: 90.223.233.9 80]

W: Failed to fetch http://repository.maemo.org/extras_t...armel/Packages 404 Not Found [IP: 90.223.233.9 80]

W: Failed to fetch http://repository.maemo.org/extras_t...armel/Packages 404 Not Found [IP: 90.223.233.9 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.


Anyone able to help?

yorkey 2010-10-24 21:08

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by kev9295 (Post 849717)
I have uninstalled and then reinstalled Faster App Manager but it is still not working for me. I cannot install/upgrade apps or update catalogues and keep getting an error warning stating to check network connection or repository configuration.

My normal app manager is working using exactly the same repositories installed on Faster App Manager.

This is my log:

SNIP
Quote:

Anyone able to help?
Most of those repositories are setup wrong

eg. Its "fremantle" not "Fremantle"

All repository information is lowercase, no capitals

ndi 2010-10-24 21:46

Re: [Announce] Faster Application Manager (Maemo5)
 
Yourkey is correct, you have mistyped the info, make sure N900 doesn't auto-capitalize the words for you.

Also, for future reference, 404 means you typed it wrong.

And finally, the bottom of this page has the correct settings for you. Take note of pre-PR1.2 and post-PR1.2 settings.

NokiaRocks 2010-10-26 07:13

Re: [Announce] Faster Application Manager (Maemo5)
 
It is not really a Fapman issue, but it would be nice if someone could help me fixing this erros. Here's my log :

Ign http://repository.maemo.org fremantle-1.2/non-free Translation-de
Hit http://repository.maemo.org fremantle Release.gpg
Ign http://repository.maemo.org fremantle/free Translation-de
Ign http://repository.maemo.org fremantle/non-free Translation-de
Hit http://repository.maemo.org fremantle Release.gpg
Ign http://repository.maemo.org fremantle/free Translation-de
Ign http://repository.maemo.org fremantle/non-free Translation-de
Ign http://download.videolan.org fremantle Release.gpg
Ign http://download.videolan.org fremantle/free Translation-de
Hit http://repository.maemo.org fremantle-1.2 Release
Hit http://repository.maemo.org fremantle Release
Hit http://repository.maemo.org fremantle Release
Hit http://download.videolan.org fremantle Release
Ign http://repository.maemo.org fremantle-1.2/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle-1.2/non-free Packages/DiffIndex
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/free Packages/DiffIndex
Ign http://repository.maemo.org fremantle/non-free Packages/DiffIndex
Ign http://download.videolan.org fremantle/free Packages/DiffIndex
Hit http://repository.maemo.org fremantle-1.2/free Packages
Hit http://repository.maemo.org fremantle-1.2/non-free Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Hit http://repository.maemo.org fremantle/free Packages
Hit http://repository.maemo.org fremantle/non-free Packages
Hit http://download.videolan.org fremantle/free Packages
Fetched 489B in 4s (100B/s)
Reading package lists...
--- 2010-10-26 09:07:52 ---
Start reading package lists
--- 2010-10-26 09:08:03 ---
Finished reading package lists
--- 2010-10-26 09:08:03 ---
Start fetching package dates
--- 2010-10-26 09:08:03 ---
need to fetch date for 2 packages
--- 2010-10-26 09:08:06 ---
sent 2 requests, received 2 replies with 0 errors
--- 2010-10-26 09:08:06 ---
Finished fetching package dates
--- 2010-10-26 09:09:09 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install appinstaller
--- 2010-10-26 09:09:14 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
appinstaller
0 upgraded, 1 newly installed, 0 to remove and 18 not upgraded.
3 not fully installed or removed.
Inst appinstaller (1.1 Extras-devel:2.0/fremantle)
Conf libgsf-1 (1.14.19-1 Extras-devel:2.0/fremantle)
Conf libillumination1 (0.2.20101010-1 Extras-devel:2.0/fremantle)
Conf liboauth0 (0.8.8-2 Extras:2.0/fremantle-1.2, Extras-devel:2.0/fremantle, Extras-testing:2.0/fremantle)
Conf appinstaller (1.1 Extras-devel:2.0/fremantle)

--- 2010-10-26 09:09:39 ---
/usr/bin/apt-get -qy --allow-unauthenticated -o DPkg::options::=--force-confnew -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install appinstaller
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
appinstaller
0 upgraded, 1 newly installed, 0 to remove and 18 not upgraded.
3 not fully installed or removed.
Need to get 2580B of archives.
After this operation, 57,3kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
appinstaller
Authentication warning overridden.
Get:1 http://repository.maemo.org fremantle/free appinstaller 1.1 [2580B]
Fetched 2580B in 0s (5800B/s)
Selecting previously deselected package appinstaller.
(Reading database ... 38022 files and directories currently installed.)
Unpacking appinstaller (from .../appinstaller_1.1_all.deb) ...
Setting up libgsf-1 (1.14.19-1) ...
Optifying usr/share/doc/libgsf-1 -> /opt/maemo/usr/share/doc/libgsf-1
mv: cannot rename '/usr/share/doc/libgsf-1': No such file or directory
dpkg: error processing libgsf-1 (--configure):
subprocess post-installation script returned error exit status 1
Setting up libillumination1 (0.2.20101010-1) ...
Optifying usr/share/doc/libillumination1 -> /opt/maemo/usr/share/doc/libillumination1
mv: cannot rename '/usr/share/doc/libillumination1': No such file or directory
dpkg: error processing libillumination1 (--configure):
subprocess post-installation script returned error exit status 1
Setting up liboauth0 (0.8.8-2) ...
Optifying usr/share/doc/liboauth0 -> /opt/maemo/usr/share/doc/liboauth0
mv: cannot rename '/usr/share/doc/liboauth0': No such file or directory
dpkg: error processing liboauth0 (--configure):
subprocess post-installation script returned error exit status 1
Setting up appinstaller (1.1) ...
Errors were encountered while processing:
libgsf-1
libillumination1
liboauth0
E: Sub-process /usr/bin/dpkg returned an error code (1)

Rob1n 2010-10-26 09:50

Re: [Announce] Faster Application Manager (Maemo5)
 
It's a bug in the post-install scripts - the doc directories are removed on the N900 prior to the post-install scripts being run, so you get errors. You could either edit the post-install scripts and remove the relevant lines, or just create the directories they're looking for:
Code:

mkdir -p /usr/share/doc/libgsf-1
mkdir -p /usr/share/doc/libillumination1
mkdir -p /usr/share/doc/liboauth0


slender 2010-10-28 07:38

Re: [Announce] Faster Application Manager (Maemo5)
 
Feature request
Actually this one I would like to have in all applications that have rotation :)

-If keyboard is out then lock to landscape (option for this in settings)

hqh 2010-10-28 09:47

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by slender (Post 854757)
Feature request
Actually this one I would like to have in all applications that have rotation :)
-If keyboard is out then lock to landscape (option for this in settings)

Most apps already behave this way, on my device at least.

It seems that some apps do behave differently (since the pr1.3 update?) but I can't reproduce it with fapman.

ndi 2010-10-28 10:06

Re: [Announce] Faster Application Manager (Maemo5)
 
My post back there probably got buried.

Can I back up selections and black list? How?

hqh 2010-10-28 10:34

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by ndi (Post 854938)
My post back there probably got buried.

Can I back up selections and black list? How?

They are saved to /root/.fapman/black.list and /root/.fapman/selections.list

netfortius 2010-10-28 13:00

Re: [Announce] Faster Application Manager (Maemo5)
 
Background: just upgraded to PR1.3, and repositories as reported in FApMan are now:

1. fremantle ssu apps
https://downloads.maemo.nokia.com/fremantle/ssu/apps/
./
2. fremantle ssu 002
https://downloads.maemo.nokia.com/fremantle/ssu/002/
./
3. fremantle1.2 ovi
https://downloads.maemo.nokia.com/fremantle1.2/ovi/
./
4. extras
http://repository.maemo.org/extras/
fremantle-1.3
free non-free
5. extras-devel
http://repository.maemo.org/extras-devel/
fremantle-1.3
free non-free
6. extras-testing
http://repository.maemo.org/extras-testing/
fremantle-1.3
free non-free
7. maemo
http://deb.opera.com/maemo/
fremantle-1.3
non-free

Problem - all sorts of errors, anywhere from updating packages, to failing to install others, which are handled just fine by Nokia's own (albeit excruciatingly slow) App Mgr

My questions:
- I assume I could try to change entry 3. above to fremantle1.3, but I was under the assumption that OVI won't work with FApMan, anyway (I am not even sure why it is/was there, to begin with - i.e. when I installed it under PR1.2)
- does anybody see any errors in the repositories list above?
- is there a list of recommended repositories for FApMan (outside the http://wiki.maemo.org/Repository)?

Thanks for any suggestions,
Stefan

Rob1n 2010-10-28 13:04

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by netfortius (Post 855203)
- does anybody see any errors in the repositories list above?

I don't think extras-testing or extras-devel use a PR1.3 specific URL (they didn't for PR1.2 and that was a far more major change).

netfortius 2010-10-28 13:10

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by Rob1n (Post 855209)
I don't think extras-testing or extras-devel use a PR1.3 specific URL (they didn't for PR1.2 and that was a far more major change).

The URL has no specific path to any 1.3 links. It looks like just the Distribution description field changed. Is there any impact on that?!?

netfortius 2010-10-28 13:18

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by netfortius (Post 855203)
Background: just upgraded to PR1.3, and repositories as reported in FApMan are now:

1. fremantle ssu apps
https://downloads.maemo.nokia.com/fremantle/ssu/apps/
./
2. fremantle ssu 002
https://downloads.maemo.nokia.com/fremantle/ssu/002/
./
3. fremantle1.2 ovi
https://downloads.maemo.nokia.com/fremantle1.2/ovi/
./
4. extras
http://repository.maemo.org/extras/
fremantle-1.3
free non-free
5. extras-devel
http://repository.maemo.org/extras-devel/
fremantle-1.3
free non-free
6. extras-testing
http://repository.maemo.org/extras-testing/
fremantle-1.3
free non-free
7. maemo
http://deb.opera.com/maemo/
fremantle-1.3
non-free

Problem - all sorts of errors, anywhere from updating packages, to failing to install others, which are handled just fine by Nokia's own (albeit excruciatingly slow) App Mgr

My questions:
- I assume I could try to change entry 3. above to fremantle1.3, but I was under the assumption that OVI won't work with FApMan, anyway (I am not even sure why it is/was there, to begin with - i.e. when I installed it under PR1.2)
- does anybody see any errors in the repositories list above?
- is there a list of recommended repositories for FApMan (outside the http://wiki.maemo.org/Repository)?

Thanks for any suggestions,
Stefan

... and from the logs when attempting to update catalogs, some specific info:

<snip>
W: Conflicting distribution: http://repository.maemo.org fremantle-1.3 Release (expected fremantle-1.3 but got ) [my note <- ?!?]
<snip>
Hit https://downloads.maemo.nokia.com ./ Packages
Err https://downloads.maemo.nokia.com ./ Packages
The requested URL returned error: 404 [my note <- which one - could be any of the 1., 2., or 3. ...]
<snip>

hqh 2010-10-28 13:24

Re: [Announce] Faster Application Manager (Maemo5)
 
You should manually change the "distribution" of the extras repository to "fremantle-1.3" (this means all of you :))

Extras-testing and extras-devel use plain "fremantle" as distribution so they don't have to be changed. AFAIK "fremantle-1.2" and "fremantle-1.3" are just symlinks to fremantle here, so any of them should work. If not, try plain "fremantle".

The ovi repository can just be disabled.

netfortius 2010-10-28 13:41

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by hqh (Post 855246)
You should manually change the "distribution" of the extras repository to "fremantle-1.3" (this means all of you :))

Extras-testing and extras-devel use plain "fremantle" as distribution so they don't have to be changed. AFAIK "fremantle-1.2" and "fremantle-1.3" are just symlinks to fremantle here, so any of them should work. If not, try plain "fremantle".

The ovi repository can just be disabled.

... actually the extras, extras-devel, extras-testing and maemo (coming from opera.com) - i.e. 4., 5., 6. & 7. from my original list - are all correct (fremantle1.3 in the description of ) and working fine (disabled one at a time, to check things). It is 1. (ssu apps), 2. (ssu 002) and , & 3. (which I will disable - as expected and commented originally - OVI - unsupported in FAppMan, right?) which seem to be broken - are you suggesting the change in description field on1. & 2. , from ./ to fremantle-1.3?

ndi 2010-10-28 13:47

Re: [Announce] Faster Application Manager (Maemo5)
 
Quote:

Originally Posted by hqh (Post 855246)
You should manually change the "distribution" of the extras repository to "fremantle-1.3" (this means all of you :))

How about a button or menu to re-import settings from HAM? Like it does on first install?


All times are GMT. The time now is 10:01.

vBulletin® Version 3.8.8