linux-um archives
 help / color / mirror / Atom feed
From: BlaisorBlade <blaisorblade_spam@yahoo.it>
To: user-mode-linux-devel@lists.sourceforge.net
Cc: Sebastian Wiesinger <sw@internetx.de>
Subject: Re: [uml-devel] Problem: copy_thread : pipe failed, err = 24
Date: Thu, 26 Feb 2004 17:34:11 +0100	[thread overview]
Message-ID: <200402261734.11621.blaisorblade_spam@yahoo.it> (raw)
In-Reply-To: <20040220092607.GA8007@lain.intern.internetx.de>

Alle 10:26, venerdì 20 febbraio 2004, Sebastian Wiesinger ha scritto:
> Hello,
>
> I'm using a host system with 9 UML boxes and keep getting the error
>
> copy_thread : pipe failed, err = 24

This is EMFILE. Either you "ulimit"ed your UML's (and one UML needs a lot of 
filehandles) or you need to increase the filehandle limit where it is 
happening.

> This error appears first after a few hours of running and the boxes
> with this error is no longer reachable.

*Very* strange. If you mean that you can no longer login / do anything that 
needs to create a new process inside UML, I understand it. Otherwise, there 
is something strange. Please try to watch how many open files UML has (ls 
/proc/<Umlpid>/fd is your friend) and increase filehandles and process limits 
(read man proc and search about /proc/sys/kernel for this).

> The following other errors
> also appear:
>
> flush_thread : new thread failed, errno = 1
> copy_thread : clone failed - errno = 11
> copy_thread : clone failed - errno = 1
> copy_thread : clone failed - errno = 1

EPERM (very strange) and EAGAIN (too many processes running). Checking the 
source for sys_clone could be needed to diagnose EPERM (unless you have 
something as GrSecurity active).

-- 
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&opÌk
_______________________________________________
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-02-26 18:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-20  9:26 [uml-devel] Problem: copy_thread : pipe failed, err = 24 Sebastian Wiesinger
2004-02-26 16:34 ` BlaisorBlade [this message]
2004-02-27  8:04   ` Sebastian Wiesinger

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=200402261734.11621.blaisorblade_spam@yahoo.it \
    --to=blaisorblade_spam@yahoo.it \
    --cc=sw@internetx.de \
    --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