[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#319900: ssh: xterm -e ssh -f somehost xclock fails randomly most of the time



On Mon, Jul 25, 2005 at 06:13:36PM +0300, Timo Juhani Lindfors <timo.lindfors@iki.fi> wrote:
> Package: ssh
> Version: 3.8.1p1-8.sarge.4
> Severity: normal
> 
> Steps to reproduce:
> 1. for i in `seq 1 10`; do xterm -e ssh -Xf `hostname` xclock; sleep 1; done
> 
> Expected results:
> 1. 10 xclock windows show up.
> 
> Actual results:
> 1. Only about 1-4 xclock windows show up.

It does work for me (I get 10 xclocks) even without any sleep.
I'm using Ubuntu Hoary right now.

What does
for i in $(seq 1 10); do ssh -Xf $(hostname) xclock & done
do ?

What's the point in going through xterm ?
-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |




Reply to: