I should start off by saying that I'm not that experienced using FreeBSD.
With that said, I manage a system that uses a server running FreeBSD 8.0 to accept incoming connections via telnet. There are machines that connect and log in to a user with a modified shell program that communicates back and forth with the machine until all of the data is transferred.
Today I was notified that the machines could no longer connect, so I went and looked in /var/log/messages to see what was going on. It was littered with
messages. I thought that was strange so I scrolled up and saw a message that telnetd exited with signal 10.
My question is why would telnetd have been deleted?
Also, how do I get it back? Will running freebsd-update do the trick?
Again, forgive my ignorance and I appreciate any help anyone has to offer.
With that said, I manage a system that uses a server running FreeBSD 8.0 to accept incoming connections via telnet. There are machines that connect and log in to a user with a modified shell program that communicates back and forth with the machine until all of the data is transferred.
Today I was notified that the machines could no longer connect, so I went and looked in /var/log/messages to see what was going on. It was littered with
Code:
cannot execute /usr/libexec/telnetd: No such file or directory
My question is why would telnetd have been deleted?
Also, how do I get it back? Will running freebsd-update do the trick?
Again, forgive my ignorance and I appreciate any help anyone has to offer.