Re: build with DEBUG defined

2019-08-06 Thread Edgar Pettijohn
On Aug 6, 2019 8:51 PM, Gleydson Soares wrote: > > On Tue, Aug 06, 2019 at 06:55:15PM -0500, Edgar Pettijohn wrote: > > I'm trying to build smtpd with `-g'. I tried the following: > > > > deathstar$ make -DDEBUG > > ===> smtpd > > yacc  -o parse.c /usr/src/usr.sbin/smtpd/smtpd/../parse.y > >

hw.speed=97 low values of CPU MHz in QEMU Guests

2019-08-06 Thread Tom Smyth
Hello, I have been doing some (very rudimentary) testing on network performance on OpenBSD guests running in a KVM Virtual Machine I was wondering does the sysctl readonly value hw.cpuspeed used as input for any drivers in OpenBSD, the reason Im asking is that the reported speed of the CPU MHz

Re: Full path in SYNOPSIS for /usr/libexec programs

2019-08-06 Thread Theo de Raadt
Lyndon Nerenberg wrote: > Theo de Raadt writes: > > Disagree on this. > > > > Those programs are intentionally not in the path, since you don't > > run them by hand. > > That's what I was getting at. It's not clear they are 'libexec's. > That's what confuses people. I just thought this might

Re: Full path in SYNOPSIS for /usr/libexec programs

2019-08-06 Thread Lyndon Nerenberg
Theo de Raadt writes: > Disagree on this. > > Those programs are intentionally not in the path, since you don't > run them by hand. That's what I was getting at. It's not clear they are 'libexec's. That's what confuses people. I just thought this might be a way to make it clear(er) that you

Re: build with DEBUG defined

2019-08-06 Thread Gleydson Soares
On Tue, Aug 06, 2019 at 06:55:15PM -0500, Edgar Pettijohn wrote: > I'm trying to build smtpd with `-g'. I tried the following: > > deathstar$ make -DDEBUG > ===> smtpd > yacc -o parse.c /usr/src/usr.sbin/smtpd/smtpd/../parse.y > cc -O2 -pipe 1 -fstack-protector-all

Re: Full path in SYNOPSIS for /usr/libexec programs

2019-08-06 Thread Theo de Raadt
Disagree on this. Those programs are intentionally not in the path, since you don't run them by hand. I think you are making a mountain out of a molehill. Lyndon Nerenberg wrote: > For programs that live in /usr/libexec, those with manpages show > just the bare program name in the SYNOPSIS

Full path in SYNOPSIS for /usr/libexec programs

2019-08-06 Thread Lyndon Nerenberg
For programs that live in /usr/libexec, those with manpages show just the bare program name in the SYNOPSIS section (when there is a SYNOPSIS section). There is a long-standing expectation that programs documented in section 8 of the manual can be run from a shell with /sbin:/usr/sbin in the

Bluetooth support status

2019-08-06 Thread John Brahy
Hello, Just curious if there was any change in OpenBSD supporting bluetooth. In this commit from tedu@ it's saying that support was ripped out of the kernel because it never really worked. https://marc.info/?l=openbsd-cvs=140511572108715=2 man -k blue brings up nothing appros. Thanks, JB

build with DEBUG defined

2019-08-06 Thread Edgar Pettijohn
I'm trying to build smtpd with `-g'. I tried the following: deathstar$ make -DDEBUG ===> smtpd yacc -o parse.c /usr/src/usr.sbin/smtpd/smtpd/../parse.y cc -O2 -pipe 1 -fstack-protector-all -I/usr/src/usr.sbin/smtpd/smtpd/.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations

Re: Building Unbound with Python module support

2019-08-06 Thread Andy Lemin
Hi Stuart, Thanks for your reply. So I put in some leg work to set myself up so I could build a new release base system, and went digging. And I found “/usr/src/usr.src/unbound/Makefile.bsd-wrapper” so I think I have found the correct build options to match with the base builds

Re: How do I publish default router preferences using rad?

2019-08-06 Thread Sebastian Benoit
Caleb(enlightened.des...@gmail.com) on 2019.08.06 08:05:48 -0700: > How do I publish default router preferences as defined in RFC 4191 > (https://tools.ietf.org/html/rfc4191) using rad in OpenBSD 6.5? > I've read the friendly rad.conf man page > (https://man.openbsd.org/rad.conf.5) and scanned the

Re: Building Unbound with Python module support

2019-08-06 Thread Stuart Henderson
On 2019-08-06, Andy Lemin wrote: > Hi guys, > > I’m just after some general advice as I feel like I’m doing something wrong, > and having to hack around too much for what I believe should be simple. > > I am developing a simple Python plugin for Unbound, and the default Unbound > install on

vidoas script

2019-08-06 Thread harold felton
howdee, i know that yallve helped me so many times and in so many ways that i thought id try to give something back... in particular i have run into the simple/silly problem of directly editting the /etc/doas.conf file and making a mistake which locks me out of fixing it... so, i looked around

Re: Best 1Gbe NIC

2019-08-06 Thread Andy Lemin
Thanks for your comments guys. I’ve ordered some Intel NICs :) I just wanted to make sure I was getting the best offload capability, but I agree with you Claudio ;) Cheers, Andy. Sent from a teeny tiny keyboard, so please excuse typos > On 2 Aug 2019, at 19:09, Brian Brombacher wrote: >

Building Unbound with Python module support

2019-08-06 Thread Andy Lemin
Hi guys, I’m just after some general advice as I feel like I’m doing something wrong, and having to hack around too much for what I believe should be simple. I am developing a simple Python plugin for Unbound, and the default Unbound install on OpenBSD sadly wasn’t built with

How do I publish default router preferences using rad?

2019-08-06 Thread Caleb
How do I publish default router preferences as defined in RFC 4191 (https://tools.ietf.org/html/rfc4191) using rad in OpenBSD 6.5? I've read the friendly rad.conf man page (https://man.openbsd.org/rad.conf.5) and scanned the source (https://github.com/openbsd/src/tree/master/usr.sbin/rad) with no

Hints on understanding/solving strange behavior in OBSD@QEmu

2019-08-06 Thread Guillaume Muller
Hi, I installed OBSD 6.5 (or upgraded from 6.4, I'm not sure...) in a qcow2 image in QEmu 3.1.0 (Xubuntu 19.04 host). I selected to run ssh & start X with xenodm. Everything went fine with the basic install. Then I installed a few packages (emacs, python, spyder3, etc) and updated everything