Thanks,
 
Found a solution:  I had to run "stty -F /dev/ttyS0" in the host.  The configuration is: the host hardware port (/dev/ttyS0) in this case is connected to the guest serial port (/dev/ttyS4) via ssl4=tty:/dev/ttyS0

My guess is that doing "stty -F /dev/ttyS4" in the guest does not pass through the uml - host channel and therefore doesn't set the host serial port (/dev/tttyS0).  Probably something desirable and more secure.
 
Mark


-------- Original Message --------
Subject: Re: [uml-user] slow ftp
From: Jeff Dike <[EMAIL PROTECTED]>
Date: Wed, August 22, 2007 1:21 pm
To: Mark <[EMAIL PROTECTED]>
Cc: user-mode-linux-user@lists.sourceforge.net

On Wed, Aug 22, 2007 at 08:54:29AM -0700, Mark wrote:
> I can ping the ISP (300ms or so) successfully. I can
> run various network apps without problems, but they all seem slower
> than they should be. When I run ssh and do a cat of a file just to
> stream some text back, I find that the speed is fast for a second or
> so, and the display pauses, then "blips" out a Kbytes of so of
> data. then repeats. For example, the fastest ftp xfer is about 800
> bytes/sec -I expect about 2kbytes - 3kbytes. The printing of hash
> marks (1kbytes xfer'ed) prints one, sometimes two hash marks quickly,
> then pauses.

Does reducing the MTU of the UML eth0 device help?

Jeff

--
Work email - jdike at linux dot intel dot com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to