Re: [uml-user] skas3

2008-01-04 Thread Brock, Anthony - NET
Flavio, Try the patch from here: http://www.coherenthosting.com/prj/uml/skas-2.6.23.patch.bz2 I haven't tried it yet as I've been waiting for something else, but it seemed to copy correctly from Jeff's original email. Please let me know how it works (or not). Tony > -Original Message-

Re: [uml-user] skas3 on 2.6.23? switch_mm_skas - PTRACE_SWITCH_MMfailed, errno = 22

2007-11-27 Thread Brock, Anthony - NET
> -Original Message- > Is anyone still using skas3 on modern kernels? I've been booting on > 2.6.23 with noprocmm to avoid crashing with "Kernel panic - > not syncing: > switch_mm_skas - PTRACE_SWITCH_MM failed, errno = 22". > > Jason I'm using it on the last version I saw released: $ u

Re: [uml-user] building simple root fs

2007-10-12 Thread Brock, Anthony - NET
There were instructions and images here: http://uml.jfdi.org/uml/Wiki.jsp However, this information may be a little dated. Tony > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Pawel K > Sent: Friday, October 12, 2007 9:38 AM > To: user-mode-

Re: [uml-user] network eth0/tap0 problem

2007-08-17 Thread Brock, Anthony - NET
> -Original Message- > If i try to bring up the eth0/tap0 device with ifup eth0 > i get the message: modprobe QM_MODULES: Function not implemented > What i need to do that the system is not trying to load the module ? Christian, Typically this message means your guest doesn't have the cor

Re: [uml-user] MySQL Problems

2007-04-18 Thread Brock, Anthony - NET
Fabio, Let me know if you want a newer, pre-compiled guest kernel (I have one for 2.6.20.6). While this will not help with the TLS issue, it does offer a LOT of bug fixes. In the mean time, you can find compilation instructions on the main website at: http://user-mode-linux.sourceforge.net/compil

Re: [uml-user] Bug in UML

2007-01-23 Thread Brock, Anthony - NET
I normally create the guest instances on an EVMS object. I then take a snapshot of the device after I've "frozen" and "flushed" the UML. Once I have the snapshot created, I then reactivate the guest (let it continue running) and deal with mounting and backing up the instance from the snapshot. Ton

Re: [uml-user] How to configure Port mirroring on UML

2007-01-02 Thread Brock, Anthony - NET
> -Original Message- > On Tue, Jan 02, 2007 at 06:48:05PM +0530, Praveen Lobo wrote: > > I have configured a switch in one of the UMLs (switch0). I > have two UML's > > (pc0 and pc1 ) communicating through the switch (switch0). > Now I want > > configure port mirroring on the switch. I wo

Re: [uml-user] init= Issue

