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
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
>
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
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
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
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
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
>
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-
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
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
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
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
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
13 matches
Mail list logo