Re: [uml-user] java problem

2005-03-29 Thread Krisztian PIFKO
remove your /lib/tls directory as tls is not supported in uml. having a tls active libc can couse other weird problems anytime. also pay attention to it whenever you upgrade your libc package, it will create it again. playing with LD_ASSUME_KERNEL=2.4.1 should work too. regards, Krisztian PIFKO

[uml-user] java problem

2005-03-29 Thread Peter Meier
hello i'm not sure if this is the right place to ask but as i have installed java already on other debian machines (even the host) it seems for me like an uml specific problem... but maybe i'm on the wrong list, so just tell... i have tried to install java sdk 1.4.2. but everytime i installed it

[uml-user] Compilation error

2005-03-29 Thread Jean-Michel Caricand
Hi, I try to build UML kernel. My kernel is 2.4.27 and I apply the correct patch. I get this errors : make[2]: Entering directory `/home/jm/UML1/linux-2.4.27/drivers/mtd' gcc -D__KERNEL__ -I/home/jm/UML1/linux-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno

[uml-user] Re: [gentoo-amd64] User Mode Linux

2005-03-29 Thread Antoine Martin
> Do I need a full 32-bit chroot to compile a 32-bit guest? Or can I just > pass a SUBARCH=x86 (or something like that) to compile it? SUBARCH does not work (at least not for me) I have cross posted to uml-user ML, in case anyone has a better way of compiling x86 guests on a x86-64 host. Antoine

Re: [uml-user] segmentation fault on slapd

2005-03-29 Thread Javi
On Tuesday 29 March 2005 19:18, Robin Green wrote: > Have you moved /lib/tls to /lib/tls.disabled? I've just done it and it's already working. Thanks for answering promptly. > Unfortunately (at least on fedora core 3) slapd standard database backends > won't work at all without /lib/tls. I am mo

Re: [uml-user] segmentation fault on slapd

2005-03-29 Thread Robin Green
On Tue, 29 Mar 2005, Javi wrote: Hi, I got a segmentation fault when executing slapd. I attach a "strace -f slapd output" below. My system info is: - Host kernel 2.6.10-skas3-v7 - Guest kernel 2.6.11.6 vanilla - Root filesystem based on debian sarge Have you moved /lib/tls to /lib/tls.disabled? Unf

[uml-user] segmentation fault on slapd

2005-03-29 Thread Javi
Hi, I got a segmentation fault when executing slapd. I attach a "strace -f slapd output" below. My system info is: - Host kernel 2.6.10-skas3-v7 - Guest kernel 2.6.11.6 vanilla - Root filesystem based on debian sarge Everything else I'm running seems to work ok, apache-perl, squid... Any