Re: ldap(1) BER_TYPE_OCTETSTRING isn't always UTF-8 string

2018-11-05 Thread Martijn van Duren
ping On 10/23/18 9:50 AM, Martijn van Duren wrote: > The following diff is a half decent solution to the problems and > (together with my earlier patches) makes our output (minus the comments) > identical to ldapsearch output (for my particular usecase). > > Another issue I addressed in this

Re: Bug report

2018-11-05 Thread Alexander Bluhm
On Mon, Nov 05, 2018 at 07:12:23PM +, bugreport wrote: > Nov 5 17:11:09 malice /bsd: uvm_fault(0x81d02318, 0x13b, 0, 2) -> e Offset of refcnt.refs in struct pf_state is 0x13c. So I think the state pointer is -1. > Nov 5 17:11:09 malice /bsd: refcnt_take(e78f7c08b9a2a0b8) at >

Re: l2k18 ahoy [s_g...@telus.net: FW: SSL connection failure with ftp but not wget [...]

2018-11-05 Thread Matthieu Herrb
On Mon, Nov 05, 2018 at 10:03:31PM +0100, Mark Kettenis wrote: > > Date: Mon, 5 Nov 2018 20:56:33 + > > From: Stuart Henderson > > > > Probably worth pinging this one since l2k18 is on. > > > > s_graf is trying to fetch ports sources from https://pypi.org/ and is > > getting a hang and

Re: witness report

2018-11-05 Thread Hrvoje Popovski
On 3.6.2018. 13:38, Visa Hankala wrote: > On Sat, Jun 02, 2018 at 03:08:14PM -0700, Philip Guenther wrote: >> On Sat, 2 Jun 2018, Christophe Prévotaux wrote: >>> This a witness report I got on boot with snapshot Jun 1st amd64 >>> >>> root on sd0a (9b49e3196b9bfae8.a) swap on sd0b dump on sd0b >>>

Bug report

2018-11-05 Thread bugreport
Hello! >Synopsis: Intermittent kernel panics after varying periods of time >Category: kernel >Environment: System : OpenBSD 6.4 Details : OpenBSD 6.4 (GENERIC) #349: Thu Oct 11 13:25:13 MDT 2018

Re: l2k18 ahoy [s_g...@telus.net: FW: SSL connection failure with ftp but not wget [...]

2018-11-05 Thread Mark Kettenis
> Date: Mon, 5 Nov 2018 20:56:33 + > From: Stuart Henderson > > Probably worth pinging this one since l2k18 is on. > > s_graf is trying to fetch ports sources from https://pypi.org/ and is > getting a hang and eventually a timeout when attempting connection from > ftp(1) on armv7. (From

l2k18 ahoy [s_g...@telus.net: FW: SSL connection failure with ftp but not wget [...]

2018-11-05 Thread Stuart Henderson
Probably worth pinging this one since l2k18 is on. s_graf is trying to fetch ports sources from https://pypi.org/ and is getting a hang and eventually a timeout when attempting connection from ftp(1) on armv7. (From recent ports@ posts it seems like this still occurs). curl/wget were working ok

Re: Apache 2.4.37 SSL_CTX_set_post_handshake_auth error

2018-11-05 Thread helmut.kiessling
Hi Stuart, Thanks however with the those fixes mentioned in ssl_engine_init.c I hit the following error when compiling, any ideas? /usr/bin/libtool --silent --mode=compile cc -pthread -D_POSIX_THREADS -DAPR_POOL_DEBUG=1 -I. -I/root/openbsd64_distsrv_install/httpd-2.4.37/os/unix

Re: Apache 2.4.37 SSL_CTX_set_post_handshake_auth error

2018-11-05 Thread Stuart Henderson
On 2018/11/05 15:44, helmut.kiessl...@btinternet.com wrote: > Hi Stuat, > > Sure I will check the -current ports next - anyway below is what I have > ssl_engine_init.c file: > > 1492 X509_STORE_CTX *sctx; > 1493 X509_STORE *store = SSL_CTX_get_cert_store(mctx->ssl_ctx); > 1494 > 1495 #if