Arch Linux ARM on PinePhone
Hi there,
i am using archlinux on my latitude an i love the "rolling releases" and using brand new versions of packages.

And that is why i love your images, too.

But in order to use it as a daily driver in future, i would love to do a full disk encrytion on emmc ... How to archive that?


Regards,
Andreas
  Reply
(01-23-2021, 03:22 AM)abyss02 Wrote: Hi there,
i am using archlinux on my latitude an i love the "rolling releases" and using brand new versions of packages.

And that is why i love your images, too.

But in order to use it as a daily driver in future, i would love to do a full disk encrytion on emmc ... How to archive that?


Regards,
Andreas

This is work in progress: https://forum.pine64.org/showthread.php?...9#pid85349
  Reply
Did my periodic rebuild today - lovely to come across 2021.01.24 build. And enjoy auto screen rotation etc.

A problem'ette with megapixels - it crashes when you take a picture:

Code:
$ megapixels
Found config file at /usr/share/megapixels/config/pine64,pinephone-1.2.ini
Adding camera rear from config
Adding camera front from config
Found postprocessor script at /usr/share/megapixels/postprocess.sh
/tmp/megapixels.kEzRF8/0.dng: Failed to allocate memory for custom tag binary object (-610603544 elements of 1 bytes each).
TIFF version 20191103
megapixels: tif_dirwrite.c:3071: TIFFWriteDirectoryTagData: Assertion `datalength<0x80000000UL' failed.
Aborted (core dumped)
[alarm@duklaPP ~]$
I am not sure what I can do to allow it to allocate memory?
  • PinePhone BraveHeart now v1.2b 3/32Gb daily driver, Tow-boot with pmOS/SXMO on eMMC
  • PinePhone pmOS Community Edition 2/16Gb driving my picture frame, Tow-boot with pmOS/SXMO on eMMC
  • PinePhone Pro Explorer Edition, Tow-boot on SPI, Arch/SXMO on eMMC
  • ROCKPro64 v2.1 2GB, 16Gb eMMC retired in favour of a fruity upgrade
  Reply
(01-27-2021, 04:03 PM)dukla2000 Wrote: Did my periodic rebuild today - lovely to come across 2021.01.24 build. And enjoy auto screen rotation etc.

A problem'ette with megapixels - it crashes when you take a picture:

Code:
$ megapixels
Found config file at /usr/share/megapixels/config/pine64,pinephone-1.2.ini
Adding camera rear from config
Adding camera front from config
Found postprocessor script at /usr/share/megapixels/postprocess.sh
/tmp/megapixels.kEzRF8/0.dng: Failed to allocate memory for custom tag binary object (-610603544 elements of 1 bytes each).
TIFF version 20191103
megapixels: tif_dirwrite.c:3071: TIFFWriteDirectoryTagData: Assertion `datalength<0x80000000UL' failed.
Aborted (core dumped)
[alarm@duklaPP ~]$
I am not sure what I can do to allow it to allocate memory?

I encountered this problem today too. Saw this recently opened issue https://github.com/dreemurrs-embedded/Pi...issues/126 , looks like a problem with libtiff. 

I'm sure it's being repackaged as we speak, but in the meantime, I worked around it by removing megapixels from pacman and building it straight from upstream https://git.sr.ht/~martijnbraam/megapixels . It compiles and runs fine with the libtiff shipped in 2021.01.24.
  Reply
(01-26-2021, 09:29 AM)antoyo Wrote:
(01-23-2021, 03:22 AM)abyss02 Wrote: Hi there,
i am using archlinux on my latitude an i love the "rolling releases" and using brand new versions of packages.

And that is why i love your images, too.

But in order to use it as a daily driver in future, i would love to do a full disk encrytion on emmc ... How to archive that?


Regards,
Andreas

This is work in progress: https://forum.pine64.org/showthread.php?...9#pid85349

This has just been released: https://github.com/dreemurrs-embedded/ar...-installer


AND IT WORKS LIKE A CHARM - GREAT JOB ...
  Reply
Latest release, updated via pacman, Geary crashes when launched and choosing "Other email providers" with:

Code:
*[wrn] 19:57:04.0998 [no domain]:Error loading plugin: libnuspell.so.4: cannot open shared object file: No such file or directory

