problem with warehouse repos / app registry [answered]

asked 2016-01-12 18:16:37 +0300

misc11 gravatar image

updated 2016-01-12 22:42:41 +0300

hi,

lately my phone is behaving weird. full story:

old behaviour:

  • crashes always happened - sometimes it showed "critical problem with the app registry"
  • reboot - everything worked again, but all repos disappeared from warehouse (except basil)

new behaviour:

  • every crash now causes "critical problem with the app registry"
  • reboot helps, but all repos disappeared now

additional to that, i cant add repos in warehouse anymore (tried uninstall/re-install warehouse). im worried something important is broken... jolla store still works without any problems though.

normally after reading a lot here (and not having a clue about the actual works of repos and underlying linux), i would think btrf and/or battery (crashes) might be problem sources. but the battery feels fresh (keeps the phone alive for 2 days), also i cant force a crash by doing anything in particular, also battery sits very tight. btrfs: well internal mem is at 4.9GB and that should be the fullest it has ever been, since i have most of my stuff on sd card (i dont use the internal memory much).

any ideas?

just for the record: sfos v2.0.0.10

edit: thanks to objectifnul i deleted the line [disabled-repos] in the file /etc/ssu/ssu.ini and warehouse worked again :-)

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by misc11
close date 2016-01-12 22:43:00.338958

Comments

Have a look at /etc/ssu/ssu.ini, check the line release=<something> (should be release=2.0.0.10, not latest).

Check your credentials:

[credentials-store]
password=<something>
username=<your ID>

The list of enabled repositories should appear after [repository-urls]

objectifnul ( 2016-01-12 19:55:15 +0300 )edit

@objectifnul thats interesting:

release=latest
password=<something i definately never set myself>
username=<correct>
[repository-urls] show 3 repos - those seem correct

BUT

disabled-repos=<list of basically all openrepos>

what should i / can i do about that? just change the text? with which program?

misc11 ( 2016-01-12 20:07:35 +0300 )edit

Execute in terminal ssu re 2.0.0.10 then check again.

objectifnul ( 2016-01-12 20:16:21 +0300 )edit

@objectifnul

yep, now is says: release=2.0.0.10 the rest is still the same...

misc11 ( 2016-01-12 20:32:42 +0300 )edit

When I encountered this issue, it was fixed after version --dup then pkcon refresh (be patient)

objectifnul ( 2016-01-12 20:36:24 +0300 )edit