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

2005-06-24 Thread Blaisorblade
On Thursday 23 June 2005 18:34, Dinesh Ahuja wrote: > 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 sugg

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

2005-06-17 Thread Dinesh Ahuja
As per your suggestions, I have created a new filesystem and mounted it on /mnt/cdrom [EMAIL PROTECTED] root]# mount -t ext2 -o loop /home/dahuja/DownLoads/UMLPatches/disk2.img /mnt/cdrom The free available space is as follows : [EMAIL PROTECTED] root]# df -h /mnt/cdrom FilesystemSiz

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

2005-06-15 Thread Anthony Brock
Allocate another drive. Do something like the following on the master: dd if=/dev/zero of=disk2.img bs=512M count=1 losetup /dev/loop0 ./disk2.img mkfs -t ext2 /dev/loop0 losetup -d /dev/loop0 ../linux-kernel . ubd1=./disk2.img . Once the UML has been launched, mount the new drive in the

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

2005-06-15 Thread Dinesh Ahuja
When I try to install binutils, I was aksed to install its dependenices glibc and glibc-common. While installing glibc-common, I got following error message : installing package glibc-common-2.3.2-4.80.8 needs 148MB on the /mnt/cdrom filesystem Where as my filesystem doesnot seems to have free s

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-13 Thread Blaisorblade
On Saturday 11 June 2005 22:37, Dinesh Ahuja wrote: > >That would work, but there is another possibility : > >loop-mount the root_fs from the host and use the rpm > >option to specify where you want to install the > >packages. > > As per guidance, I have tried the following method > [EMAIL PROTECT

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

2005-06-11 Thread Anthony Brock
2005 1:29 PM > To: Anthony Brock; User Mode Linux User > Subject: RE: [uml-user] QM_MODULES: Function not implemented > > > 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 p

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

2005-06-11 Thread Dinesh Ahuja
>That would work, but there is another possibility : >loop-mount the root_fs from the host and use the rpm >option to specify where you want to install the >packages. As per guidance, I have tried the following method [EMAIL PROTECTED] UML]# rpm -i --prefix /mnt/cdrom/usr/local binutils-2.13.90.0

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

2005-06-11 Thread Dinesh Ahuja
AIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > Behalf Of > > antoine > > Sent: Thursday, June 09, 2005 10:44 AM > > To: User Mode Linux User > > Subject: Re: [uml-user] QM_MODULES: Function not > implemented > > > > > > > >

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

2005-06-10 Thread Anthony Brock
> antoine > Sent: Thursday, June 09, 2005 10:44 AM > To: User Mode Linux User > Subject: Re: [uml-user] QM_MODULES: Function not implemented > > > > > Please tell me where I am going wrong. To install rpm > > > packages, i need to have rpm manager installed in UML >

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

2005-06-09 Thread antoine
> > Please tell me where I am going wrong. To install rpm > > packages, i need to have rpm manager installed in UML > > filesystem. Am i right in my understanding ? > That would work, but there is another possibility: loop-mount the root_fs > from > the host and use the rpm option to specify wher

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

2005-06-09 Thread Blaisorblade
On Thursday 09 June 2005 18:37, Dinesh Ahuja wrote: > > When you install a package inside the UML > > filesystem, the fact that it's UML > > does not matter *at all* (unless it's hdparm, which > > will likely fail since > > there is no IDE device)... You must only think to > > what distro you are u

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

2005-06-09 Thread Dinesh Ahuja
> When you install a package inside the UML > filesystem, the fact that it's UML > does not matter *at all* (unless it's hdparm, which > will likely fail since > there is no IDE device)... You must only think to > what distro you are using > in the UML filesystem. I got your point. I am working

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

2005-06-09 Thread Johan Mulder
On Thu, 2005-06-09 at 04:15 +0100, Dinesh Ahuja wrote: > > The insmod error message is caused by either a > > kernel lacking module > > support (which you probably built yourself) or an > > incompatible version > > of modutils/module-init-tools with your kernel. > > I have module-init-tools in my h

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

2005-06-09 Thread Blaisorblade
On Thursday 09 June 2005 05:15, Dinesh Ahuja wrote: > > The insmod error message is caused by either a > > kernel lacking module > > support (which you probably built yourself) or an > > incompatible version > > of modutils/module-init-tools with your kernel. > > I have module-init-tools in my host

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

2005-06-08 Thread Dinesh Ahuja
> The insmod error message is caused by either a > kernel lacking module > support (which you probably built yourself) or an > incompatible version > of modutils/module-init-tools with your kernel. I have module-init-tools in my host filesystem but not able to install in UML Kernel, because GNU mak

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

2005-06-06 Thread Johan Mulder
On Sun, 2005-06-05 at 11:34 +0100, Dinesh Ahuja wrote: > 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 be