Re: rcctl: howto set flags for disabled services?

2017-11-20 Thread Stuart Henderson
On 2017/11/20 10:10, Harald Dunkel wrote: > Hi Sebastian, > > On 11/15/17 12:22 PM, Sebastian Benoit wrote: > > Harald Dunkel(harald.dun...@aixigo.de) on 2017.11.14 07:48:01 +0100: > >> > >> Do you think the request to distinguish between the "usual" command > >> line flags and the information

Re: rcctl: howto set flags for disabled services?

2017-11-20 Thread Harald Dunkel
Hi Sebastian, On 11/15/17 12:22 PM, Sebastian Benoit wrote: > Harald Dunkel(harald.dun...@aixigo.de) on 2017.11.14 07:48:01 +0100: >> >> Do you think the request to distinguish between the "usual" command >> line flags and the information whether a service should be started >> at boot time is

Re: Add Ubiquiti Unifi Security Gateway support to OpenBSD

2017-11-20 Thread Bryan Vyhmeister
On Sun, Nov 19, 2017 at 02:51:53PM -0600, Justin Hibbits wrote: > On Sun, Nov 19, 2017 at 7:31 AM, Visa Hankala wrote: > > The patch is included in the most recent octeon snapshot: > > > > Build date: 1511043183 - Sat Nov 18 22:13:03 UTC 2017 > > Works like a charm. Thanks! >

Re: Add Ubiquiti Unifi Security Gateway support to OpenBSD

2017-11-20 Thread Bryan Vyhmeister
On Mon, Nov 20, 2017 at 09:56:05AM -0600, Justin Hibbits wrote: > Yes, it has an internal USB slot. I swapped mine out with a 32G > Samsung stick so that I could save the original, and it works quite > well. Great! Thanks. That's exactly what I did for my ERPoE units and used the same Samsung

Re: Add Ubiquiti Unifi Security Gateway support to OpenBSD

2017-11-20 Thread Justin Hibbits
On Mon, Nov 20, 2017 at 9:31 AM, Visa Hankala wrote: > On Sun, Nov 19, 2017 at 02:51:53PM -0600, Justin Hibbits wrote: >> On Sun, Nov 19, 2017 at 7:31 AM, Visa Hankala wrote: >> > The patch is included in the most recent octeon snapshot: >> > >> > Build date:

Re: Add Ubiquiti Unifi Security Gateway support to OpenBSD

2017-11-20 Thread Justin Hibbits
On Mon, Nov 20, 2017 at 9:43 AM, Bryan Vyhmeister wrote: > On Sun, Nov 19, 2017 at 02:51:53PM -0600, Justin Hibbits wrote: >> On Sun, Nov 19, 2017 at 7:31 AM, Visa Hankala wrote: >> > The patch is included in the most recent octeon snapshot: >> > >> >

Re: grep accept -r parameter, but man grep(1) list -R only

2017-11-20 Thread Klemens Nanni
On Mon, Nov 20, 2017 at 08:07:04PM +0100, Jiri Navratil wrote: > Hello, > > discovered by students during my lecture. > > man grep(1) do not list -r See the STANDARDS section.

Re: QEMU

2017-11-20 Thread Mike Larkin
On Mon, Nov 20, 2017 at 02:42:36PM -0500, Joshua Brand wrote: > Hello, > > I'm experiencing performance issues with OpenBSD 6.1 and 6.2 when running on > qemu 2.10 (machine type "pc-i440fx-2.10"). > > The symptoms are that some simple commands become quite slow or > unresponsive. For example:

grep accept -r parameter, but man grep(1) list -R only

2017-11-20 Thread Jiri Navratil
Hello, discovered by students during my lecture. man grep(1) do not list -r but $ grep -l exit /usr/share/doc/ $ grep -lR exit /usr/share/doc/ /usr/share/doc/mg/tutorial $ grep -lr exit /usr/share/doc/ /usr/share/doc/mg/tutorial So there is difference between man page and command. tested

Re: grep accept -r parameter, but man grep(1) list -R only

2017-11-20 Thread Alexander Bluhm
On Mon, Nov 20, 2017 at 08:07:04PM +0100, Jiri Navratil wrote: > So there is difference between man page and command. You have to read further down: STANDARDS Historic versions of the grep utility also supported the flags [-ruy]. This implementation supports those options; however,

QEMU

2017-11-20 Thread Joshua Brand
Hello, I'm experiencing performance issues with OpenBSD 6.1 and 6.2 when running on qemu 2.10 (machine type "pc-i440fx-2.10"). The symptoms are that some simple commands become quite slow or unresponsive. For example: "vmstat -w 1", or "iostat -w 1", and "top -s 1". I assume this is

relayd ssl inspection: lost child: pid 60617 terminated; signal 10

2017-11-20 Thread ya
> Synopsis: relayd mitm exits with SIGBUS SIG_DFL code BUS_OBJERR<3> > addr=0x... trapno=4 > Category: system > Environment: System : OpenBSD 6.2 Details : OpenBSD 6.2 (GENERIC.MP) #0: Thu Oct 12 19:53:18 CEST 2017

Re: rcctl: howto set flags for disabled services?

2017-11-20 Thread Harald Dunkel
Hi Stuart, On 11/20/17 10:43 AM, Stuart Henderson wrote: > > There is a difference in the mechanism between daemons from packages > (where it would be _possible_ to enable/disable independent of storing > flags) and daemons from base (where it is not, unless changes are made > to rc.conf - and I

Re: kernel page fult while forwarding ip6 and destroying vlan

2017-11-20 Thread Hrvoje Popovski
On 9.11.2017. 1:11, Hrvoje Popovski wrote: > Hi all, > > while sending ip6 packets from host connected to vlan200 to host > connected vlan300 and then destroying vlan300 i'm getting kernel page > fault. it's clean snapshot from 2017-11-08. it's easily reproducible > > > # ifconfig vlan300

Re: kernel page fult while forwarding ip6 and destroying vlan

2017-11-20 Thread Martin Pieuchot
Hello Hrvoje, On 09/11/17(Thu) 01:11, Hrvoje Popovski wrote: > while sending ip6 packets from host connected to vlan200 to host > connected vlan300 and then destroying vlan300 i'm getting kernel page > fault. it's clean snapshot from 2017-11-08. it's easily reproducible You found a nice race. >