Nixspam List Mirroring Broken

2021-09-28 Thread Bryce Chidester
Good day, I've noticed the OpenBSD.org mirror of the Nixspam list ( https://www.openbsd.org/spamd/nixspam.gz) seems to have broken, apparently sometime earlier this month. The retrieved file contains a header from the mirror process indicating when it last run, but there is no "actual data" (a

Re: riscv makedev wd0

2021-09-28 Thread Theo de Raadt
Alexander Bluhm wrote: > in regress/etc/MAKEDEV I see this "wd0: unknown device" error in > riscv64 ramdisk. > > run-riscv64-ramdisk > rm -rf -- riscv64-ramdisk.dir > mkdir -m 700 riscv64-ramdisk.dir > cp /usr/src/regress/etc/MAKEDEV/../../../etc/etc.riscv64/MAKEDEV >

Re: riscv makedev wd0

2021-09-28 Thread Mark Kettenis
> Date: Tue, 28 Sep 2021 17:46:47 +0200 > From: Alexander Bluhm > > Hi, > > in regress/etc/MAKEDEV I see this "wd0: unknown device" error in > riscv64 ramdisk. > > run-riscv64-ramdisk > rm -rf -- riscv64-ramdisk.dir > mkdir -m 700 riscv64-ramdisk.dir > cp

Re: Unwind + NSD usage question

2021-09-28 Thread abyxcos
On Tue, Sep 28, 2021, at 11:22, Brian Brombacher wrote: >> On Sep 27, 2021, at 8:52 PM, abyx...@mnetic.ch wrote: >> >> Hello, trying to set up unwind with nsd on the same machine serving a >> internal domain (home.arpa) with all my machines being part of that domain, >> eg router.home.arpa. If

riscv makedev wd0

2021-09-28 Thread Alexander Bluhm
Hi, in regress/etc/MAKEDEV I see this "wd0: unknown device" error in riscv64 ramdisk. run-riscv64-ramdisk rm -rf -- riscv64-ramdisk.dir mkdir -m 700 riscv64-ramdisk.dir cp /usr/src/regress/etc/MAKEDEV/../../../etc/etc.riscv64/MAKEDEV riscv64-ramdisk.dir/ chown root:wheel

Re: Unwind + NSD usage question

2021-09-28 Thread Brian Brombacher
> On Sep 27, 2021, at 8:52 PM, abyx...@mnetic.ch wrote: > > Hello, trying to set up unwind with nsd on the same machine serving a > internal domain (home.arpa) with all my machines being part of that domain, > eg router.home.arpa. If I point dig at my nsd instance (dig @127.0.0.1 -p >

Re: Unwind + NSD usage question

2021-09-28 Thread abyxcos
On Tue, Sep 28, 2021, at 06:25, Paul de Weerd wrote: > Hi, > > Why do you set your NSD as a forwarder? How is unbound supposed to > know what queires should go to your NSD versus the rest of the > internet? Thanks Paul and Otto. I chose NSD here because it looked much easier than unbound to set

Re: Missing include in sys/device.h

2021-09-28 Thread Ingo Schwarze
Hi Rafael, Rafael Sadowski wrote on Tue, Sep 28, 2021 at 08:22:06AM +0200: > On Mon Sep 27, 2021 at 11:20:55PM -0600, Theo de Raadt wrote: >> Oh, like how about you try compiling a kernel after your proposed diff? >> >> in userland - >>size_t comes from sys/types.h >>or a header file

Re: Unwind + NSD usage question

2021-09-28 Thread Ingo Schwarze
Hello Paul, Paul de Weerd wrote on Tue, Sep 28, 2021 at 12:44:07PM +0200: > 'local-data-ptr:' in unbound.conf(5): > http://man.openbsd.org/unbound.conf#local~2 > http://man.openbsd.org/unbound.conf#local~3 heh, thank you for *both* of these bug reports, i'm adding them to the mandoc TODO file

Re: sigwaitinfo(2) and sigtimedwait(2)

2021-09-28 Thread Claudio Jeker
On Sun, Sep 26, 2021 at 02:36:02PM +0200, Mark Kettenis wrote: > > Date: Fri, 24 Sep 2021 19:36:21 +0200 > > From: Rafael Sadowski > > > > I'm trying to port the more KDE stuff so my question is from porter > > perspective. > > > > I need sigwaitinfo(2)/sigtimedwait(2) and I found both

Re: Unwind + NSD usage question

2021-09-28 Thread Paul de Weerd
On Tue, Sep 28, 2021 at 12:25:30PM +0200, Paul de Weerd wrote: | Otto's answer is a good solution, but I wanted to share mine: Read Otto's answer too fast - he's basically talking about the same solution I think. Unbound has another alternative where you configure it to serve specific records

Re: Unwind + NSD usage question

2021-09-28 Thread Paul de Weerd
Hi, Why do you set your NSD as a forwarder? How is unbound supposed to know what queires should go to your NSD versus the rest of the internet? Otto's answer is a good solution, but I wanted to share mine: If you have your NSD setup running to only serve those 'router.home.arpa' records and

Re: Unwind + NSD usage question

2021-09-28 Thread Otto Moerbeek
On Mon, Sep 27, 2021 at 08:50:06PM -0400, abyx...@mnetic.ch wrote: > Hello, trying to set up unwind with nsd on the same machine serving a > internal domain (home.arpa) with all my machines being part of that domain, > eg router.home.arpa. If I point dig at my nsd instance (dig @127.0.0.1 -p >

Re: Missing include in sys/device.h

2021-09-28 Thread Rafael Sadowski
On Mon Sep 27, 2021 at 11:20:55PM -0600, Theo de Raadt wrote: > Oh, like how about you try compiling a kernel after your proposed diff? > > in userland - >size_t comes from sys/types.h >or a header file which pulls in sys/types.h, and there should be >no further new iteration added >