View Single Post
  #1   (View Single Post)  
Old 21st July 2008
PatrickBaer PatrickBaer is offline
Fdisk Soldier
 
Join Date: May 2008
Posts: 81
Default Strange Eterm-problem

Good morning,

I recently added some ssh-logins as menu-items to the fluxbox menu:

[submenu] (SSH Sessions)
[exec] (Vader) {Eterm -n "SSH Vader" -e /usr/bin/ssh root@vader.tvwerk.de}
[exec] (Medusa 1) {Eterm -n "SSH Medusa 1" -e /usr/bin/ssh root@192.168.17.6}
[exec] (Medusa 2) {Eterm -n "SSH Medusa 2" -e /usr/bin/ssh root@192.168.17.7}
[exec] (Proxy1) {Eterm -n "SSH Proxy 1" -e /usr/bin/ssh root@10.10.10.2}
[exec] (Proxy2) {Eterm -n "SSH Proxy 2" -e /usr/bin/ssh root@10.10.10.3}
[exec] (R2D2) {Eterm -n "SSH R2D2" -e /usr/bin/ssh root@r2d2.tvwerk.de}
[exec] (Keto) {Eterm -n "SSH Keto" -e /usr/bin/ssh root@keto.tvwerk.de}
[end]


Now the strange thing: When I click the first entry "SSH Vader", it works just fine. I try the second one and the Eterm window comes up and immediately closes? I tried with some other lines and it seems some work and some not, just like the medusa lines, first doesn't, seconds works?

I replaced Eterm with xterm and all of the lines do work, strange eh?

What might that be.....
Reply With Quote