Re: [uml-user] Multicast networking does not work

2006-12-08 Thread Samuel Korpi
On 12/7/06, Blaisorblade <[EMAIL PROTECTED]> wrote: > On Tuesday 28 November 2006 10:14, Samuel Korpi wrote: > > 1. I configured Multicast networking support into the kernel (version > > 2.6.18). Full kernel configuration is available at > > http://www.tml.tkk.fi/~sj

Re: [uml-user] Multicast networking does not work

2006-11-28 Thread Samuel Korpi
On 11/28/06, Jeff Dike <[EMAIL PROTECTED]> wrote: > > Works here, so can you describe exactly what you did? > Ok. So, let's start from the beginning. 1. I configured Multicast networking support into the kernel (version 2.6.18). Full kernel configuration is available at http://www.tml.tkk.fi/~sjko

Re: [uml-user] Multicast networking does not work

2006-11-27 Thread Samuel Korpi
On 11/27/06, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Mon, Nov 27, 2006 at 05:25:47PM +0200, Samuel Korpi wrote: > > UM1: ubd0=cow1,/home/samuel/src/uml/uml-fedora/FedoraCore5-AMD64-root_fs > > eth0=tuntap,tap0 eth1=mcast mem=256M umid=um1 con1=tty:/dev/tty > > > >

[uml-user] Multicast networking does not work

2006-11-27 Thread Samuel Korpi
Hi, I tried to connect two UML instances using multicast networking. The instances, with identical kernels, were started with the following arguments: UM1: ubd0=cow1,/home/samuel/src/uml/uml-fedora/FedoraCore5-AMD64-root_fs eth0=tuntap,tap0 eth1=mcast mem=256M umid=um1 con1=tty:/dev/tty UM2: ubd

Re: [uml-user] UML & Mandriva 2006: hangs during boot ?

2006-10-23 Thread Samuel Korpi
Ok. I did 'git bisect' and tracked the problem to [PATCH] vdso: randomize the i386 vDSO by moving it into a vma This patch introduces kernel config option COMPAT_VDSO (default=y). On my machine, this was (unnecessarily) left to default. Setting it to 'n' resolved the issue. But according to the c

Re: [uml-user] UML & Mandriva 2006: hangs during boot ?

2006-10-18 Thread Samuel Korpi
On 10/17/06, Samuel Korpi <[EMAIL PROTECTED]> wrote: > On 10/16/06, Jeff Dike <[EMAIL PROTECTED]> wrote: > > On Mon, Oct 16, 2006 at 09:05:58AM -0600, Jeffrey Veiss wrote: > > > EXT3-fs: mounted filesystem with ordered data mode. > > > VFS:

Re: [uml-user] UML & Mandriva 2006: hangs during boot ?

2006-10-17 Thread Samuel Korpi
t kernel (now updated to 2.6.18) - don't know if 2.6.18 host kernel could have any effect on this. Well, have to start debugging. But somebody could refresh my memory on the strace syntax - do I need any switches whe

Re: [uml-user] [Fwd: Re: Problems compiling user mode linux kernel]

2006-10-09 Thread Samuel Korpi
Hi, Just a thought. Check that you have package glibc-devel installed in addition to the normal glibc (i.e. run 'rpm -q glibc-devel' and it should return you the package version - 2.4-11 on my FC5). If it isn't, install it. Otherwise, you could try reinstalling it. Hope this helps, /Samuel On 1

Re: [uml-user] Problems compiling user mode linux kernel

2006-09-27 Thread Samuel Korpi
On 9/27/06, Lee Cartwright <[EMAIL PROTECTED]> wrote: > > Embarrassing question time but how do I check my library path? libutil.a > is in /usr/lib so I'm guessing it's just a case of adding it there. > Then it actually should be working already, as to my knowledge /usr/lib is the default search pa

Re: [uml-user] Problems compiling user mode linux kernel

2006-09-27 Thread Samuel Korpi
On 9/27/06, Lee Cartwright <[EMAIL PROTECTED]> wrote: > Thanks, that got me a bit further :) > > I removed my linux directory, unpacked the kernel source again and > applied the patch you linked to. The make is now failing with the > following error:lutil > ... > /usr/bin/ld: cannot find -lutilluti

Re: [uml-user] Problems compiling user mode linux kernel

2006-09-27 Thread Samuel Korpi
kernel (without the -mm patch) and apply the jmpbuf patch at http://user-mode-linux.sourceforge.net/work/current/2.6/2.6.18/patches/mainline-jmpbuf-akpm /Samuel Korpi - Take Surveys. Earn Cash. Influence the Future of IT Join S

Re: [uml-user] Odd tun/tap Behavior

2006-08-22 Thread Samuel Korpi
ticed the same weird behaviour until I configured the loopback interface. Don't know why the loopback device is required, though. But it seems that when pinging the host itself, no packets actually leave the host, so there has to be some kind of a shortcut inside the TCP/IP

Re: [uml-user] Password

2006-08-09 Thread Samuel Korpi
3. remove the hash from the file, unmount the rootfs and start uml - no root password is required to login BR, Samuel Korpi - Using Tomcat but need to do more? Need to support web services, security? Get stuff don

Re: [uml-user] compiling 2.6.17.x on FC5

2006-07-31 Thread Samuel Korpi
On 7/29/06, Blaisorblade <[EMAIL PROTECTED]> wrote: > On Wednesday 26 July 2006 15:00, Samuel Korpi wrote: > > On 7/13/06, Jeff Dike <[EMAIL PROTECTED]> wrote: > > > Instead of the patch mentioned earlier, you might also try the one > > > below - it depends

Re: [uml-user] compiling 2.6.17.x on FC5

2006-07-28 Thread Samuel Korpi
On 7/13/06, Jeff Dike <[EMAIL PROTECTED]> wrote: > > Instead of the patch mentioned earlier, you might also try the one > below - it depends on klibc, so you need to apply it to a recent -mm > UML. I'm thinking about sending this to Andrew, despite it's > nastinesses. > > It applies on top of (and

Re: [uml-user] compiling 2.6.17.x on FC5

2006-07-28 Thread Samuel Korpi
On 7/26/06, Samuel Korpi <[EMAIL PROTECTED]> wrote: > On 7/13/06, Jeff Dike <[EMAIL PROTECTED]> wrote: > > > > Instead of the patch mentioned earlier, you might also try the one > > below - it depends on klibc, so you need to apply it to a recent -mm > > U

Re: [uml-user] releasing lock from the root_fs after UML crash

2006-07-14 Thread Samuel Korpi
On 7/14/06, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Fri, Jul 14, 2006 at 08:19:16AM +0300, Samuel Korpi wrote: > > Attached. > > Try the patch below. It also fixes a bunch of other arch declarations, one > of which faked me into an incorrect implementation of __const_ud

Re: [uml-user] releasing lock from the root_fs after UML crash

2006-07-13 Thread Samuel Korpi
On 7/13/06, Jeff Dike <[EMAIL PROTECTED]> wrote: On Mon, Jul 10, 2006 at 02:38:07AM -0400, Samuel Korpi wrote: > > It's a bug, regardless. Can you attach gdb to it and get a stacktrace? > > > > Stacktrace shows this: > > (gdb) bt > #0 0x60140149 in

Re: [uml-user] releasing lock from the root_fs after UML crash

2006-07-09 Thread Samuel Korpi
--- On Fri 07/07, Jeff Dike < [EMAIL PROTECTED] > wrote: >On Fri, Jul 07, 2006 at 04:02:42AM -0400, Samuel Korpi wrote: >> Now when I get the message when trying to halt the uml, it just freezes with >> processor running at 100%. I only can get out of this by ending

Re: [uml-user] releasing lock from the root_fs after UML crash

2006-07-07 Thread Samuel Korpi
#x27;. This didn't happen at first, only after I recompiled the kernel. Just wondering whether some kernel config option could affect this. BR, Samuel Korpi ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http:

Re: [uml-user] releasing lock from the root_fs after UML crash

2006-07-06 Thread Samuel Korpi
R15: 0000 BR, Samuel Korpi ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done

[uml-user] releasing lock from the root_fs after UML crash

2006-07-06 Thread Samuel Korpi
ens. BR, Samuel Korpi ___ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to