*[wrn] 19:57:04.0999 [no domain]:Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory

*[wrn] 19:57:05.0000 [no domain]:Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory

*[wrn] 19:57:05.0001 [no domain]:Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory

*[wrn] 19:57:05.0002 [no domain]:Error loading plugin: libhunspell-1.7.so.0: cannot open shared object file: No such file or directory

*[wrn] 19:57:05.0024 [no domain]:Error loading plugin: libnuspell.so.4: cannot open shared object file: No such file or directory

*[wrn] 19:57:05.0025 [no domain]:Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory

*[wrn] 19:57:05.0026 [no domain]:Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory

*[wrn] 19:57:05.0027 [no domain]:Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory

*[wrn] 19:57:05.0028 [no domain]:Error loading plugin: libhunspell-1.7.so.0: cannot open shared object file: No such file or directory

*[wrn] 19:57:05.0993 folks:backend-store.vala:435: Error preparing Backend 'telepathy': The name org.freedesktop.Telepathy.AccountManager was not provided by any .service files
![crt] 19:57:08.0938 GLib:Did not see expected message GLib-GObject-WARNING **: g_object_weak_unref: couldn't find weak ref *
![crt] 19:57:08.0939 geary:accounts_name_row_construct: assertion 'default_name != NULL' failed

EDIT: it actually crashes when choosing any of the options (google, yahoo, outlook, other ..)
  Reply
Additional info: the above problem is affecting geary-mobile only. standard geary doesn't suffer from this
another EDIT: uninstalling geary-mobile -> installing standard geary -> configuring account via standard geary -> uninstalling standard geary -> installing geary-mobile does the trick, since apparently settings are shared, meaning that after this, when launched the geary-mobile, my account enabled via standard geary was already available Tongue
  Reply
I have a question, in Arch builds you use Gnome by default or only option?
  Reply
(02-28-2021, 12:24 PM)bvbfan Wrote: I have a question, in Arch builds you use Gnome by default or only option?

Phosh is the default option. There is also a bare bones alternative.
  • PinePhone BraveHeart now v1.2b 3/32Gb daily driver, Tow-boot with pmOS/SXMO on eMMC
  • PinePhone pmOS Community Edition 2/16Gb driving my picture frame, Tow-boot with pmOS/SXMO on eMMC
  • PinePhone Pro Explorer Edition, Tow-boot on SPI, Arch/SXMO on eMMC
  • ROCKPro64 v2.1 2GB, 16Gb eMMC retired in favour of a fruity upgrade
  Reply
Incoming calls do work reliably now, this is really great!
Calls from the landline (FritzPhone) are always shown twice resp. several times in the "missed-calls-list".
No problems with incoming calls from other mobile phones.
Can anyone confirm?

EDIT:
Yesterday I flashed ArchLinux to the internal storage. Up to now, everything works perfectly.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PinePhone AND/OR PinePhone Pro Arch Complete Install and Setup mikehenson 3 5,047 01-09-2025, 05:02 AM
Last Post: biketool
  LibreOffice usable with Arch Linux on the Pinephone? Peter Gamma 2 1,261 07-28-2024, 05:12 AM
Last Post: Peter Gamma
  Pinephone with KDE Plasma stuck at K logo after update Daniello 0 597 06-20-2024, 01:52 AM
Last Post: Daniello
  Pinephone error system-generators/ostree-system-generator failed with exit status 127 Daniello 3 1,388 06-15-2024, 03:38 AM
Last Post: Kevin Kofler
  Updating Arch Linux _radv_ 8 3,872 02-20-2024, 09:35 AM
Last Post: _radv_
  How to install arch with FDE user641 3 2,389 01-11-2024, 10:18 PM
Last Post: Kevin Kofler
  How to find software app, on Arch Phosh? general_lee 5 4,104 10-15-2023, 10:12 PM
Last Post: Kevin Kofler
  Arch auto mount usb example Lazy_one 2 4,310 10-06-2023, 09:36 AM
Last Post: luppivega
  Arch with FDE user641 1 1,778 07-29-2023, 08:27 AM
Last Post: alpineduck
  No keyboard on Arch Plasma when entering password on document Chief 0 1,836 12-03-2022, 08:35 PM
Last Post: Chief

Forum Jump:


Users browsing this thread: 5 Guest(s)