[uml-user] 合作!

2006-03-15 Thread 信利达公司
尊敬的新老客户:您好!

 信利达贸易发展有限责任公司,是一家从事国内外贸易行业,公司注册

 经营范围广。公司本着互惠互利的原则合理对外代开发票.代开范围:(商品

 销售、广告、"电脑版"运输发票、其它服务、租赁、建筑安装、餐饮定额发

 票等)税率2%左右代开。贵公司在做帐或进销存方面如需用到的话,我司可

 提供全方面的服务。可根据所做数量额度的大小来衡量优惠的点数。欢迎来

 电咨询!郑重承诺!所用票据均可上网查询验证后付款! 
 
  联系电话: 13826555477 联系人:周先生

  E- MAIL [EMAIL PROTECTED]    信利达贸易发展有限责任公司

  
   


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user


[uml-user] segfaults inside uml

2006-03-15 Thread Nicolas Boullis
Hi,

I'm trying to use a vanilla 2.6.15.4 uml kernel with a debian sarge
installation. Most things work fine, but I get a few segfaults with a
few programs, such as host, nslookup or slapd...

For example:

# host user-mode-linux.sourceforge.net
Segmentation fault
# strace host user-mode-linux.sourceforge.net
execve("/usr/bin/host", ["host", "user-mode-linux.sourceforge.net"], [/*
13 vars */]) = 0
set_thread_area({entry_number:-1 -> 0, base_addr:0x4039b2a0,
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0,
limit_in_pages:1, seg_not_present:0, useable:1}) = 123
+++ killed by SIGSEGV +++


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user


Re: [uml-user] segfaults inside uml

2006-03-15 Thread Jeff Dike
On Wed, Mar 15, 2006 at 02:54:49PM +0100, Nicolas Boullis wrote:
> I'm trying to use a vanilla 2.6.15.4 uml kernel with a debian sarge
> installation. Most things work fine, but I get a few segfaults with a
> few programs, such as host, nslookup or slapd...

This is due to the lack of TLS support in the UML kernel.  My patchset
(at http://user-mode-linux.sf.net/patches.html) and the -bs kernels
(at http://user-mode-linux.org/~blaisorblade) have this fixed.

Alternatively, you can mv /lib/tls /lib/tls.save.

Jeff


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user


Re: [uml-user] segfaults inside uml

2006-03-15 Thread Nicolas Boullis
Jeff Dike wrote:
> On Wed, Mar 15, 2006 at 02:54:49PM +0100, Nicolas Boullis wrote:
> 
>>I'm trying to use a vanilla 2.6.15.4 uml kernel with a debian sarge
>>installation. Most things work fine, but I get a few segfaults with a
>>few programs, such as host, nslookup or slapd...
> 
> 
> This is due to the lack of TLS support in the UML kernel.  My patchset
> (at http://user-mode-linux.sf.net/patches.html) and the -bs kernels
> (at http://user-mode-linux.org/~blaisorblade) have this fixed.
> 
> Alternatively, you can mv /lib/tls /lib/tls.save.

Thanks for your response.

Sorry for my message that I mistakenly sent unfinished and without first
reading the list's archives. If I read the archives correctly, there
will anyway be a problem as long as I use a 2.4 kernel as the host
kernel. So I moves /lib/tls away, and it now seems to work fine.


Thanks again for the help, and sorry for the noise,

Nicolas


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user


[uml-user] Where are /proc/mm and /dev/ubd0?

2006-03-15 Thread Jacob S
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello list,

I'm sure this must be an easy problem, but the solution continues to
escape me. 

First, I have not been successful in compiling a kernel with /proc/mm
support. I downloaded source for 2.6.15 as well as the skas3-v8.2 patch
from Blaisorblade's site. When I do a make menuconfig, I can not find
any options for /proc/mm under "Processor Type & Features" as his site
says. I have tried it with both Debian's source for 2.6.15 as well as a
kernel.org source. The host system is running Debian Sarge (AMD64). Is
there an additional patch I am missing or something?

Second, am I correct that the host system needs to have a /dev/ubdX
device? Do I need special udev rules to get it to create the ubdX
device, or should it do it automatically when the proper module is
loaded? When I try to boot a guest Debian Sarge AMD64 image I
downloaded from the web, I am getting the following error:

 ubda: unknown partition table
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(98,0)

I am guessing this has to do with the lack of a ubda device on the host
system, since I have mounted the guest system (with mount -o loop...)
and it most definitely does have a ubda device. The guest kernel is
also 2.6.15, with the uml-2.6.15-bs3-tls.patch from Blaisorblade's site
applied. That should be the only patch I need for a guest kernel,
correct?

Can anybody give me a clue-whack as to what I am doing wrong?

TIA,
Jacob
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEGNQCkpJ43hY3cTURAnvPAJ9sPlusgTRZJ8UfbZkkCKcngytlbgCg4+G/
sKx7ZfKcxYonGT39aTvzdio=
=qdo8
-END PGP SIGNATURE-
N¬HS^µéšŠX¬²š'²ŠÞu¼±<Âڂº.Öëy©"ž®*mŠx%jx.j­…«^Æ×§vÆ©¦XœjبžÈ§¶Œm©Ýš†â•éžv&€¶×§vØ^–+ÞÁæÜjËZØèŠ{azšâ™ç^½éh¥ê஋©n·š’)àŠ{h¶¬ì¡Ø§‚׫®+h¯(m¶Ÿÿ±éZ²ëjY‚w­þÇ¥rg