-
Notifications
You must be signed in to change notification settings - Fork 63
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
Issue: I have trouble in naemon while mounting or sharing it in Docker container #466
Comments
ℹ I have modified your Markdown and put the I'm not sure how much I can help you with this as I have never used Ninja and barely even touched Merlin. In case you compile Naemon from source, you will find the Due to you are mounting
What do you mean by working from the host machine? Is this so that Naemon will not loose it's state files such as I guess that's all I can assist you with this. |
Hey @nook24 Thank you of your response. Actually, For host machine meaning, I am trying to run the naemon inside a container. I don't wanna install Naemon inside the container. But when I try 'which naemon' on my host machine it gives me a path kind of 'usr/bin/naemon' but this path I am trying to mount on my docker container. So when I try to run inside container it gives the above error 'libnaemon' must be there. I know there might be other dependencies also which are required by naemon to install. But my mission is not to install Naemon inside docker just wanna use inside that container. Note: I tried the same path Thanks |
Why do you not want to install Naemon inside of the Container? |
Actually its not a requirments. Alot of things are dependent on naemon. Actually we were using Red Hat 8 before so we have some depricated stuff we need to make it work. NAemon working fine on EL9 but others not that's why. I must have tp make it work from Host machhin to the docker container. |
I'm not sure how something can depend on the Naemon Binary itself, as Naemon do not provide any external APIs than With that said: steps to do:
|
Hey,
I am having an issue while sharing Naemon with docker container. I have the error
/opt/energy-monitor/naemon/naemon: error while loading shared libraries: libnaemon.so.0: cannot open shared object file: No such file or directory
.I have two containers Merlin, Ninja. Inside the Ninja I want o have naemon working from the host machine. But when I mount it it gives me error.
Here is my docker -compose.yml version: '3.9'
Thanks
The text was updated successfully, but these errors were encountered: