27 Jul
2020
27 Jul
'20
6:29 p.m.
On Mon, Jul 27, 2020, 18:45 Philip Homburg wrote:
There should be a process called '/usr/local/atlas/bb-13.3/usr/sbin/telnetd' that is listening on port 2023. From our logs it seems that that process is not running on your probe.
I have checked that my probe is indeed running it. linuxgemini at centos in ~ $ netstat -tulpn | grep :2023 tcp 0 0 127.0.0.1:2023 0.0.0.0:* LISTEN 1189/telnet linuxgemini at centos in ~ $ ps aux | grep telnetd atlas 1189 0.0 0.0 46892 752 ? Ss 18:09 0:00 /usr/local/atlas/bb-13.3/usr/sbin/telnetd -b 127.0.0.1 -p 2023 -P /var/atlas-probe/run/telnetd-port2023-pid.vol