Jump to content


serdeliuk

Member Since 27 Oct 2013
Offline Last Active 08 Apr 2023 19:11
-----

Posts I've Made

In Topic: How to build Enigma2 images.

7 April 2023 - 22:33

How do I limit RAM memory? The computer crashes after a while as it uses all the memory. When all processor is used, all memory is also used, causing freeze.

 

See:

 

 

attachicon.gif Captura de tela de 2023-04-07 16-32-34.png

 

 

Thx

From your image I can see that you have 48 CPU cores, 16GB ram and 2GB swap (virtual memory), you may need to increase the swap memory, or add more ram to your computer, 16GB ram for 48 CPUs is too low anyways :)


In Topic: How to build Enigma2 images.

6 April 2023 - 10:53

Ok.

 

Here: https://pastebin.com/gm258vpf

 

 

I think is only for "homebuild" when insert this option only "MACHINE=osmini4k make image".

 

 

Thx.

I think your OS is not compatible with build environment reqiured

`NATIVELSBSTRING = "ubuntu-22.04"`

 

Check following post

https://forums.openp...dpost&p=1508634


In Topic: How to build Enigma2 images.

6 April 2023 - 06:26

| collect2: error: ld returned 1 exit status
| make[1]: *** [Makefile:759: libcrypto.so] Error 1
| make[1]: Leaving directory '/home/frank/OpenPLi/openpli-oe-core/build/tmp/work/armv7vehf-neon-vfpv4-oe-linux-gnueabi/openssl/1.1.1n-r0/build'
| make: *** [Makefile:178: all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: ExecutionError('/home/frank/OpenPLi/openpli-oe-core/build/tmp/work/armv7vehf-neon-vfpv4-oe-linux-gnueabi/openssl/1.1.1n-r0/temp/run.do_compile.1576619', 1, None, None)
ERROR: Task (/home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1469 tasks of which 1444 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /home/frank/OpenPLi/openpli-oe-core/openembedded-core/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb:do_compile
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
make: *** [Makefile:131: image] Erro 1
frank@frank-X99:~/OpenPLi/openpli-oe-core$

It seems that the real error is a bit higher in the terminal buffer, you need to check the whole thing, maybe use a pastebin and put there the whole output, however, will help to let us know OS/version and which openpli version you are trying to build