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

BUDDY warnings if EXTRA is not set #38

Closed
andrey-tech opened this issue Aug 18, 2023 · 2 comments
Closed

BUDDY warnings if EXTRA is not set #38

andrey-tech opened this issue Aug 18, 2023 · 2 comments
Assignees

Comments

@andrey-tech
Copy link

Version affected

6.2.0

Desctiption

If environment variable EXTRA=0 or EXTRA is not set in file docker-compose.yml (thus Manticore Buddy is deactivated) I get an warnings about BUDDY in docker log:

WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got '/usr/share/manticore/modules/manticore-buddy/bin/manticore-buddy: line 26: /usr/bin/manticore-executor: Success
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got '/usr/share/manticore/modules/manticore-buddy/bin/manticore-buddy: line 26: /usr/bin/manticore-executor: Success
'
[BUDDY] restarting
WARNING: [BUDDY] invalid output, should be 'Buddy ver, started address:port', got '/usr/share/manticore/modules/manticore-buddy/bin/manticore-buddy: line 26: /usr/bin/manticore-executor: Success
'
[BUDDY] restart amount of attempts (3) has been exceeded

Is these warnings are normal?

@sanikolaev
Copy link
Collaborator

I think it's not. The problem seems to be that with EXTRA=0 manticore-executor exists, but is empty.

root@3c9b40b2bc25:/var/lib/manticore# ls -la /usr/bin/manticore-executor
-rwxr-xr-x 1 manticore manticore 0 Aug  4 18:36 /usr/bin/manticore-executor

We'll think of an improvement. Thanks for letting us know about the issue, @andrey-tech .

@djklim87
Copy link
Collaborator

djklim87 commented Nov 1, 2023

Done in 8b10064

@djklim87 djklim87 closed this as completed Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants