I've been using Gnu screen for some time now, and I absolutely love it! I installed it on a second RHEL server of mine, and I'm seeing odd behavior when I issue a 'who' on the new server.
'who' shows me as logged in twice on the new server, but only once on my old server. I have identical configs as far as I can tell.
I use PuTTy from Windows to SSH to my RHEL servers. Shell is xterm. When I log-in I run screen then who and this is what I see:
Server 1 (old server):
svenglar@server1 ~$ who
<....>
svenglar pts/3 Oct 11 23:22 (tsv1.home.local)
Server 2 (new server):
svenglar@server2 ~$ who
<....>
svenglar pts/3 Oct 11 23:22 (tsv1.home.local)
svenglar pts/4 Oct 11 23:24 (:pts/2:S.0)
I've checked my /etc/bashrc, ~/.bashrc ~/.screenrc ~/.bash_profile, and they are all the same. I also have the same version of RHEL on both servers.
Anyone know what could be causing this?