PINE64
After todays upgrade unlock screen does not work anymore - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130)
+---- Thread: After todays upgrade unlock screen does not work anymore (/showthread.php?tid=12129)

Pages: 1 2


RE: After todays upgrade unlock screen does not work anymore - ak42 - 11-13-2020

(11-13-2020, 12:57 AM)kern707 Wrote: I have gotten yesterday in the afternoon, in the "Software" application of the PinePhone, a notification that an "OS Update" is available. I did not tap on "download" yet.
Is that the said update that bricks the phone?

One thing that I do not understand, why there is no details? also with the first Update that I have made (which was very positive!), all that was written was something like "performance and security updates", I think it will be useful that some additional details will be added to the update description, especially when this is an OS update (which core libs are being updated? kernel? from which version number to what? etc..)

you can check for updates with checkupdates.
and yes now it is safe to update.
the package that used to break the phone was phoc version 0.4.4+4+ga5bdd63-1
it have been fixed in 0.4.4+4+ga5bdd63-3


RE: After todays upgrade unlock screen does not work anymore - kern707 - 11-13-2020

(11-13-2020, 02:23 AM)ak42 Wrote:
(11-13-2020, 12:57 AM)kern707 Wrote: I have gotten yesterday in the afternoon, in the "Software" application of the PinePhone, a notification that an "OS Update" is available. I did not tap on "download" yet.
Is that the said update that bricks the phone?

One thing that I do not understand, why there is no details? also with the first Update that I have made (which was very positive!), all that was written was something like "performance and security updates", I think it will be useful that some additional details will be added to the update description, especially when this is an OS update (which core libs are being updated? kernel? from which version number to what? etc..)

you can check for updates with checkupdates.
and yes now it is safe to update.
the package that used to break the phone was phoc version 0.4.4+4+ga5bdd63-1
it have been fixed in 0.4.4+4+ga5bdd63-3

Sweet! thanks for the info! I will now try to update.


RE: After todays upgrade unlock screen does not work anymore - LinAdmin2 - 11-13-2020

(11-13-2020, 02:23 AM)ak42 Wrote: you can check for updates with checkupdates.
checkupdates in my version (5.9.1-9-MANJARO-ARM #1 SMP Wed Nov 4) results with the error message:
Quote:==> ERROR: Cannot find the fakeroot binary.



RE: After todays upgrade unlock screen does not work anymore - ak42 - 11-13-2020

(11-13-2020, 06:11 AM)LinAdmin2 Wrote:
(11-13-2020, 02:23 AM)ak42 Wrote: you can check for updates with checkupdates.
checkupdates in my version (5.9.1-9-MANJARO-ARM #1 SMP Wed Nov 4) results with the error message:
Quote:==> ERROR: Cannot find the fakeroot binary.

have you tried installing fakeroot ?
Code:
sudo pacman -S fakeroot



RE: After todays upgrade unlock screen does not work anymore - LinAdmin2 - 11-13-2020

(11-13-2020, 06:54 AM)ak42 Wrote:
(11-13-2020, 06:11 AM)LinAdmin2 Wrote:
(11-13-2020, 02:23 AM)ak42 Wrote: you can check for updates with checkupdates.
checkupdates in my version (5.9.1-9-MANJARO-ARM #1 SMP Wed Nov 4) results with the error message:
Quote:==> ERROR: Cannot find the fakeroot binary.

have you tried installing fakeroot ?
Code:
sudo pacman -S fakeroot
Thank you, this solved my problem!