-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
lighttpd.service fällt mit Fehler "sockets disabled, connection limit reached" regelmäßig aus #375
Comments
Laut Web-Recherche erscheint der Fehler "sockets disabled, connection limit reached", wenn der Wert server.max-connections aus der lighttpd-Konfiguration überschritten wird. Als Workaround habe ich nun unter /etc/cron.d ein cron-Script angelegt, welches den lighttpd.service einmal pro Tag neu startet. /etc/crond.d/restart-lighttpd
Damit läuft die Debmatic seit etlichen Wochen stabil, ohne auszusteigen. |
Latest lighttpd release is lighttpd 1.4.76. If your distro (Xubuntu) is still shipping an older version, then please make some noise to try to get the distro to provide an updated lighttpd package. (Debian and Ubuntu typically ship out-of-date software.) It is possible that you are hitting a bug fixed in lighttpd 1.4.76: https://redmine.lighttpd.net/issues/3249 If you think this might be a different issue, please help me to reproduce the issue. I am a lighttpd developer, but do not use Debmatic, so you might open an issue on https://redmine.lighttpd.net/ if you're willing to work with me to collect more data, e.g. to establish if connections are not being closed. |
dpkg -l lighttpd says...
The lighttpd issue #3249 states that it occures only in Version 1.4.74 and 1.4.75 of lighttpd. |
System-Informationen
lsb_release -a:
uname -a:
Linux 5.15.0-97-generic #107-Ubuntu SMP Wed Feb 7 13:26:48 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Eingesetzte Software
Xubuntu 22.04 LTS (nativ, keine VM in Proxmox, Unraid, ...)
debmatic
mosquitto
OpenHAB 4.1.1
Eingesetzte Hardware
Intel NUC NUC5i5RYK
HB-RF-ETH mit PoE
Fehlerbild
cat /var/log/lighttpd/error.log:
lsof -i -n:
Fehlerbeschreibung
Ungefähr ein mal pro Woche fällt die Debmatic aus.
Leicht zu erkennen wenn die Temperaturkurven der HomematicIP-Wandthermostate in eine waagerechte Linie übergehen.
WebUI der Depmatic-CCU ist dann nicht mehr erreichbar.
Aufgrund der Fehlermeldung muss dann ein restart des lighttpd.service durchgeführt werden.
Anschließend noch Pause+Start auf das Homatic-Binding-Thing in OpenHAB und das Smarthome läuft wieder.
Die Probleme begannen mit einem Xubuntu-Upgrade von 20.04 LTS auf 22.04 LTS.
Davor lief die Debmatic dauerhaft und stabil.
Das Xubuntu-Upgrade hatte die packages debmatic und pivccu-modules-dkms automatisch und ungewollt deinstalliert.
Ich verstehe nicht warum. Laut Ubuntu-Dokumentation werden durch das Upgrade nur die Drittanbieter-Repositories deaktiviert. So war das auch beim repository des OpenHAB package.
Die packages debmatic und pivccu-modules-dkms habe ich erneut installiert. Das package hb-rf-eth blieb von der Deinstallation durch das Upgrade verschont.
Die Datei /etc/lighttpd/conf-enabled/20-debmatic.conf entspricht exakt der Version auf github.
cat /etc/lighttpd/conf-enabled/20-debmatic.conf:
The text was updated successfully, but these errors were encountered: