Re: Cannot open /etc/termcap

2008-06-03 Thread Frank Shute
On Tue, Jun 03, 2008 at 10:44:57PM -0500, Sam Fourman Jr. wrote: > > I had a friend help me with this. the trouble is my TERM was set to > wsvt25 somehow. and all I had to do was set it to env TERM cons25 > and vim would compile. You would have expected to get an error message from csh along the

Re: Cannot open /etc/termcap

2008-06-03 Thread Sam Fourman Jr.
I had a friend help me with this. the trouble is my TERM was set to wsvt25 somehow. and all I had to do was set it to env TERM cons25 and vim would compile. I am not even sure what I did to make wsvt25 happen, other than that is the terminal setting I use on my OpenBSD firewall (that I have to ssh

Re: Cannot open /etc/termcap

2008-06-03 Thread Pollywog
On Wednesday 04 June 2008 03:10:13 Frank Shute wrote: > > A quick fix would be to scp /usr/share/misc/termcap from your home > machine to ~/.termcap on the remote host. > > Then ssh into remote host and: > > $ echo "TERMCAP=$HOME/.termcap" >> ~/.ssh/environment > > Log out and ssh in again. > > Mi

Re: Cannot open /etc/termcap

2008-06-03 Thread Frank Shute
On Mon, Jun 02, 2008 at 05:17:28AM -0500, Sam Fourman Jr. wrote: > > > > > > csh: Cannot open /etc/termcap. > > > csh: using dumb terminal settings. > > > > Are you sure /usr/share/misc/termcap isn't empty and accesible > > on the target machine?

Re: Cannot open /etc/termcap

2008-06-02 Thread Sam Fourman Jr.
> > > csh: Cannot open /etc/termcap. > > csh: using dumb terminal settings. > > Are you sure /usr/share/misc/termcap isn't empty and accesible > on the target machine? > lrwxr-xr-x 1 root wheel23B May 31 2007 /etc/termcap@ -> > /usr/share/misc/termc

Re: Cannot open /etc/termcap

2008-06-01 Thread swell . k
"Sam Fourman Jr." <[EMAIL PROTECTED]> writes: > I have a FreeBSD 6.2 server installed in June of 2007 > > yesterday I did a portsnap fetch update > and a portupgrade -ar > now when I ssh in I get the following error > > csh: Cannot open /etc/termcap. > csh

Cannot open /etc/termcap

2008-06-01 Thread Sam Fourman Jr.
I have a FreeBSD 6.2 server installed in June of 2007 yesterday I did a portsnap fetch update and a portupgrade -ar now when I ssh in I get the following error csh: Cannot open /etc/termcap. csh: using dumb terminal settings. as a result I can not run vi nor can I build /usr/ports/editors/vim