Reply
Thread Tools
karlos devel's Avatar
Posts: 137 | Thanked: 392 times | Joined on Mar 2013 @ Guate
#281
I recommend @mosen @coderus to solve this issue. These guys are good for this, I hope they help you. : )

Last edited by karlos devel; 2017-06-05 at 23:14.
 

The Following 2 Users Say Thank You to karlos devel For This Useful Post:
mosen's Avatar
Community Council | Posts: 1,669 | Thanked: 10,225 times | Joined on Nov 2014 @ Lower Rhine
#282
Originally Posted by karlos devel View Post
I recommend @mosen @coderus to solve this issue. These guys are good for this, I hope they help you. : )
Thanks for the flowers, but i am mostly (successfully) guessing
Plus i am very bad in french.

Two observations @n950.

1) From your posted output i see you are running 2.1.0.10 and thus you get the persitant notification to update to 2.1.0.11 official release

2) There is no adaption1 repo on your device. I do not know if it is necessary but you tried to perform force update command "pkcon repo-set-data adaptation1 refresh-now true" on non exiting repo adaption1 which naturally fails then.
Maybe try force update on adaption0 repository and on all other faulty cached repos like described and already linked here?
Code:
pkcon repo-set-data adaptation0 refresh-now true
zypper and augeas lay in jolla repo so to install zypper first try
Code:
pkcon repo-set-data jolla refresh-now true
To update to 2.1.0.11 you need to set release corresponding and then update, but you already know:
Code:
ssu re 2.1.0.11
version --dup

Last edited by mosen; 2017-06-06 at 15:04.
 

The Following 3 Users Say Thank You to mosen For This Useful Post:
Posts: 136 | Thanked: 263 times | Joined on Nov 2012 @ Germany
#283
I can not help solving this - received my Jolla just one month ago. But I found a way to suppress update notifications in the events view:

In '/usr/share/lipstick-jolla-home-qt5/eventsview/EventsViewList.qml' the line
Code:
sourceModel: systemUpdateListModel.populated ? systemUpdateListModel : null
has to be commented out:
Code:
// sourceModel: systemUpdateListModel.populated ? systemUpdateListModel : null
In version 2.1.1.12 this is line number 271. It is necessary because when opening the store an update check is done.

UNDO BEFORE UPDATING.
__________________
OpenSSH Status Widget (N900)
Start / stop / kill / restart / autostart server - View server status - View server and client connections - Switch wifi pm automatically

Simpler Brightness Applet (N900) - A variation of the Simple Brightness Applet
Short tap to toggle "keep backlight on" - Long tap to open display settings

Last edited by rasmarc; 2017-06-06 at 19:00. Reason: strange english
 

The Following 4 Users Say Thank You to rasmarc For This Useful Post:
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#284
Originally Posted by mosen View Post
Thanks for the flowers, but i am mostly (successfully) guessing
Plus i am very bad in french.

Two observations @n950.

1) From your posted output i see you are running 2.1.0.10 and thus you get the persitant notification to update to 2.1.0.11 official release

2) There is no adaption1 repo on your device. I do not know if it is necessary but you tried to perform force update command "pkcon repo-set-data adaptation1 refresh-now true" on non exiting repo adaption1 which naturally fails then.
Maybe try force update on adaption0 repository and on all other faulty cached repos like described and already linked here?
Code:
pkcon repo-set-data adaptation0 refresh-now true
zypper and augeas lay in jolla repo so to install zypper first try
Code:
pkcon repo-set-data jolla refresh-now true
To update to 2.1.0.11 you need to set release corresponding and then update, but you already know:
Code:
ssu re 2.1.0.11
version --dup
Code:
[root@Sailfish nemo]# pkcon repo-set-data adaptation0 refre
sh-now true
Mise en place des données
Attente dans la file
Attente de l'authentification
Attente dans la file
Démarrage
Requête
Démarrage
Exécution
Mise à jour de la liste des lo…
Erreur fatale: Can't access the given URL
[root@Sailfish nemo]# pkcon repo-set-data jolla refresh-now
true
Mise en place des données
Attente dans la file
Attente de l'authentification
Attente dans la file
Démarrage
Requête
Démarrage
Exécution
Mise à jour de la liste des lo…
Erreur fatale: Can't access the given URL
[root@Sailfish nemo]# ssu re 2.1.0.11
Changing release from 2.1.0.11 to 2.1.0.11
Your device is now in release mode!
[root@Sailfish nemo]# version --dup
REFRESHING CACHE AND DOWNLOADING PACKAGES
Refreshing: 0%
Message: adaptation0: [|] Failed to cache repo (127).
aliendalvik: [|] Failed to cache repo (127).
apps: [|] Failed to cache repo (127).
customer-jolla: [|] Failed to cache repo (127).
eas: [|] Failed to cache repo (127).
hotfixes: [|] Failed to cache repo (127).
jolla: [|] Failed to cache repo (127).
openrepos-BloodyFoxy: [|] Failed to cache repo (127).
openrepos-Schturman: [|] Failed to cache repo (127).
openrepos-Sfiet_Konstantin: [|] Failed to cache repo (127).
openrepos-basil: [|] Failed to cache repo (127).
store: [|] Failed to cache repo (127).
xt9: [|] Failed to cache repo (127).

