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



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