I'm having a problem that I need a little advice on.
I'm running a guest kernel 2.4.31 on a 2.6.11 host with the skas3v8 patch installed. The host is a IBM xSeries 335 with a 2.8 Ghz dual processor, 4Gb of RAM installed.

I'm running a tmpfs of 256mb, and a memlimit of 256mb on the instance.
Here's the situation, when I scp across to the machine a large number of files "scp -r /root/* [EMAIL PROTECTED]:/root" it seems to hang for a little bit... the console is totally unresponsive for 10 or so seconds at a time. (sometimes 1 - 2 mins) and the scp transfer is stalled. The thing that bothers me is that the bridge I've created has 397 overruns out of 157585 RX and 692311 TX packets.

These are the commands I use to create the bridge and bring the interfaces into it:
/sbin/brctl stp br0 off
/sbin/brctl setfd br0 1
/sbin/brctl sethello br0 1
/sbin/brctl addif br0 eth0
/sbin/brctl addif br0 staging-uml
/sbin/brctl addif br0 portage-uml
/sbin/brctl addif br0 atlas-uml
/sbin/brctl addif br0 omega-uml
/sbin/ifconfig staging-uml up
/sbin/ifconfig portage-uml up
/sbin/ifconfig atlas-uml up
/sbin/ifconfig omega-uml up

Here is the script I use to start it up:

#!/bin/sh
NAME="atlas-uml"
export TMPDIR="/uml/atlas"
export TEMP="/uml/atlas"
export TMP="/uml/atlas"
screen -d -m -S "${NAME}" /opt/uml/linux-2.4.31 ubd0=/home/uml/$NAME.cow,/opt/uml/gentoo-server.pristine.img ubd1=/home/uml/${NAME}_swap.cow,/opt/uml/redhat-swap.img eth0=tuntap,${NAME},FE:FD:0A:01:01:52 mem=256M umid=$NAME con0=fd:0,fd:1 con=pty

Any help would be much appreciated...

--Dan Lund

-----------
This email message and any attachment may contain Confidential or
Protected Health Information. If you are not the intended recipient
please notify us immediately at 480-648-4545 and delete the message.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
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