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

(code=exited, status=126) #7

Open
renanagg opened this issue Oct 6, 2023 · 6 comments
Open

(code=exited, status=126) #7

renanagg opened this issue Oct 6, 2023 · 6 comments

Comments

@renanagg
Copy link

renanagg commented Oct 6, 2023

Hi, I'm having a problem installing MM2 and I can't find the solution.
Here is the message it is giving:

● mm2.service - ModeSMixer2
Loaded: loaded (/lib/systemd/system/mm2.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2023-10-06 03:05:58 BST; 9s ago
Process: 5296 ExecStart=/bin/bash /usr/share/mm2/mm2.sh (code=exited, status=126)
Main PID: 5296 (code=exited, status=126)

@abcd567a
Copy link
Owner

abcd567a commented Oct 6, 2023

(1) On which OS you have installed mm2?

(2) what is output of following command?

sudo modesmixer2

@Maillouski
Copy link

Maillouski commented Oct 18, 2023

Hi, I also have an issue, here's some information.

RPi 4 running bookworm

/usr/share/mm2/modesmixer2: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

the default version of libssl for RpiOS bookworm (debian based) is libssl 3.0 and modesmixer2 wants libssl 1.1 and libcrypto 1.1

@abcd567a
Copy link
Owner

Yes, the last version released by developer of modesmixer2 was for Debian 10 (buster) . It worked ok on Debian 11 (bullseye), but failed on Debian 12 (bookworm) because version of libssl and libcrypto in bookworm are higger than required by modesmixer2.

Unfortunately the developer Sergsero has about 2 years ago abandoned this project and has pulled down his site xdeco2. No chance now to get a version compatible to bookworm.
In view of this situation, I tried to "assemble" a mixer out of dump1090-mutability / dump1090-fa and used socat to creat connections. The work is still under development.

(1) https://github.com/abcd567a/mixer/blob/master/README.md

(2) Alternate to ModeSMixer2 on Bookworm

@renanagg
Copy link
Author

renanagg commented Oct 19, 2023 via email

@zoliqe
Copy link

zoliqe commented Mar 31, 2024

try run sudo apt install libssl1.1 this helped me on rasbian os (which is based on bookworm).

@abcd567a
Copy link
Owner

abcd567a commented Apr 1, 2024

try run sudo apt install libssl1.1 this helped me on rasbian os (which is based on bookworm).

Thank you very much for providing this solution.
I have now added apt install libssl1.1 in the installation scripts.
I have also added apt install libstdc++6 in installation scripts, as this was also required on some distros.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants