Re: jot(1) changed behavior

2016-07-16 Thread Jason McIntyre
On Sat, Jul 16, 2016 at 09:46:29PM +0200, Theo Buehler wrote: > I see two options apart from reverting my commit. > > 1. Just fix the bug Otto noticed. Remove the section on randomness >completely and fix one example in the manual. That's what the patch >in this mail does. The patch for

Re: jot(1) changed behavior

2016-07-16 Thread Theo Buehler
I see two options apart from reverting my commit. 1. Just fix the bug Otto noticed. Remove the section on randomness completely and fix one example in the manual. That's what the patch in this mail does. The patch for jot.c is the same as in my previous mail. 2. Restore the previous

Re: jot(1) changed behavior

2016-07-16 Thread Theo Buehler
This is the second poposal: In addition to fixing the bug Otto noticed, restore the previous behavior when -r is used in combination with -w or -c. This is done by checking whether those flag were specified on the command line. In particular, we have the following situation: $ obj/jot -r 10

Re: easy-rsa on 5.9: STR_COPY variable has no value

2016-07-16 Thread Marko Cupać
On Sat, 16 Jul 2016 07:36:05 + (UTC) Stuart Henderson wrote: > This is using the wrong binary, it should be > using /usr/local/bin/eopenssl from the OpenSSL package. Thanks, using eopenssl does not throw errors. > What version of easy-rsa are you using, is it from the

USB and Intel Bay Trail

2016-07-16 Thread Tony Sarendal
Hola, I got a pair of mini-pc's to play with for the summer vacation, small fanless thingies with 4xGE and wifi. http://www.qotom.net/goods-129-QOTOM-Q190G4+4+LAN+Mini+PC.html When testing with the latest snapshot USB wont play. Any ideas ? Regards Tony # dmesg OpenBSD 6.0-beta (GENERIC.MP)

Re: Disk I/O performance of OpenBSD 5.9 on Xen

2016-07-16 Thread Mike Belopuhov
On 14 July 2016 at 14:54, Maxim Khitrov wrote: > On Wed, Jul 13, 2016 at 11:47 PM, Tinker wrote: >> On 2016-07-14 07:27, Maxim Khitrov wrote: >> [...] >>> >>> No, the tests are run sequentially. Write performance is measured >>> first (20 MB/s), then

Re: Route via gre0 works different than route via gre{1,2}?

2016-07-16 Thread Florian Ermisch
Am 15. Juli 2016 22:22:32 MESZ, schrieb Florian Ermisch : > Hi, > > while debugging a problem with routing via GRE I figured > out I have to use `route add $LAN_A $GRE_REMOTE_A` > for the route going via gre0 but `route add -iface $LAN_B > $GRE_LOCAL_B` for

Re: ddclient failure to start

2016-07-16 Thread Joe S
> On Jul 14, 2016, at 1:53 PM, Brian McCafferty wrote: > > On 07/14/16 19:32, Joe S wrote: >>> On Jul 8, 2016, at 7:44 PM, Ed Ahlsen-Girard wrote: >>> >>> ddclient won't start from rc.d with this configuration: >>> >>> rc.conf.local: >>> >>> ntpd_flags= >>>

Re: easy-rsa on 5.9: STR_COPY variable has no value

2016-07-16 Thread Stuart Henderson
On 2016-07-15, Marko Cupać wrote: > Easy-RSA error: > > Missing or invalid OpenSSL > Expected to find openssl command at: /usr/bin/openssl This is using the wrong binary, it should be using /usr/local/bin/eopenssl from the OpenSSL package. What version of easy-rsa are you