-
Notifications
You must be signed in to change notification settings - Fork 257
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
libcrypto.so error on initial password hashing #648
Comments
Can confirm that this does currently not work on macOS (Rosetta emulation).
|
It appeared with the latest MacOS Sonoma security patch ( 14.3.1 ). |
@dd-Splunk I don't believe it is related that much to the MacOS Sonoma security patch, but to the distribution of the Linux image. Splunk version It seems like Splunk have changed how they build More than that, if you copy lib/libcrypto.so.1.0.0 from More than that, if you compare the two libraries:
So this library I am sure, if you try to run Splunk on any linux with more secure protection like NX and DEP, you probably will see the same issue. And my guess if you would play with apparmor on Docker for Mac, you probably can run it without any issues. And to workaround the issue, you can do the following, install I do believe, that this is a security issue in Splunk distribution, and I am honestly surprised that it is not caught by now. |
Yep for me it appeared right after the Sec update and as my compose always download the "latest" it just downloaded the 9.1.3 and I didn't notice the version change. |
Same problem here for Linux version when running splunk-dashboard-studio addon (I'm running 9.0.6 due to multiple reasons), Created multiple symbolic links to solve:
|
this command works perfectly fine for me on Sonoma mac with Intel chip. what machine are you using? also for @kmahyyg, are you facing the same error for your linux instance? can you share some more information about the instance? If that information is sensitive, maybe try raising a ticket with the splunk support team.
|
I'm using a 16-inch MacBook Pro (M1) 2021. |
Mac with Intel chips are doing fine, Apple Silicon with Rosetta emulation encounters the issue. |
ah! the emulations do not work. I am working on adding an arm compatible image. no ETA, that should resolve this situation. |
splunk/splunk:9.2
shows the following error on initialisation:This error was not present on
splunk/splunk:9.0.7
.The text was updated successfully, but these errors were encountered: