NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/43697: "No such file or directory" on build.sh -j 128
The following reply was made to PR bin/43697; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: yamt%mwd.biglobe.ne.jp@localhost (YAMAMOTO Takashi),
david%l8s.co.uk@localhost
Cc: gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: Re: bin/43697: "No such file or directory" on build.sh -j 128
Date: Tue, 10 Aug 2010 06:41:46 -0400
On Aug 10, 3:10am, yamt%mwd.biglobe.ne.jp@localhost (YAMAMOTO Takashi) wrote:
-- Subject: Re: bin/43697: "No such file or directory" on build.sh -j 128
| hi,
|
| > On Mon, Aug 02, 2010 at 10:55:01PM +0000, yamt%NetBSD.org@localhost wrote:
| >> >Number: 43697
| >> >Synopsis: "No such file or directory" on build.sh -j 128
| >
| > At a guess this is a side effect of hitting some limit on
| > the number of processes the user is allowed.
| >
| > You need a LOT more than 128!
|
| i already have a lot more than 128. :-)
I guess it only uses select when you don't have poll. And for select
it is not the limit that matters; there is FD_SETSIZE too.
christos
Home |
Main Index |
Thread Index |
Old Index