Ich bekomme in letzter Zeit immer heufiger Fehlermeldungen im LOG.
Zudem ist ab dem Zeitpunkt der heufigen Logeinträge der Web Zugriff kaum mehr möglich.
Ich habe aber nichts am System geändert. Was verursacht diese Fehlermeldungen?
2019.03.27 08:09:52.065 1: BlockingInformParent (BlockingRegisterTelnet): Can't connect to localhost:34739: IO::Socket::INET: connect: Connection timed out
2019.03.27 08:09:52.065 1: BlockingInformParent (BlockingRegisterTelnet): Can't connect to localhost:34739: IO::Socket::INET: connect: Connection timed out
2019.03.27 08:09:52.066 1: BlockingInformParent (BlockingRegisterTelnet): Can't connect to localhost:34739: IO::Socket::INET: connect: Connection timed out
2019.03.27 08:09:52.067 1: BlockingInformParent (BlockingRegisterTelnet): Can't connect to localhost:34739: IO::Socket::INET: connect: Connection timed out
2019.03.27 08:09:52.067 1: BlockingInformParent (BlockingRegisterTelnet): Can't connect to localhost:34739: IO::Socket::INET: connect: Connection timed out
2019.03.27 08:09:52.068 1: BlockingInformParent (BlockingRegisterTelnet): Can't connect to localhost:34739: IO::Socket::INET: connect: Connection timed out
Vermutlich ist das, was in /etc/hosts fuer localhost eingetragen ist, entweder nicht als Netzwerkinterface konfiguriert, oder per Firewall blockiert.
Der Eintrag in der /etc/hosts hat sich aber nie geändert.
sudo nano /etc/hosts
127.0.0.1 localhost.localdomain localhost
# <IP-Adresse> <FQDN> <Rechnername>
192.168.17.181 ccs-ht-rasp01.ccs-media.local ccs-ht-rasp01
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.1.1 ccs-ht-rasp01