Re: [uml-user] include files

2006-08-22 Thread alessandro salvatori
processor specific => SUBARCH specific. and, afaik, SUBARCH defaults to the host processor type unless otherwise specified. for example, on my x86_64 host system i do a make ARCH=um SUBARCH=i386 in order to create a 32bit UML that runs on top of a 64bit host. introducing a delay via a netem qdisc

Re: [uml-user] Unable to bring uml up (newbie)

2006-08-22 Thread Dhirendra Pal Singh
Roger That.Will update you again once I have done this step.Thanks and RegardsDpOn 8/22/06, Jeff Dike < [EMAIL PROTECTED]> wrote:On Tue, Aug 22, 2006 at 02:46:37PM -0700, Dhirendra Pal Singh wrote: > out has all the output, andd off course config is .config.The problem is this:# CONFIG_BLK_

Re: [uml-user] Unable to bring uml up (newbie)

2006-08-22 Thread Jeff Dike
On Tue, Aug 22, 2006 at 02:46:37PM -0700, Dhirendra Pal Singh wrote: > out has all the output, andd off course config is .config. The problem is this: # CONFIG_BLK_DEV_UBD is not set Rebuild UML from scratch, starting with defconfig - that will give you a sane config to start with. After

[uml-user] include files

2006-08-22 Thread John Zavgren
Greetings, dear list:   I tried to modify the code in arch/um/drivers/net_user.c so that I could introduce a delay (of a few milliseconds) to simulate the transmission time of ethernet packets. I used calls to: set_current_state, and schedule_timeout_interruptable. I added the necessary include fil

Re: [uml-user] Unable to bring uml up (newbie)

2006-08-22 Thread Tim Warnock
> ./linux-2.6.17/linux ubd0=./root_fs >& out What does ls -al root_fs produce? Thanks Tim Warnock ISP Technical Manager getonit internet 1300 88 00 97 timoid (at) getonit.net.au - Using Tomcat but need to do more? Need to

Re: [uml-user] Unable to bring uml up (newbie)

2006-08-22 Thread Dhirendra Pal Singh
[EMAIL PROTECTED]:~/uml> ls -al root_fs-rw-r--r-- 1 deepsin users 657457152 2002-02-19 15:50 root_fsOn 8/22/06, Tim Warnock < [EMAIL PROTECTED]> wrote:> ./linux-2.6.17/linux ubd0=./root_fs >& out What does ls -al root_fs produce? [EMAIL PROTECTED]:~/uml> ls -al root_fs-rw-r--r-- 1 deepsin users 657

Re: [uml-user] Unable to bring uml up (newbie)

2006-08-22 Thread Jeff Dike
On Tue, Aug 22, 2006 at 12:33:10PM -0700, Dhirendra Pal Singh wrote: > When trying to bring up uml it gives the following.. What was the full boot output? And also send your config file. Jeff - Using

Re: [uml-user] Unable to bring uml up (newbie)

2006-08-22 Thread Bill White
You probably know all of these things, but for myself, it never hurts to stare the obvious in the face. I'm hardly an expert with UML yet. 1.) Is the ubd0 file in the root of the host or the UML root filesystem. I made this mistake once not a long time ago. (I looked more carefully, an

[uml-user] Unable to bring uml up (newbie)

2006-08-22 Thread Dhirendra Pal Singh
Hi All,I apologies for asking this small question, but I have looked at all the places, searched the google and done all what I could for last 2 days. When trying to bring up uml it gives the following.. **VFS: Can

Re: [uml-user] Odd tun/tap Behavior

2006-08-22 Thread Samuel Korpi
On 8/18/06, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Fri, Aug 18, 2006 at 09:40:03AM -0400, Charles Wright wrote: > > However the guest can't ping itself: > > [EMAIL PROTECTED] ~]# ping -c 1 192.168.42.2 > > PING 192.168.42.2 (192.168.42.2) 56(84) bytes of data. > > > > --- 192.168.42.2 ping stati