Re: OpenSMTPD and tls no-verify

2018-06-23 Thread Craig Skinner
On Sat, 23 Jun 2018 13:11:37 +0200 "Peter J. Philipp" wrote: > This is more a question to the OpenSMTPD community. There's another mailing list Peter: http://www.OpenSMTPd.Org/list.html Cheers, -- Craig Skinner | http://linkd.in/yGqkv7

why is this pf rule logging?

2018-06-23 Thread Mike
OpenBSD 6.3, amd64 I am seeing this record being logged by pf. The rule specified in the record does not have logging enabled. I must be missing something simple as to why it is logging, but I can't see it. 20180623T112712.952EDT sentry pf: rule 12/(match) pass in on em0:

Re: How to build with VMM_DEBUG

2018-06-23 Thread Christian Barthel
> I'm trying to hunt down a recent breakage with my VMM virtual machines > refusing to start, and I'm getting errors like this: > > vcpu_run_loop: vm 5 / vcpu 0 run ioctl failed: Invalid argument I am having the same problem after installing "010_intelfpu" on OpenBSD 6.3 stable. If you revert

OpenSMTPD and tls no-verify

2018-06-23 Thread Peter J. Philipp
Hi, This is more a question to the OpenSMTPD community. In OpenBSD 6.4 and already in -current there is a new config file syntax. I did the work and converted my config: http://www.centroid.eu/blog/c?article=1529689653 That is from my blog. I have a question though whether my config is

Re: How to build with VMM_DEBUG

2018-06-23 Thread Stefan Sperling
On Fri, Jun 22, 2018 at 11:41:22PM -0500, Ax0n wrote: > I'm trying to hunt down a recent breakage with my VMM virtual machines > refusing to start, and I'm getting errors like this: > > vcpu_run_loop: vm 5 / vcpu 0 run ioctl failed: Invalid argument See

Re: OpenSMTPD and tls no-verify

2018-06-23 Thread Sebastien Marie
On Sat, Jun 23, 2018 at 01:11:37PM +0200, Peter J. Philipp wrote: > Hi, > > This is more a question to the OpenSMTPD community. In OpenBSD 6.4 and > already > in -current there is a new config file syntax. I did the work and converted > my config: > >

Re: OpenSMTPD and tls no-verify

2018-06-23 Thread Peter J. Philipp
On Sat, Jun 23, 2018 at 01:33:59PM +0200, Sebastien Marie wrote: > Hi Peter, > > The short response is: no. > > The long one is that currently `tls no-verify' applies only for > smarthost configuration (`relay' with `host url', when tls is implied). > > smtpd(8) should complains if you try the

Re: Restoring MIPS32 support as a private project

2018-06-23 Thread Reese
Hello, I have always thought about running obsd on my ci20 https://en.wikipedia.org/wiki/Imagination_Creator#Creator_Ci20 the v2 is the one I have. I am not that great of a coder but could try running some builds or something. I'd like to get more involved with the project. I learn a lot just

Re: New laptop recommendations

2018-06-23 Thread Rupert Gallagher
I looked into all of your comments, and I thank you for it. The coreboot/libreboot way was very tempting, but not competitive pricewise. I no longer have a desktop since the past century, spoiled by three MBPs, and need something robust, light, and performing. I spotted an offer for a new

Re: How to build with VMM_DEBUG

2018-06-23 Thread Ax0n
On Sat, Jun 23, 2018 at 5:56 AM, Christian Barthel wrote: > I am having the same problem after installing "010_intelfpu" on OpenBSD > 6.3 stable. If you revert back, does it work for you again? > The only vmm(4) capable machine I have is running -CURRENT, so no reverting syspatches. > I

Re: How to build with VMM_DEBUG

2018-06-23 Thread Mike Larkin
On Fri, Jun 22, 2018 at 11:41:22PM -0500, Ax0n wrote: > I'm trying to hunt down a recent breakage with my VMM virtual machines > refusing to start, and I'm getting errors like this: > > vcpu_run_loop: vm 5 / vcpu 0 run ioctl failed: Invalid argument > > It looks like previous requests for help

WHere to put certificates for IKEDv2?

2018-06-23 Thread C. L. Martinez
Hi all, I am using Easy-RSA to manage my home's CA (using elliptic curve certificates). I have created a certificate for my OpenBSD gw for IKEv2 connections (using strongswan mainly). My question is where do I need to put OpenBSD certs under /etc/iked? I have installed myhost.crt in

Re: How to build with VMM_DEBUG

2018-06-23 Thread Ax0n
On Sat, Jun 23, 2018 at 6:10 AM, Stefan Sperling wrote: > See https://marc.info/?l=openbsd-bugs=152960299009667=2 for > a patch you could test. > (raw patch: https://marc.info/?l=openbsd-bugs=152960299009667=raw) > FWIW, that patch didn't apply cleanly to a fresh pull of the tree from GitHub. I

httpd rewrite and REQUEST_URI value

2018-06-23 Thread Scott Vanderbilt
I was very eager to implement the new rewrite functionality in httpd. However, I've run into an issue, and I am uncertain whether the new behavior is CGI-compliant or not. The app I am attempting to convert to httpd is currently built on nginx, and the rewrite functionality it offers