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


After todays upgrade unlock screen does not work anymore - LinAdmin2 - 11-12-2020

Today on my sdcard with Manjaro I ran pamac upgrade. Although I saw a few doubtful messages it seemed to run to a successful end.
However, after rebooting I can no longer unlock the screen. ssh is still working but I have no idea how I could repair that situation?


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

I am facing the exact same problem, seems like latest updates updated libwlroots.so.6 to libwlroots.so.7
but phoc still needs libwlroots.so.6...


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

phoc have been updated, but that update bricks the device (no way to get a shell, the phone powers on and than turns off)
this is related to a segfault in phoc. I'd suggest not to update it yet if you still wish to have remote access to your phone.
otherwise you'll have to chroot to it  in order to inspect/repair it.
I guess we just have to be patient and wait for another update...


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

With several users confirming the issue, I just wonder why images still do not get any testing before being released?

Although I do value the time and effort of developers I must say that this proves contempt of the users time and interest Blush


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

Quote:With several users confirming the issue, I just wonder why images still do not get any testing before being released?


They do, the image I flashed worked approximately well.
But the updates on another hand broke the environment. knowing that this is still a work in progress, things like this can be expected.
If you want to keep the image's stability, just don't update until a new major release.

Quote:Although I do value the time and effort of developers I must say that this proves contempt of the users time and interest [Image: blush.png]


There is absolutely no contempt...

The user as you say it, should be aware what they are buying... Manjaro phosh is still in heavy development, done by the manjaro community and by the librem developers/community, and all this for free. not by Pine64.
You may want to complain against Pine64, but it is just useless. They are just building the hardware and maybe providing support to developers.

You may not agree with Pine64's model, but you shouldn't have bought this phone in the first place if you wanted something 100% stable. I think Pine64 have always been clear about the fact that the software is done by the community. Just read the pinephone page:


Quote:The purpose of the PinePhone isn’t only to deliver a functioning Linux phone to end-users, but also to actively create a market for such a device, as well as to support existing and well established Linux-on-Phone projects. All major Linux Phone-oriented projects, as well as other FOSS OS’, are represented on the PinePhone and developers work together on our platform to bring support this this community driven device.


Just be patient, and wait for a fix. Or just buy a new phone, because the pinephone is not going to be super stable just yet.


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

a new phoc update is available, and it fixes the issue on my side.
in order to update it:

Code:
sudo pacman -S --override "*" phoc
--override is required to force installation of phoc, otherwise it will complain about wlroots.

and than:
Code:
sudo pacman -Syu

and reboot.


RE: After todays upgrade unlock screen does not work anymore - hiimtye - 11-12-2020

if you have shell access, or you can chroot i.e. from a jumpdrive boot, then just roll back the updates. all pacman updates are stored in /var/log/pacman.log and old packages are stored in /var/cache/pacman/pkg/

..or at least they are in vanilla arch

in the pacman log it's very clear, the pacman command is listed, and then a transaction started message, then each updated package is listed. should be fairly easy to roll back changes


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

(11-12-2020, 03:02 PM)ak42 Wrote: a new phoc update is available, and it fixes the issue on my side.
in order to update it:

Code:
sudo pacman -S --override "*" phoc
--override is required to force installation of phoc, otherwise it will complain about wlroots.

and than:
Code:
sudo pacman -Syu

and reboot.
Just wondering: In my installation "--override" is rejected (unknown) ???


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

sorry, I meant --overwrite


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

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..)