Support for ath10k QCA988x devices

2020-01-28 Thread Alexander Merritt
Hello, I am curious if there is any info on support for the wireless chipset Qualcomm Atheros QCA988x in the ath10k drivers. These devices are sold by PCEngines. Prior discussions I found on this list: On 2014-04-17 Thom Lauret wrote > 802.11n is not yet supported in OpenBSD. On 2015-09-23

texlive_texmf-full package broken on cdn.openbsd.org

2020-01-28 Thread Manuel Solis
Hello Misc, Just to confirm that the package textlive_texmf-full is broken on cdn.openbsd and cloudfare.cdn.openbsd Error: doas pkg_add textlive_texmf-full quirks-3.182 signed on 2020-01-25T17:59Z https://cloudfare.cdn.openbsd.org/pub/OpenBSD/6.6/packages/amd64/textlive_texmf-full-2018.tgz: ftp:

Re: FreeBSD daemon(8)-like command for OpenBSD

2020-01-28 Thread Thomas Bohl
But another use for daemon(8) is for its ability to detach the child process from the controlling terminal If it is about a rc.d script, you can add rc_bg=YES to it.

Re: experience with supermicro based Network Devices for 1Gb/s Ipsec throughput

2020-01-28 Thread Andrew Luke Nesbit
On 01/10/2019 21:17, Lyndon Nerenberg wrote: >> SYS-5018A-FTN4 > > If you have any of these, replace them. They have known buggy CPUs > and will randomly fail without warning. We replaced about a dozen > of them after >50% failed within the first year of installation. I have several of these

Re: FreeBSD daemon(8)-like command for OpenBSD

2020-01-28 Thread Marc Chantreux
hello, > PID=`pgrep gloob` > if [ -z "$PID" ]   >      then >     /usr/local/bin/gloob -f poor_security_a_bad_idea_to_run.conf >      fi is there a reason to not use the pgrep status ? pgrep -q gloob || /usr/local/bin/gloob regards, marc

Re: FreeBSD daemon(8)-like command for OpenBSD

2020-01-28 Thread Allan Streib
You asked about the base image, so maybe there is some reason you can't use it, but Supervisor is in ports/packages. Allan Patrick Kristiansen writes: > Hi everyone, > > Is there something like the FreeBSD daemon(8) command for OpenBSD, which > can run a process in the background and restart

Re: match two conditions in relayd(8)

2020-01-28 Thread Joel Carnat
On Mon, Jan 27, 2020 at 09:22:40PM +0100, Sebastian Benoit wrote: > Joel Carnat(j...@carnat.net) on 2020.01.27 18:21:43 +0100: > > Hi, > > > > I'm setting up an HTTP(S) Reverse Proxy with relayd(8). > > > > I have one listener with multiple FQDN allowed. > > But I also have a common path that

Re: FreeBSD daemon(8)-like command for OpenBSD

2020-01-28 Thread Martijn van Duren
On 1/28/20 9:29 AM, Patrick Kristiansen wrote: > Hi Ingo > > Thank you for your reply. > > I can't say I disagree with your and the OpenBSD team's attitude about > bug-free daemons. But I am just a lowly application programmer, and > sometimes I introduce horrible bugs that make our systems

Re: FreeBSD daemon(8)-like command for OpenBSD

2020-01-28 Thread Paul de Weerd
Hi Patrick, On Tue, Jan 28, 2020 at 09:29:20AM +0100, Patrick Kristiansen wrote: | Hi Ingo | | Thank you for your reply. | | I can't say I disagree with your and the OpenBSD team's attitude about | bug-free daemons. But I am just a lowly application programmer, and | sometimes I introduce

Re: FreeBSD daemon(8)-like command for OpenBSD

2020-01-28 Thread Patrick Kristiansen
Hi Ingo Thank you for your reply. I can't say I disagree with your and the OpenBSD team's attitude about bug-free daemons. But I am just a lowly application programmer, and sometimes I introduce horrible bugs that make our systems crash. In many cases it will be preferable to just start the

Re: interface modifiers :network and :0 picking different subnets for IPv6

2020-01-28 Thread Paul de Weerd
Hi Richard, On Tue, Jan 28, 2020 at 04:42:02PM +1300, richard.n.proc...@gmail.com wrote: | Does the patch below help? It does! Great, thank you! (tested on my test vm as that has a source tree checked out) [weerd@test1] $ echo 'block in on vio0 proto { tcp, udp } from vio0:network to !