On Mon, Jul 25, 2005 at 06:13:36PM +0300, Timo Juhani Lindfors <[EMAIL 
PROTECTED]> 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
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to