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

2005-08-24 Thread Edward Faulkner
On Wed, Aug 24, 2005 at 10:16:55AM -0400, ashwin tanugula wrote: > I am more confused now...I want to build a basic UML for a 2.6.12 > kernel, just like the other kernels..for a 2.6.0 kernel one need to > apply a uml-patch-2.6.12.tar.bz2 patch and build it. > so do I need to apply the 2.6.12-mm2.bz

Re: [uml-user] six UBD devices barrier at startup ??

2005-05-12 Thread Edward Faulkner
On 5/12/05, Marcio Scheibler <[EMAIL PROTECTED]> wrote: > Now, I'm in trouble trying to start UML with seven UBD > devices... It recognizes just first six (ubda through ubdf) > regardless their order in command-line (even with > udb6s before ubd5s for instance). I bet you're running into the argum

Re: [uml-user] chroot

2005-04-07 Thread Edward Faulkner
On Apr 7, 2005 12:43 PM, Dave Pearson <[EMAIL PROTECTED]> wrote: > mount (as root) proc on /home/todd/proc I would add one small improvement. Instead of mounting all of proc in the chroot, you can bind only what you need (/proc/mm) with something like this: mount --bind /proc/mm /home/todd/proc/

Re: [uml-user] Telnet on UML

2005-02-08 Thread Edward Faulkner
On Tue, 8 Feb 2005 14:12:57 +0530, Adil Mujeeb, Noida <[EMAIL PROTECTED]> wrote: > Also what does this parameter is used for : > con0=fd:0,fd:1 This places console 0 in the terminal you used to start UML. fd:0 = stdin fd:1 = stdout regards, Ed ---

Re: [uml-user] Sharing a filesystem between UMLs

2005-02-02 Thread Edward Faulkner
On Wed, 2 Feb 2005 16:24:49 -0600, Christopher S. Aker <[EMAIL PROTECTED]> > "Sharing Filesystems between Virtual Machines" > http://user-mode-linux.sourceforge.net/shared_fs.html COW is great if you want each UML to have it's own independent filesystem, based on the same image. But it sounds li

Re: [uml-user] Starting uml machines in text mode

2005-01-31 Thread Edward Faulkner
On Mon, 31 Jan 2005 22:17:21 +0100, Javier Navarro <[EMAIL PROTECTED]> wrote: > But each new uml guest machine is opened in a xterm window, and the > production server has no Xwindow server, ¿How can start my UML guest > systems? On the command line you can use "con=none" so that all consoles defa