It’s now exactly this way as @piggz wrote in post #33 . All comments removed and phone rebooted. This is the result of the first command:
[root@VollaPhone features.d]# ssu ur
WARNING: DBus call failed, falling back to libssu: Message recipient disconnected from message bus without replying
terminate called after throwing an instance of ‘zypp::url::UrlBadComponentException’
what(): Unzulässige fragment-Komponente: ‘#’
Aborted (core dumped)
[root@VollaPhone features.d]#
Yes, thats right. I didn’t install the other package yet. The ‘droid-config-yggdrasil’ is the second one in @piggz ’ post #30 . So I started with the first one.
btw, could successfully download the ‘other’ package from @Ahtisilli 's post #50 and wanted to install, but result is:
[root@VollaPhone Install]# rpm -i -p --force droid-config-yggdrasil-0.0.2-1.1.2.jolla.aarch64.rpm
WARNING: DBus call failed, falling back to libssu: Message recipient disconnected from message bus without replying
terminate called after throwing an instance of ‘zypp::url::UrlBadComponentException’
what(): Unzulässige fragment-Komponente: ‘#’
Aborted (core dumped)
add-oneshot: /usr/lib/oneshot.d/ssu-update-repos - could not be run, save for later
add-oneshot: /etc/oneshot.d/0/ssu-update-repos - job saved OK
[root@VollaPhone Install]#
The # is part of the name, so the command is
ssu dr \#\ adaptation-community
with or without \ until
ssu repos
shows it as disabled - then you can try to get rid of it permanently with
ssu rr \#\ adaptation-community
with or without the backslashes.
(special characters need to be escaped with a backslash)
@piggz did the two vi edits just now, then the ‘ssu ur’ leads to this:
[root@VollaPhone features.d]# ssu ur
WARNING: DBus call failed, falling back to libssu: Message recipient disconnected from message bus without replying
terminate called after throwing an instance of ‘zypp::url::UrlBadComponentException’
what(): Unzulässige fragment-Komponente: ‘#’
Aborted (core dumped)
[root@VollaPhone features.d]#
[root@VollaPhone ssu]# mv /var/cache/ssu/features.ini /root
[root@VollaPhone ssu]# ssu ur
WARNING: DBus call failed, falling back to libssu: Message recipient disconnected from message bus without replying
terminate called after throwing an instance of ‘zypp::url::UrlBadComponentException’
what(): Unzulässige fragment-Komponente: ‘#’
Aborted (core dumped)
[root@VollaPhone ssu]#