On Sat, Mar 13, 2021 at 10:39:08 +0100, Anders Magnusson wrote:
> Den 2021-03-13 kl. 10:03, skrev Valery Ushakov:
> > On Fri, Mar 12, 2021 at 10:54:46 +0100, Reinoud Zandijk wrote:
> >
> > > Well, there is lout to consider.
> > [...]
> > > I've never used it for manpage rendering though! A simple
OK, I see what is going on now.
The difference for you is your initial ulimit -n
value. Not that it is big, but that when
reduced the way that test does it, getting
smaller and smaller till < 16, it happens to
land on a value < 10 as the first such limit
it tries. Using the default max fd value
Date:Fri, 12 Mar 2021 18:37:02 -0800
From:"Greg A. Woods"
Message-ID:
| The attempted FD is #18, but the error just
| says "1", not "18":
I am still looking for the source of that
error message, I suspect finding that and seeing
what sys call is actually generat
Date:Fri, 12 Mar 2021 21:38:54 -0800
From:"Greg A. Woods"
Message-ID:
Gred quoting Mouse quoting Greg:
| > > The attempted FD is #18, but the error just says "1", not "18":
I will look into the content/format of the
error message, but that's not the main issue.
G
Den 2021-03-13 kl. 10:03, skrev Valery Ushakov:
On Fri, Mar 12, 2021 at 10:54:46 +0100, Reinoud Zandijk wrote:
Well, there is lout to consider.
[...]
I've never used it for manpage rendering though! A simple `awk'
script could indeed do it as its format is quite easy. Uwe has
experience with
On Fri, Mar 12, 2021 at 10:54:46 +0100, Reinoud Zandijk wrote:
> Well, there is lout to consider.
[...]
> I've never used it for manpage rendering though! A simple `awk'
> script could indeed do it as its format is quite easy. Uwe has
> experience with it :)
Right, and in my experience it would b