Re: [uml-user] performance of block devices resp. filesystems

2005-08-19 Thread Jason Clark
I run on real block devices (in my case, linux software RAID 1 devices) for each of my umls. Im currently running 4 UMLS on a box, each with their own RAID 1 md device. Works out pretty well, the performance is good and the host system doesnt get anywhere near as bogged down when a guest does

Re: [uml-user] CPU time

2005-08-17 Thread Jason Clark
Search the mailing lists for cpucap. I had reposted a patch that someone else had done that would apply to 2.6.8 I believe that actually limits the % of CPU that a process can use and not just the time it can be running. Buggy, no guarentees, not supported and I can't even really remember how

Re: [uml-user] COW files and block devices

2005-08-05 Thread Jason Clark
: Invalid argumen -- Jason The place where you made your stand never mattered. Only that you were there.. And still on your feet. On Fri, 5 Aug 2005, Blaisorblade wrote: On Thursday 04 August 2005 22:02, Jason Clark wrote: md1 and md2 are both 5 gig. md2 will eventually be much smaller

Re: [uml-user] COW files and block devices

2005-08-05 Thread Jason Clark
will do, thanks for the pointers. -- Jason The place where you made your stand never mattered. Only that you were there.. And still on your feet. On Fri, 5 Aug 2005, Blaisorblade wrote: On Thursday 04 August 2005 22:02, Jason Clark wrote: md1 and md2 are both 5 gig. md2 will eventually

Re: [uml-user] COW files and block devices

2005-08-04 Thread Jason Clark
s and LVMs included) for some time, I just can't seem to get the cow stuff working. -- Jason The place where you made your stand never mattered. Only that you were there.. And still on your feet. On Thu, 4 Aug 2005, Blaisorblade wrote: On Wednesday 03 August 2005 23:01, Jason Clark wr

Re: [uml-user] COW files and block devices

2005-08-03 Thread Jason Clark
you made your stand never mattered. Only that you were there.. And still on your feet. On Wed, 3 Aug 2005, Jeff Dike wrote: On Wed, Aug 03, 2005 at 02:23:58PM -0500, Jason Clark wrote: Neither of these seem to work, just get a kernel panic about not being able to find a rootfs. THe backing f

[uml-user] COW files and block devices

2005-08-03 Thread Jason Clark
I have been using linux software RAID block devices as my files for my UML hosts. Instead of using linux ubd0=file.fs I use linux ubd0=/dev/md0 The performance increase is outstanding, but I have run into one small snag. I am trying to migrate over to using COW files on a fresh server, but I

Re: [uml-user] UML using 100% CPU after mounting root filesystem

2005-07-20 Thread Jason Clark
silly question, but I had a similar issue (cpu and ram) when my guest was running an FSCK. Are you running an fsck or is it idle? -- Jason The place where you made your stand never mattered. Only that you were there.. And still on your feet. On Wed, 20 Jul 2005, Ruaidhri Power wrote: I've ju

[uml-user] Building LinuxFromScratch 6.x for UML

2005-07-11 Thread Jason Clark
Hey gang, if you follow the latest LFS books and try to run UML, it won't work. LFS 6x has moved to NPTL, and as we all know, UML and NPTL don't play well together. You can make two changes to the default book, both in regards to building glibc, to get a LFS 6x box that uses linuxthreads inste

Re: [uml-user] LiveCD and UML

2005-05-06 Thread Jason Clark
SHould be possible using COW files. Create your bootable CD, then create a COW file that exists on the CD. Then, mount a partion as tmpfs and place your RW file there. You will have to create the RW file at every boot obviously. I wonder if you could just mount /dev/rd/0 as ubd0. That would be

Re: [uml-user] Stinghorn Virtual Linux based on UserModeLinux

2005-05-06 Thread Jason Clark
FOr what its worth, I have started working on a distro called HydraLinux that will use UML "heads" to provide services. Im still working out the finer points and getting an alpha to work on my machine at home. I'll update and post code to www.hydralinux.com once I have something that isn't too

Re: [uml-user] stranger network problem.

