Re: [uml-user] Problems booting uml 2.6.16

2006-05-16 Thread Stefano Melchior
On Mon, May 15, 2006 at 01:20:08PM +0200, [EMAIL PROTECTED] wrote: Ciao Gilberto, > Hi guys, > > I'm using kernel 2.6.16 in debian (testing/unstable) I recompiled > uml-utilities. UML - linux just boot and hangs just liike it trapped an > illegal instruction, but this is not the case, since I am u

[uml-user] Error on "make linux ARCH=um"

2006-05-16 Thread kewlemer
My UML kernel:- linux-2.6.15.1 UML patch:- uml-2.6.15-bs2.patch.bz2 When I do 'make linux ARCH=um' I get the following errors :- CC arch/um/os-Linux/drivers/ethertap_user.o CC arch/um/os-Linux/dri

Re: [uml-user] Guest networking

2006-05-16 Thread John Parsons
--- Nic <[EMAIL PROTECTED]> wrote: > > You could just set up VPNs between the VMs using PPP over SSH. > I'm not sure if that would work in this case, I need simple interfaces that I can use with the routing daemons from quagga/zebra. I want to simulate real network links with routing protocols r

Re: [uml-user] Where is the latest skas patch?

2006-05-16 Thread Blaisorblade
On Friday 12 May 2006 23:17, Etay Meiri wrote: > Hi, > Where can I find the latest skas patch? > I looked in > http://www.user-mode-linux.org/~blaisorblade/patches/skas3-2.6/skas-2.6.16- >v9-pre9/ but the latest one is from Mar-22. 2.6.17 isn't out yet, so no patch should be needed. Is there any

Re: [uml-user] Guest networking

2006-05-16 Thread Nic James Ferrier
") Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Nic <[EMAIL PROTECTED]> writes: > John Parsons <[EMAIL PROTECTED]> writes: > >> --- Nic <[EMAIL PROTECTED]> wrote: >>> >>> You could just set up VPNs between the VMs using PPP over SSH. >>> >> >> I'm

Re: [uml-user] Error on "make linux ARCH=um"

2006-05-16 Thread Jeff Dike
On Mon, May 15, 2006 at 12:18:27AM -0700, kewlemer wrote: > arch/um/os-Linux/sys-i386/registers.c: In function 'get_thread_regs': > arch/um/os-Linux/sys-i386/registers.c:137: error: 'JB_PC' undeclared > (first use in this function) Apply http://user-mode-linux.sourceforge.net/work/current/2.6/2.6

Re: [uml-user] Guest networking

2006-05-16 Thread Blaisorblade
On Friday 12 May 2006 16:55, John Parsons wrote: > Hi, > > I'm currently using several instances of uml_switch to create virtual > network segments. These are working fine for the simple network I have at > present. However, to make things a little more interesting I'd like to > stick in some more

Re: [uml-user] Problems booting uml 2.6.16

2006-05-16 Thread Mattia Dongili
Please avoid HTML posts on public mailing lists. On Mon, May 15, 2006 at 01:20:08PM +0200, [EMAIL PROTECTED] wrote: [...] > guest have ubd0..ubd2 devices you need /dev/ubd[abcd...] or udev in the guest. And you don't need device nodes in the host. hth -- mattia :wq! --

Re: [uml-user] Guest networking

2006-05-16 Thread Nic
John Parsons <[EMAIL PROTECTED]> writes: > --- Nic <[EMAIL PROTECTED]> wrote: >> >> You could just set up VPNs between the VMs using PPP over SSH. >> > > I'm not sure if that would work in this case, I need simple interfaces that I > can use with the routing daemons from quagga/zebra. I want to

Re: [uml-user] Guest networking

2006-05-16 Thread Jason Lunz
[EMAIL PROTECTED] said: > Even in the other solution (PPP over SSH), or in whichever one you can think > of (I would use normal Ethernet subnets, but have many different ones, each > one with only two hosts on it), you get to use an UML as router... Another nice tool for playing with these thing

Re: [uml-user] Guest networking

2006-05-16 Thread Nic
John Parsons <[EMAIL PROTECTED]> writes: > Hi, > > I'm currently using several instances of uml_switch to create virtual network > segments. These are working fine for the simple network I have at present. > However, to make things a little more interesting I'd like to stick in some > more virtual

[uml-user] Where is the latest skas patch?

2006-05-16 Thread Etay Meiri
Hi, Where can I find the latest skas patch? I looked in http://www.user-mode-linux.org/~blaisorblade/patches/skas3-2.6/skas-2.6.16-v9-pre9/ but the latest one is from Mar-22. Also, what is the recommended method of staying up to date with uml sources? is there a git tree that I can clone? Thank

[uml-user] dummy0 and eth0

2006-05-16 Thread xpto09
I have finished LFS (Linux From Scratch)I built it inside a root_fs.LFS uses udev (I dont know if this important to what I will say).At host:linux eth0=slirp,,/usr/bin/slirpIf I run at uml: ifconfig -a:dummy0    Link encap:Ethernet  HWaddr 0A:B0:8B:18:84:A1    BROADCAST NOARP  MTU:1500  Met

Re: [uml-user] dummy0 and eth0

2006-05-16 Thread Jeff Dike
On Sun, May 14, 2006 at 12:41:37PM -0300, xpto09 wrote: > There is a dummy0 with mac address and eth0 has not one. > The mac address of dummy0 changes all the times that I boot uml. > > If I put ifconfig eth0 10.2.0.15 up, this ip appears in eth0. > > What can I do? So... what's the problem?

Re: [uml-user] Error on "make linux ARCH=um"

2006-05-16 Thread kewlemer
On 5/16/06, Jeff Dike <[EMAIL PROTECTED]> wrote: On Mon, May 15, 2006 at 12:18:27AM -0700, kewlemer wrote: > arch/um/os-Linux/sys-i386/registers.c: In function 'get_thread_regs': > arch/um/os-Linux/sys-i386/registers.c:137: error: 'JB_PC' undeclared > (first use in this function) Apply http://u

Re: [uml-user] dummy0 and eth0

2006-05-16 Thread Blaisorblade
On Sunday 14 May 2006 17:41, xpto09 wrote: > I have finished LFS (Linux From Scratch) > I built it inside a root_fs. > > LFS uses udev (I dont know if this important to what I will say). > > At host: > linux eth0=slirp,,/usr/bin/slirp > > If I run at uml: > ifconfig -a: > > dummy0Link encap:Eth

Re: [uml-user] Problems booting uml 2.6.16

2006-05-16 Thread Blaisorblade
On Monday 15 May 2006 13:20, [EMAIL PROTECTED] wrote: > Hi guys, > > I'm using kernel 2.6.16 in debian (testing/unstable) I recompiled > uml-utilities. UML - linux just boot and hangs just liike it trapped an > illegal instruction, > but this is not the case, since I am using a > Pentium IV Her

Re: [uml-user] Guest networking

2006-05-16 Thread Blaisorblade
On Tuesday 16 May 2006 23:39, Jason Lunz wrote: > [EMAIL PROTECTED] said: > > Even in the other solution (PPP over SSH), or in whichever one you can > > think of (I would use normal Ethernet subnets, but have many different > > ones, each one with only two hosts on it), you get to use an UML as > >