Finished transaction (status=1, runtime=85298ms)
UPGRADING SYSTEM
Finished transaction (status=1, runtime=3202ms)
FINISHING

NO UPDATES FOUND. Try again later.
nothing work even your first code i don't put here.
 

The Following 2 Users Say Thank You to n950 For This Useful Post:
karlos devel's Avatar
Posts: 137 | Thanked: 392 times | Joined on Mar 2013 @ Guate
#285
try " ssu status " need see someting
 

The Following User Says Thank You to karlos devel For This Useful Post:
Posts: 1,288 | Thanked: 4,316 times | Joined on Oct 2014
#286
Originally Posted by n950 View Post
Code:
[root@Sailfish nemo]# pkcon repo-set-data adaptation0 refre
sh-now true
Mise en place des données
Attente dans la file
Attente de l'authentification
Attente dans la file
Démarrage
Requête
Démarrage
Exécution
Mise à jour de la liste des lo…
Erreur fatale: Can't access the given URL
[root@Sailfish nemo]# pkcon repo-set-data jolla refresh-now
true
Mise en place des données
Attente dans la file
Attente de l'authentification
Attente dans la file
Démarrage
Requête
Démarrage
Exécution
Mise à jour de la liste des lo…
Erreur fatale: Can't access the given URL
[root@Sailfish nemo]# ssu re 2.1.0.11
Changing release from 2.1.0.11 to 2.1.0.11
Your device is now in release mode!
[root@Sailfish nemo]# version --dup
REFRESHING CACHE AND DOWNLOADING PACKAGES
Refreshing: 0%
Message: adaptation0: [|] Failed to cache repo (127).
aliendalvik: [|] Failed to cache repo (127).
apps: [|] Failed to cache repo (127).
customer-jolla: [|] Failed to cache repo (127).
eas: [|] Failed to cache repo (127).
hotfixes: [|] Failed to cache repo (127).
jolla: [|] Failed to cache repo (127).
openrepos-BloodyFoxy: [|] Failed to cache repo (127).
openrepos-Schturman: [|] Failed to cache repo (127).
openrepos-Sfiet_Konstantin: [|] Failed to cache repo (127).
openrepos-basil: [|] Failed to cache repo (127).
store: [|] Failed to cache repo (127).
xt9: [|] Failed to cache repo (127).

Finished transaction (status=1, runtime=85298ms)
UPGRADING SYSTEM
Finished transaction (status=1, runtime=3202ms)
FINISHING

NO UPDATES FOUND. Try again later.
nothing work even your first code i don't put here.
Do you have an active Internet connection ?
 

The Following User Says Thank You to nieldk For This Useful Post:
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#287
Originally Posted by karlos devel View Post
try " ssu status " need see someting
Code:
[nemo@Sailfish ~]$ devel-su
Password:
[root@Sailfish nemo]# ssu status
Device registration status: not registered
Device model: Jolla (SbJ / JP-1301)
Device UID: ***
Release: 2.1.0.11
Domain: sales
[root@Sailfish nemo]#
 

The Following User Says Thank You to n950 For This Useful Post:
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#288
Originally Posted by nieldk View Post
Do you have an active Internet connection ?
Yes I have one.
 

The Following User Says Thank You to n950 For This Useful Post:
Posts: 118 | Thanked: 218 times | Joined on Jan 2014 @ India
#289
How does one upgrade to the latest version of OS through zypper?
 

The Following User Says Thank You to meet.vino For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#290
Originally Posted by meet.vino View Post
How does one upgrade to the latest version of OS through zypper?
You don't.
 

The Following 2 Users Say Thank You to juiceme For This Useful Post:
Reply

Tags
sailfish os, sfos upgrade

Thread Tools

 
Forum Jump


All times are GMT. The time now is 19:37.