2005-04-27 Thread Jason Clark
did your host IP change? did you setup proxy arp or are you using iptables to NAT? -- Jason When pigs fly, they fly first class. On Wed, 27 Apr 2005, Jack wrote: hi, i met i stranger network problem umls use tuntap network , and it works ok. but after some times from the out side ,can't

Re: [uml-user] Emulating physical machines using UML?

2005-04-22 Thread Jason Clark
You can use UML for this, but you will need a pretty massive box in order to simulate hundreds of machines. With a gig of RAM, I can usually have not more then 10 UMLs running (64meg a piece). For what you are wanting though, you would be better served looking into something like smartbits --

[uml-user] multicast redux

2005-04-15 Thread Jason Clark
to clarify, I am trying to avoid using the switch daemon as I need this as transparent to the host as possible. -- Jason When pigs fly, they fly first class. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hun

[uml-user] multicast networking

2005-04-15 Thread Jason Clark
Hey guys, Im using a 2.6.9 guest on a 2.6.9 host to do a proof of concept for work using zebra for bgp. I have two guests up using multicast for their eth1 interfaces and tuntaps for their eth0 interfaces. It seems that the only way I can get multicast to work though is if my physical eth0 on

RE: [uml-user] current root images

2005-04-08 Thread Jason Clark
I have written instructions on the gentoo forums on how to build inside a guest kernel from stage 1. LinuxFromScratch 5.2 works wells as a UML, but 6 does not (NPTL troubles). -- Jason When pigs fly, they fly first class. On Fri, 8 Apr 2005, Anthony Brock wrote: You might also try some of the o

[uml-user] UML and SWSUSP2

2005-04-03 Thread Jason Clark
Hey guys, just as an FYI, 2.6.9-skas3-v7 hosts running 2.6.9-bb4 guests works very well with software suspend 2. After suspending my laptop and then bringing it back online, my UML was still happily serving webpages. Thought you might like to know. -- Jason When pigs fly, they fly first class

Re: [uml-user] mem parameter

2005-03-11 Thread Jason Clark
And I assume that of that 1 gig, at least 512M are free? -- -- Jason When pigs fly, they fly first class. On Fri, 11 Mar 2005, Jean-Michel Caricand wrote: Le vendredi 11 Mars 2005 14:51, Jason Clark a écrit : How much space do you have available in /tmp ? Hi Jason, I have 1go in /tmp

Re: [uml-user] mem parameter

2005-03-11 Thread Jason Clark
How much space do you have available in /tmp ? -- -- Jason When pigs fly, they fly first class. On Fri, 11 Mar 2005, Jean-Michel Caricand wrote: Hi, I have 4go on my server. Only 800 mo are use. When I launch a uml instance with mem=256M param that work fine. But when launch a uml instance with me

[uml-user] Count them off

2005-03-05 Thread Jason Clark
Hey gang, The list has been fairly quiet lately, so I thought I would pose a question. Let's hear what you use UML for. What are you doing with it? I'm running on a Sempron 2200 with LVM and software RAID on my host system. I have 5 guests up and running. Apache web server listening on the i

Re: [uml-user] odd swapping issue

2005-02-28 Thread Jason Clark
Thank you very much Paul, I guess I just wasn't hitting my machines as hard as I thought. Swap did it's job and paged out. Thanks again! On Mon, 28 Feb 2005, Paul Warren wrote: On Sun, Feb 27, 2005 at 05:05:35PM -0600, Jason Clark wrote: I'll hammer it a bit harder and see if

Re: [uml-user] odd swapping issue

2005-02-27 Thread Jason Clark
I'll hammer it a bit harder and see if I can get it to release those last few pages into swap. Thanks. On Sun, 27 Feb 2005, Paul Warren wrote: On Fri, Feb 25, 2005 at 05:06:46PM -0600, Jason Clark wrote: I have recently seen an increase in traffic to one of my sites that is hosted usin

[uml-user] odd swapping issue

2005-02-25 Thread Jason Clark
I have recently seen an increase in traffic to one of my sites that is hosted using UML. Previously, I had allocated 128Megs of RAM and 1 gig of swap to each UML, but I never got close to touching the swap file. It always remained at 0% usage. With the traffic spike, I have noticed that I wil

Re: [uml-user] Fwd: RE: [uml-devel] UML remote GUI problems

