The FreeBSD Diary |
![]() |
(TM) | Providing practical examples since 1998 |
|
telnet fails - tcp_wrapper is out of date
18 March 1999
|
|
|
I received the following message when I tried to telnet to my machine today:
The general consensus is that I need to reinstall tcp_wrapper. So that's what I'm doing. I'll just do the following: # cd /usr/ports/security/tcp_wrapper # make clean # make depend # make # make deinstall # make reinstall After that, everything was fine. If this doesn't fix your problem, please add your comments. |
|