|
2015-09-09
, 15:47
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#502
|
Searching phase "Could not configure normal mode" at together.jolla.com, leads to a topic, which leads to the solution.
|
2015-09-09
, 16:29
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#503
|
|
2015-09-15
, 08:24
|
Posts: 188 |
Thanked: 308 times |
Joined on Jan 2013
@ UK
|
#504
|
zypper lr # | Alias | Name | Enabled | Refresh ---+-------------------+-------------------+---------+-------- 1 | adaptation0 | adaptation0 | Yes | No 2 | adaptation1 | adaptation1 | Yes | No 3 | aliendalvik | aliendalvik | Yes | No 4 | apps | apps | Yes | No 5 | eas | eas | Yes | No 6 | hotfixes | hotfixes | Yes | No 7 | jolla | jolla | Yes | No 8 | openrepos-MartinK | openrepos-MartinK | Yes | No 9 | openrepos-basil | openrepos-basil | Yes | No 10 | openrepos-coderus | openrepos-coderus | Yes | No 11 | openrepos-mgrover | openrepos-mgrover | Yes | No 12 | store | store | Yes | No 13 | xt9 | xt9 | Yes | No [root@Jolla nemo]# ssu lr Enabled repositories (global): - adaptation0 ... https://store-repository.jolla.com/releases/latest/jolla-hw/adaptation-android-common/armv7hl/ - adaptation1 ... https://store-repository.jolla.com/releases/latest/jolla-hw/adaptation-qualcomm-sbj/armv7hl/ - aliendalvik ... https://store-repository.jolla.com/releases/latest/aliendalvik/SbJ/ - apps ... https://releases.jolla.com/jolla-apps/latest/armv7hl/ - eas ... https://store-repository.jolla.com/features/latest/eas/armv7hl/ - hotfixes ... https://releases.jolla.com/releases/latest/hotfixes/armv7hl/ - jolla ... https://releases.jolla.com/releases/latest/jolla/armv7hl/ - xt9 ... https://store-repository.jolla.com/features/latest/xt9/armv7hl/ Enabled repositories (user): - openrepos-MartinK ... http://sailfish.openrepos.net/MartinK/personal/main - openrepos-basil ... http://sailfish.openrepos.net/basil/personal/main - openrepos-coderus ... http://sailfish.openrepos.net/coderus/personal/main - openrepos-mgrover ... http://sailfish.openrepos.net/mgrover/personal/main - store ... https://store-repository.jolla.com/SbJ/armv7hl/?version=latest Disabled repositories (global, might be overridden by user config): Disabled repositories (user): - home ... [root@Jolla nemo]# for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu er $i ; done [root@Jolla nemo]# ssu lr Enabled repositories (global): - adaptation0 ... https://store-repository.jolla.com/releases/latest/jolla-hw/adaptation-android-common/armv7hl/ - adaptation1 ... https://store-repository.jolla.com/releases/latest/jolla-hw/adaptation-qualcomm-sbj/armv7hl/ - aliendalvik ... https://store-repository.jolla.com/releases/latest/aliendalvik/SbJ/ - apps ... https://releases.jolla.com/jolla-apps/latest/armv7hl/ - eas ... https://store-repository.jolla.com/features/latest/eas/armv7hl/ - hotfixes ... https://releases.jolla.com/releases/latest/hotfixes/armv7hl/ - jolla ... https://releases.jolla.com/releases/latest/jolla/armv7hl/ - xt9 ... https://store-repository.jolla.com/features/latest/xt9/armv7hl/ Enabled repositories (user): - openrepos-MartinK ... http://sailfish.openrepos.net/MartinK/personal/main - openrepos-basil ... http://sailfish.openrepos.net/basil/personal/main - openrepos-coderus ... http://sailfish.openrepos.net/coderus/personal/main - openrepos-mgrover ... http://sailfish.openrepos.net/mgrover/personal/main - store ... https://store-repository.jolla.com/SbJ/armv7hl/?version=latest Disabled repositories (global, might be overridden by user config): Disabled repositories (user): - home ...
|
2015-09-15
, 09:51
|
|
Posts: 747 |
Thanked: 2,370 times |
Joined on May 2012
@ Moscow, Russia
|
#505
|
I lost all my repos from Warehouse recently - not sure when as I hadn't tried an update in a little while. I'm still on 1.1.7.28.
I have manually added one or two back, but I can't remember all the ones I had. I could go through the list of apps I have installed and look them up on Openrepos, so wondered if there was a (relatively) easy way to list apps installed not via the Jolla store?
For reference, I went through the steps to try and fix this from earlier in the thread (though I hadn't manually disabled any):
zypper pa -i | grep ^i | grep openrepos
The Following User Says Thank You to Custodian For This Useful Post: | ||
|
2015-09-15
, 10:21
|
Posts: 188 |
Thanked: 308 times |
Joined on Jan 2013
@ UK
|
#506
|
Warehouse uses 'ssu' for maintaining openrepos repositories, because this is the only official way to work with repositories.
If ssu utility decides to reset its state, so be it: all corresponding repository information will be lost.
Package kit does not provide information about repositories, but zypper does.
You can get source repository with commandUnfortunately, if package cache has been reset, source repository information also could be lost (reseted to default).Code:zypper pa -i | grep ^i | grep openrepos
zypper -v pa | grep openrepos
|
2015-09-28
, 12:13
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#507
|
|
2015-09-28
, 12:17
|
|
Posts: 747 |
Thanked: 2,370 times |
Joined on May 2012
@ Moscow, Russia
|
#508
|
Today I lost all enabled repositories
Any proposed actions, troubleshooting?
|
2015-09-28
, 12:40
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#509
|
Warehouse uses 'ssu' for maintaining openrepos repositories, because this is the only official way to work with repositories.
If ssu utility decides to reset its state, so be it: all corresponding repository information will be lost.
Check if repositories was disabled, and re-enable them.
http://talk.maemo.org/showthread.php...79#post1464779
|
2015-09-28
, 12:45
|
|
Posts: 747 |
Thanked: 2,370 times |
Joined on May 2012
@ Moscow, Russia
|
#510
|
Tags |
app store, application, awesomeness, client, harmattan, immortalmeego, repository, sailfish os |
|
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer