Re: UNIX manual volume 2 (Supplementary Documents) Re: less prints superfluous characters with --no-init

2022-11-23 Thread David Demelier
On Mon, 2022-11-21 at 19:13 +1100, Reuben mac Saoidhea wrote: > > [heres if(3p) for some reason.] > > the fact that `man if' goes to a whole man page about a perl thing > rather than just the sh(1) page, is a bit silly i think. But you can see that `if` is documented in the 3p category which

Re: Documentation of wsconsctl keyboard.map format?

2022-11-23 Thread Vlad Meșco
Le 24 novembre 2022 04:12:43 GMT+02:00, Mike Fischer a écrit : > >> Am 23.11.2022 um 11:43 schrieb Vlad Meșco : >> >> On Wed, Nov 23, 2022 at 06:57:17AM +, Jason McIntyre wrote: >>> On Wed, Nov 23, 2022 at 12:21:26AM +0100, Mike Fischer wrote: >> >> >>keyboard.encoding=us >>

Re: Troubleshooting a spinning fork(2)

2022-11-23 Thread Joel Knight
On Fri, Nov 18, 2022 at 7:42 AM Joel Knight wrote: > > Hi. > > I'm looking for guidance on how to troubleshoot a piece of software > which is spinning after calling fork(2). Hi. I've been digging into this more and think I've found a bug in the threading code. Consider: - Process (A) forks a

Re: Keyboard won't work during OpenBSD 7.1 or 7.2 installation.

2022-11-23 Thread Nick Holland
On 11/22/22 00:54, Clint wrote: Dear Sirs, My name is Clint Wu, I had been told the DMP’s EBOX-336x mini PC (product page ) can run OpenBSD 7.1. ... My keyboard stop working at this stage. Did any one report this problem before? Can

Re: Documentation of wsconsctl keyboard.map format?

2022-11-23 Thread Mike Fischer
> Am 23.11.2022 um 11:43 schrieb Vlad Meșco : > > On Wed, Nov 23, 2022 at 06:57:17AM +, Jason McIntyre wrote: >> On Wed, Nov 23, 2022 at 12:21:26AM +0100, Mike Fischer wrote: >>> Hi! >>> >>> I???m trying to use a German Apple Mac keyboard with OpenBSD 7.2 and I???d >>> like to match the

Re: Documentation of wsconsctl keyboard.map format?

2022-11-23 Thread Mike Fischer
> Am 23.11.2022 um 07:57 schrieb Jason McIntyre : > > On Wed, Nov 23, 2022 at 12:21:26AM +0100, Mike Fischer wrote: >> Hi! >> >> I???m trying to use a German Apple Mac keyboard with OpenBSD 7.2 and I???d >> like to match the mapping to that of macOS. >> >> `wsconsctl keyboard.encoding=de`

Re: less prints superfluous characters with --no-init

2022-11-23 Thread Reuben mac Saoidhea
> to find out what `command blahcommand' means to sh(1), use > whereis blahcommand nope, thats wrong if `type blahcommand' says `builtin'. > pdksh i should have said `the korn shell', as ksh93 is just as bad.

Re: Opensearch can't start if memory is ore than 4g

2022-11-23 Thread Mik J
Hello Stuart and thank you for this last message. Indeed, there was a /etc/login.conf.d/opensearch file that I didn't see. I was focusing on /etc/login.conf Hence I added in that one :datasize=8192M:\ and things are working as expected. Sorry for the UTF-8 caracters, I tried in this last

Re: Opensearch can't start if memory is ore than 4g

2022-11-23 Thread Stuart Henderson
On 2022-11-23, Mik J wrote: > Hello Stuart, Otto,Thank you for your answers. > Stuart, I ran this command and got this output# su -c opensearch root -c > 'ulimit -a' > time(cpu-seconds)    unlimited > file(blocks) unlimited > coredump(blocks) unlimited > data(kbytes) 4194304

Re: Opensearch can't start if memory is ore than 4g

2022-11-23 Thread Mik J
Hello Stuart, Otto,Thank you for your answers. Stuart, I ran this command and got this output# su -c opensearch root -c 'ulimit -a' time(cpu-seconds)    unlimited file(blocks) unlimited coredump(blocks) unlimited data(kbytes) 4194304 stack(kbytes)    8192

Re: less prints superfluous characters with --no-init

2022-11-23 Thread Reuben mac Saoidhea
> rather than what `command -V' ought to output: > command echo is /bin/echo if you look at command(1) after `pkg_add man-pages-posix', you will see POSIX is largely to blame for this oversight. some suggested advertising slogans for pdksh: ``hundreds of features--each buggier than the

Re: less prints superfluous characters with --no-init

2022-11-23 Thread Reuben mac Saoidhea
i hate to harp on about it, but: in case you happen to discover the `command' command, beware that its description in sh(1) is wrong. sh(1) says: command -vV command args ... in fact it is: command -vV command ... note in particular, that, like `type', command -V

Re: Documentation of wsconsctl keyboard.map format?

2022-11-23 Thread Vlad Meșco
On Wed, Nov 23, 2022 at 06:57:17AM +, Jason McIntyre wrote: > On Wed, Nov 23, 2022 at 12:21:26AM +0100, Mike Fischer wrote: > > Hi! > > > > I???m trying to use a German Apple Mac keyboard with OpenBSD 7.2 and I???d > > like to match the mapping to that of macOS. > > > > `wsconsctl

Re: Opensearch can't start if memory is ore than 4g

2022-11-23 Thread Stuart Henderson
On 2022-11-23, Otto Moerbeek wrote: > Did you re-login after the channge? Check with ulimit -a, it > shoud show the new value. Also: login.conf is pretty strict about > syntax and generally shows no erro message if it is wrong. Re-login isn't needed for this, it's an rc.d daemon so it's