Hallo,
Ich hatte die letzten Tage das seltsame Problem das die fhem logs plötzlich rießig waren, 140-250 MB.
2021.02.01 00:00:00.000 1: Accept failed (telnetPort: Too many open files)
2021.02.01 00:00:02.767 1: Accept failed (AMAD: Too many open files)
2021.02.01 00:00:02.769 1: Accept failed (MQTT2_FHEM_Server: Too many open files)
2021.02.01 00:00:02.835 1: Accept failed (MQTT2_FHEM_Server: Too many open files)
2021.02.01 00:00:02.836 1: Accept failed (AMAD: Too many open files)
2021.02.01 19:41:44.354 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed (peer: 192.168.188.52)
2021.02.01 19:41:45.402 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed (peer: 192.168.188.52)
2021.02.01 19:43:58.321 2: DbLog myDbLog - Last database write cycle due to shutdown ...
2021.02.01 19:43:58.592 1: Server shutdown delayed due to Myalexa,myDbLog for max 10 sec
2021.02.01 19:43:58.778 1: ERROR: Select error -1 (3), error count= 0
Select error -1 (3)
ZitatToo many open files
Linux hat eine (einstellbare) Anzahl von maximal offenen Files.
Eine schnelle Suche:
https://rtcamp.com/tutorials/linux/increase-open-files-limit/ (https://rtcamp.com/tutorials/linux/increase-open-files-limit/)
http://woshub.com/too-many-open-files-error-linux/ (http://woshub.com/too-many-open-files-error-linux/)
Was aber eher die Frage ist, WARUM kommst Du an die Grenze?
Kannst Du uns bitte mal sagen, was für ein System es ist und was alles darauf läuft?
Ja das ist die frage die ich mir auch stelle.
Das system läuft schon ein paar Jahre (wird relativ regelmäßig geupdatet) ist ein Armbian Buster auf einem Cubietruck.
Außer Fhem läuft noch IPC drauf, das wars.
Armbian 20.11.6 Buster with Linux 5.10.4-sunxi
ipc??
https://www.digital-eliteboard.com/threads/ipc-11-6-neue-version-erschienen.441902/
Da sollte es aber nicht dran liegen, da der auch von anfang an schon drauf läuft
Irgendwie bist Du über die Grenze gerutscht .. ob es an FHEM oder IPC (oder anderes) liegt, kann ich Dir nicht sagen.
Da das jetzt mehrere Tage hintereinander aufgetreten ist, scheint es plötzlich ein Standard Problem zu sein, nur die Ursache ist die Frage.
Hast du eine idee wie ich der ursache auf den grund gehen könnte?
Zitat von: Wernieman am 01 Februar 2021, 21:00:16
Linux hat eine (einstellbare) Anzahl von maximal offenen Files.
Eine schnelle Suche:
https://rtcamp.com/tutorials/linux/increase-open-files-limit/ (https://rtcamp.com/tutorials/linux/increase-open-files-limit/)
http://woshub.com/too-many-open-files-error-linux/ (http://woshub.com/too-many-open-files-error-linux/)
Was aber eher die Frage ist, WARUM kommst Du an die Grenze?
Kannst Du uns bitte mal sagen, was für ein System es ist und was alles darauf läuft?
Hab mir mal grade über ein
cat /proc/sys/fs/file-max
die maximale Anzahl die eingestellt ist angesehen, da kommt das bei raus:
2147483647
Ich hab grad gesehen das ich so ein Problem vor ca. 6 Jahren schon mal hatte, wie auch einige andere...
https://forum.fhem.de/index.php/topic,30008.30.html
und dann plötzlich nicht mehr.....
Offene Files sind eventuell auch offene Netzwerkverbindungen ...
Du kannst ja mal temporär die Zahl hochsetzen .. geht übrigens super mit echo (Ist dann nur nicht bootfest)
Was wäre ein "guter" Wert? Und wo muss ich denn Eintragen? In /proc/sys/fs/file-max kann ich nicht schreiben. Nano speichert da nicht und echo gibt -bash: echo: Schreibfehler: Das Argument ist ungültig. zurück.
Komisch ist auch das das Problem primär nachts auftritt, Tagsüber hab ich jetzt mehrfach den Log kontrolliert da war dann nichts zu finden...
Ich hab jetzt mal den Log von heute 03.02.21 aufgemacht der bis jetzt 5:40 schon wieder 200MB hatte, darin ist das zu finden:
2021.02.03 00:00:48.846 3: Myalexa: using logfile: ./log/alexa-2021-02-03.log
2021.02.03 02:02:00.011 3: DbLog myDbLog -> Deletion of records older than 2 days in database /media/Platte/Fhem_Logs/fhem.db requested
2021.02.03 02:05:03.478 3: DbLog myDbLog -> deleteOldDaysNbl finished. 725468 entries of database /media/Platte/Fhem_Logs/fhem.db deleted.
2021.02.03 05:23:34.264 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:34.268 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:34.390 1: PERL WARNING: Use of uninitialized value $fn in concatenation (.) or string at ./FHEM/01_FHEMWEB.pm line 1707.
2021.02.03 05:23:34.391 1: stacktrace:
2021.02.03 05:23:34.391 1: main::__ANON__ called by ./FHEM/01_FHEMWEB.pm (1707)
2021.02.03 05:23:34.391 1: main::FW_roomOverview called by ./FHEM/01_FHEMWEB.pm (1134)
2021.02.03 05:23:34.392 1: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (596)
2021.02.03 05:23:34.392 1: main::FW_Read called by fhem.pl (3813)
2021.02.03 05:23:34.393 1: main::CallFn called by ./FHEM/98_freezemon.pm (1235)
2021.02.03 05:23:34.393 1: main::freezemon_callFn called by ./FHEM/98_freezemon.pm (1348)
2021.02.03 05:23:34.393 1: main::__ANON__ called by fhem.pl (759)
2021.02.03 05:23:34.416 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:34.420 1: Accept failed (WEB: Too many open files)
......................
2021.02.03 05:23:49.715 1: PERL WARNING: Use of uninitialized value $fn in concatenation (.) or string at ./FHEM/01_FHEMWEB.pm line 1707.
2021.02.03 05:23:49.715 1: stacktrace:
2021.02.03 05:23:49.716 1: main::__ANON__ called by ./FHEM/01_FHEMWEB.pm (1707)
2021.02.03 05:23:49.716 1: main::FW_roomOverview called by ./FHEM/01_FHEMWEB.pm (1134)
2021.02.03 05:23:49.717 1: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (596)
2021.02.03 05:23:49.717 1: main::FW_Read called by fhem.pl (3813)
2021.02.03 05:23:49.718 1: main::CallFn called by ./FHEM/98_freezemon.pm (1235)
2021.02.03 05:23:49.718 1: main::freezemon_callFn called by ./FHEM/98_freezemon.pm (1348)
2021.02.03 05:23:49.718 1: main::__ANON__ called by fhem.pl (759)
2021.02.03 05:23:49.728 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:49.732 1: Accept failed (WEB: Too many open files)
.............
2021.02.03 05:23:53.274 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.277 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.279 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.282 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.285 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.287 1: PERL WARNING: Use of uninitialized value $val in int at ./FHEM/42_SYSMON.pm line 1875.
2021.02.03 05:23:53.288 1: stacktrace:
2021.02.03 05:23:53.289 1: main::__ANON__ called by ./FHEM/42_SYSMON.pm (1875)
2021.02.03 05:23:53.289 1: main::SYSMON_getCPUFreqLocal called by ./FHEM/42_SYSMON.pm (940)
2021.02.03 05:23:53.289 1: main::SYSMON_obtainLocalCPUFreq called by ./FHEM/42_SYSMON.pm (881)
2021.02.03 05:23:53.289 1: main::SYSMON_getCPUFreqLocal called by ./FHEM/42_SYSMON.pm (940)
2021.02.03 05:23:53.289 1: main::SYSMON_obtainLocalCPUFreq called by ./FHEM/42_SYSMON.pm (881)
2021.02.03 05:23:53.290 1: main::SYSMON_Update called by fhem.pl (3350)
2021.02.03 05:23:53.290 1: main::HandleTimeout called by fhem.pl (681)
2021.02.03 05:23:53.291 1: PERL WARNING: Use of uninitialized value $val in int at ./FHEM/42_SYSMON.pm line 1875.
2021.02.03 05:23:53.292 1: stacktrace:
2021.02.03 05:23:53.292 1: main::__ANON__ called by ./FHEM/42_SYSMON.pm (1875)
2021.02.03 05:23:53.293 1: main::SYSMON_getCPUFreqLocal called by ./FHEM/42_SYSMON.pm (940)
2021.02.03 05:23:53.293 1: main::SYSMON_obtainLocalCPUFreq called by ./FHEM/42_SYSMON.pm (881)
2021.02.03 05:23:53.293 1: main::SYSMON_Update called by fhem.pl (3350)
2021.02.03 05:23:53.294 1: main::HandleTimeout called by fhem.pl (681)
2021.02.03 05:23:53.620 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.641 1: PERL WARNING: Use of uninitialized value $fn in concatenation (.) or string at ./FHEM/01_FHEMWEB.pm line 1707.
2021.02.03 05:23:53.642 1: stacktrace:
2021.02.03 05:23:53.643 1: main::__ANON__ called by ./FHEM/01_FHEMWEB.pm (1707)
2021.02.03 05:23:53.643 1: main::FW_roomOverview called by ./FHEM/01_FHEMWEB.pm (1134)
2021.02.03 05:23:53.644 1: main::FW_answerCall called by ./FHEM/01_FHEMWEB.pm (596)
2021.02.03 05:23:53.644 1: main::FW_Read called by fhem.pl (3813)
2021.02.03 05:23:53.645 1: main::CallFn called by ./FHEM/98_freezemon.pm (1235)
2021.02.03 05:23:53.645 1: main::freezemon_callFn called by ./FHEM/98_freezemon.pm (1348)
2021.02.03 05:23:53.645 1: main::__ANON__ called by fhem.pl (759)
2021.02.03 05:23:53.834 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.837 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:23:53.840 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.842 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:23:53.844 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.846 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:23:53.850 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.852 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:23:53.854 1: Accept failed (WEB: Too many open files)
2021.02.03 05:23:53.856 1: Accept failed (telnetPort: Too many open files)
..................
2021.02.03 05:30:53.722 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:53.724 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:53.727 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:53.729 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:53.731 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:53.996 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:54.000 1: PERL WARNING: Use of uninitialized value $val in int at ./FHEM/42_SYSMON.pm line 1875.
2021.02.03 05:30:54.001 1: stacktrace:
2021.02.03 05:30:54.001 1: main::__ANON__ called by ./FHEM/42_SYSMON.pm (1875)
2021.02.03 05:30:54.002 1: main::SYSMON_getCPUFreqLocal called by ./FHEM/42_SYSMON.pm (940)
2021.02.03 05:30:54.002 1: main::SYSMON_obtainLocalCPUFreq called by ./FHEM/42_SYSMON.pm (881)
2021.02.03 05:30:54.003 1: main::SYSMON_Update called by fhem.pl (3350)
2021.02.03 05:30:54.003 1: main::HandleTimeout called by fhem.pl (681)
2021.02.03 05:30:54.005 1: PERL WARNING: Use of uninitialized value $val in int at ./FHEM/42_SYSMON.pm line 1875.
2021.02.03 05:30:54.006 1: stacktrace:
2021.02.03 05:30:54.006 1: main::__ANON__ called by ./FHEM/42_SYSMON.pm (1875)
2021.02.03 05:30:54.007 1: main::SYSMON_getCPUFreqLocal called by ./FHEM/42_SYSMON.pm (940)
2021.02.03 05:30:54.007 1: main::SYSMON_obtainLocalCPUFreq called by ./FHEM/42_SYSMON.pm (881)
2021.02.03 05:30:54.007 1: main::SYSMON_Update called by fhem.pl (3350)
2021.02.03 05:30:54.008 1: main::HandleTimeout called by fhem.pl (681)
2021.02.03 05:30:54.366 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:54.377 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:54.381 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:54.384 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:54.387 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:54.391 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:54.394 1: Accept failed (telnetPort: Too many open files)
2021.02.03 05:30:54.397 1: Accept failed (telnetPort: Too many open files)
5:23 könnte ungefähr die Uhrzeit sein wo ich das erstemal versucht hab auf das WebIf zuzugreifen
Das LOg vom 02.02 endet um 22:30 mit ein paar Status meldungen aber ohne Fehler....
Wie häufig greifst Du mit wie vielen Geräten zu?
Und mal als Jetztinfo, wie viele offene Files hast Du denn?
lsof | wc -l
cat /proc/sys/fs/file-nr
Weiß jetzt auf die Schnelle auch nicht, warum das mit echo nicht funzt, aber es geht immer noch den sysctrl Weg:
https://www.tecmint.com/increase-set-open-file-limits-in-linux/ (https://www.tecmint.com/increase-set-open-file-limits-in-linux/)
Vor allem gucke doch mal mit "lsof" (z.B. "lsof -p <pid von FHEM>") was die vielen Files auslöst.
Es könnten Unmengen an FileLogs sein (z.B. wegen zig MQTT-Geräten), Netzwerkverbindungen, was auch immer.
Ein anderer hilfreicher Befehl: "ulimit -a"
Da kommt bei mir:
...
open files (-n) 1024
...
Ein Prozess kann bei mir also von Haus aus 1024 Files öffnen.
Zitat von: Wernieman am 03 Februar 2021, 08:42:34
Wie häufig greifst Du mit wie vielen Geräten zu?
Und mal als Jetztinfo, wie viele offene Files hast Du denn?
lsof | wc -l
cat /proc/sys/fs/file-nr
Weiß jetzt auf die Schnelle auch nicht, warum das mit echo nicht funzt, aber es geht immer noch den sysctrl Weg:
https://www.tecmint.com/increase-set-open-file-limits-in-linux/ (https://www.tecmint.com/increase-set-open-file-limits-in-linux/)
Hallo,
also aufs WebIf greife ich eigentlich nur immer von 1 msximal 2 Geräten gleichzeitig zu, da hat sich aber auch in den letzten 2 Jahren nichts geändert.
Hier die Ausgaben zu deinen fragen
lsof | wc -l
4343
sieht ja nicht so wild aus, der Fhem LOg ist aber schon wieder sehr groß mit jeder Menge der Meldung Too many Files open.
cat /proc/sys/fs/file-nr
1568 0 2147483647
lsof +p "perl" pid
zeigt gefühlt viele geöffnete Dateien an
lsof +p 31002
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
perl 31002 fhem cwd DIR 179,1 4096 128685 /opt/fhem
perl 31002 fhem rtd DIR 179,1 4096 2 /
perl 31002 fhem txt REG 179,1 2443680 4752 /usr/bin/perl
perl 31002 fhem mem REG 179,1 1019772 8873 /usr/lib/arm-linux-gnueabihf/libstdc+ +.so.6.0.25
perl 31002 fhem mem REG 179,1 27182232 1783 /usr/lib/arm-linux-gnueabihf/libicuda ta.so.63.1
perl 31002 fhem mem REG 179,1 1242556 1905 /usr/lib/arm-linux-gnueabihf/libicuuc .so.63.1
perl 31002 fhem mem REG 179,1 1889988 1789 /usr/lib/arm-linux-gnueabihf/libicui1 8n.so.63.1
perl 31002 fhem mem REG 179,1 1048572 23241 /usr/lib/arm-linux-gnueabihf/libxml2. so.2.9.4
perl 31002 fhem mem REG 179,1 1712544 8216 /usr/lib/arm-linux-gnueabihf/libcrypt o.so.1.1
perl 31002 fhem mem REG 179,1 46576 2629 /lib/arm-linux-gnueabihf/libnss_myhos tname.so.2
perl 31002 fhem mem REG 179,1 99996 1573 /lib/arm-linux-gnueabihf/libgcc_s.so. 1
perl 31002 fhem mem REG 179,1 104220 1581 /lib/arm-linux-gnueabihf/liblzma.so.5 .2.4
perl 31002 fhem mem REG 179,1 283912 137897 /usr/lib/arm-linux-gnueabihf/perl5/5. 28/auto/XML/LibXML/LibXML.so
perl 31002 fhem mem REG 179,1 154768 20322 /usr/share/locale/de/LC_MESSAGES/libc .mo
perl 31002 fhem mem REG 179,1 340240 8217 /usr/lib/arm-linux-gnueabihf/libssl.s o.1.1
perl 31002 fhem mem REG 179,1 361740 128452 /usr/lib/arm-linux-gnueabihf/perl5/5. 28/auto/Net/SSLeay/SSLeay.so
perl 31002 fhem mem REG 179,1 55092 1612 /lib/arm-linux-gnueabihf/libresolv-2. 28.so
perl 31002 fhem mem REG 179,1 13888 1595 /lib/arm-linux-gnueabihf/libnss_dns-2 .28.so
perl 31002 fhem mem REG 179,1 13724 4547 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Hash/Util/Util.so
perl 31002 fhem mem REG 179,1 13772 4529 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Devel/Peek/Peek.so
perl 31002 fhem mem REG 179,1 13740 261037 /usr/lib/arm-linux-gnueabihf/perl5/5. 28/auto/Text/Iconv/Iconv.so
perl 31002 fhem mem REG 179,1 13704 4540 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Encode/Unicode/Unicode.so
perl 31002 fhem mem REG 179,1 59052 4523 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/B/B.so
perl 31002 fhem mem REG 179,1 707488 8392 /usr/lib/arm-linux-gnueabihf/libsqlit e3.so.0.8.6
perl 31002 fhem mem REG 179,1 107964 128263 /usr/lib/arm-linux-gnueabihf/perl5/5. 28/auto/DBD/SQLite/SQLite.so
perl 31002 fhem mem REG 179,1 87396 138056 /usr/lib/arm-linux-gnueabihf/perl5/5. 28/auto/DBI/DBI.so
perl 31002 fhem mem REG 179,1 30348 1596 /lib/arm-linux-gnueabihf/libnss_files -2.28.so
perl 31002 fhem mem REG 179,1 9560 128274 /usr/lib/arm-linux-gnueabihf/perl5/5. 28/auto/Device/SerialPort/SerialPort.so
perl 31002 fhem mem REG 179,1 13776 4572 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/arybase/arybase.so
perl 31002 fhem mem REG 179,1 9580 4567 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Tie/Hash/NamedCapture/NamedCapture.so
perl 31002 fhem mem REG 179,1 9588 4573 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/attributes/attributes.so
perl 31002 fhem mem REG 179,1 42248 145147 /usr/lib/arm-linux-gnueabihf/perl5/5. 28/auto/JSON/XS/XS.so
perl 31002 fhem mem REG 179,1 59124 4564 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Storable/Storable.so
perl 31002 fhem mem REG 179,1 26196 4535 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Encode/Encode.so
perl 31002 fhem mem REG 179,1 26208 4528 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Data/Dumper/Dumper.so
perl 31002 fhem mem-r REG 8,1 32768 5242883 /media/Platte/Fhem_Logs/fhem.db-shm
perl 31002 fhem mem REG 179,1 13736 4569 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Time/Piece/Piece.so
perl 31002 fhem mem REG 179,1 29960 10326 /usr/lib/arm-linux-gnueabihf/perl5/5. 28/auto/Digest/SHA/SHA.so
perl 31002 fhem mem REG 179,1 79500 1629 /lib/arm-linux-gnueabihf/libz.so.1.2. 11
perl 31002 fhem mem REG 179,1 38452 4525 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Compress/Raw/Zlib/Zlib.so
perl 31002 fhem mem REG 179,1 17984 4543 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/File/Glob/Glob.so
perl 31002 fhem mem REG 179,1 13752 4530 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Digest/MD5/MD5.so
perl 31002 fhem mem REG 179,1 9572 4552 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/MIME/Base64/Base64.so
perl 31002 fhem mem REG 179,1 9644 4526 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Cwd/Cwd.so
perl 31002 fhem mem REG 179,1 67700 4557 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/POSIX/POSIX.so
perl 31002 fhem mem REG 179,1 13728 4541 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Fcntl/Fcntl.so
perl 31002 fhem mem REG 179,1 34452 4551 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/List/Util/Util.so
perl 31002 fhem mem REG 179,1 22508 1613 /lib/arm-linux-gnueabihf/librt-2.28.s o
perl 31002 fhem mem REG 179,1 21964 4568 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Time/HiRes/HiRes.so
perl 31002 fhem mem REG 179,1 26128 4563 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/Socket/Socket.so
perl 31002 fhem mem REG 179,1 13772 4549 /usr/lib/arm-linux-gnueabihf/perl/5.2 8.1/auto/IO/IO.so
perl 31002 fhem mem REG 179,1 3373216 884 /usr/lib/locale/locale-archive
perl 31002 fhem mem REG 179,1 30400 1560 /lib/arm-linux-gnueabihf/libcrypt-2.2 8.so
perl 31002 fhem mem REG 179,1 952028 1556 /lib/arm-linux-gnueabihf/libc-2.28.so
perl 31002 fhem mem REG 179,1 110264 1610 /lib/arm-linux-gnueabihf/libpthread-2 .28.so
perl 31002 fhem mem REG 179,1 435724 1583 /lib/arm-linux-gnueabihf/libm-2.28.so
perl 31002 fhem mem REG 179,1 9772 1564 /lib/arm-linux-gnueabihf/libdl-2.28.s o
perl 31002 fhem mem REG 179,1 105840 1524 /lib/arm-linux-gnueabihf/ld-2.28.so
perl 31002 fhem mem REG 179,1 26406 9177 /usr/lib/arm-linux-gnueabihf/gconv/gc onv-modules.cache
perl 31002 fhem 0r CHR 1,3 0t0 4 /dev/null
perl 31002 fhem 1w REG 179,1 140244009 134641 /opt/fhem/log/fhem-2021-02-05.log
perl 31002 fhem 2w REG 179,1 140244009 134641 /opt/fhem/log/fhem-2021-02-05.log
perl 31002 fhem 3w REG 179,1 140244009 134641 /opt/fhem/log/fhem-2021-02-05.log
perl 31002 fhem 4u IPv4 7033451 0t0 UDP *:6767
perl 31002 fhem 5u IPv4 7033405 0t0 TCP *:7072 (LISTEN)
perl 31002 fhem 6u IPv4 7033406 0t0 TCP *:8083 (LISTEN)
perl 31002 fhem 7u IPv4 7033407 0t0 TCP *:8084 (LISTEN)
perl 31002 fhem 8u IPv4 7033408 0t0 TCP *:8085 (LISTEN)
perl 31002 fhem 9w REG 179,1 140244009 134641 /opt/fhem/log/fhem-2021-02-05.log
perl 31002 fhem 10u IPv4 7033409 0t0 TCP localhost:52454->localhost:1201 (ESTA BLISHED)
perl 31002 fhem 11u IPv4 7034290 0t0 TCP Cubie.fritz.box:33684->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 12u IPv4 7047588 0t0 TCP Cubie.fritz.box:36606->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 13u CHR 166,0 0t0 424 /dev/ttyACM0
perl 31002 fhem 14u IPv4 7011749 0t0 TCP Cubie.fritz.box:49276->fritz.box:1012 (ESTABLISHED)
perl 31002 fhem 15u IPv4 7061459 0t0 TCP Cubie.fritz.box:1883->LayaMicky.fritz .box:28937 (ESTABLISHED)
perl 31002 fhem 16u unix 0x70903c7a 0t0 7033459 type=STREAM
perl 31002 fhem 17u IPv4 7033444 0t0 TCP *:1883 (LISTEN)
perl 31002 fhem 18u IPv4 7033445 0t0 TCP *:8090 (LISTEN)
perl 31002 fhem 19w REG 179,1 347104 134642 /opt/fhem/log/alexa-2021-02-05.log
perl 31002 fhem 20w REG 179,1 347104 134642 /opt/fhem/log/alexa-2021-02-05.log
perl 31002 fhem 21u IPv4 7047590 0t0 TCP Cubie.fritz.box:36608->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 22u IPv4 7047592 0t0 TCP Cubie.fritz.box:36610->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 23u IPv4 7033532 0t0 TCP localhost:8083->localhost:46936 (ESTA BLISHED)
perl 31002 fhem 24u IPv4 7047594 0t0 TCP Cubie.fritz.box:36612->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 25u IPv4 7047598 0t0 TCP Cubie.fritz.box:36616->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 26ur REG 8,1 370884608 5242882 /media/Platte/Fhem_Logs/fhem.db
perl 31002 fhem 27u REG 8,1 127654112 5242885 /media/Platte/Fhem_Logs/fhem.db-wal
perl 31002 fhem 28ur REG 8,1 32768 5242883 /media/Platte/Fhem_Logs/fhem.db-shm
perl 31002 fhem 29u IPv4 7033467 0t0 TCP Cubie.fritz.box:33204->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 30u IPv4 7052957 0t0 TCP Cubie.fritz.box:37974->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 31u IPv4 7033473 0t0 TCP Cubie.fritz.box:33208->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 32u IPv4 7047596 0t0 TCP Cubie.fritz.box:36614->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 33r FIFO 0,11 0t0 7033523 pipe
perl 31002 fhem 34u IPv4 7033772 0t0 TCP Cubie.fritz.box:37766->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 35u IPv4 7047600 0t0 TCP Cubie.fritz.box:36618->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 36u IPv4 7047602 0t0 TCP Cubie.fritz.box:36620->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 37u IPv4 7047604 0t0 TCP Cubie.fritz.box:36622->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 38u IPv4 7047606 0t0 TCP Cubie.fritz.box:36624->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 39u IPv4 7047608 0t0 TCP Cubie.fritz.box:36626->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 40u IPv4 7047610 0t0 TCP Cubie.fritz.box:36628->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 41u IPv4 7047612 0t0 TCP Cubie.fritz.box:36630->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 42u IPv4 7047614 0t0 TCP Cubie.fritz.box:36632->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 43u IPv4 7012252 0t0 TCP Cubie.fritz.box:33554->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 44u IPv4 7034319 0t0 TCP Cubie.fritz.box:35952->server-13-224- 185-30.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 45u IPv4 7047586 0t0 TCP Cubie.fritz.box:36604->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 46u IPv4 7042301 0t0 TCP Cubie.fritz.box:39744->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 47u IPv4 7033663 0t0 TCP Cubie.fritz.box:38410->server-13-225- 74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 48u IPv4 7062326 0t0 TCP localhost:7072->localhost:38066 (ESTA BLISHED)
perl 31002 fhem 49u IPv4 7033697 0t0 TCP Cubie.fritz.box:37734->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 50u IPv4 7033744 0t0 TCP Cubie.fritz.box:38450->server-13-225- 74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 51u IPv4 7036274 0t0 TCP Cubie.fritz.box:38420->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 52u IPv4 7033916 0t0 TCP Cubie.fritz.box:37820->65.9.68.72:htt ps (ESTABLISHED)
perl 31002 fhem 53u IPv4 7012160 0t0 TCP Cubie.fritz.box:38526->server-13-225- 74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 54u IPv4 7033872 0t0 TCP Cubie.fritz.box:38490->server-13-225- 74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 55u IPv4 7033993 0t0 TCP Cubie.fritz.box:37850->65.9.68.72:htt ps (ESTABLISHED)
perl 31002 fhem 56u IPv4 7036012 0t0 TCP Cubie.fritz.box:38348->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 57u IPv4 7034356 0t0 TCP Cubie.fritz.box:38774->server-13-225- 74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 58u IPv4 7034260 0t0 TCP Cubie.fritz.box:38704->server-13-225- 74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 59u IPv4 7012342 0t0 TCP Cubie.fritz.box:33608->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 60u IPv4 7035276 0t0 TCP Cubie.fritz.box:38210->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 61u IPv4 7035143 0t0 TCP Cubie.fritz.box:38100->65.9.68.72:htt ps (ESTABLISHED)
perl 31002 fhem 62u IPv4 7035156 0t0 TCP Cubie.fritz.box:38804->server-13-225- 74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 63u IPv4 7047582 0t0 TCP Cubie.fritz.box:36600->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 64u IPv4 7047584 0t0 TCP Cubie.fritz.box:36602->server-99-86-1 -173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 65u IPv4 7056509 0t0 TCP Cubie.fritz.box:43640->server-13-225- 74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 66u IPv4 7034547 0t0 TCP Cubie.fritz.box:33834->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 67u IPv4 7035315 0t0 TCP Cubie.fritz.box:38926->server-13-225- 74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 68u IPv4 7034746 0t0 TCP Cubie.fritz.box:33904->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 69u IPv4 7035937 0t0 TCP Cubie.fritz.box:33968->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 70u IPv4 7035352 0t0 TCP Cubie.fritz.box:38262->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 71u IPv4 7034858 0t0 TCP Cubie.fritz.box:38284->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 72u IPv4 7035964 0t0 TCP Cubie.fritz.box:33982->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 73u IPv4 7035666 0t0 TCP Cubie.fritz.box:38366->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 74u IPv4 7043134 0t0 TCP Cubie.fritz.box:35702->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 75u IPv4 7035718 0t0 TCP Cubie.fritz.box:38378->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 76u IPv4 7036293 0t0 TCP Cubie.fritz.box:38436->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 77u IPv4 7036351 0t0 TCP Cubie.fritz.box:38450->65.9.68.72:htt ps (CLOSE_WAIT)
perl 31002 fhem 78u IPv4 7036382 0t0 TCP Cubie.fritz.box:34124->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 79u IPv4 7036408 0t0 TCP Cubie.fritz.box:34142->server-99-86-1 -173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
Zitat von: gvzdus am 03 Februar 2021, 21:17:12
Vor allem gucke doch mal mit "lsof" (z.B. "lsof -p <pid von FHEM>") was die vielen Files auslöst.
Es könnten Unmengen an FileLogs sein (z.B. wegen zig MQTT-Geräten), Netzwerkverbindungen, was auch immer.
Ein anderer hilfreicher Befehl: "ulimit -a"
Da kommt bei mir:
...
open files (-n) 1024
...
Ein Prozess kann bei mir also von Haus aus 1024 Files öffnen.
lsof -p 31002
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
perl 31002 fhem cwd DIR 179,1 4096 128685 /opt/fhem
perl 31002 fhem rtd DIR 179,1 4096 2 /
perl 31002 fhem txt REG 179,1 2443680 4752 /usr/bin/perl
perl 31002 fhem mem REG 179,1 1019772 8873 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.25
perl 31002 fhem mem REG 179,1 27182232 1783 /usr/lib/arm-linux-gnueabihf/libicudata.so.63.1
perl 31002 fhem mem REG 179,1 1242556 1905 /usr/lib/arm-linux-gnueabihf/libicuuc.so.63.1
perl 31002 fhem mem REG 179,1 1889988 1789 /usr/lib/arm-linux-gnueabihf/libicui18n.so.63.1
perl 31002 fhem mem REG 179,1 1048572 23241 /usr/lib/arm-linux-gnueabihf/libxml2.so.2.9.4
perl 31002 fhem mem REG 179,1 1712544 8216 /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1
perl 31002 fhem mem REG 179,1 46576 2629 /lib/arm-linux-gnueabihf/libnss_myhostname.so.2
perl 31002 fhem mem REG 179,1 99996 1573 /lib/arm-linux-gnueabihf/libgcc_s.so.1
perl 31002 fhem mem REG 179,1 104220 1581 /lib/arm-linux-gnueabihf/liblzma.so.5.2.4
perl 31002 fhem mem REG 179,1 283912 137897 /usr/lib/arm-linux-gnueabihf/perl5/5.28/auto/XML/LibXML/LibXML.so
perl 31002 fhem mem REG 179,1 154768 20322 /usr/share/locale/de/LC_MESSAGES/libc.mo
perl 31002 fhem mem REG 179,1 340240 8217 /usr/lib/arm-linux-gnueabihf/libssl.so.1.1
perl 31002 fhem mem REG 179,1 361740 128452 /usr/lib/arm-linux-gnueabihf/perl5/5.28/auto/Net/SSLeay/SSLeay.so
perl 31002 fhem mem REG 179,1 55092 1612 /lib/arm-linux-gnueabihf/libresolv-2.28.so
perl 31002 fhem mem REG 179,1 13888 1595 /lib/arm-linux-gnueabihf/libnss_dns-2.28.so
perl 31002 fhem mem REG 179,1 13724 4547 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Hash/Util/Util.so
perl 31002 fhem mem REG 179,1 13772 4529 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Devel/Peek/Peek.so
perl 31002 fhem mem REG 179,1 13740 261037 /usr/lib/arm-linux-gnueabihf/perl5/5.28/auto/Text/Iconv/Iconv.so
perl 31002 fhem mem REG 179,1 13704 4540 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Encode/Unicode/Unicode.so
perl 31002 fhem mem REG 179,1 59052 4523 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/B/B.so
perl 31002 fhem mem REG 179,1 707488 8392 /usr/lib/arm-linux-gnueabihf/libsqlite3.so.0.8.6
perl 31002 fhem mem REG 179,1 107964 128263 /usr/lib/arm-linux-gnueabihf/perl5/5.28/auto/DBD/SQLite/SQLite.so
perl 31002 fhem mem REG 179,1 87396 138056 /usr/lib/arm-linux-gnueabihf/perl5/5.28/auto/DBI/DBI.so
perl 31002 fhem mem REG 179,1 30348 1596 /lib/arm-linux-gnueabihf/libnss_files-2.28.so
perl 31002 fhem mem REG 179,1 9560 128274 /usr/lib/arm-linux-gnueabihf/perl5/5.28/auto/Device/SerialPort/SerialPort.so
perl 31002 fhem mem REG 179,1 13776 4572 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/arybase/arybase.so
perl 31002 fhem mem REG 179,1 9580 4567 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Tie/Hash/NamedCapture/NamedCapture.so
perl 31002 fhem mem REG 179,1 9588 4573 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/attributes/attributes.so
perl 31002 fhem mem REG 179,1 42248 145147 /usr/lib/arm-linux-gnueabihf/perl5/5.28/auto/JSON/XS/XS.so
perl 31002 fhem mem REG 179,1 59124 4564 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Storable/Storable.so
perl 31002 fhem mem REG 179,1 26196 4535 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Encode/Encode.so
perl 31002 fhem mem REG 179,1 26208 4528 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Data/Dumper/Dumper.so
perl 31002 fhem mem-r REG 8,1 32768 5242883 /media/Platte/Fhem_Logs/fhem.db-shm
perl 31002 fhem mem REG 179,1 13736 4569 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Time/Piece/Piece.so
perl 31002 fhem mem REG 179,1 29960 10326 /usr/lib/arm-linux-gnueabihf/perl5/5.28/auto/Digest/SHA/SHA.so
perl 31002 fhem mem REG 179,1 79500 1629 /lib/arm-linux-gnueabihf/libz.so.1.2.11
perl 31002 fhem mem REG 179,1 38452 4525 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Compress/Raw/Zlib/Zlib.so
perl 31002 fhem mem REG 179,1 17984 4543 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/File/Glob/Glob.so
perl 31002 fhem mem REG 179,1 13752 4530 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Digest/MD5/MD5.so
perl 31002 fhem mem REG 179,1 9572 4552 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/MIME/Base64/Base64.so
perl 31002 fhem mem REG 179,1 9644 4526 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Cwd/Cwd.so
perl 31002 fhem mem REG 179,1 67700 4557 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/POSIX/POSIX.so
perl 31002 fhem mem REG 179,1 13728 4541 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Fcntl/Fcntl.so
perl 31002 fhem mem REG 179,1 34452 4551 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/List/Util/Util.so
perl 31002 fhem mem REG 179,1 22508 1613 /lib/arm-linux-gnueabihf/librt-2.28.so
perl 31002 fhem mem REG 179,1 21964 4568 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Time/HiRes/HiRes.so
perl 31002 fhem mem REG 179,1 26128 4563 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/Socket/Socket.so
perl 31002 fhem mem REG 179,1 13772 4549 /usr/lib/arm-linux-gnueabihf/perl/5.28.1/auto/IO/IO.so
perl 31002 fhem mem REG 179,1 3373216 884 /usr/lib/locale/locale-archive
perl 31002 fhem mem REG 179,1 30400 1560 /lib/arm-linux-gnueabihf/libcrypt-2.28.so
perl 31002 fhem mem REG 179,1 952028 1556 /lib/arm-linux-gnueabihf/libc-2.28.so
perl 31002 fhem mem REG 179,1 110264 1610 /lib/arm-linux-gnueabihf/libpthread-2.28.so
perl 31002 fhem mem REG 179,1 435724 1583 /lib/arm-linux-gnueabihf/libm-2.28.so
perl 31002 fhem mem REG 179,1 9772 1564 /lib/arm-linux-gnueabihf/libdl-2.28.so
perl 31002 fhem mem REG 179,1 105840 1524 /lib/arm-linux-gnueabihf/ld-2.28.so
perl 31002 fhem mem REG 179,1 26406 9177 /usr/lib/arm-linux-gnueabihf/gconv/gconv-modules.cache
perl 31002 fhem 0r CHR 1,3 0t0 4 /dev/null
perl 31002 fhem 1w REG 179,1 140244009 134641 /opt/fhem/log/fhem-2021-02-05.log
perl 31002 fhem 2w REG 179,1 140244009 134641 /opt/fhem/log/fhem-2021-02-05.log
perl 31002 fhem 3w REG 179,1 140244009 134641 /opt/fhem/log/fhem-2021-02-05.log
perl 31002 fhem 4u IPv4 7033451 0t0 UDP *:6767
perl 31002 fhem 5u IPv4 7033405 0t0 TCP *:7072 (LISTEN)
perl 31002 fhem 6u IPv4 7033406 0t0 TCP *:8083 (LISTEN)
perl 31002 fhem 7u IPv4 7033407 0t0 TCP *:8084 (LISTEN)
perl 31002 fhem 8u IPv4 7033408 0t0 TCP *:8085 (LISTEN)
perl 31002 fhem 9w REG 179,1 140244009 134641 /opt/fhem/log/fhem-2021-02-05.log
perl 31002 fhem 10u IPv4 7033409 0t0 TCP localhost:52454->localhost:1201 (ESTABLISHED)
perl 31002 fhem 11u IPv4 7034290 0t0 TCP Cubie.fritz.box:33684->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 12u IPv4 7047588 0t0 TCP Cubie.fritz.box:36606->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 13u CHR 166,0 0t0 424 /dev/ttyACM0
perl 31002 fhem 14u IPv4 7011749 0t0 TCP Cubie.fritz.box:49276->fritz.box:1012 (ESTABLISHED)
perl 31002 fhem 15u IPv4 7061459 0t0 TCP Cubie.fritz.box:1883->LayaMicky.fritz.box:28937 (ESTABLISHED)
perl 31002 fhem 16u unix 0x70903c7a 0t0 7033459 type=STREAM
perl 31002 fhem 17u IPv4 7033444 0t0 TCP *:1883 (LISTEN)
perl 31002 fhem 18u IPv4 7033445 0t0 TCP *:8090 (LISTEN)
perl 31002 fhem 19w REG 179,1 347418 134642 /opt/fhem/log/alexa-2021-02-05.log
perl 31002 fhem 20w REG 179,1 347418 134642 /opt/fhem/log/alexa-2021-02-05.log
perl 31002 fhem 21u IPv4 7047590 0t0 TCP Cubie.fritz.box:36608->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 22u IPv4 7047592 0t0 TCP Cubie.fritz.box:36610->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 23u IPv4 7033532 0t0 TCP localhost:8083->localhost:46936 (ESTABLISHED)
perl 31002 fhem 24u IPv4 7047594 0t0 TCP Cubie.fritz.box:36612->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 25u IPv4 7047598 0t0 TCP Cubie.fritz.box:36616->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 26ur REG 8,1 370884608 5242882 /media/Platte/Fhem_Logs/fhem.db
perl 31002 fhem 27u REG 8,1 127654112 5242885 /media/Platte/Fhem_Logs/fhem.db-wal
perl 31002 fhem 28ur REG 8,1 32768 5242883 /media/Platte/Fhem_Logs/fhem.db-shm
perl 31002 fhem 29u IPv4 7033467 0t0 TCP Cubie.fritz.box:33204->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 30u IPv4 7052957 0t0 TCP Cubie.fritz.box:37974->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 31u IPv4 7033473 0t0 TCP Cubie.fritz.box:33208->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 32u IPv4 7047596 0t0 TCP Cubie.fritz.box:36614->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 33r FIFO 0,11 0t0 7033523 pipe
perl 31002 fhem 34u IPv4 7033772 0t0 TCP Cubie.fritz.box:37766->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 35u IPv4 7047600 0t0 TCP Cubie.fritz.box:36618->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 36u IPv4 7047602 0t0 TCP Cubie.fritz.box:36620->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 37u IPv4 7047604 0t0 TCP Cubie.fritz.box:36622->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 38u IPv4 7047606 0t0 TCP Cubie.fritz.box:36624->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 39u IPv4 7047608 0t0 TCP Cubie.fritz.box:36626->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 40u IPv4 7047610 0t0 TCP Cubie.fritz.box:36628->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 41u IPv4 7047612 0t0 TCP Cubie.fritz.box:36630->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 42u IPv4 7047614 0t0 TCP Cubie.fritz.box:36632->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 43u IPv4 7012252 0t0 TCP Cubie.fritz.box:33554->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 44u IPv4 7034319 0t0 TCP Cubie.fritz.box:35952->server-13-224-185-30.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 45u IPv4 7047586 0t0 TCP Cubie.fritz.box:36604->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 46u IPv4 7042301 0t0 TCP Cubie.fritz.box:39744->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 47u IPv4 7033663 0t0 TCP Cubie.fritz.box:38410->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 48u IPv4 7062473 0t0 TCP localhost:7072->localhost:38100 (ESTABLISHED)
perl 31002 fhem 49u IPv4 7033697 0t0 TCP Cubie.fritz.box:37734->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 50u IPv4 7033744 0t0 TCP Cubie.fritz.box:38450->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 51u IPv4 7036274 0t0 TCP Cubie.fritz.box:38420->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 52u IPv4 7033916 0t0 TCP Cubie.fritz.box:37820->65.9.68.72:https (ESTABLISHED)
perl 31002 fhem 53u IPv4 7012160 0t0 TCP Cubie.fritz.box:38526->server-13-225-74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 54u IPv4 7033872 0t0 TCP Cubie.fritz.box:38490->server-13-225-74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 55u IPv4 7033993 0t0 TCP Cubie.fritz.box:37850->65.9.68.72:https (ESTABLISHED)
perl 31002 fhem 56u IPv4 7036012 0t0 TCP Cubie.fritz.box:38348->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 57u IPv4 7034356 0t0 TCP Cubie.fritz.box:38774->server-13-225-74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 58u IPv4 7034260 0t0 TCP Cubie.fritz.box:38704->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 59u IPv4 7012342 0t0 TCP Cubie.fritz.box:33608->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 60u IPv4 7035276 0t0 TCP Cubie.fritz.box:38210->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 61u IPv4 7035143 0t0 TCP Cubie.fritz.box:38100->65.9.68.72:https (ESTABLISHED)
perl 31002 fhem 62u IPv4 7035156 0t0 TCP Cubie.fritz.box:38804->server-13-225-74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 63u IPv4 7047582 0t0 TCP Cubie.fritz.box:36600->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 64u IPv4 7047584 0t0 TCP Cubie.fritz.box:36602->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 65u IPv4 7056509 0t0 TCP Cubie.fritz.box:43640->server-13-225-74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 66u IPv4 7034547 0t0 TCP Cubie.fritz.box:33834->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 67u IPv4 7035315 0t0 TCP Cubie.fritz.box:38926->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 68u IPv4 7034746 0t0 TCP Cubie.fritz.box:33904->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 69u IPv4 7035937 0t0 TCP Cubie.fritz.box:33968->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 70u IPv4 7035352 0t0 TCP Cubie.fritz.box:38262->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 71u IPv4 7034858 0t0 TCP Cubie.fritz.box:38284->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 72u IPv4 7035964 0t0 TCP Cubie.fritz.box:33982->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 73u IPv4 7035666 0t0 TCP Cubie.fritz.box:38366->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 74u IPv4 7043134 0t0 TCP Cubie.fritz.box:35702->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 75u IPv4 7035718 0t0 TCP Cubie.fritz.box:38378->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 76u IPv4 7036293 0t0 TCP Cubie.fritz.box:38436->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 77u IPv4 7036351 0t0 TCP Cubie.fritz.box:38450->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 78u IPv4 7036382 0t0 TCP Cubie.fritz.box:34124->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 79u IPv4 7036408 0t0 TCP Cubie.fritz.box:34142->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 80u IPv4 7036539 0t0 TCP Cubie.fritz.box:38554->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 81u IPv4 7037025 0t0 TCP Cubie.fritz.box:38516->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 82u IPv4 7036500 0t0 TCP Cubie.fritz.box:34192->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 83u IPv4 7036703 0t0 TCP Cubie.fritz.box:39318->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 84u IPv4 7037108 0t0 TCP Cubie.fritz.box:38568->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 85u IPv4 7036648 0t0 TCP Cubie.fritz.box:38588->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 86u IPv4 7037219 0t0 TCP Cubie.fritz.box:34290->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 87u IPv4 7036796 0t0 TCP Cubie.fritz.box:38656->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 88u IPv4 7036818 0t0 TCP Cubie.fritz.box:34328->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 89u IPv4 7036876 0t0 TCP Cubie.fritz.box:38688->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 90u IPv4 7036910 0t0 TCP Cubie.fritz.box:34376->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 91u IPv4 7037974 0t0 TCP Cubie.fritz.box:34396->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 92u IPv4 7038008 0t0 TCP Cubie.fritz.box:34408->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 93u IPv4 7038063 0t0 TCP Cubie.fritz.box:34428->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 94u IPv4 7038107 0t0 TCP Cubie.fritz.box:38792->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 95u IPv4 7038182 0t0 TCP Cubie.fritz.box:38824->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 96u IPv4 7038229 0t0 TCP Cubie.fritz.box:34496->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 97u IPv4 7038281 0t0 TCP Cubie.fritz.box:38862->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 98u IPv4 7037653 0t0 TCP Cubie.fritz.box:34528->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 99u IPv4 7038397 0t0 TCP Cubie.fritz.box:34548->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 100u IPv4 7038456 0t0 TCP Cubie.fritz.box:34580->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 101u IPv4 7037746 0t0 TCP Cubie.fritz.box:38958->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 102u IPv4 7038515 0t0 TCP Cubie.fritz.box:34594->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 103u IPv4 7037899 0t0 TCP Cubie.fritz.box:34638->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 104u IPv4 7039047 0t0 TCP Cubie.fritz.box:34788->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 105u IPv4 7038823 0t0 TCP Cubie.fritz.box:39096->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 106u IPv4 7038906 0t0 TCP Cubie.fritz.box:39848->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 107u IPv4 7038934 0t0 TCP Cubie.fritz.box:39164->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 108u IPv4 7040014 0t0 TCP Cubie.fritz.box:39880->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 109u IPv4 7040073 0t0 TCP Cubie.fritz.box:39204->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 110u IPv4 7039253 0t0 TCP Cubie.fritz.box:39232->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 111u IPv4 7040170 0t0 TCP Cubie.fritz.box:39252->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 112u IPv4 7040226 0t0 TCP Cubie.fritz.box:39966->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 113u IPv4 7040267 0t0 TCP Cubie.fritz.box:39976->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 114u IPv4 7039374 0t0 TCP Cubie.fritz.box:39998->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 115u IPv4 7040358 0t0 TCP Cubie.fritz.box:39340->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 116u IPv4 7040416 0t0 TCP Cubie.fritz.box:39352->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 117u IPv4 7040448 0t0 TCP Cubie.fritz.box:39372->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 118u IPv4 7039507 0t0 TCP Cubie.fritz.box:35046->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 119u IPv4 7040560 0t0 TCP Cubie.fritz.box:39402->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 120u IPv4 7039571 0t0 TCP Cubie.fritz.box:39440->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 121u IPv4 7039590 0t0 TCP Cubie.fritz.box:39458->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 122u IPv4 7040701 0t0 TCP Cubie.fritz.box:35124->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 123u IPv4 7040744 0t0 TCP Cubie.fritz.box:39490->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 124u IPv4 7040835 0t0 TCP Cubie.fritz.box:39510->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 125u IPv4 7040979 0t0 TCP Cubie.fritz.box:39576->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 126u IPv4 7040894 0t0 TCP Cubie.fritz.box:35192->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 127u IPv4 7039762 0t0 TCP Cubie.fritz.box:35214->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 128u IPv4 7041017 0t0 TCP Cubie.fritz.box:39588->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 129u IPv4 7039886 0t0 TCP Cubie.fritz.box:39610->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 130u IPv4 7041119 0t0 TCP Cubie.fritz.box:39640->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 131u IPv4 7041163 0t0 TCP Cubie.fritz.box:35308->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 132u IPv4 7039973 0t0 TCP Cubie.fritz.box:35328->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 133u IPv4 7041289 0t0 TCP Cubie.fritz.box:39692->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 134u IPv4 7042256 0t0 TCP Cubie.fritz.box:35358->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 135u IPv4 7045126 0t0 TCP Cubie.fritz.box:36074->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 136u IPv4 7042316 0t0 TCP Cubie.fritz.box:35418->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 137u IPv4 7041492 0t0 TCP Cubie.fritz.box:35432->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 138u IPv4 7041532 0t0 TCP Cubie.fritz.box:39798->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 139u IPv4 7041600 0t0 TCP Cubie.fritz.box:35470->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 140u IPv4 7041643 0t0 TCP Cubie.fritz.box:35496->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 141u IPv4 7041695 0t0 TCP Cubie.fritz.box:39864->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 142u IPv4 7041723 0t0 TCP Cubie.fritz.box:35534->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 143u IPv4 7041779 0t0 TCP Cubie.fritz.box:35548->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 144u IPv4 7041881 0t0 TCP Cubie.fritz.box:39948->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 145u IPv4 7041819 0t0 TCP Cubie.fritz.box:39914->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 146u IPv4 7041931 0t0 TCP Cubie.fritz.box:39962->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 147u IPv4 7041980 0t0 TCP Cubie.fritz.box:35636->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 148u IPv4 7042751 0t0 TCP Cubie.fritz.box:40000->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 149u IPv4 7053025 0t0 TCP Cubie.fritz.box:38018->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 150u IPv4 7043076 0t0 TCP Cubie.fritz.box:40012->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 151u IPv4 7043181 0t0 TCP Cubie.fritz.box:35720->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 152u IPv4 7042883 0t0 TCP Cubie.fritz.box:40080->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 153u IPv4 7043275 0t0 TCP Cubie.fritz.box:40096->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 154u IPv4 7043342 0t0 TCP Cubie.fritz.box:40116->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 155u IPv4 7043379 0t0 TCP Cubie.fritz.box:35798->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 156u IPv4 7043070 0t0 TCP Cubie.fritz.box:35822->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 157u IPv4 7043441 0t0 TCP Cubie.fritz.box:40184->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 158u IPv4 7043484 0t0 TCP Cubie.fritz.box:40198->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 159u IPv4 7043534 0t0 TCP Cubie.fritz.box:40216->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 160u IPv4 7043576 0t0 TCP Cubie.fritz.box:40250->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 161u IPv4 7043600 0t0 TCP Cubie.fritz.box:40262->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 162u IPv4 7043737 0t0 TCP Cubie.fritz.box:40282->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 163u IPv4 7043809 0t0 TCP Cubie.fritz.box:40316->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 164u IPv4 7043921 0t0 TCP Cubie.fritz.box:40364->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 165u IPv4 7043871 0t0 TCP Cubie.fritz.box:40330->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 166u IPv4 7043984 0t0 TCP Cubie.fritz.box:40388->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 167u IPv4 7047474 0t0 TCP Cubie.fritz.box:40910->65.9.68.72:https (ESTABLISHED)
perl 31002 fhem 168u IPv4 7044015 0t0 TCP Cubie.fritz.box:36052->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 169u IPv4 7045176 0t0 TCP Cubie.fritz.box:36092->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 170u IPv4 7044712 0t0 TCP Cubie.fritz.box:40462->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 171u IPv4 7045262 0t0 TCP Cubie.fritz.box:40484->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 172u IPv4 7044782 0t0 TCP Cubie.fritz.box:40502->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 173u IPv4 7045348 0t0 TCP Cubie.fritz.box:40514->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 174u IPv4 7045401 0t0 TCP Cubie.fritz.box:36188->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 175u IPv4 7045452 0t0 TCP Cubie.fritz.box:40568->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 176u IPv4 7045494 0t0 TCP Cubie.fritz.box:40582->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 177u IPv4 7044970 0t0 TCP Cubie.fritz.box:40604->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 178u IPv4 7045573 0t0 TCP Cubie.fritz.box:36276->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 179u IPv4 7045611 0t0 TCP Cubie.fritz.box:36288->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 180u IPv4 7045662 0t0 TCP Cubie.fritz.box:36324->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 181u IPv4 7046145 0t0 TCP Cubie.fritz.box:36344->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 182u IPv4 7045760 0t0 TCP Cubie.fritz.box:40700->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 183u IPv4 7045920 0t0 TCP Cubie.fritz.box:36420->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 184u IPv4 7045815 0t0 TCP Cubie.fritz.box:40722->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 185u IPv4 7046248 0t0 TCP Cubie.fritz.box:36396->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 186u IPv4 7045982 0t0 TCP Cubie.fritz.box:40792->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 187u IPv4 7046022 0t0 TCP Cubie.fritz.box:36462->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 188u IPv4 7046081 0t0 TCP Cubie.fritz.box:36476->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 189u IPv4 7046123 0t0 TCP Cubie.fritz.box:40842->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 190u IPv4 7047196 0t0 TCP Cubie.fritz.box:36530->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 191u IPv4 7046485 0t0 TCP Cubie.fritz.box:36542->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 192u IPv4 7047844 0t0 TCP Cubie.fritz.box:36734->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 193u IPv4 7047502 0t0 TCP Cubie.fritz.box:40926->65.9.68.72:https (ESTABLISHED)
perl 31002 fhem 194u IPv4 7047687 0t0 TCP Cubie.fritz.box:36672->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 195u IPv4 7046716 0t0 TCP Cubie.fritz.box:41038->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 196u IPv4 7047621 0t0 TCP Cubie.fritz.box:36644->server-99-86-1-173.fra6.r.cloudfront.net:https (ESTABLISHED)
perl 31002 fhem 197u IPv4 7047623 0t0 TCP Cubie.fritz.box:36648->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 198u IPv4 7046789 0t0 TCP Cubie.fritz.box:36710->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 199u IPv4 7046849 0t0 TCP Cubie.fritz.box:41110->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 200u IPv4 7049622 0t0 TCP Cubie.fritz.box:37168->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 201u IPv4 7046870 0t0 TCP Cubie.fritz.box:36780->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 202u IPv4 7047999 0t0 TCP Cubie.fritz.box:41140->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 203u IPv4 7046946 0t0 TCP Cubie.fritz.box:36814->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 204u IPv4 7048083 0t0 TCP Cubie.fritz.box:41184->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 205u IPv4 7048120 0t0 TCP Cubie.fritz.box:36858->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 206u IPv4 7048187 0t0 TCP Cubie.fritz.box:36884->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 207u IPv4 7048212 0t0 TCP Cubie.fritz.box:36900->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 208u IPv4 7047130 0t0 TCP Cubie.fritz.box:36914->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 209u IPv4 7048346 0t0 TCP Cubie.fritz.box:41288->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 210u IPv4 7051478 0t0 TCP Cubie.fritz.box:39796->server-13-224-185-30.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 211u IPv4 7048376 0t0 TCP Cubie.fritz.box:41314->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 212u IPv4 7049360 0t0 TCP Cubie.fritz.box:37022->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 213u IPv4 7048408 0t0 TCP Cubie.fritz.box:36980->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 214u IPv4 7049327 0t0 TCP Cubie.fritz.box:37002->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 215u IPv4 7048585 0t0 TCP Cubie.fritz.box:37042->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 216u IPv4 7048676 0t0 TCP Cubie.fritz.box:37090->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 217u IPv4 7048625 0t0 TCP Cubie.fritz.box:37068->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 218u IPv4 7048728 0t0 TCP Cubie.fritz.box:41450->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 219u IPv4 7049547 0t0 TCP Cubie.fritz.box:41466->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 220u IPv4 7049589 0t0 TCP Cubie.fritz.box:37150->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 221u IPv4 7050163 0t0 TCP Cubie.fritz.box:37366->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 222u IPv4 7049655 0t0 TCP Cubie.fritz.box:41532->65.9.68.72:https (CLOSE_WAIT)
perl 31002 fhem 223u IPv4 7048990 0t0 TCP Cubie.fritz.box:39464->server-13-224-185-30.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 224u IPv4 7049040 0t0 TCP Cubie.fritz.box:37236->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 225u IPv4 7049193 0t0 TCP Cubie.fritz.box:42344->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 226u IPv4 7049939 0t0 TCP Cubie.fritz.box:42302->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 227u IPv4 7049135 0t0 TCP Cubie.fritz.box:37288->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 228u IPv4 7050031 0t0 TCP Cubie.fritz.box:42362->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 229u IPv4 7050302 0t0 TCP Cubie.fritz.box:42384->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 230u IPv4 7051313 0t0 TCP Cubie.fritz.box:42478->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 231u IPv4 7050388 0t0 TCP Cubie.fritz.box:37388->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 232u IPv4 7050219 0t0 TCP Cubie.fritz.box:42448->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 233u IPv4 7051349 0t0 TCP Cubie.fritz.box:42510->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 234u IPv4 7051276 0t0 TCP Cubie.fritz.box:37422->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 235u IPv4 7051408 0t0 TCP Cubie.fritz.box:37510->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 236u IPv4 7051372 0t0 TCP Cubie.fritz.box:37486->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 237u IPv4 7050822 0t0 TCP Cubie.fritz.box:37570->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 238u IPv4 7050730 0t0 TCP Cubie.fritz.box:42570->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 239u IPv4 7050875 0t0 TCP Cubie.fritz.box:42636->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 240u IPv4 7050899 0t0 TCP Cubie.fritz.box:37604->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 241u IPv4 7051621 0t0 TCP Cubie.fritz.box:37628->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 242u IPv4 7051053 0t0 TCP Cubie.fritz.box:42708->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 243u IPv4 7051013 0t0 TCP Cubie.fritz.box:42688->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 244u IPv4 7051739 0t0 TCP Cubie.fritz.box:42732->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 245u IPv4 7051162 0t0 TCP Cubie.fritz.box:37716->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 246u IPv4 7051801 0t0 TCP Cubie.fritz.box:37726->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 247u IPv4 7051862 0t0 TCP Cubie.fritz.box:37746->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 248u IPv4 7052318 0t0 TCP Cubie.fritz.box:37778->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 249u IPv4 7052352 0t0 TCP Cubie.fritz.box:37790->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 250u IPv4 7051974 0t0 TCP Cubie.fritz.box:42852->server-13-225-74-35.fra2.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 251u IPv4 7052635 0t0 TCP Cubie.fritz.box:37830->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
perl 31002 fhem 252u IPv4 7052073 0t0 TCP Cubie.fritz.box:37842->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
............................
ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 15232
max locked memory (kbytes, -l) 65536
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 15232
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
Was ist cloudfront.net ?
Hast Du das "lsof | wc -l" als user oder als Root ausgeführt? Ein user sieht nicht alles .... und 4343 währe eigentlich viel zu wenig
Cubie.fritz.box:33208->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
Cubie.fritz.box:43640->server-13-225-74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
Da wird irgendetwas nicht richtig beendet und bleibt hängen .. bzw. zu viel geöffnet ... genau daran dürfte Dein Problem liegen. Es ist übrigens ein Server in der AWS ....
Der Server selber ist auch nicht erreichbar ... schalte mal alle Webdienste ab
Zitat von: Wernieman am 05 Februar 2021, 19:20:16
Hast Du das "lsof | wc -l" als user oder als Root ausgeführt? Ein user sieht nicht alles .... und 4343 währe eigentlich viel zu wenig
Cubie.fritz.box:33208->server-99-86-1-173.fra6.r.cloudfront.net:https (CLOSE_WAIT)
Cubie.fritz.box:43640->server-13-225-74-35.fra2.r.cloudfront.net:https (ESTABLISHED)
Da wird irgendetwas nicht richtig beendet und bleibt hängen .. bzw. zu viel geöffnet ... genau daran dürfte Dein Problem liegen. Es ist übrigens ein Server in der AWS ....
Der Server selber ist auch nicht erreichbar ... schalte mal alle Webdienste ab
Habs als root ausgeführt. OK das würde ja auf einen Alex/Echo Dienst hindeuten, dann deaktiviere ich die mal
Ok, der Hinweis mit dem AWS war ein sehr guter, ich kann es auf das Echo Modul zurückführen, wenn ich diese deaktiviere habe ich jetzt mehrere Tage keine Probleme gehabt, gestern wieder aktiviert und heute wieder ein riesen Logfile.