# HG changeset patch # User Steve Huston # Date 1431437559 14400 # Node ID 35386d23b8849d99a2fb5f5ac37c227f25e54751 # Parent 4b397e94691accc27c79181f595b0038e0edbc65 Screenrc changes diff -r 4b397e94691a -r 35386d23b884 .screenrcs/csesbh --- a/.screenrcs/csesbh Tue May 05 17:36:35 2015 -0400 +++ b/.screenrcs/csesbh Tue May 12 09:32:39 2015 -0400 @@ -38,6 +38,9 @@ screen -t tiger 9 stuff 'r tiger-nfs ' +screen -t hood 10 +stuff 'r hood.rc -t "tail -F /opt/ufm/files/log/opensm.log "' + select 0 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 diff -r 4b397e94691a -r 35386d23b884 .screenrcs/root-tiger-nfs --- a/.screenrcs/root-tiger-nfs Tue May 05 17:36:35 2015 -0400 +++ b/.screenrcs/root-tiger-nfs Tue May 12 09:32:39 2015 -0400 @@ -11,8 +11,8 @@ screen -t syslog 0 stuff "tail -F /var/log/messages | egrep -v \'(TRAPMGR|kernel: iptables|pbs_server|power limit|OpenSM.*Loading Cached Option|mlx4_core.*mlx4_eq_int: MLX4_EVENT_TYPE_SRQ_LIMIT|ufm_ibsim: ufm read topology)\' " -screen -t opensm 1 -stuff 'tail -F /opt/ufm/files/log/opensm.log ' +#screen -t opensm 1 +#stuff 'tail -F /opt/ufm/files/log/opensm.log ' # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 # with a few lines commented out so they don't interfere with the above. One