Re: /bin/sh fd 12

2021-09-14 Thread Robert Elz
Date:Mon, 13 Sep 2021 23:32:39 -0400 From:Jan Schaumann Message-ID: <20210914033238.gj6...@netmeister.org> | 0, 1, and 2 are obvious, but fd 12 did not seem | obvious to me. | | Descriptor 12 being open to the current terminal means | I can do this: | |

Re: /bin/sh fd 12

2021-09-14 Thread Robert Elz
Date:Tue, 14 Sep 2021 06:14:31 - (UTC) From:mlel...@serpens.de (Michael van Elst) Message-ID: | /bin/sh uses /dev/tty for job control which is enabled automatically | when running as interactive shell. But there is a -m option where | you can enable/disable

Re: Configuring wsfb using xorg.conf

2021-09-14 Thread RVP
On Tue, 14 Sep 2021, Riza Dindir wrote: Would that mean that I have to add the font (FONT_SPLEEN12x24) to the /usr/share/wscons/fonts directory and be able to use these fonts? No need to compile a kernel with that font (since I am using 9.2 stable)? Most of the fonts that can be compiled into

FreeRADIUS instability

2021-09-14 Thread Dima Veselov
Greetings, I do not know if this is NetBSD-related, but I suffer from FreeRADIUS instability on NetBSD for a long time and do not know how to debug this. Symptoms are: RADIUS server randomly (once a day or once a week) can stop answering and this is not connected to the actual load. While in tha

Re: /bin/sh fd 12

2021-09-14 Thread Jan Schaumann
Robert Elz wrote: > When you redirect standard output of a built-in command, the > existing standard output needs to be moved somewhere else (saved) > before the new one can be opened (dup'd in this case). 13 is > the next available fd I see, thanks. It looks like the selection of fd 12 happen

Re: /bin/sh fd 12

2021-09-14 Thread Robert Elz
Date:Tue, 14 Sep 2021 09:12:17 -0400 From:Jan Schaumann Message-ID: <20210914131217.gk6...@netmeister.org> | Do you want me to send-pr the redirection to fds | 12/13? You can if you want, but the fix is almost done. (My test build is just completing now, then I

Re: Configuring wsfb using xorg.conf

2021-09-14 Thread Riza Dindir
Hello RVP, On Tue, Sep 14, 2021 at 7:46 AM RVP wrote: > > On Tue, 14 Sep 2021, Riza Dindir wrote: > > > Would that mean that I have to add the font (FONT_SPLEEN12x24) to the > > /usr/share/wscons/fonts directory and be able to use these fonts? No > > need to compile a kernel with that font (since

Re: Configuring wsfb using xorg.conf

2021-09-14 Thread RVP
On Tue, 14 Sep 2021, Riza Dindir wrote: But is it possible to download other fonts from somewhere? I could put these into the /usr/share/wscons/fonts directory and could have a console that has smaller fonts at the end of the boot process. Both TTF fonts and BDF fonts can be used if you conve

Re: FreeRADIUS instability

2021-09-14 Thread Christos Zoulas
In article , Dima Veselov wrote: >Greetings, > >I do not know if this is NetBSD-related, but I suffer from FreeRADIUS >instability on NetBSD for a long time and do not know how to debug this. > >Symptoms are: RADIUS server randomly (once a day or once a week) can stop >answering and this is not c

Re: /bin/sh fd 12

2021-09-14 Thread Robert Elz
Date:Tue, 14 Sep 2021 21:26:43 +0700 From:Robert Elz Message-ID: <14651.1631629...@jinx.noi.kre.to> | the fix is almost done. And it was committed. But then it was just almost almost done ... now it should really be almost done. What I committed last night is OK,

Re: /bin/sh fd 12

2021-09-14 Thread Jan Schaumann
Robert Elz wrote: > And it was committed. Nice - thanks for fixing this so promptly! -Jan

Re: Configuring wsfb using xorg.conf

2021-09-14 Thread Riza Dindir
Hello RVP, On Tue, Sep 14, 2021 at 7:35 PM RVP wrote: > > On Tue, 14 Sep 2021, Riza Dindir wrote: > > > But is it possible to download other fonts from somewhere? I could put > > these into the /usr/share/wscons/fonts directory and could have a > > console that has smaller fonts at the end of the