-
Notifications
You must be signed in to change notification settings - Fork 27
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
Not working on Pi 4 #32
Comments
Hi @meanwhile28 ! Unfortunately I do not own a Raspberry Pi 4. In order to debug the issue can you please run: docker logs <your-container-name> > raspberryPi4-nagios.log and attach the logs to the issue? Thank you, |
Hi @manios thx for looking into it. I can't attache the logs as its growing and growing with the same entries. Here are the first entries. Removing Apache HTTPD PID file before starting it ...OK And this part is constantly repeating.. 2021-08-17T15:28:35.724325+00:00 f771085d47c1 - 0 -146029350 : Nagios 4.4.6 starting... (PID=20) |
I'm also on a Pi 4 and encountering the same issue. That section isn't repeating exactly as is, the PIDs are increasing. I've attached my log file after allowing it to run for a few seconds. Thanks! |
I'm using Pi 4 too and I can confirm this issue. |
Hi @DimmiDonger , @roe-ur-boat , @meanwhile28 ! Can you please run:
Example output of mine: pi@raspberrypi:~ $ docker version
Client: Docker Engine - Community
Version: 19.03.13
API version: 1.40
Go version: go1.13.15
Git commit: 4484c46
Built: Wed Sep 16 17:07:02 2020
OS/Arch: linux/arm
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 19.03.13
API version: 1.40 (minimum version 1.12)
Go version: go1.13.15
Git commit: 4484c46
Built: Wed Sep 16 17:00:52 2020
OS/Arch: linux/arm
Experimental: true
containerd:
Version: 1.3.7
GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175
runc:
Version: 1.0.0-rc10
GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd
docker-init:
Version: 0.18.0
GitCommit: fec3683 Thanks, |
Hi Christos, my output is
Regards |
Hi Christos!
|
Hi ! The issue is related to Alpine 3.14.0. We started using it as base image since commit b64dd9a (build-5). The change is described in Release Notes forAlpine 3.14.0 > faccessat2 and has affected a lot of images like ours. There are some workarounds as described here:
In my case: The environment I tested it is
Results
Can you please try if this solves your issue and let me know? Thanks! |
Hi Christos,
However, when I try to open http://192.168.0.3:8080/ in browser, I get "This site can’t be reached, 192.168.0.3 refused to connect (ERR_CONNECTION_REFUSED).". Do I miss something? Regards |
Hi @DimmiDonger ! I am glad Step 3 works for you! I suspect that you try to access Nagios web interface You must specify a port mapping / forwarding to port docker run --name nagios -d -p 0.0.0.0:8080:80 manios/nagios:latest You can read more about that in Container networking / Published ports. Best regards, |
Hi Christos, it works fine now! Thank you very much! Best Regards |
Hi @DimmiDonger, @roe-ur-boat , @meanwhile28 ! With the release of
For more information please check Changelog / Build 8 I am closing the issue. If you find any problem we can re-open it. Thanks! |
Hi @manios
thx for the docker first of all. I tried to install it on my Pi 4 and seems that some services are not starting.
The Website shows "Unable to get process status" and the log keeps repeating the section for initializing a process.
I checked as described the correct architecture which is armv7
Any idea what is causing this issue ?
The text was updated successfully, but these errors were encountered: