after the installation of OSX Lion, I tried to:

nano /etc/apt/sources.list

but I get this error:

Error opening terminal: xterm-256color

if I try to switch terminal.app preferences to open terminal windows in "xterm color" instead of "xterm-256color" everything works fine.

what's happening?

link|improve this question

5  
the real question is why are you not using vi? ;-) – prodigitalson Jul 24 '11 at 1:02
3  
because i'm not addicted to terminal and command-line-tools..so i found nano easier to use – Luke Jul 24 '11 at 1:08
feedback

5 Answers

up vote 17 down vote accepted

There is a solution much easier: http://ricochen.wordpress.com/2011/07/23/mac-os-x-lion-terminal-color-remote-access-problem-fix/

link|improve this answer
Very easy and clean solution, thank you! – bouke Aug 5 '11 at 7:42
This also fixes my other symptom, emacs: Cannot open terminfo database file – Nathan Aug 14 '11 at 6:10
Well, it works around the problem. To fix the problem you can install the full set of terminfo files so you get full 256-color support. – Chris Page Feb 18 at 15:46
feedback

After upgrading to OSX Lion, I started getting this error on certain (Debian/Ubuntu) servers. The fix is simply to install the “ncurses-term” package which provides the file /usr/share/terminfo/x/xterm-256color.

This worked for me on a Ubuntu server, via Erik Osterman.

link|improve this answer
feedback

I, too, have this problem on an older Mac that I upgraded to Lion.

Before reading the terminfo tip, I was able to get vi and less working by doing "export TERM=xterm".

After reading the tip, I grabbed /usr/share/terminfo from a newer Mac that has fresh install of Lion and does not exhibit this problem.

Now, even though echo $TERM still yields xterm-256color, vi and less now work fine.

Thanks!

link|improve this answer
feedback

somehow and sometimes "terminfo" folder comes corrupted after a fresh installation. i don't know why, but the problem can be solved in this way:

1. Download Lion Installer from the App Store
2. Download unpkg: http://www.macupdate.com/app/mac/16357/unpkg
3. Open Lion Installer app in Finder (Right click -> Show Package
Contents)
4. Open InstallESD.dmg (under SharedSupport)
5. Unpack BSD.pkg with unpkg (Located under Packages)   Term info
will be located in the new BSD folder in /usr/share/terminfo

hope it helps.

link|improve this answer
I encountered the same error and tried your suggested steps. I encountered a number of permission denied errors while unpacking with unpkg. The BSD folder appeared on my desktop, and I ran "sudo mv ~/Desktop/BSD/usr/share/terminfo /usr/share/terminfo" then restarted terminal, but I still get the same "Error opening terminal: xterm-256color" error. – Mike Jul 24 '11 at 5:23
1  
maybe you can try this sendspace.com/file/hc2dus it's my terminfo folder. after replacing it, don't forget to chmod 555 /usr/share/terminfo – Luke Jul 24 '11 at 14:55
1  
Perfect, that worked! – Mike Jul 26 '11 at 13:48
feedback

I hear that this can be fixed by overwriting your /usr/share/terminfo with one from the computer of somebody with a working install of Lion. I can't confirm whether this works or not, and unfortunately I haven't upgraded yet, so I can't provide you with that file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.