linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* UML error message clone failed/new thread failed
@ 2002-09-21 18:21 Martin Hermanowski
  2002-09-21 18:45 ` Jeff Dike
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Hermanowski @ 2002-09-21 18:21 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

Hi,

I got the following log messages inside an user mode linux:
,----
| kernel: copy_thread : clone failed - errno = 1
| kernel: flush_thread : new thread failed, errno = 1
| kernel: flush_thread : new thread failed, errno = 1
| kernel: copy_thread : clone failed - errno = 1
`----

No new processes could be started in the uml, but why?

Is this a problem with the process limits of the host linux?

Regards,
Martin

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: UML error message clone failed/new thread failed
  2002-09-21 18:21 UML error message clone failed/new thread failed Martin Hermanowski
@ 2002-09-21 18:45 ` Jeff Dike
  2002-09-22  9:30   ` Martin Hermanowski
  0 siblings, 1 reply; 8+ messages in thread
From: Jeff Dike @ 2002-09-21 18:45 UTC (permalink / raw)
  To: Martin Hermanowski; +Cc: linux-kernel

martin@martin.mh57.net said:
>  No new processes could be started in the uml, but why?
> Is this a problem with the process limits of the host linux? 

Host and UML versions?

				Jeff


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: UML error message clone failed/new thread failed
  2002-09-21 18:45 ` Jeff Dike
@ 2002-09-22  9:30   ` Martin Hermanowski
  2002-09-22 15:50     ` Jeff Dike
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Hermanowski @ 2002-09-22  9:30 UTC (permalink / raw)
  To: Jeff Dike; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

On Sat, Sep 21, 2002 at 02:45:42PM -0400, Jeff Dike wrote:
> martin@martin.mh57.net said:
>>  No new processes could be started in the uml, but why?
>> Is this a problem with the process limits of the host linux? 
> 
> Host and UML versions?

The host is running a vanilla 2.4.17, the UML is the one in Debian Woody
(2.4.18.17um-1). I had this errors only once, and I suspect that
something on the host went wrong, but the logs show nothing.

Regards,
Martin

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: UML error message clone failed/new thread failed
  2002-09-22  9:30   ` Martin Hermanowski
@ 2002-09-22 15:50     ` Jeff Dike
  2002-09-22 17:56       ` Martin Hermanowski
  0 siblings, 1 reply; 8+ messages in thread
From: Jeff Dike @ 2002-09-22 15:50 UTC (permalink / raw)
  To: Martin Hermanowski; +Cc: linux-kernel

martin@martin.mh57.net said:
> The host is running a vanilla 2.4.17, the UML is the one in Debian
> Woody (2.4.18.17um-1)

That's a fairly old UML.  If you can make it happen with something more
recent, I'd be interested.

				Jeff


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: UML error message clone failed/new thread failed
  2002-09-22 15:50     ` Jeff Dike
@ 2002-09-22 17:56       ` Martin Hermanowski
  2002-09-22 18:57         ` Jeff Dike
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Hermanowski @ 2002-09-22 17:56 UTC (permalink / raw)
  To: Jeff Dike; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 804 bytes --]

On Sun, Sep 22, 2002 at 11:50:26AM -0400, Jeff Dike wrote:
> martin@martin.mh57.net said:
> > The host is running a vanilla 2.4.17, the UML is the one in Debian
> > Woody (2.4.18.17um-1)
> 
> That's a fairly old UML.  If you can make it happen with something more
> recent, I'd be interested.

I will try something more recent, but I don't think this will happen
soon again. The UML that had the problems is running a mailserver with
amavis and spamd, it has an uptime of about 28 days. The other UMLs on
the same host are running for 73 days now, without any problems. 

I had problems with to many processes inside the UML before, but not
like this. Processes in the UML timed out (exim pipe delivery) and new
ones could not be started, but I cannot see the reason.

Regards,
Martin

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: UML error message clone failed/new thread failed
  2002-09-22 17:56       ` Martin Hermanowski
@ 2002-09-22 18:57         ` Jeff Dike
  2002-09-22 19:30           ` Martin Hermanowski
  0 siblings, 1 reply; 8+ messages in thread
From: Jeff Dike @ 2002-09-22 18:57 UTC (permalink / raw)
  To: Martin Hermanowski; +Cc: linux-kernel

martin@martin.mh57.net said:
> I had problems with to many processes inside the UML before, but not
> like this. Processes in the UML timed out (exim pipe delivery) and new
> ones could not be started, but I cannot see the reason.

Since then, I've fixed some problems with lots of processes inside UML.

				Jeff


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: UML error message clone failed/new thread failed
  2002-09-22 18:57         ` Jeff Dike
@ 2002-09-22 19:30           ` Martin Hermanowski
  2002-09-22 20:12             ` Jeff Dike
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Hermanowski @ 2002-09-22 19:30 UTC (permalink / raw)
  To: Jeff Dike; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

On Sun, Sep 22, 2002 at 02:57:47PM -0400, Jeff Dike wrote:
> martin@martin.mh57.net said:
>> I had problems with to many processes inside the UML before, but not
>> like this. Processes in the UML timed out (exim pipe delivery) and new
>> ones could not be started, but I cannot see the reason.
> 
> Since then, I've fixed some problems with lots of processes inside UML.

That is good to hear. Which version should I use? I prefer Debian
packages, user-mode-linux 2.4.18.48um-1 from testing was created on 30
Jul 2002. Were the fixes before that date or should I use a newer
version? Were are using UML productively, so we need some reliability.

Regards,
Martin

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: UML error message clone failed/new thread failed
  2002-09-22 19:30           ` Martin Hermanowski
@ 2002-09-22 20:12             ` Jeff Dike
  0 siblings, 0 replies; 8+ messages in thread
From: Jeff Dike @ 2002-09-22 20:12 UTC (permalink / raw)
  To: Martin Hermanowski; +Cc: linux-kernel

martin@martin.mh57.net said:
> I prefer Debian packages, user-mode-linux 2.4.18.48um-1 from testing
> was created on 30 Jul 2002. Were the fixes before that date or should
> I use a newer version?

I believe the fix I'm talking about came after that, but I'm not positive
of it.

				Jeff


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-09-22 20:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-21 18:21 UML error message clone failed/new thread failed Martin Hermanowski
2002-09-21 18:45 ` Jeff Dike
2002-09-22  9:30   ` Martin Hermanowski
2002-09-22 15:50     ` Jeff Dike
2002-09-22 17:56       ` Martin Hermanowski
2002-09-22 18:57         ` Jeff Dike
2002-09-22 19:30           ` Martin Hermanowski
2002-09-22 20:12             ` Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).