MTU on oce(4) nics

2015-06-11 Thread Pedro Caetano
Hi tech@, I'm running some stress testing on a pair of hp dl320 gen8 servers with HP NC552SFP nics. This is a new installation, ip forwarding enabled, bug reproducible on 5.7 -stable and -current For this purpose i've been using tcpbench between these two openbsd boxes Running with the default

Re: MTU on oce(4) nics

2015-06-11 Thread Mike Belopuhov
On 11 June 2015 at 17:59, Pedro Caetano pedrocaet...@binaryflows.com wrote: Hi tech@, I'm running some stress testing on a pair of hp dl320 gen8 servers with HP NC552SFP nics. This is a new installation, ip forwarding enabled, bug reproducible on 5.7 -stable and -current For this purpose

LibreSSL 2.1.7 and 2.2.0 released

2015-06-11 Thread Brent Cook
We have released LibreSSL 2.2.0, which will be arriving in the LibreSSL directory of your local OpenBSD mirror soon. This release is the first from the OpenBSD 5.8 development tree and features mainly on build system improvements and new OS support. We have also released LibreSSL 2.1.7, which

smtpd errata

2015-06-11 Thread Gilles Chehade
Patches are now available for 5.6 and 5.7 which fix an smtpd errata. 5.6 errata 25 and 5.7 errata 8: Fix multiple reliability issues in smtpd: a local user can cause smtpd to fail by writing an invalid imsg to control socket. a local user can prevent smtpd from serving new requests by exhausting

Trips in Aug , Last Call for June| Sail for Gold, enjoy the SUN - never miss the chance| Uzivajte!

2015-06-11 Thread Yes Sail
Hi, YesSail announced new Sailing trips from Athens, August 15-22 (7 days) August 22-29 Or both August 15-29 (14 days) And very affordable price, just 450 eur per person (skipper included) Last minute for June 17-27, just 350 eur. For more inquiries, please visit our FB FunPage or reply here.

syslogd in foreground

2015-06-11 Thread Alexander Bluhm
Hi, I need a syslogd running in foreground for a project. FreeBSD also uses the option -F for that. Do we want this feature in OpenBSD? ok? bluhm Index: usr.sbin/syslogd/privsep.c === RCS file:

LibreSSL errata

2015-06-11 Thread Doug Hogan
Patches are now available to fix a few issues in LibreSSL's libcrypto. CVE-2015-1788 - Malformed ECParameters causes infinite loop CVE-2015-1789 - Exploitable out-of-bounds read in X509_cmp_time CVE-2015-1792 - CMS verify infinite loop with unknown hash function Note that CMS was already

syslogd fork error message

2015-06-11 Thread Alexander Bluhm
Hi, If fork fails, it should print an error message. ok? bluhm Index: usr.sbin/syslogd/syslogd.c === RCS file: /data/mirror/openbsd/cvs/src/usr.sbin/syslogd/syslogd.c,v retrieving revision 1.161 diff -u -p -r1.161 syslogd.c ---

Re: important audio simplifications to test and review

2015-06-11 Thread Gregor Best
On Thu, Jun 11, 2015 at 09:20:54AM +0200, Alexandre Ratchov wrote: [...] To test this diff, simply run your regular audio stuff and let us know if you notice any difference. I'd suggest to keep a copy of the old kernel in order to be able to compare easily. [...] I've been listening to music

Re: samba4 slow startup, shared libs?

2015-06-11 Thread Ian Mcwilliam
Curiously from --- samba-4.0.3/wscript Tue Dec 4 21:07:44 2012 +++ samba-4.0.26/wscriptMon Dec 8 18:46:38 2014 -if sys.platform != openbsd4: +if not sys.platform.startswith(openbsd): conf.env.asneeded_ldflags = conf.ADD_LDFLAGS('-Wl,--as-needed', testflags=True)

Re: RAM encryption and key storing in CPU

2015-06-11 Thread ertetlen barmok
Any luck with this? Original Message From: ertetlen barmok ertetlenbar...@safe-mail.net Apparently from: owner-tech+m42...@openbsd.org To: tech@openbsd.org Subject: RAM encryption and key storing in CPU Date: Sat, 23 May 2015 05:15:47 -0400 Hello, == Problem:

important audio simplifications to test and review

2015-06-11 Thread Alexandre Ratchov
This is a replacement for the audio(4) driver. It implements a minimal and complete subset of the audio abi. The main goal is to simplify the semantics and the code itself. Less code, less bugs, hopefuly easier development. To test this diff, simply run your regular audio stuff and let us know if

Re: important audio simplifications to test and review

2015-06-11 Thread Max Fillinger
My uaudio device stopped working with this patch: $ aucat -i test.wav -f snd/0 snd/0: couldn't open audio device With AUDIO_DEBUG enabled, I see the following output on the console: audio1: setpar: req enc=10 bits=16, bps=2, msb=1 rate=48000, pchan=2, rchan=2, round=960, nblks=2 audio1: 0x180:

Re: Fix for connect race in relayd

2015-06-11 Thread sven falempin
Dear relayd user, I am glad there is a connection state in relayd, this sound a better design, the former patch proposed by B.Provost was already a step toward this. This State is also a good tool to remove the volatile inflight; Fixing the race condition the OP was working on. Should we (I)