[uml-user] [patch] RESOLVED Was: build problem >= 2.6.16 UPT_SET __jmpbuf undeclared

2006-04-05 Thread D. Bahi
Blaisorblade wrote: > On Wednesday 05 April 2006 05:59, D. Bahi wrote: > >> Jeff Dike wrote: >> >>> On Tue, Apr 04, 2006 at 04:48:20PM -0400, D. Bahi wrote: >>> >>>> arch/um/os-Linux/sys-i386/registers.c: In function 'get_thre

Re: [uml-user] build problem >= 2.6.16 UPT_SET __jmpbuf undeclared

2006-04-04 Thread D. Bahi
Jeff Dike wrote: > On Tue, Apr 04, 2006 at 04:48:20PM -0400, D. Bahi wrote: > >> arch/um/os-Linux/sys-i386/registers.c: In function 'get_thread_regs': >> <...snip...> >> arch/um/os-Linux/sys-i386/registers.c:139: error: 'JB_BP' undeclared >

[uml-user] Re: build problem >= 2.6.16 UPT_SET __jmpbuf undeclared

2006-04-04 Thread D. Bahi
sorry. ignore the kernel/uml version information - it's a glibc thing - `rpm -qv glibc` says glibc-2.4-4 how are people building this on fedora core 5 boxen? :-) D. Bahi wrote: > hi all > > building 2.6.17-rc1 with ARCH=um config attached > > on host `uname -a` &g

[uml-user] build problem >= 2.6.16 UPT_SET __jmpbuf undeclared

2006-04-04 Thread D. Bahi
hi all building 2.6.17-rc1 with ARCH=um config attached on host `uname -a` Linux gumby 2.6.16-1.2080_FC5 #1 Tue Mar 28 03:38:34 EST 2006 i686 i686 i386 GNU/Linux with `gcc --version` gcc (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3) Copyright (C) 2006 Free Software Foundation, Inc. This is free softw

[uml-user] Re: [uml-devel] Resend: how to debug module on UML kernel 2.6.15.6 + SKAS mode?

2006-03-23 Thread D. Bahi
i think everytime you load it and unload it you may get different addresses so you want a few more things in the [Host](gdb) section before loading a module these stepd should allow you to debug a module_init routine 1) from http://kgdb.linsyssoft.com/downloads/miscmacros we get an idea how t

Re: [uml-user] 2.4 UML w/ gcc4 [was: Static Multicast Routing on UML...]

2006-01-27 Thread D. Bahi
frank evans wrote: > I patched linux-2.4.28 with the uml patch 2.4.27-1, did the configs, > make, etc. If I make linux on one host, running Fedora Core 3, with a > gcc3.4.2 everything works fine. If I make linux on a different host, > running Fedora Core 4, with a gcc 4.0.0, I get a bunch of com

Re: [uml-user] 2.6.15-bs1-tls os_set_thread_area dereferencing pointer to incomplete type

2006-01-18 Thread D. Bahi
Blaisorblade wrote: > On Wednesday 18 January 2006 20:05, D. Bahi wrote: > >> ... >> CC arch/um/os-Linux/tls.o >> arch/um/os-Linux/tls.c: In function `os_set_thread_area': >> arch/um/os-Linux/tls.c:22: error: dereferencing pointer to incomplete type >

[uml-user] 2.6.15-bs1-tls os_set_thread_area dereferencing pointer to incomplete type

2006-01-18 Thread D. Bahi
wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 wget \ http://www.user-mode-linux.org/~blaisorblade/patches/guest/uml-2.6.15-bs1-tls/uml-2.6.15-bs1-tls-broken-out.tar.bz2 tar jxf linux-2.6.15.tar.bz2 tar jxf uml-2.6.15-bs1-tls-broken-out.tar.bz2 cd linux-2.6.15 cat ../uml-2.6.15-

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

2006-01-16 Thread D. Bahi
0); } right? thanks for the eyes and the time. db Blaisorblade wrote: > 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 #ifde

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

Re: [uml-user] ubd with filesystem

2005-11-03 Thread D. Bahi
you need to use 'cow' files to prevent both UMLs from trying to write to the same file. http://user-mode-linux.sourceforge.net/shared_fs.html and all the other pages at http://user-mode-linux.sf.net/ are a very good source of info... ./linux ubd0=cow1,root_fs.luis ubd1=cows1,swap_fs mem=128M

Re: [uml-user] 2 UML clients, fighting for network (uml-bridge)

2005-03-03 Thread D. Bahi
nils toedtmann wrote: On Wed, Mar 02, 2005 at 06:18:34PM -0800, Matt Simonsen wrote: I am using a bridge for 2 uml clients. It works beautifully with only one client, then after I startup the second the network randomly cuts out for each system. I've noticed I can "kill" one by pinging the other

Re: [uml-user] Problem in configuring the networking settings using shell script

2005-01-20 Thread D. Bahi
i'm no shell god but this seems suspect: your sourcing from and redirecting to the same file. > cat $net_file | sed "s/address 192.168.1.*/address 192.168.1.$1/" > $net_file > cat $net_file | sed "s/gateway 192.168.1.*/gateway 192.168.1.$gw/" > $net_file try redirecting to a tmpfile instead and