SmallLonlyWolf / embox

Automatically exported from code.google.com/p/embox
0 stars 0 forks source link

initializing third_party.lib.acpica: ERROR: Unable to initialize the ACPICA table manager #709

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:
1. make confload-x86/qemu
2. make
3. qemu-system-i386 -kernel ./build/base/bin/embox -nographic

What i see:
...
    test: running embox.test.posix.pipe_test ... done
    test: running embox.test.posix.select_test ...... done
    test: running embox.test.posix.poll_test ......... done
runlevel: init level is 1
    unit: initializing third_party.lib.acpica: ERROR: Unable to initialize the ACPICA table manager
error: Unknown error code. PLEASE REPORT ISSUE 519!
Failed to get into level 2, current level 1

Version of the product:
https://googledrive.com/host/0B-PxXtV6LZirdWdCR01vbEJ1dmM/embox-0.3.8.tar.gz

On what operating system:
uname -a:
Linux avegner-VirtualBox 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:08:16 
UTC 2014 i686 i686 i686 GNU/Linux
lsb_release -a:
Distributor ID: Ubuntu
Description:    Ubuntu 14.04 LTS
Release:    14.04
Codename:   trusty

Original issue reported on code.google.com by a.veg...@telemetria.ru on 6 Oct 2014 at 3:24

GoogleCodeExporter commented 9 years ago
Qemu versio 2.0.0+dfsg-2ubuntu1.5

Original comment by a.veg...@telemetria.ru on 6 Oct 2014 at 3:27

GoogleCodeExporter commented 9 years ago
Thank you for report!

It seems that there is no enough memory avaible. Try run qemu with -m 256 or -m 
512.

Also there is auto_qemu script, that prepares proper qemu invocation from 
config.
You could try it by running ./scripts/qemu/auto_qemu without any args

Original comment by drakon.m...@gmail.com on 3 Nov 2014 at 9:10

GoogleCodeExporter commented 9 years ago
It will be better if you use auto_qemu script. 
 > sudo ./scripts/qemu/auto_qemu

Original comment by Anton.Bo...@gmail.com on 4 Nov 2014 at 10:34