After command: “devel-su ssu rr mentaljam-obs”
I have obtained the same message as before:
You could try to edit that repo out (or fix the url) in /etc/ssu.ini maybe?
Actually, it might be it’s just the forum formatting/preview thing which makes the entry look wrong in the post above.
Because I just added that ‘illegal’ value to my local ssu.ini and it does not cause breakage.
@neo75 please look at the /etc/ssu/ssu.ini
file itself and see if any of the lines in there look like they might have an illegal/unusual value.
I also found this:
https://together.jolla.com/question/226649/updating-to-33016-fails-via-ui-and-terminal/
where the suggestion is to move away all the files in /etc/zypp/repos.d/
and try again.
Or (going back to the start), do really …
@olf, @nephros I’m sorry, here it is again with three backticks:
devel-su ssu lr
- adaptation-common ... https://releases.jolla.com/releases/4.3.0.15/jolla-hw/adaptation-common/armv7hl/
- adaptation0 ... https://store-repository.jolla.com/releases/4.3.0.15/jolla-hw/adaptation-qualcomm-f5121/armv7hl/
- aliendalvik ... https://store-repository.jolla.com/releases/4.3.0.15/aliendalvik/f5121/
- apps ... https://releases.jolla.com/jolla-apps/4.3.0.15/armv7hl/
- customer-jolla ... https://releases.jolla.com/features/4.3.0.15/customers/jolla/armv7hl/
- hotfixes ... https://releases.jolla.com/releases/4.3.0.15/hotfixes/armv7hl/
- jolla ... https://releases.jolla.com/releases/4.3.0.15/jolla/armv7hl/
- mentaljam-obs ... http://repo.merproject.org/obs/home:/mentaljam/4.3.0.15_armv7hl/
- sailfish-eas ... https://store-repository.jolla.com/features/4.3.0.15/sailfish-eas/armv7hl/
- xt9 ... https://store-repository.jolla.com/features/4.3.0.15/xt9/armv7hl/
Enabled repositories (user):
- dr ...
- openrepos-Karry ... https://sailfish.openrepos.net/Karry/personal/main
- openrepos-Morc ... https://sailfish.openrepos.net/Morc/personal/main
- openrepos-ade ... https://sailfish.openrepos.net/ade/personal/main
- openrepos-anenash ... https://sailfish.openrepos.net/anenash/personal/main
- openrepos-aviarus ... https://sailfish.openrepos.net/aviarus/personal/main
- openrepos-cfr34k ... https://sailfish.openrepos.net/cfr34k/personal/main
- openrepos-direc85 ... https://sailfish.openrepos.net/direc85/personal/main
- openrepos-fooxl ... https://sailfish.openrepos.net/fooxl/personal/main
- openrepos-kuba77 ... https://sailfish.openrepos.net/kuba77/personal/main
- openrepos-magnunor ... https://sailfish.openrepos.net/magnunor/personal/main
- openrepos-planetos_store ... https://sailfish.openrepos.net/planetos_store/personal/main
- openrepos-poetaster ... https://sailfish.openrepos.net/poetaster/personal/main
- openrepos-rinigus ... https://sailfish.openrepos.net/rinigus/personal/main
- openrepos-szopin ... https://sailfish.openrepos.net/szopin/personal/main
- openrepos-vasvlad ... https://sailfish.openrepos.net/vasvlad/personal/main
- store ... https://store-repository.jolla.com/f5121/armv7hl/?version=4.3.0.15
Disabled repositories (global, might be overridden by user config):
Disabled repositories (user):
- home ... https://download.jollamobile.com/home:/honeybadger/latest_armv7hl/```
that repo ‘dr’ with no url seems weird, try to remove it with ‘devel-su ssu rr dr’, if that fails try to edit /etc/ssu/ssu.ini and remove that line (make a backup first just in case ‘cp /etc/ssu/ssu.ini ~/’)
doesn’t look like it’s been there before Cannot install or remove any software: "Critical problem with the apps registry" / "Url scheme is a required component." - #10 by neo75 so probably still not it
@nephros
I have moved all files in /etc/zypp/repos.d/
away and now it seems everything works.
cd /etc/zypp/repos.d/
mkdir temp
mv *.repo ./temp
devel-su pkcon refresh
Refreshing cache
Starting
Refreshing software list
Finished
That looks good! Without any error!
Now I was also able to uninstall Storeman correctly and it seems also Jolla Store works correctly without any error.
Now I was able to update to SFOS 4.4.0.58 without any troubles!
@olf, @nephros, @throwaway69 thank you very much!!!