Re: [uml-user] Kernel Panic - not syncing

2005-09-17 Thread Riccardo Bianconi
Try upgrading to 2.6.13. If you have little bandwidth, you can likely download the patches. For tring to use 2.6.13 source I have to upgrade my Ubuntu to 2.6.13 too ? Or I can have Ubuntu at 2.6.10 and the UML linux/vmlinux to 2.6.13. > But when call > ./linux Hope you call it with its due

[uml-user] Kernel Panic - not syncing

2005-09-16 Thread Riccardo Bianconi
I'm tring to install UML on Ubuntu 2.6.10-5-386 I made linux with 2.6.10 source get from www.kernel.org and I'm tring to boot on a root_fs Debian-3.0r0.sarge.ext2 But when call ./linux I get: hwclock is unable to get I/O port access: the iopl(3) call failed. System time was Fri Sep 16 08:46

Re: [uml-user] Modules on-off - 2.6.10-5-386

2005-08-24 Thread Riccardo Bianconi
Do you have some counsils to make it functions with modules on ? > I'm tring to install uml on ubuntu with 2.6.10 kernel. > > If I made > - make mrproper ARCH=um > - make xconfig ARCH=um > - load the defconfig file in arch/um > --> remove module option <--- This will turn anything which is enab

[uml-user] Modules on-off - 2.6.10-5-386

2005-08-18 Thread Riccardo Bianconi
I'm tring to install uml on ubuntu with 2.6.10 kernel. If I made - make mrproper ARCH=um - make xconfig ARCH=um - load the defconfig file in arch/um --> remove module option <--- - make linux ARCH=um - strip linux Then I call "./linux ubd0=FSNAME" and UML seems to functions... but I haven't supp

[uml-user] Modules onoff - 2.6.10-5-386

2005-08-18 Thread Riccardo Bianconi
I'm tring to install uml on ubuntu with 2.6.10 kernel. If I made - make mrproper - make xconfig ARCH=um - load the defconfig file in arch/um --> remove module option <--- - make linux ARCH=um - strip linux Then I call "./linux ubd0=FSNAME" and UML seems to functions... but I haven't support for

[uml-user] Error Starting UML

2005-07-19 Thread Riccardo Bianconi
When I'm trying to start uml ( ./vmlinux or ./linux ) I get this kind of error, someone can help me ? thx Checking for the skas3 patch in the host...not found Checking for /proc/mm...not found Checking PROT_EXEC mmap in /tmp...OK tracing thread pid = 17567 Linux version 2.6.10 ([EMAIL PROTECTED

[uml-user] User-Mode-Linux on 2.6.10

2005-06-17 Thread Riccardo Bianconi
I'm using Ubuntu Hoary with kernel 2.6.10-5-i386 This is what I do for install: - download from ubuntu's repository the package "linux-source-2.6.10" - I insert tar.bz2 souce file in a new directory called /usr/src/uml - Untar with "tar -xvjf" - enter in the dir with the source and digit make mrp