On Sat, Mar 15, 2003 at 10:20:13PM -0000, Richard Brumpton wrote: > Accidently, I delted the /usr/misc/share/termcap file. > I grabbed the termcap.small from freebsd.org (only one I could find) and > installed it and then ran the cap_mkdb util. > > The console seems to be ok, but when I telnet in or ssh into the system I > get an error. > > Telnet says cannot read termcap database, using dumb terminal settings and > ssh says csh: cannot open etc/termcap > > Etc/termcap is a symbolic link to /usr/misc/share/termcap. > > I am sure it is something simple I have missed, but would appreciate help
Only console terminals are listed in termcap.small, hence the error when using ssh. Provided you have the sources installed, the following should get termcap installed as before. # cd /usr/src/share/termcap # make install -- Robin Damm <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
