[uml-user] Re: User-mode-linux-user digest, Vol 1 #2163 - 13 msgs

2006-01-16 Thread Maruthi Narayanaswamy
Hello Jeff, I went thru http://www.math.ucla.edu/~jimc/documents/uml-install-suse.html#network The steps I carried out on host machine is as below. 1. host# tunctl -t uml0 2. host# ifup uml0 3.host# echo 1 > ip_forward 4. host# echo 1 > proxy_arp 5.host# uml_switch -tap uml0   After these steps

[uml-user] uml boot problems with 2.6.14+skas3 and amd64

2006-01-16 Thread Eli Spizzichino
hello all, I'm having serious issues running UML guest on amd64: On the 64bit (gentoo) host with vanilla 2.6.14.2 + skas3-v9-pre7 and guest vanilla 2.6.14.2 + uml-2.6.14-bs3.patch when I try to run /uml/bin/linux ubd0=root_fs ubd1=swap_fs I got Kernel panic - not syncing: map_stub_pages : /pro

Re: [uml-user] Re: 2.6.15+todays patches

2006-01-16 Thread D. Bahi
yes, blaise, i read your comment from the november posting to the list in response to this problem reported then and tried it... #ifdef CONFIG_MODE_TT /* This is for use by the tracing thread in special situations (see below). */ static int indirect_set_thread_area_tt(struct user_desc *info) {

Re: [uml-user] problems with UML on 2.6

2006-01-16 Thread Jeff Dike
On Tue, Jan 17, 2006 at 02:13:15AM +0100, Blaisorblade wrote: > > The error message is: > > > > $ mknod /dev/udb0 b 98 0 > > $ mount -t ext2 /dev/udb0 /mnt > > mount: /dev/udb0 is not a valid block device > > Either you didn't pass ubd0=ThePath or ThePath is not readable/writable. The > sce

Re: [uml-user] Re: problems with UML on 2.6

2006-01-16 Thread Nic Ferrier
") Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Antoine Martin <[EMAIL PROTECTED]> writes: >> >> should it work? coz it doesn't /8-< >> > Look at error messages and let them help you finding the road... >> >> The error message is: >> >> $ mknod

[uml-user] Re: Kernel Panic on Boot

2006-01-16 Thread Antoine Martin
> I'm new to usermode linux and I'm trying to get a guest up and > running on a Ubuntu Breezy based host. I'm running the kernel that > is included in Ubuntu and I'm attempting to build the 2.6.11 kernel > for uml. It builds correctly but when I go to run it, it gives me > the following k

Re: [uml-user] Kernel Panic on Boot

2006-01-16 Thread Jeff Dike
On Mon, Jan 16, 2006 at 07:02:52PM -0500, Michael McCabe wrote: > I'm new to usermode linux and I'm trying to get a guest up and > running on a Ubuntu Breezy based host. I'm running the kernel that > is included in Ubuntu and I'm attempting to build the 2.6.11 kernel > for uml. It builds co

Re: [uml-user] Re: 2.6.15+todays patches

2006-01-16 Thread Blaisorblade
On Monday 16 January 2006 18:10, D. Bahi wrote: > for the second problem try the attached patch of a patch. That's bogus, indirect_set_thread_area() should be moved outside #ifdef. It has the needed CHOOSE_MODE (or should have it). At least, don't run with it in TT mode. > Antoine Martin wrote:

Re: [uml-user] Re: Kernel Panic on Boot

2006-01-16 Thread Blaisorblade
On Tuesday 17 January 2006 02:22, Antoine Martin wrote: > > I'm new to usermode linux and I'm trying to get a guest up and > > running on a Ubuntu Breezy based host. I'm running the kernel that > > is included in Ubuntu and I'm attempting to build the 2.6.11 kernel > > for uml. It builds correctl

[uml-user] Re: problems with UML on 2.6

2006-01-16 Thread Antoine Martin
> >> should it work? coz it doesn't /8-< > > Look at error messages and let them help you finding the road... > > The error message is: > > $ mknod /dev/udb0 b 98 0 > $ mount -t ext2 /dev/udb0 /mnt > mount: /dev/udb0 is not a valid block device Looks to me like this kernel does not have ub

Re: [uml-user] problems with UML on 2.6

2006-01-16 Thread Blaisorblade
On Monday 16 January 2006 14:28, Nic Ferrier wrote: > Blaisorblade <[EMAIL PROTECTED]> writes: > > On Friday 13 January 2006 14:40, Nic Ferrier wrote: > >> Jeff Dike <[EMAIL PROTECTED]> writes: > >> > On Thu, Jan 12, 2006 at 11:44:50PM +, Nic Ferrier wrote: > >> >> I'm getting this problem as w

[uml-user] Kernel Panic on Boot

2006-01-16 Thread Michael McCabe
Hi, I'm new to usermode linux and I'm trying to get a guest up and running on a Ubuntu Breezy based host. I'm running the kernel that is included in Ubuntu and I'm attempting to build the 2.6.11 kernel for uml. It builds correctly but when I go to run it, it gives me the following kerne

Re: [uml-user] Re: 2.6.15+todays patches

2006-01-16 Thread Antoine Martin
Thanks, that fixes it. On Mon, 2006-01-16 at 12:10 -0500, D. Bahi wrote: > for the second problem try the attached patch of a patch. > > Antoine Martin wrote: > > On Fri, 2006-01-06 at 17:41 +, Antoine Martin wrote: > > > >> Failed right at the end... (TT disabled) > >> > >> LD .tmp

Re: [uml-user] Re: 2.6.15+todays patches

2006-01-16 Thread D. Bahi
for the second problem try the attached patch of a patch. Antoine Martin wrote: > On Fri, 2006-01-06 at 17:41 +, Antoine Martin wrote: > >> Failed right at the end... (TT disabled) >> >> LD .tmp_vmlinux1 >> arch/um/sys-i386/built-in.o(.text+0x2f8e): In function `load_TLS': >> : undef

[uml-user] Re: 2.6.15+todays patches

2006-01-16 Thread Antoine Martin
On Fri, 2006-01-06 at 17:41 +, Antoine Martin wrote: > Failed right at the end... (TT disabled) > > LD .tmp_vmlinux1 > arch/um/sys-i386/built-in.o(.text+0x2f8e): In function `load_TLS': > : undefined reference to `indirect_set_thread_area' Tried again today, problems: * static build fai

Re: [uml-user] problems with UML on 2.6

2006-01-16 Thread Nic Ferrier
Blaisorblade <[EMAIL PROTECTED]> writes: > On Friday 13 January 2006 14:40, Nic Ferrier wrote: >> Jeff Dike <[EMAIL PROTECTED]> writes: >> > On Thu, Jan 12, 2006 at 11:44:50PM +, Nic Ferrier wrote: >> >> I'm getting this problem as well. But mine seems to be related to udev >> >> not registeri