2006-12-04 Thread Brock, Anthony - NET
Derek, If I was to guess, I would suggest verifying that your image is complete and contains an init executable. Where did you download the base image from? Can you mount via loopback and verify that it is correct and readable? Finally, do you have the correct file system support (ext3, jfs, etc.

Re: [uml-user] Mounting cdrom && usb pen drive

2006-11-10 Thread Brock, Anthony - NET
> -Original Message- > Thank you Tony, > > but the only thing I don't understand is the "a" parameter. I know > what +rw parameter is for. > > > Is it possible that "mounting a pen drive in a UML instance" is so > difficult??? Aren't there some standard procedures to make it > possible??

Re: [uml-user] Mounting cdrom && usb pen drive

2006-11-10 Thread Brock, Anthony - NET
> -Original Message- > First of all, I would know how to restore my previous settings. > You said to do chmod a+rw /dev/sda*. Ok, now I've changed permissions. > What can I do to return to my previous situation? > > Thank you, > > Flavio Flavio, A few things. First, changing the permiss

Re: [uml-user] Mounting cdrom && usb pen drive

2006-11-09 Thread Brock, Anthony - NET
> -Original Message- > If you agree with me, the other thing I can try, is to add every user > who needs to be able to read and write on a pen drive accessible by > /dev/sda1 to disk group. I don't know if it will works, but it's only > my idea. This depends on how and why you are using UM

Re: [uml-user] Mounting cdrom && usb pen driv

2006-11-09 Thread Brock, Anthony - NET
> -Original Message- > I can mount my pen drive on the host because this is my /etc/fstab: > > /dev/sda1 /mnt/pendrive autorw,user,noauto > 0 0 Ah, you have a permissions problem. Change the ownership of the device to the account you're running the UML

Re: [uml-user] Fwd: Mounting cdrom && usb pen drive

2006-11-08 Thread Brock, Anthony - NET
> -Original Message- > Ok, I'm sorry. I'm using gmail, I just turned off HTML mode. Thanks! This helps... > >do you see something similar to the following on the host: > > > > $ ls -lA /dev/sdc > > brw-rw 1 myuml disk 8, 32 Mar 14 2002 /dev/sdc > > $ > > > I've no /dev/sdc on my /de

Re: [uml-user] Fwd: Mounting cdrom && usb pen drive

2006-11-08 Thread Brock, Anthony - NET
Flavio, First, please stop posting in HTML. It is challenging for some software to deal with in a safe a proper manner. Second, do you have write permissions on the device in question? In other words, assuming that you're running the UML instance as user 'myuml', do you see something similar to t

Re: [uml-user] Fwd: Mounting cdrom && usb pen drive

2006-11-08 Thread Brock, Anthony - NET
Original message: > 2006/11/8, Jeff Dike <[EMAIL PROTECTED]>: > > You don't assign individual partitions - you assign entire disks, so > ubdc=/dev/sda > is what you want. > > Thank you, but this is the result: > UML # mount -t vfat /dev/ubdc1 /mnt/pendrive/ > mount: /dev/ubdc1 is not a v

Re: [uml-user] UML Wiki Updates?

2006-10-26 Thread Brock, Anthony - NET
> -Original Message- > I remembered somebody (including you) telling me "the owner > is trustworthy and > so on so no need to take over the wiki". But I couldn't get > (I didn't insist) > the wiki owner name from anybody. The situation seems such > that we need to > move it (and if it

Re: [uml-user] UML Wiki Updates?

2006-10-23 Thread Brock, Anthony - NET
Speaking of the wiki, does anyone know the status of: http://uml.harlowhill.com/ It's been a couple months since the site was locked down to prevent spam submissions. Has a determination been made on how the community can make changes/adjustments to the site? Is this still maintained by the site

Re: [uml-user] User-Mode-Linux & kernel debugging : new tutorial [inportuguese only for while]

2006-10-10 Thread Brock, Anthony - NET
Rodrigo, Please link this from the UML wiki site: http://uml.harlowhill.com/ This should help others find the resource you've donated. Also, feel free to update information on the site if you find something that is out of date. Tony\ > -Original Message- > From: [EMAIL PROTECTED] > [

Re: [uml-user] problems with user-mode linux networking and modules

2006-09-19 Thread Brock, Anthony - NET
> -Original Message- > On Mon, Sep 18, 2006 at 09:06:49PM -0500, Ben Wing wrote: > > [a] modules don't seem to work. > > > > lsmod gives > > > > (none):~# lsmod > > Module Size Used byNot tainted > > lsmod: QM_MODULES: Function not implemented > > Assuming you have

Re: [uml-user] Limit CPU usage

2006-09-08 Thread Brock, Anthony - NET
> -Original Message- > From: Eugene Morozov > Sent: Friday, September 08, 2006 9:55 AM > Subject: [uml-user] Limit CPU usage > > Is it possible to limit CPU usage of an UML instance and processes > running inside it? I've searched archives of this mailing lists and > there're only several

[uml-user] Nested instances

2006-06-27 Thread Brock, Anthony - NET
I'm looking at trying out nested UML instances. However, I haven't looked at this is several years. Before I jumped in and started exploring, I was wondering if: 1. Is this feature still functional/supported? 2. Is there a means to specify the nest level at the command line? Of do I have to recomp

RE: [uml-user] Problems in sharing filesystems between Virtual Machines

2006-05-30 Thread Brock, Anthony - NET
    I am now able to create  a COW filesystem through uml_mkcow utility and then booting the UML with ubd0=root_fs.cow successfully.   Thanks, Pranjal  On 5/30/06, Brock, Anthony - NET <[EMAIL PROTECTED] > wrote: Do you

RE: [uml-user] Problems in sharing filesystems between Virtual Machines

2006-05-30 Thread Brock, Anthony - NET
Do you have write permissions to the current working directory? I don't know what err=113 means, but the guest instance needs permissions to create the file on the local file system.   Tony From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pranjal Kumar DuttaSent

RE: [uml-user] Booting user-mode-linux 2.6.16

2006-05-17 Thread Brock, Anthony - NET
> > Home-compiled Kernels still give the cryptic message > "Device configured out of UML"... > > if you would like I can provide to you the output of Debian's > > $ linux --showconfig > > so that you can manage a comparison between my conf and yours. Has anyone started a repository of "known"

RE: [uml-user] Guest networking

2006-05-12 Thread Brock, Anthony - NET
> -Original Message- > From: John Parsons > Sent: Friday, May 12, 2006 7:56 AM > Subject: [uml-user] Guest networking > > uml_switch doesn't seem like the best choice for this, and I > was wondering what > would be the best way of implementing these links. They will > all be purely > gue

RE: [uml-user] Re: Trouble setting up network from the command-line

2006-05-02 Thread Brock, Anthony - NET
> -Original Message- > From: Stephane Bortzmeyer > Sent: Tuesday, May 02, 2006 5:56 AM > Subject: [uml-user] Re: Trouble setting up network from the > command-line > > For the record, the commande-line I now use (sudo seems mandatory, > probably because the TAP configuration on the host r

RE: [uml-user] RAM-images still in /tmp?

2006-04-25 Thread Brock, Anthony - NET
Try setting the 'TMP' environmental variable. I.e., something like: $ export TMP=/tmp/mydir $ /usr/bin/linux umid=asdf... Tony > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sven Köhler > Sent: Tuesday, April 25, 2006 10:30 AM > To: user-mode

RE: [uml-user] what are the current limits on how many uml's on one host?

2006-03-30 Thread Brock, Anthony - NET
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David Lang > Sent: Wednesday, March 29, 2006 4:12 PM > Subject: Re: [uml-user] what are the current limits on how > many uml's on one host? > > I see guest patches at > http://www.user-mode-linux.

RE: [uml-user] FAQ or Howto for Kernels without DevFS? (aka >=2.6.13)

2006-03-23 Thread Brock, Anthony - NET
Have you reviewed the wiki? They have at least one page concerning this at: http://uml.harlowhill.com/index.php/DevfsUdev Tony > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Lull, Rick > Sent: Thursday, March 23, 2006 7:40 AM > To: 'user-mode

RE: [uml-user] Where are /proc/mm and /dev/ubd0?

2006-03-16 Thread Brock, Anthony - NET
> -Original Message- > From: Jacob S > Sent: Wednesday, March 15, 2006 6:57 PM > Subject: [uml-user] Where are /proc/mm and /dev/ubd0? > > First, I have not been successful in compiling a kernel with > /proc/mm support. I downloaded source for 2.6.15 as well as > the skas3-v8.2 patch fro

RE: Re: [uml-user] How do I create files inside uml?

2006-02-09 Thread Brock, Anthony - NET
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of mlij > Sent: Wednesday, February 08, 2006 5:28 PM > To: user-mode-linux-user@lists.sourceforge.net > Subject: Re: [uml-user] How do I create files inside uml? > > > > > > > > The path is wrong w

RE: [uml-user] UML Bridging and subnets

2005-12-12 Thread Brock, Anthony - NET
eth0 mail-prod ~# Tony > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Brock, Anthony - NET > Sent: Monday, December 12, 2005 2:13 PM > To: user-mode-linux-user@lis

RE: [uml-user] UML Bridging and subnets

2005-12-12 Thread Brock, Anthony - NET
Are you setup to forward IP packets on the host? Something like: ~$ cat /proc/sys/net/ipv4/conf/all/forwarding 1 ~$ This assumes that you're using your host as a gateway. Alternatively, is br0 connected to a physical device? For example: ~# brctl show bridge name bridge id STP

RE: [uml-user] Err while booting UML on Suse9.0...Plz Help

2005-12-07 Thread Brock, Anthony - NET
Naveen,   You will need to make modifications to the rootfs to get it to work, starting with the devfs references. Devfs is no longer supported. You can find a lot of references and documentation at the wiki:   http://uml.harlowhill.com/   Tony   From: [EMAIL PROTECTED] [mailto

[uml-user] issue with fedora fc3 image and kernel 2.6.12.4-bs9

2005-10-31 Thread Brock, Anthony - NET
I downloaded the pre-built Fedora FC3 image from http://www.stearns.org/uml-root/ and tried to boot on a guest kernel 2.6.12.4 (w/ the bs9 patches). After fixing the obvious issues (copying a /dev directory from another OS, modifying inittab, etc.), the image "hung" during boot at the following loc

RE: [uml-user] Over 16 UBD devices...

2005-10-07 Thread Brock, Anthony - NET
Okay, just noticed a BIG mistake. The "mknod -m 0660 /dev/ubd1p1 b 98 1" should be "mknod -m 0660 /dev/ubd1p1 b 98 17". I hope this is vaguely related to what you're asking... Tony > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECT

RE: [uml-user] Over 16 UBD devices...

2005-10-07 Thread Brock, Anthony - NET
Derek, I haven't done this with the actual root filesystem. I have done this with "data" filesystems. However, I would suspect something like the following (typing from memory, so take with a grain of salt): ./linux ubd0s=/path/to/currentimage ubd1s=/path/to/partitioned/image [other options] -s

RE: [uml-user] Increasing perfomance

2005-10-03 Thread Brock, Anthony - NET
On Sun, Oct 2, 2005 at 6:11 PM, Jeff Dike wrote: > 5. sysemu too - patch that into the host, or use current > -linus or -mm, which > has it already. Does sysemu now work? I haven't looked at this patch in several months, but I seem to remember it having problems. Is it now stable? If it is stable

RE: [uml-user] Increasing perfomance

2005-10-02 Thread Brock, Anthony - NET
Title: [uml-user] Increasing perfomance Robin,   You can verify the use of tmpfs with the 'lsof' command. For example, assuming that tmpfs is mounted at /dev/shm, you might see:   # lsof |egrep 'PID|/shm' COMMAND PID USER   FD  TYPE DEVICE  SIZE   NODE NAMElinux-2

[uml-user] RE: [uml-devel] uml for 2.6.12 kernel

2005-08-24 Thread Brock, Anthony - NET
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of ashwin tanugula > Sent: Wednesday, August 24, 2005 7:17 AM > To: [EMAIL PROTECTED] > Cc: user-mode-linux-user@lists.sourceforge.net; > user-mode-linux-devel@lists.sourceforge.net > Subject: Re: [uml

RE: [uml-user] problems getting started with User mode linux

2005-08-10 Thread Brock, Anthony - NET
Start with the guest. The host isn't nearly as critical. Tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of M Taha Masood Sent: Wednesday, August 10, 2005 2:12 PM To: Ernie Fontes; user-mode-linux-user@lists.sourceforge.net Subject: RE: [uml-user] pro

RE: [uml-user] 2.6 woes

2005-08-02 Thread Brock, Anthony - NET
Does the guest filesystem have entries for the '/dev/ubd[0-9]' devices? This can be done with something like: cd /dev mknod ubd0 b 98 0 mknod ubd1 b 98 16 mknod ubd2 b 98 32 mknod ubd3 b 98 48 mknod ubd4 b 98 64 mknod ubd5 b 98 80 mknod ubd6 b 98 96 mknod ubd7 b 98 112 Tony -Original