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

Naemon randomly stopping #207

Open
Tentoaloe opened this issue Oct 28, 2024 · 1 comment
Open

Naemon randomly stopping #207

Tentoaloe opened this issue Oct 28, 2024 · 1 comment

Comments

@Tentoaloe
Copy link

Hello,

I have a test and prod evnironment of OMD.
For some reason just randomly the naemon core stopping on both environment, almost in the same time within 20-30 minutes.
There is no connection between the servers, they are standalone.

In the livestatus.log I can see these entries for test:

[2024-10-26 11:19:40.317] error: Client connection terminated while request still incomplete
[2024-10-26 11:19:40.319] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:19:51.668] error: Client connection terminated while request still incomplete
[2024-10-26 11:19:51.668] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:19:59.674] error: Client connection terminated while request still incomplete
[2024-10-26 11:19:59.674] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:19:59.685] error: Client connection terminated while request still incomplete
[2024-10-26 11:19:59.685] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:20:07.695] error: Client connection terminated while request still incomplete
[2024-10-26 11:20:07.695] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:20:15.705] error: Client connection terminated while request still incomplete
[2024-10-26 11:20:15.706] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:20:23.714] error: Client connection terminated while request still incomplete
[2024-10-26 11:20:23.714] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:20:33.722] error: Client connection terminated while request still incomplete
[2024-10-26 11:20:33.722] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:20:43.730] error: Client connection terminated while request still incomplete
[2024-10-26 11:20:43.730] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:20:53.736] error: Client connection terminated while request still incomplete
[2024-10-26 11:20:53.736] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:20:55.004] Warning ignoring line containing only whitespace
[2024-10-26 11:21:03.004] error: Invalid GET request, no such table '/ HTTP/1.0'

Prod:
[2024-10-26 11:48:50.485] error: Client connection terminated while request still incomplete
[2024-10-26 11:48:50.486] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:49:11.955] error: Client connection terminated while request still incomplete
[2024-10-26 11:49:11.955] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:49:19.965] error: Client connection terminated while request still incomplete
[2024-10-26 11:49:19.965] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:49:19.976] error: Client connection terminated while request still incomplete
[2024-10-26 11:49:19.976] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:49:27.981] error: Client connection terminated while request still incomplete
[2024-10-26 11:49:27.981] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:49:35.989] error: Client connection terminated while request still incomplete
[2024-10-26 11:49:35.989] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:49:43.996] error: Client connection terminated while request still incomplete
[2024-10-26 11:49:43.996] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:49:49.003] error: Client connection terminated while request still incomplete
[2024-10-26 11:49:49.003] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:49:54.010] error: Client connection terminated while request still incomplete
[2024-10-26 11:49:54.010] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:49:59.017] error: Client connection terminated while request still incomplete
[2024-10-26 11:49:59.017] Couldn't write 60 bytes to client socket: Broken pipe
[2024-10-26 11:50:01.006] Warning ignoring line containing only whitespace
[2024-10-26 11:50:09.004] error: Invalid GET request, no such table '/ HTTP/1.0'

OS: Oracle Linux 8
OMD 5.40

@sni
Copy link
Contributor

sni commented Nov 1, 2024

Could you increase the log level of livestatus? Seems like the last request is a http request instead of a livestatus request. But of course this should not crash livestatus.

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

2 participants