2005-02-22 Thread Jason Clark
The easiest method would be to just set the VNC server on the guest to listen on a specific port, then use iptables to forward requests from your physical interface on the host to the guest. Be sure to have your routing working correctly between the guest/host/you otherwise this won't work.

[uml-user] freeing memory in /tmp

2005-02-04 Thread Jason Clark
Hey gang, I am having some problems with 2.6.9-bs6 guest umls not freeing memory in /tmp when they are shutdown. I know that this has been addressed on the mailing list in regards to killing a uml and the memory not getting freed, but I couldnt find anything about a proper shutdown having the

Re: [uml-user] Re: User-mode-linux-user digest, Vol 1 #1890 - 8 msgs

2005-02-04 Thread Jason Clark
Do you have anything like iptables running? What has a tcpdump shown you? On Fri, 4 Feb 2005, Greg Furlong wrote: i have set up vnc to use port 5900 user-mode-linux-user@lists.sourceforge.net wrote: _ Sign up for eircom broadband n

Re: [uml-user] Fwd: RE: [uml-devel] UML remote GUI problems

2005-02-03 Thread Jason Clark
Did you set tightvnc up to use port 5900 as well? On Thu, 3 Feb 2005, Blaisorblade wrote: I'm forwarding this to the list because I've not the time to look at every UML user issue, and especially not now. I hope someone else can help you. -- Forwarded Message -- Subject: RE: [uml-

Re: [uml-user] UML tuntap throughput problem

2005-01-31 Thread Jason Clark
Look for the libpcap ringbuffer patch if you are having too many dropped packets. generic libpcap starts dropping packets at about 50mb per second, with the ringbuffer patch (should be able to find it on google) it scales much higher. Jason The place where you made your stand never matt

Re: [uml-user] cpucap patch

2005-01-19 Thread Jason Clark
wrote: On Saturday 15 January 2005 18:32, Jason Clark wrote: In case anyone is interested, here is the cpucap and cpuutil patches I was talking about. They apply, but Im really not sure about the behaviour and dont have the ability to test on a 2.6.6 kernel until Monday. BTW, this is the first time I

[uml-user] cpucap patch

2005-01-15 Thread Jason Clark
In case anyone is interested, here is the cpucap and cpuutil patches I was talking about. They apply, but Im really not sure about the behaviour and dont have the ability to test on a 2.6.6 kernel until Monday. BTW, this is the first time I have worked with porting forward a kernel patch, so

Re: [uml-user] How to limit CPU load

2005-01-15 Thread Jason Clark
I have tweaked the cpucap patch so it will apply against 2.6.9, and the cpuutil program so it will work with that patch, but the behaviour seems pretty odd. Is anyone currently running this patch so I can compare notes? Jason The place where you made your stand never mattered. Only that

Re: [uml-user] Best way to reboot multi guest server

2005-01-12 Thread Jason Clark
I have set my UMLs up to have Control+Alt+Delete to be 'shutdown -h now'. I then have a script that, when I exectute a shutdown, first does a 'uml_mconsole $UML' cad for every running guest and then waits for 60 seconds. After 60 seconds, it looks for any remaining running UMLs and, if any rema

Re: [uml-user] No sysrq in guest kernel 2.6.9-bb4?

2005-01-10 Thread Jason Clark
If its not too big of a deal, I would like it back in the UML submenu since uml_mconsole has the ability to use it. Jason The place where you made your stand never mattered. Only that you were there... And still on your feet. On Mon, 10 Jan 2005, Blaisorblade wrote: On Saturday 08 January

Re: [uml-user] 2.6.9-bb4 hangs

2005-01-08 Thread Jason Clark
still on your feet. On Sat, 8 Jan 2005, Blaisorblade wrote: On Wednesday 05 January 2005 00:58, Jason Clark wrote: good point, but it still seems to find the skas patch and continue on its way. Not sure why that is working. Well, it will find the SKAS patch, but not /proc/mm... and that may make it

Re: [uml-user] 2.6.9-bb4 hangs

2005-01-04 Thread Jason Clark
. regards Roland - Original Message - From: "Jason Clark" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 04, 2005 9:22 AM Subject: [uml-user] 2.6.9-bb4 hangs I have been trying to replicate the 2.6.9-bb4 shutdown hangs that some users have been experiencing. At the same time,

[uml-user] 2.6.9-bb4 hangs

2005-01-04 Thread Jason Clark
I have been trying to replicate the 2.6.9-bb4 shutdown hangs that some users have been experiencing. At the same time, I am building a new server at home that has a VERY minimal host os (think just enough to run iptables and uml-tools). The only way I have found to replicate the hang is if /p

Re: [uml-user] Hint for easy guest builds on Gentoo

2004-12-28 Thread Jason Clark
Their are two current docs, one in gentoo devel and one that I wrote. The one in gentoo devel details the setup you just described. The one that I wrote details building from inside a UML. The devel docs are obviously much faster, but building from inside a UML sure was fun. I havent tried FC3

Re: [uml-user] Shutdown problems

2004-12-21 Thread Jason Clark
hmm. very odd. I have not had the same experience with bb4. It's been rock solid on gentoo 2004.3 UMLs. Are the both of you running fedora kernels or are you running vanilla kernels as a host ? Jason We the willing, led by the unknowning, are doing the impossible, for the ungrateful. We

Re: [uml-user] hanging uml processes after schutdown

2004-12-16 Thread Jason Clark
What guest/host kernel versions are you running. Jason We the willing, led by the unknowning, are doing the impossible, for the ungrateful. We have done so much, for so long, with so little. We are now qualified to do anything with nothing. On Mon, 13 Dec 2004, Andreas Schuldei wrote: i h

[uml-user] NPTL question

2004-12-15 Thread Jason Clark
Hey gang, I may have missed the response earlier, but is UML incompatible with NPTL on a Host, Guest or both OS? Jason We the willing, led by the unknowning, are doing the impossible, for the ungrateful. We have done so much, for so long, with so little. We are now qualified to do anyth

[uml-user] uml and nptl

2004-12-09 Thread Jason Clark
as a point of clarification. Is UML incompatible with nptl in a guest OS, a host OS or both? Jason We the willing, led by the unknowning, are doing the impossible, for the ungrateful. We have done so much, for so long, with so little. We are now qualified to do anything with nothing. --

Re: [uml-user] building gentoo stage1 inside a uml

2004-12-07 Thread Jason Clark
very true, inside a chroot is faster. But building inside a UML sure was fun Jason We the willing, led by the unknowning, are doing the impossible, for the ungrateful. We have done so much, for so long, with so little. We are now qualified to do anything with nothing. On Wed, 8 Dec 2004

Re: [uml-user] building gentoo stage1 inside a uml

2004-12-07 Thread Jason Clark
. We have done so much, for so long, with so little. We are now qualified to do anything with nothing. On Tue, 7 Dec 2004, Blaisorblade wrote: On Tuesday 07 December 2004 11:38, Jason Clark wrote: Thanks for the tip on NPTL. I will be sure to add it to the clean version that Im working on now. I

Re: [uml-user] building gentoo stage1 inside a uml

2004-12-07 Thread Jason Clark
nothing. On Tue, 7 Dec 2004, Jason Clark wrote: Hey gang, just thought I would post this quick and dirty on how to build gentoo from stage 1 inside of a 2.6.9-bb4 UML. BTW, the bb4 patch seems to be really solid. I haven't run into a single issue with it thus far. Building gentoo from st

Re: [uml-user] building gentoo stage1 inside a uml

2004-12-07 Thread Jason Clark
7 December 2004 10:13, Jason Clark wrote: Hey gang, just thought I would post this quick and dirty on how to build gentoo from stage 1 inside of a 2.6.9-bb4 UML. BTW, the bb4 patch seems to be really solid. I haven't run into a single issue with it thus far. Ok, it means that the uml-extram

[uml-user] building gentoo stage1 inside a uml

2004-12-07 Thread Jason Clark
Hey gang, just thought I would post this quick and dirty on how to build gentoo from stage 1 inside of a 2.6.9-bb4 UML. BTW, the bb4 patch seems to be really solid. I haven't run into a single issue with it thus far. Building gentoo from stage 1 inside a UML First create root_fs (creates a 2gig