[uml-user] cryptoloop

2005-03-30 Thread Sebastian Böhm
Hi, how to build cryptoloop support in 2.6.9-bs7 ? if I build uml I see things like "-U__i386__ -Ui386 -D__arch_um__ -DSUBARCH="i386"" is the uml binary not optimized for i686 ? How to do that ? is it possible to use the aes-i586 (asm) implementation under uml ? thank you for your response. /seb

Re: [uml-user] Compilation error

2005-03-30 Thread Jean-Michel Caricand
Le mercredi 30 Mars 2005 19:54, Blaisorblade a écrit : > On Tuesday 29 March 2005 23:33, Jean-Michel Caricand wrote: > > 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/

Re: [uml-user] Compilation error

2005-03-30 Thread Blaisorblade
On Tuesday 29 March 2005 23:33, Jean-Michel Caricand wrote: > 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

Re: [uml-user] VFS: Cannot open root device "root_fs" or unknown-block(0,0)

2005-03-30 Thread Blaisorblade
On Friday 25 March 2005 22:58, Zack Galbreath wrote: > Hi Everybody, > > I'm try to get UML up and running, but I can't get it to recognize my > root filesystem. Here's a little background on my process thus far. > > I'm running Debian. > > I built UML from source, using the 2.6.11.5 linux kernel.

[uml-user] Critical instability in 2.4.27-1um

2005-03-30 Thread Blaisorblade
While testing the 2.4.27-bs2 prerelease, I discovered that when I run, at a login shell, this amazingly difficult stress-test: while /bin/true; do /bin/true; done makes the login shell exit back to the login prompt, after some time (so it's a race condition). I've analyzed this and discovered

Re: [uml-user] java problem [solved]

2005-03-30 Thread Peter Meier
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. i moved /lib/tls to /lib/tls.bak (just to be sure everything else works ;) and i