Findmydevice install just stalls

What type of hardware are you using: Raspberry Pi 0, 1 or 2
What YunoHost version are you running: 12.0.17
What app is this about: Findmydevice

Describe your issue

I am trying to install this app. I am trying to install the YNH version not the django version. I have tried the install from the Web admin interface and it gets to the “installation of Go-1.22.12” and then it stalls with the “pacman” going forever and the install script never finishes. I have also tried installing from a console CLI also using the yunohost app install and it results in the same thing. gets to installation of G0-1.22… and stalls. If I wait 20, 30 mins nothing. Finally if I “control C” out if it, it says install script stopped and it uninstalls it. I ran a yunopaste and I am including it here. I do have a pihole server on another RPi on my network and I thought maybe that was blocking the install script from "get"ing something, so I disabled the Pihole and ran the install script again, same result. stall. There is also NO tags for FMD or Findmydevice, maybe one should be added here.

Share relevant logs or error messages

https://paste.yunohost.org/raw/uhifucuven

Ok, I let the install script sit for an hour and it finally got a “signal kill” … I think the repo for this is messed up?

https://paste.yunohost.org/raw/ezocisuped

Hello @eurotrash
Maybe a resource issue (RPI <3)? Install htop and check resource usage (especially CPU).

I ran Htop and its spiking CPU occasionally but not all threads, and only briefly here and there. If you look at that last paste.yuno I just posted before your post, You can see that it literally errors out with “Unable to install findmydevice: An error occurred inside the app installation script”

I meant running htop during findmydevice install.

Yes, It was during install. In fact, I ran htop from the console and ran the install from SSH.

Does dmesg | grep -Ei 'killed process|oom|out of memory' return something ?

Yes.

eurotrash@3cho:~ $ dmesg | grep -Ei ‘killed process|oom|out of memory’
[ 4113.420835] avahi-daemon invoked oom-killer: gfp_mask=0xcc0(GFP_KERNEL), order=0, oom_score_adj=0
[ 4113.420994] oom_kill_process+0x140/0x368
[ 4113.421590] [ pid ] uid tgid total_vm rss rss_anon rss_file rss_shmem pgtables_bytes swapents oom_score_adj name
[ 4113.423209] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=compile,pid=11541,uid=994
[ 4113.423316] Out of memory: Killed process 11541 (compile) total-vm:1584852kB, anon-rss:111560kB, file-rss:1188kB, shmem-rss:0kB, UID:994 pgtables:880kB oom_score_adj:0
[99170.696266] systemd invoked oom-killer: gfp_mask=0x140cca(GFP_HIGHUSER_MOVABLE|__GFP_COMP), order=0, oom_score_adj=0
[99170.696387] oom_kill_process+0x140/0x368
[99170.697000] [ pid ] uid tgid total_vm rss rss_anon rss_file rss_shmem pgtables_bytes swapents oom_score_adj name
[99170.698192] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=compile,pid=20508,uid=994
[99170.698290] Out of memory: Killed process 20508 (compile) total-vm:1787428kB, anon-rss:244268kB, file-rss:0kB, shmem-rss:0kB, UID:994 pgtables:1272kB oom_score_adj:0

Barr

You should check the timestamp, but there’s a high chance that the compilation process of findmyservice is being killed due to lack of RAM.

2025-07-01 16:32:31,129: DEBUG - modernc.org/libc: /var/www/findmydevice/go/1.22.12/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-arm64/pkg/tool/linux_arm64/compile: signal: killed