[uml-user] QM_MODULES: Function not implemented

2005-06-23 Thread Dinesh Ahuja
Sorry for troubling again. This has been discussed previously but I was not able to make out any way around for my problem and hence posting the latest problem which I am facing while installing RPM on UML filesystem. As per your suggestions, I have created a new filesystem and mounted it on /mnt

Re: [uml-user] QM_MODULES: Function not implemented

2005-06-17 Thread Dinesh Ahuja
.img . > > Once the UML has been launched, mount the new drive > in the appropriate place on your filesystem. There > are also methods for extending your existing image. > YMMV. - Tony > > >>> Dinesh Ahuja <[EMAIL PROTECTED]> 06/15/05 > 08:07AM >>>

Re: [uml-user] QM_MODULES: Function not implemented

2005-06-15 Thread Dinesh Ahuja
space amounting to above mentioned figure. Is there anyway by which I can expand the size of filesystem or please suggest a way to fight back with this problem. Thanks & Regards Dinesh --- Blaisorblade <[EMAIL PROTECTED]> wrote: > On Saturday 11 June 2005 22:37, Dinesh Ahuja wro

RE: [uml-user] QM_MODULES: Function not implemented

2005-06-14 Thread Dinesh Ahuja
L Wiki at: > > http://uml.harlowhill.com/ > http://uml.harlowhill.com/index.php/UMLRootFilesystems > > Good luck. - Tony > > > > -Original Message- > > From: Dinesh Ahuja [mailto:[EMAIL PROTECTED] > > Sent: Saturday, June 11, 2005 1:29 PM > > To

Re: [uml-user] QM_MODULES: Function not implemented

2005-06-11 Thread Dinesh Ahuja
cal binutils-2.13.90.0.18-9.i386.rpm error: package binutils is not relocateable Any suggestions ? I am using Red Hat 8.0. Is there filesystem which has all these utilities installed ? Thanks & Regards Dinesh --- Blaisorblade <[EMAIL PROTECTED]> wrote: > On Thursday 09 June 2005 18:37, Dines

RE: [uml-user] QM_MODULES: Function not implemented

2005-06-11 Thread Dinesh Ahuja
This is easier idea. But what to do if you guest file system does not apt-get script I am using file system available on user mode linux home page $mount -t ext2 -o loop /home/dahuja/DownLoads/UMLPatches/root_fs.rh-7.2-anonsrv.pristine.20020312 /mnt/cdrom [EMAIL PROTECTED] root]# chroot /mnt/c

Re: [uml-user] QM_MODULES: Function not implemented

2005-06-09 Thread Dinesh Ahuja
kernel with module > support? Yes. Module support in switched on. Thanks & Regards Dinesh --- Blaisorblade <[EMAIL PROTECTED]> wrote: > On Thursday 09 June 2005 05:15, Dinesh Ahuja wrote: > > > The insmod error message is caused by either a > > > kernel lack

Re: [uml-user] QM_MODULES: Function not implemented

2005-06-08 Thread Dinesh Ahuja
el, because GNU make utility is not available. Are there any pre-built utilities available for UML Kernel so that I can get make utility ? Regards Dinesh --- Johan Mulder <[EMAIL PROTECTED]> wrote: > On Sun, 2005-06-05 at 11:34 +0100, Dinesh Ahuja > wrote: > > I am trying to load

[uml-user] QM_MODULES: Function not implemented

2005-06-05 Thread Dinesh Ahuja
Hi All, I am trying to load module [ which I need to debug] in UML Kernel via insmod command but getting following message: insmod: QM_MODULES: Function not implemented I am accessing kernel module which is in host filesystem by using below command $mount none /mnt -t hostfs -o /home/dahuja As

Re: [uml-user] Problem: no more processes left in this runlevel

2005-06-02 Thread Dinesh Ahuja
Marks, Thanks a lot for your help. Ur guidance worked. I am able to boot up UML properly. Thanks & Regards Dinesh --- Markus Hochholdinger <[EMAIL PROTECTED]> wrote: > Hi, > > Am Donnerstag, 2. Juni 2005 06:05 schrieb Dinesh > Ahuja: > > I am working on Red Ha

[uml-user] Problem: no more processes left in this runlevel

2005-06-01 Thread Dinesh Ahuja
Hi All, I am working on Red Hat linux 8.0 and installed an build the UML kernel, but facing below problem while booting up UML Kernel. INIT: Id "c1" respawning too fast: disabled for 5 minutes INIT: Id "c2" respawning too fast: disabled for 5 minutes INIT: no more processes left in this runleve

Re: [uml-user] unresolved errors while building UML kernel

2005-05-28 Thread Dinesh Ahuja
ere I am going wrong. Thanks & Regards Dinesh Can anything be sadder than work unfinished? Yes; work never begun." -- Christina Rossetti --- Dinesh Ahuja <[EMAIL PROTECTED]> wrote: > > Tried downloading a root filesystem and passing > > > ubd0= (remember to

Re: [uml-user] unresolved errors while building UML kernel

2005-05-26 Thread Dinesh Ahuja
> Tried downloading a root filesystem and passing > ubd0= (remember to uncompress the downloaded > file!). I have download tomsrtbt filesystem and using following command to launch UML : linux ubd0=/home/dahuja/DownLoads/UMLPatches/root_fs_toms1.7.205 The UML starts booting but it gets ha

Re: [uml-user] unresolved errors while building UML kernel

2005-05-25 Thread Dinesh Ahuja
Thanks for your suggestions. > Is it possible to have UML kernel [ guest kernel ] > of higher version than the host kernel. > Yes, definitely... Will I be able to debug LKM of version 2.4 and 2.6 as my guest kernel is 2.6. I have got the executable linux and when I try to launch it via followin

Re: [uml-user] unresolved errors while building UML kernel

2005-05-23 Thread Dinesh Ahuja
> Try cleaning the tree with mrproper (save your > .config first) and using > make linux ARCH=um > (and make modules ARCH=um if you use modules) > for the build. I have cleaned tree using make mrproper ARCH=um command. And after that i created .config file by using make xconfig ARCH=um command. S

Re: [uml-user] unresolved errors while building UML kernel

2005-05-22 Thread Dinesh Ahuja
sh --- Ian McDonald <[EMAIL PROTECTED]> wrote: > Please supply to the list the version of the kernel > you are using, > what UML patches you are using (if any) and your > compiler version. > > On 23/05/05, Dinesh Ahuja <[EMAIL PROTECTED]> > wrote: > > Hi All. >

[uml-user] unresolved errors while building UML kernel

2005-05-22 Thread Dinesh Ahuja
Hi All. I am new to UML world and facing problem while building UML kernel. Lots of unresolved errors are coming and they are as follows : vmlinux.o(.text+0x1517c4): In function `fn_hash_delete': : undefined reference to `fn_key_eq' vmlinux.o(.text+0x1519e6): In function `fn_hash_flush': : undefin

[uml-user] Error while compiling UML Kernel

2005-05-22 Thread Dinesh Ahuja
Hi All, I am trying to compile the UML kernel by patching vanilla kernel 2.4.20 with uml patch uml-patch-2.4.20-4.bz2. My host kernel is 2.4.20-6 [ which is default with RH8.0] After cleaning and running xconfig, i am facing following problem while running make linux ARCH=um Please advise on b