Re: zsh Re: type checking/signalling shell and utilities?

2021-11-19 Thread Andreas Kusalananda Kähäri
On Fri, Nov 19, 2021 at 07:34:58PM +1059, Reuben ua Bríġ wrote: > > Date: Fri, 19 Nov 2021 08:30:44 +0100 > > From: Andreas Kusalananda Kähäri > > > > Ah, so you are talking about options that takes multiple > > option-arguments. > > That roughly correct for what I was saying about lists, but te

pkg_add with certificate pinning

2021-11-19 Thread Fabio Martins
Sorry if it is a bit off-topic. After reading an article about rogue CA's: https://www.theregister.com/2021/11/19/web_trust_certificates/ I wonder if there is any advantage of using certificate pinning in the process of pkg_add / sysupgrade / pkg_* while updating OpenBSD packages. -- Fabio h

Re: pkg_add with certificate pinning

2021-11-19 Thread Fabio Martins
On 2021-11-19 06:57, Yifei Zhan wrote: On 21/11/19 06:26AM, Fabio Martins wrote: Sorry if it is a bit off-topic. After reading an article about rogue CA's: https://www.theregister.com/2021/11/19/web_trust_certificates/ I wonder if there is any advantage of using certificate pinning in the pro

Re: pkg_add with certificate pinning

2021-11-19 Thread Stuart Henderson
On 2021-11-19, Fabio Martins wrote: > Sorry if it is a bit off-topic. > > After reading an article about rogue CA's: > > https://www.theregister.com/2021/11/19/web_trust_certificates/ > > I wonder if there is any advantage of using certificate pinning in the > process of pkg_add / sysupgrade / pk

Re: Supermicro IPMIView/iKVM

2021-11-19 Thread Stuart Henderson
On 2021-11-19, Allan Streib wrote: > On Thu, Nov 18, 2021, at 6:36 PM, Allan Streib wrote: >> Anyone successfully using SuperMicro's IPMIView20 java >> application on OpenBSD with any of the jdk packages? > > I discovered that the noVNC package includes support for the ATEN iKVM > vnc protocol var

Rework UNIX sockets locking to be fine grained

2021-11-19 Thread Vitaliy Makkoveev
Hi, I'm searching for people who can help me with test of the diff [1] which reworks unix(4) sockets to use fine grained (per-socket) locks. unix(4) sockets are highly used for interprocess communications so this diff could be significant. I'm interesting in all experience, not only in high pres

Thinkpad T400 temperature sensors

2021-11-19 Thread Jan Stary
This is current/amd64 on a Thinkpad T400 (full dmesg and sysctl hw below). It provides various sensors reporting temperatures, but I don't really know what temperatures these are. $ sysctl hw | grep temp hw.sensors.cpu0.temp0=39.00 degC hw.sensors.acpithinkpad0.temp0=48.00 degC hw.sensors.acpith

Re: Thinkpad T400 temperature sensors

2021-11-19 Thread Why 42? The lists account.
On Fri, Nov 19, 2021 at 01:58:20PM +0100, Jan Stary wrote: > This is current/amd64 on a Thinkpad T400 > (full dmesg and sysctl hw below). > > It provides various sensors reporting temperatures, > but I don't really know what temperatures these are. > > $ sysctl hw | grep temp > > hw.sensors.cp

Re: zsh Re: type checking/signalling shell and utilities?

2021-11-19 Thread Andreas Kusalananda Kähäri
On Fri, Nov 19, 2021 at 08:58:00PM +1100, Reuben ua Bríġ wrote: > > Date: Fri, 19 Nov 2021 10:23:51 +0100 > > From: Andreas Kusalananda Kähäri > > > > What was the thing about "/" and "ti"? > > I might a lot of typos. by "ti" I meant "2". I had the glob "2/*" which > includes a "/". My point was

Re: zsh Re: type checking/signalling shell and utilities?

2021-11-19 Thread Andreas Kusalananda Kähäri
On Fri, Nov 19, 2021 at 03:10:42PM +0100, Kusalananda Kähäri wrote: > On Fri, Nov 19, 2021 at 08:58:00PM +1100, Reuben ua Bríġ wrote: [cut] > > f=* sed -f$f > > In sh (inserts -f as a separate argument before each name that * expands > to): > > set -- * > for name do >

Re: pkg_add with certificate pinning

2021-11-19 Thread Fabio Martins
On 2021-11-19 08:12, Stuart Henderson wrote: On 2021-11-19, Fabio Martins wrote: Sorry if it is a bit off-topic. After reading an article about rogue CA's: https://www.theregister.com/2021/11/19/web_trust_certificates/ I wonder if there is any advantage of using certificate pinning in the pr

Re: rc Re: distributive glob Re: type checking/signalling shell and utilities?

2021-11-19 Thread Andreas Kusalananda Kähäri
On Fri, Nov 19, 2021 at 06:12:26PM +1100, Reuben ua Bríġ wrote: > Hi Jonathan, > > Thanks for your message which was the most helpful. > I only just read it on marc.info. > MS which serves the ANU mail is withholding mail. > > I include some musings on rc that mightnt have made it to the list. >

Re: rc Re: distributive glob Re: type checking/signalling shell and utilities?

2021-11-19 Thread Andreas Kusalananda Kähäri
On Sat, Nov 20, 2021 at 03:00:18AM +1100, Reuben ua Bríġ wrote: > > Date: Fri, 19 Nov 2021 18:12:26 +1100 > > From: Reuben ua Bríġ > > > > Next I would change the shell to pass as a parameter an array of > > bits describing which arguments are expanded from patterns and > > therefore definitely fi

Re: rc Re: distributive glob Re: type checking/signalling shell and utilities?

2021-11-19 Thread Brian Brombacher
You have a fundamental misunderstanding of what a shell is, how a program executes, and how arguments to that program are passed. You pass arguments to a program through a SINGLE ARRAY. This is true in every operating system. Stop advocating for things you don’t understand. > On Nov 19, 2021,

RTL8852AE wifi driver

2021-11-19 Thread Moritz Messner
Hello, there seems to be a working driver for this wifi chip which works under Linux (https://github.com/lwfinger/rtw89) and I have it in my laptop (will probably replace it with a intel ax200/201 so I can use it at school). How much work would be needed to port the driver to OpenBSD?

Re: futex(2) not working in inherited mmap'd anon memory

2021-11-19 Thread Thomas Munro
On Fri, Nov 5, 2021 at 9:19 AM Thomas Munro wrote: > On Tue, Oct 26, 2021 at 11:29 PM Thomas Munro wrote: > > When I do mmap(MAP_ANONYMOUS | MAP_SHARED) and then fork(), it seems > > that futex(2) wakeups are not delivered between child and parent in > > that memory. It does work as expected if

Re: Limit Mail Submission to inet4

2021-11-19 Thread Stuart D Gathman
On Thu, 18 Nov 2021, Simon Hoffmann wrote: Why? Why not fix the IPv6 issue? Our servers deliver to gmail over IPv6 with no issues. Hmm, thats interesting. The last time i googled it said that its a known issue with gmail and one should use IPv4. Also, the GMail help No problems sending IPv

Re: How to check that HT is working and used?

2021-11-19 Thread Kevin Chadwick
In case you missed Stuarts email that also mentioned that you were booting the uni processor kernel. Then I will re-mention that HT, if still re-enabled by you, was disabled by default for security reasons (hunch) on OpenBSD. Linux came to realise issues later, but decided to stick with insecure by