Re: [uml-user] UML under VMware

2005-02-27 Thread Jelle Boomstra
On Sunday 27 February 2005 07:51, Nir Tzachar wrote: > > $ ./linux > > give it the root device ubda=/path/to/root/fs > > > Kernel command line: root=98:0 > > it cant find it... I think it can, otherwise he would not be able to see a booting userland. This happened to me some time ago too. I

[uml-user] Fwd: OT: failure notice

2005-02-27 Thread Jelle Boomstra
Every time somebody posts on this list they recieve this annoying message (or at least I have). Maybe one of the listmanagers can remove this addres from the mailinglist? -- Forwarded Message -- Subject: failure notice Date: Sunday 27 February 2005 12:05 From: [EMAIL PROTECT

RE: [uml-user] uml_switch says "send_sock sending to fd 4 Resource temporarily

2005-02-27 Thread Steve Schmidtke
Nelson Castillo wrote: uml_switch is printing: "send_sock sending to fd 4 Resource temporarily unavailable", This is just a warning that packets are being dropped. One UML is probably pushing packets to uml_switch faster than another can dequeue them. [...] What should I check? You could try cha

Re: [uml-user] odd swapping issue

2005-02-27 Thread Paul Warren
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 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 rema

[uml-user] Dev filesystem in config file

2005-02-27 Thread Halld�r Gylfason
I was just setting up the 2.6.9 version of UML, but when booting up the terminals did not come up, and INIT complained with this remark: INIT: Id "0" respawning too fast: disabled for 5 minutes .. Earlier posts on this mailing list indicated that this could be a problem regarding a multithreaded

[uml-user] Telnet (IPV6) on port

2005-02-27 Thread Adil Mujeeb, Noida
  Reposting the question. If there is any clarification required in the question, plz revert back. Thanks and Best Regards,Adil MujeebFrom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Adil Mujeeb, NoidaSent: Saturday, February 26, 2005 9:45 PMTo: user-mode-linux-devel@lists.so

Re: [uml-user] Telnet (IPV6) on port

2005-02-27 Thread Scott Edwards
On Mon, 28 Feb 2005 08:37:33 +0530, Adil Mujeeb, Noida <[EMAIL PROTECTED]> wrote: > > > Reposting the question. > If there is any clarification required in the question, plz revert back. > > Thanks and Best Regards, > Adil Mujeeb > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Beh

Re: [uml-user] Dev filesystem in config file

2005-02-27 Thread Jim Carter
On Sun, 27 Feb 2005, Halldór Gylfason wrote: > I was just setting up the 2.6.9 version of UML, but when booting up the > terminals did not come up, and INIT complained with this remark: > > INIT: Id "0" respawning too fast: disabled for 5 minutes > .. > > Earlier posts on this mailing list indic

Re: [uml-user] Telnet (IPV6) on port

2005-02-27 Thread Jim Carter
On Sat, 26 Feb 2005, Adil Mujeeb, Noida wrote: > I am using 2.4.26 linux source and patch it with uml-patch-2.4.26-3 patch. > I have built the uml binary with ipv6 support and my host has ipv6 module > loaded. > --snip-- > But if I telnet with : > telnet ::1 9001 > it gives message connection ref

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 using UML. Pre

RE: [uml-user] Telnet (IPV6) on port

2005-02-27 Thread Adil Mujeeb, Noida
Find embedded reply Thanks and Best Regards, Adil Mujeeb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jim Carter Sent: Monday, February 28, 2005 10:23 AM To: Adil Mujeeb, Noida Cc: user-mode-linux-user@lists.sourceforge.net Subject: Re: [uml-user] Telnet

RE: [uml-user] Telnet (IPV6) on port

2005-02-27 Thread Jim Carter
On Mon, 28 Feb 2005, Adil Mujeeb, Noida wrote: > > But if I telnet with : > > telnet ::1 9001 > > it gives message connection refused. > > >>> I have mentioned that "I have built the UML binary with ipv6 support". > When compiling the UML, i have selected the option ipv6 support and add it > in

Re: [uml-user] UML under VMware

2005-02-27 Thread Nir Tzachar
as i understand, he did not get to user space. init was never called, since the root partition was not mounted. usually, when you get "VFS panic .. cannot find root device" and friends, it can several things: 1) you did not pass the ubda= option to the kernel 2) you need to setup the /dev d