Reply
Thread Tools
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#1
It seems that hiding my original post in a thread marked [solved] wasn't a good idea at all. I'll try again here:

It appears somethings broken on a lower level with the way my N9 handles installations:
  • Cannot install anything from the Ovi Store any more
  • In the Apps For Meego application, I only see a few applications listed - none that start with letters A-O
  • apt-get update does things I cannot interpret

Of course I believe all of these things have the same cause.

Maybe I'll start by copying the output of apt-get update here:

~ # apt-get update
Get:1 exec:////usr/bin/osa --packages
0% [Connecting to repo.apps.formeego.org] [1 exec:////usr/bin/osa --packages 0B]QNetworkReplyImpl::_q_startOperation was called more than once
Hit http://repo.apps.formeego.org ./ Release.gpg
Hit http://repo.apps.formeego.org ./ Release.gpg
Hit http://repo.apps.formeego.org ./ Release
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Hit https://downloads.maemo.nokia.com ./ Release.gpg
Hit https://downloads.maemo.nokia.com ./ Release
Hit http://repo.apps.formeego.org ./ Release
Hit https://downloads.maemo.nokia.com ./ Release
Hit https://downloads.maemo.nokia.com ./ Release
Ign http://repo.apps.formeego.org ./ Packages/DiffIndex
Ign http://repo.apps.formeego.org ./ Packages/DiffIndex
Hit http://repo.apps.formeego.org ./ Packages
Hit http://repo.apps.formeego.org ./ Packages
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
75% [1 exec:////usr/bin/osa --packages 0B]Bus error
Err exec:////usr/bin/osa --packages
Sub-process returned an error code
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
W: Failed to fetch exec://usr/bin/osa --packages Sub-process returned an error code

E: Some index files failed to download, they have been ignored, or old ones used instead.
The two messages showing up here in the lines starting with "0%" and "75%" don't always show up in these lines. Sometimes it's "72%" and "90%", respectively, sometimes something completely different. Seems to be random.

I tried some of the things recommended in this forum without really knowing what I was doing (apt-get install -f, apt-get autoremove, apt-get clean, apt-get check, ...), but none of those pointed to one broken package or unmet dependency. (At least I couldn't interpret the output as such.)

Any ideas?
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#2
Apps for Meego doesnt show apps with letters A-O since a long time. Its a bug in the client itself. I would suggest to remove that repo from /etc/apt/sources.list.d/ as well as to post the contents of the other .list files in that directory
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Posts: 63 | Thanked: 75 times | Joined on Jul 2012 @ Austria
#3
I had pretty much the same problem, what I did was backing up and removing all sources from /etc/apt/sources.list.d/ except these two:

aegis.ssu-keyring-001.list
osa.list

After a reboot the store worked fine.
Don't know which of the other sources caused the ovi store to not work, but if I were you I re-add the sources one by one - as soon as the store is working again.
 

The Following User Says Thank You to N9uwu For This Useful Post:
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#4
Thank you. /etc/apt/sources.list.d/ contained:

aegis.ssu-keyring-001.list
appsformeego.list
appsformeego-testing.list
osa.list

I then disabled the testing mode in Apps For Meego, uninstalled Apps for MeeGo alltogether and am now left with

aegis.ssu-keyring-001.list
osa.list

This, of course, solves my problem with Apps For MeeGo.

Plus - surprise! - I was able to install all the applications from the Ovi Store that I had waiting in my queue.

Also, the ouptput of apt-get looks better now. The only thing that's still there is:

[1 exec:////usr/bin/osa --packages 0B]QNetworkReplyImpl::_q_startOperation was called more than once
I wonder what this means.... It's irritating to have this on my phone.

Anyway, it seems getting rid of Apps for Meego solved the Ovi store problem, which in turn helped getting rid of at least one of the error messages in apt-get update.

Thank you very much!
 
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#5
Originally Posted by N9uwu View Post
I had pretty much the same problem, what I did was backing up and removing all sources from /etc/apt/sources.list.d/ except these two:

aegis.ssu-keyring-001.list
osa.list

After a reboot the store worked fine.
Don't know which of the other sources caused the ovi store to not work, but if I were you I re-add the sources one by one - as soon as the store is working again.
Ah, I missed your answer while I typed.

But basically it's what I have now. I don't think I need more sources ATM.

Do you have this
QNetworkReplyImpl::_q_startOperation was called more than once
message in apt-get update, too?
 
Posts: 646 | Thanked: 1,124 times | Joined on Jul 2010 @ Espoo, Finland
#6
Originally Posted by benny1967 View Post
Do you have this
"QNetworkReplyImpl::_q_startOperation was called more than once"
message in apt-get update, too?
I do, and usually it's just tailing the launch message for /usr/bin/osa, but otherwise I don't see any issues with updates.
 

The Following User Says Thank You to minimos For This Useful Post:
Posts: 63 | Thanked: 75 times | Joined on Jul 2012 @ Austria
#7
Originally Posted by benny1967 View Post
Ah, I missed your answer while I typed.

But basically it's what I have now. I don't think I need more sources ATM.

Do you have this

message in apt-get update, too?
Yes I've got something similar: "11% [1 exec:////usr/bin/osa --packages 0B]QNetworkReplyImpl::_q_startOperation w". (and on a second apt-get update call it's the same message you have)
 

The Following User Says Thank You to N9uwu For This Useful Post:
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#8
Originally Posted by thedead1440 View Post
Apps for Meego doesnt show apps with letters A-O since a long time. Its a bug in the client itself. I would suggest to remove that repo from /etc/apt/sources.list.d/ as well as to post the contents of the other .list files in that directory
The bug is not in the client, but on the server database side. I cannot do anything about it and the server is run by Nemein in maintenance state, because Nokia pays no bills anymore.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 

The Following 3 Users Say Thank You to pycage For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 17:30.