Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian11.7.0 issues #805

Closed
V33RU opened this issue Sep 29, 2023 · 3 comments
Closed

Debian11.7.0 issues #805

V33RU opened this issue Sep 29, 2023 · 3 comments
Assignees
Labels
Installation Installation issues

Comments

@V33RU
Copy link

V33RU commented Sep 29, 2023

Errros encountered while installing emba in debian 11 ,

EMBA docker image will be downloaded.
CONTAINER VARIABLE SET TO embeddedanalyzer/emba:latest
latest: Pulling from embeddedanalyzer/emba
Digest: sha256:a4bf71cad91063208c5e8b163fd885960c9c9ba29e8507b68ddb3a62cc22a2b6
Status: Image is up to date for embeddedanalyzer/emba:latest
docker.io/embeddedanalyzer/emba:latest
WARNING: The FIRMWARE variable is not set. Defaulting to a blank string.
WARNING: The LOG variable is not set. Defaulting to a blank string.
WARNING: The EMBA variable is not set. Defaulting to a blank string.
ERROR: The Compose file './docker-compose.yml' is invalid because:
networks.emba_runs value Additional properties are not allowed ('name' was unexpected)

Error detected - status code 1
Command: echo -e "Command: $ORANGE$BASH_COMMAND$NC"
Location: ./installer/I05_emba_docker_image_dl.sh, line 55
Stack Trace:
[1] I05_emba_docker_image_dl(): ./installer/I05_emba_docker_image_dl.sh, line 55 -> I05_emba_docker_image_dl
[2] main(): ./installer.sh, line 310 -> main -d

Important: Consider filling out a bug report at https://github.com/e-m-b-a/emba/issues

@m-1-k-3
Copy link
Member

m-1-k-3 commented Sep 29, 2023

Thanks for reporting. Could this be the same issue reported here: #247

@m-1-k-3 m-1-k-3 self-assigned this Sep 29, 2023
@m-1-k-3 m-1-k-3 added the Installation Installation issues label Sep 29, 2023
@alexandruchirita4192
Copy link

alexandruchirita4192 commented Oct 1, 2023

Hi,

I wanted to add that I was able to run emba on Debian 12.1 with the following commands:

git clone https://github.com/e-m-b-a/emba.git
cd emba
sudo ./installer.sh -d
sudo ./emba -l ~/log -f /lib/firmware -p ./scan-profiles/default-scan.emba

Maybe you could upgrade your Debian version and retry running emba?

Screenshot to prove that it run successfully on Debian 12.1:
image
image

Screenshot to prove that results are given, I also found that nvidia firmware is insecure:
image

As you can see nvidia_current module is using the insecure firmware gsp_ad10x.bin and gsp_tu10x.bin with multiple possible issues:
image

Good luck!

@V33RU
Copy link
Author

V33RU commented Oct 3, 2023

Ok using latest version of debian, thank you ..

@V33RU V33RU closed this as completed Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Installation Installation issues
Projects
None yet
Development

No branches or pull requests

3 participants