I'm running Screen 4.00.03 on my RHEL 5 server. Wheneven I open a new screen and execute ls the screen dies. This only happens in this server and not in other servers. What is causing this problem?

ETA: I should add that I also have a Nvidia GPU installed on this server, but I'm not sure how/if this affects anything because I'm accessing it remotely using ssh.

link|improve this question

67% accept rate
+1 for a very cool error. – soandos Dec 22 '11 at 2:23
How does the screen die - does it report any error? What is its $?? Does it happen in any directory? What does ls output in a non-screen session? Are there any files with non-ascii characters in their names? What happens if you run screen locally, ssh to the server from it and run ls? – choroba Dec 22 '11 at 9:03
feedback

1 Answer

I might be because of a corrupt /bin/ls or your ls is pointing to some other file. You can check if the ls on this server is the same as others.

link|improve this answer
My ls is in the same directory, but it's a slightly bigger and newer file (91240 bytes, Feb 23, 2010 on this server vs 89816 bytes, Nov 28, 2006 on the other servers) – Rayne Dec 22 '11 at 2:35
If the servers are otherwise the same, with the same distro and same versions of the base system, this difference is a Very Bad Thing. Sounds like it might be time for a security audit, and some additions to your CRLs. – Eroen Mar 7 at 9:47
feedback

Your Answer

 
or
required, but never shown

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