at least not for me as I don’t have access to the files stored on our server
I tried to recomplile again - this is the ID of the error report
e9a31c12-ab38-4ba4-b910-84297e2db81e
ok you simply running out of memory
[ 854.399401] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/,task=cc1,pid=9125,uid=997 [ 854.399571] Out of memory: Killed process 9125 (cc1) total-vm:311528kB, anon-rss:269604kB, file-rss:1368kB, shmem-rss:0kB, UID:997 pgtables:632kB oom_score_adj:0
Means processes getting killed by the system to protect the core environment. This is a standard behavior of the Linux kernel and has nothing to do with DietPi.
As far as I can see, you don’t use any swap
[ 854.398199] 0 pages in swap cache [ 854.398216] Free swap = 0kB [ 854.398233] Total swap = 0kB
You definitely should have at least 1GB of swap on your Raspberry Pi 3 Model B to ensure a total of 2GB memory.
Pls run following to create the swap file
/boot/dietpi/func/dietpi-set_swapfile 1
Did you disable swap manually? Normally, swap should be set automatically during the initial setup on systems with less than 2 GB of memory.
To check available memory, pls run
free -m
I think SWAP was not created because of the installation through PINN. But this solved it!
Thank you!