linux-um archives
 help / color / mirror / Atom feed
From: BlaisorBlade <blaisorblade_spam@yahoo.it>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] Problems with Bind9 on UML 2.6.4
Date: Mon, 22 Mar 2004 20:13:52 +0100	[thread overview]
Message-ID: <200403222013.52158.blaisorblade_spam@yahoo.it> (raw)
In-Reply-To: <000001c40f0b$9039a3d0$6401a8c0@vmwinxp>

Alle 07:12, domenica 21 marzo 2004, Michael Ralston ha scritto:
> I'm running UML Version 2.6.4-1um with a 2.6.4 skas3 host.
>
> I'm using Debian Unstable and I've mved /lib/tls to /lib/notls to
> disable the NPTL problem...
>
> When running Bind, version 9.2.3 one of the Bind threads decides it want
> all the CPU time... When I strace the process it is performing the
> following system call indefinetly...

Have you checked if bind 9.2.3 is stable (no idea)? Could you give detail on 
its config (i.e. it is configured to use special things as shared memory or 
even futexes, which require NPTL)...

> kill(5960, SIGRTMIN)                    = 0
>
> Where '5960' is the PID of the process which is using all CPU time.

Do strace -f (IIRC) to follow the child processes it start and see what pid 
5960 is doing in the meanwhile. Also look Bind's logs and errors. But does it 
lock the Virtual Machine and prevent you from doing anything or it just runs 
continuately? I think it just keeps running.

> From what I've been able to figure out... SIGRTMIN is one of the
> real-time linux threading signals... Something implemented in libc6,
> version 2.3?

Yes, at all! SIGRTMIN is a way of saying something to the process - the 
meaning is decided by the programmer and not by the system (i.e. for the 
kernel SIGRTMIN has no special meaning, unlike SIGINT, SIGKILL and so on).

> Would I be better of compiling libc6 from source with NPTL/TLS disabled?
> Would it resolve this problem?
No idea, however check if bind is linked statically (and in this case it could 
be still trying to use NPTL, *maybe*).
> Or is it a matter of this syscall not
> being implemented in UML?

Well, kill() *is* implemented. By sure.
-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

  reply	other threads:[~2004-03-23  2:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-21  6:12 [uml-devel] Problems with Bind9 on UML 2.6.4 Michael Ralston
2004-03-22 19:13 ` BlaisorBlade [this message]
2004-03-22 21:14 ` Jeff Dike

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200403222013.52158.blaisorblade_spam@yahoo.it \
    --to=blaisorblade_spam@yahoo.it \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox