[Gelöst] Danke Absturtz : Hilfe ich bekomme jede Sekunde neuen Logfiles

Begonnen von Von-XS1-Nach-FHEM, 20 November 2016, 20:57:23

Vorheriges Thema - Nächstes Thema

Von-XS1-Nach-FHEM

Seit gestern funktioniert FHEM nicht mehr uber meinem Browser obwohl ich in der letzten Monate keine Änderungen durchgeführt habe.

Jetzt bin ich die Sache naher auf dem spur komme leider aber jetzt nicht weiter.

Ich sehe in meinem Logfiles unter .../fhem/log/... das jede sekunde neue logfiles dazu kommen obwohl diese gar nicht als Schalter bestehen in FHEM. FHEM ist hier so mit beschaftigt das ich nicht mehr zugreifen kann auf FHEM mit meinem browser.

Das steht in teil meinem Log von FHEM:

2016.11.20 20:11:48 3: TABLETUI: new ext defined infix:ftui/: dir:./www/tablet:
2016.11.20 20:11:48 3: Registering HTTPSRV TABLETUI for URL /ftui   and assigned link ftui/ ...
2016.11.20 20:16:47 2: SecurityCheck:  WEBtablet has no associated allowed device with basicAuth.  Restart FHEM for a new check if the problem is fixed, or set the global attribute motd to none to supress this message.
2016.11.20 20:16:47 0: Featurelevel: 5.7
2016.11.20 20:16:47 0: Server started with 2214 defined entities (fhem.pl:12596/2016-11-17 perl:5.014002 os:linux user:fhem pid:2701)
2016.11.20 20:16:49 3: telnetForBlockingFn_1479669408: port 50189 opened
2016.11.20 20:16:50 1: PERL WARNING: Argument "???" isn't numeric in int at ./FHEM/99_myUtils.pm line 88.
2016.11.20 20:16:51 1: Can't locate File/GlobMapper.pm:   Too many open files at /usr/share/perl/5.14/IO/Compress/Base/Common.pm line 9.
BEGIN failed--compilation aborted at /usr/share/perl/5.14/IO/Compress/Base/Common.pm line 9.
Compilation failed in require at /usr/share/perl/5.14/Compress/Zlib.pm line 10.
BEGIN failed--compilation aborted at /usr/share/perl/5.14/Compress/Zlib.pm line 10.
Compilation failed in require at ./FHEM/01_FHEMWEB.pm line 318.

2016.11.20 20:16:51 1: WEB: Can't load Compress::Zlib, deactivating compression
Device is not available.
2016.11.20 20:16:53 1: Accept failed (WEB: Too many open files)
2016.11.20 20:16:53 1: reload: Error:Modul 98_update deactivated:

2016.11.20 20:16:54 1: PERL WARNING: Use of uninitialized value $fn in concatenation (.) or string at ./FHEM/01_FHEMWEB.pm line 1422.
2016.11.20 20:16:54 1: Accept failed (WEB: Too many open files)
2016.11.20 20:16:54 1: Accept failed (WEB: Too many open files)
2016.11.20 20:16:54 1: Accept failed (WEB: Too many open files)
2016.11.20 20:16:54 1: Accept failed (WEB: Too many open files)
2016.11.20 20:16:54 1: Accept failed (WEB: Too many open files)
2016.11.20 20:16:54 1: Accept failed (WEB: Too many open files)
2016.11.20 20:16:54 1: Accept failed (WEB: Too many open files)
2016.11.20 20:16:54 1: Accept failed (WEB: Too many open files)
2016.11.20 20:16:54 1: Accept failed (WEB: Too many open files)
2016.11.20 20:16:54 1: Accept failed (WEB: Too many open files)


Wie kann es sein das so viele leere log Dateien automatisch weggeschrieben werden obwohl das zuvor nicht so war und nur ab und zu was weggeschrieben wurde in einige log Dateien.


Kann jemand mir Sachen was da passiert ist? und was ich tun muss?

KölnSolar

ZitatServer started with 2214 defined entities
Die hast Du doch nicht wirklich, oder ? Ich vermute, dass Dir autocreate ne Menge Mist generiert hat. Mal ein backup der cfg einspielen und autocreate flink deaktivieren?
Grüße Markus
RPi3/2 buster/stretch-SamsungAV_E/N-RFXTRX-IT-RSL-NC5462-Oregon-CUL433-GT-TMBBQ-01e-CUL868-FS20-EMGZ-1W(GPIO)-DS18B20-CO2-USBRS232-USBRS422-Betty_Boop-EchoDot-OBIS(Easymeter-Q3/EMH-KW8)-PCA301(S'duino)-Deebot(mqtt2)-zigbee2mqtt

budy

Moin,

das ist ja schon mal 'ne Hausnummer...

2016.11.20 20:16:47 0: Server started with 2214 defined entities (fhem.pl:12596/2016-11-17 perl:5.014002 os:linux user:fhem pid:2701)

Außerdem sind da ja auch einige Fehlermeldungen und andere System-Probleme im Log, um die würde ich mich mal als erstes kümmern.

2016.11.20 20:16:53 1: Accept failed (WEB: Too many open files)

Das OS kann keine neuen Datei-Handles mehr bereitstellen. Sieht nach einem Loop irgendwo aus, in dem andauernd versucht wird, neue Dateien zu öffnen.

Gruß,
Stephan
Debian stretch, FHEM 5.9.
HM-CC-RT-DN, HM-ES-PMSw1-Pl, HM-LC-Dim1TPBU-FM, HMUARTLGW, HMLAN, HM-SEC-KEY, HM-SEC-RHS, HM-SEC-SC-2, HM-SEC-SCo, HM-SEC-SD-2, HM-OU-CFM-TW, div. HUEs, Wifilight, Ring Video Pro

Von-XS1-Nach-FHEM

Ach ja das war das Problem ich hatte autocreate noch an stehen und die hat viel Mull reingebracht  :-X :-X :-X :-X :o

Danke!