[uml-devel] Typesetting and related services

2006-01-25 Thread Dhiraj Aggarwal
Hi, I apologize for intruding into your busy schedule. Please allow me to introduce ourselves to you. We are engaged in providing book-related services to international clientele (http://www.e-BookServices.com). Located in India, we cater to both organizations as well as individuals. Our rang

[uml-devel] Re: [PROBLEM] uml refuses to boot

2006-01-25 Thread Blaisorblade
On Wednesday 25 January 2006 16:09, Pekka J Enberg wrote: > On Wed, 25 Jan 2006, Blaisorblade wrote: > > So, first thing, you're still running in TT mode. > > FYI, you should probably enable CONFIG_MODE_SKAS - it now (since 2.6.13) > > works even on unpatched hosts, in SKAS0 mode (even if it's a b

[uml-devel] Re: [PROBLEM] uml refuses to boot

2006-01-25 Thread Pekka J Enberg
On Wed, 25 Jan 2006, Blaisorblade wrote: > So, first thing, you're still running in TT mode. > > FYI, you should probably enable CONFIG_MODE_SKAS - it now (since 2.6.13) > works > even on unpatched hosts, in SKAS0 mode (even if it's a bit slower than > SKAS3). > > The only reason TT mode is st

[uml-devel] Re: [PROBLEM] uml refuses to boot

2006-01-25 Thread Blaisorblade
On Wednesday 25 January 2006 10:33, Pekka Enberg wrote: > Hi, > UML in 2.6.16-rc1-git4 fails to boot a Debian 3.0r2 image. The same > image works boots properly with 2.6.15. Here's the error: > [EMAIL PROTECTED] ~/src/linux/2.6 $ ./linux > ubd0=/home/penberg/virtualized/Debian-3.0r2.ext2 > Checki

[uml-devel] [PROBLEM] uml refuses to boot

2006-01-25 Thread Pekka Enberg
Hi, UML in 2.6.16-rc1-git4 fails to boot a Debian 3.0r2 image. The same image works boots properly with 2.6.15. Here's the error: [EMAIL PROTECTED] ~/src/linux/2.6 $ ./linux ubd0=/home/penberg/virtualized/Debian-3.0r2.ext2 Checking that ptrace can change system call numbers...OK Checking syscall

[uml-devel] [PATCH] um: fix compliation error when CONFIG_SKAS is disabled

2006-01-25 Thread Pekka J Enberg
From: Pekka Enberg <[EMAIL PROTECTED]> This patch fixes the following compilation error when CONFIG_SKAS is disabled: CC arch/um/sys-i386/ldt.o arch/um/sys-i386/ldt.c:19:21: proc_mm.h: No such file or directory make[1]: *** [arch/um/sys-i386/ldt.o] Error 1 Signed-off-by: Pekka Enberg <[EM