* [uml-devel] Problem: copy_thread : pipe failed, err = 24
@ 2004-02-20 9:26 Sebastian Wiesinger
2004-02-26 16:34 ` BlaisorBlade
0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Wiesinger @ 2004-02-20 9:26 UTC (permalink / raw)
To: user-mode-linux-devel
Hello,
I'm using a host system with 9 UML boxes and keep getting the error
copy_thread : pipe failed, err = 24
This error appears first after a few hours of running and the boxes
with this error is no longer reachable. 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
I used the 2.4.24 UML Patch with a new 2.4.25 Kernel wich applied
without errors.
Any suggestions?
Sebastian
-------------------------------------------------------
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=1356&alloc_id=3438&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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] Problem: copy_thread : pipe failed, err = 24
2004-02-20 9:26 [uml-devel] Problem: copy_thread : pipe failed, err = 24 Sebastian Wiesinger
@ 2004-02-26 16:34 ` BlaisorBlade
2004-02-27 8:04 ` Sebastian Wiesinger
0 siblings, 1 reply; 3+ messages in thread
From: BlaisorBlade @ 2004-02-26 16:34 UTC (permalink / raw)
To: user-mode-linux-devel; +Cc: Sebastian Wiesinger
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] Problem: copy_thread : pipe failed, err = 24
2004-02-26 16:34 ` BlaisorBlade
@ 2004-02-27 8:04 ` Sebastian Wiesinger
0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Wiesinger @ 2004-02-27 8:04 UTC (permalink / raw)
To: BlaisorBlade; +Cc: user-mode-linux-devel
* BlaisorBlade <blaisorblade_spam@yahoo.it> [2004-02-26 19:39]:
> > 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.
Yes, it was the ulimit, I increased the file handles now
> > 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.
Yes, that's the problem. :)
> > 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).
No, vanilla 2.4.25 Kernel.
Greetings, Sebastian
-------------------------------------------------------
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=1356&alloc_id=3438&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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-02-27 8:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-20 9:26 [uml-devel] Problem: copy_thread : pipe failed, err = 24 Sebastian Wiesinger
2004-02-26 16:34 ` BlaisorBlade
2004-02-27 8:04 ` Sebastian Wiesinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox