Re: httpd tls - what am i missing?

2015-05-11 Thread Henrik Friedrichsen
Ok, so a little followup. I found out what the problem was: The server certificate bundle given to me by my CA contained a SHA1 certificate along with the other SHA256 certificates. Apparently httpd didn't like that. Removing this certificate from the bundle fixed my problem.

Re: httpd tls - what am i missing?

2015-05-11 Thread Henrik Friedrichsen
Hey! Thanks for getting back to me. Unfortunately that does not seem to be the problem in my case. :( On Mon, May 11, 2015 at 09:45:13PM -0500, Theodore Wynnychenko wrote: > From: Joel Sing > Sent: Sunday, March 29, 2015 5:13 AM > Subject: Re: httpd tls - what am i missing? > Okay, I've at least

Re: Intel I211 NIC not working on Shuttle DS57U with latest snapshot

2015-05-11 Thread Jonathan Gray
On Mon, May 11, 2015 at 10:24:27PM +, Comète wrote: > 27 mars 2015 11:30 "Brad Smith" a écrit: > > On 03/27/15 06:19, Comète wrote: > > > >> Hi, > >> > >> i've just installed the latest snapshot on this new fanless little > >> machine with 2 NICs (one I218-LM and another with I211 chipset) a

Re: httpd tls - what am i missing?

2015-05-11 Thread Theodore Wynnychenko
Hello I guess I was a bit remiss in posting a conclusion to the thread I started. Sorry about that. In any case, Joel S (jsing@) and I corresponded about this issue, and I did get a resolution. Here is a copy of the final message: --- From: Joel Sing Sent: Sunday, March 29, 2015 5:13 AM Subject

nginx doesn't run (5.7 pkg_add)

2015-05-11 Thread joe king
hi all . i've been using nginx well until now . but pkg_add nginx(5.7) and lynx localhost , then response is 'HTTP request sent; waiting for response.' when i make from source , lynx localhost go well . (http://wiki.nginx.org/OnOpenBSD) does something changed? 1) /etc/nginx/nginx.conf wo

Re: Tmux mouse problem with copy-mode on wheelup

2015-05-11 Thread trondd
On 2015-05-03 12:07, trondd wrote: With tmux's mouse changes, everything is set up by default except one thing I'm trying to get back. It used to be that if you mouse scrolled up in a pane, it would enter copy mode and start scrolling up through history. It doesn't enter copy mode anymore. If

Re: Realtek ALC887 on OpenBSD 5.7 current

2015-05-11 Thread Stan Gammons
On 05/11/15 18:10, Antoine Jacoutot wrote: On Mon, May 11, 2015 at 05:32:19PM -0500, Stan Gammons wrote: On 05/11/15 17:20, Ed Martinez wrote: On 05/11/15 15:00, Stan Gammons wrote: module-console-kit.c: Unable to contact D-Bus system bus: org.freedesktop.DBus.Error.FileNotFound: Failed to con

Re: Realtek ALC887 on OpenBSD 5.7 current

2015-05-11 Thread Antoine Jacoutot
On Mon, May 11, 2015 at 05:32:19PM -0500, Stan Gammons wrote: > On 05/11/15 17:20, Ed Martinez wrote: > >On 05/11/15 15:00, Stan Gammons wrote: > >>module-console-kit.c: Unable to contact D-Bus system bus: > >>org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket > >>/var/run/dbus/sy

Re: Realtek ALC887 on OpenBSD 5.7 current

2015-05-11 Thread Stan Gammons
On 05/11/15 17:20, Ed Martinez wrote: On 05/11/15 15:00, Stan Gammons wrote: module-console-kit.c: Unable to contact D-Bus system bus: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory May need to start dbus?

"unknown product" for Atheros AR9287

2015-05-11 Thread Clementine Duvalier
Hi, After installing an Atheros mini-PCIe wireless card I get the following in dmesg: OpenBSD 5.7 (GENERIC) #0: Fri May 8 22:18:03 EDT 2015 [...] vendor "Atheros", unknown product 0xff1c (class network subclass ethernet, rev 0x01) at pci4 dev 0 function 0 not configured The card's chip has "AR9

Re: Realtek ALC887 on OpenBSD 5.7 current

2015-05-11 Thread Ed Martinez
On 05/11/15 15:00, Stan Gammons wrote: module-console-kit.c: Unable to contact D-Bus system bus: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory May need to start dbus?

Re: Intel I211 NIC not working on Shuttle DS57U with latest snapshot

2015-05-11 Thread Comète
27 mars 2015 11:30 "Brad Smith" a écrit: > On 03/27/15 06:19, Comète wrote: > >> Hi, >> >> i've just installed the latest snapshot on this new fanless little >> machine with 2 NICs (one I218-LM and another with I211 chipset) and the I211 >> is not detected, dmesg returning: "EEPROM Checksum is n

Realtek ALC887 on OpenBSD 5.7 current

2015-05-11 Thread Stan Gammons
I'm having problems getting the Realtek ALC887 to work on 5.7 current. Kmix doesn't show an audio playback device. The system notifications produce sound output though. I'm unable to capture audio however. /var/log/messages has this error. May 11 16:54:47 radio pulseaudio[26675]: [(null)] mai

Re: OpenBSD Foundation and OpenBSD Project

2015-05-11 Thread Theo de Raadt
>On Tue, May 5, 2015, at 12:19 AM, Hrishikesh Muruk wrote: >> Hi >> >> I dont want to purchase 5.7 CDs and pay international shipping (also done >> have a CD drive). I would like to donate that amount instead. >> >> From the OpenBSD Project donations page ( >> http://www.openbsd.org/donations.htm

Re: ed -s

2015-05-11 Thread Jérôme FRGACIC
Hello, > Invoking "ed -s file.txt", where file does not contain a newline at > the end, sends to stderr in spite of -s flag: "newline appended". > Is this normal behaviour? Yes, the "-s" option concern only messages printed on stdout. > Does ed/sed spoil files with non ascii bytes (for example u

Re: httpd tls - what am i missing?

2015-05-11 Thread Henrik Friedrichsen
I've got the same problem OP has with a freshly generated key and signed cert from wosign.com on OpenBSD 5.7-stable. The cert/key work fine with nginx, but with httpd the client simply times out when trying to open a session with the server. OpenSSL s_client stops right after connecting to the se

Re: sslsplit needs to be restarted every 30 min.

2015-05-11 Thread C.L. Martinez
On 05/11/2015 10:59 AM, Stuart Henderson wrote: On 2015-05-11, C.L. Martinez wrote: On 05/11/2015 09:00 AM, Philip Guenther wrote: On Mon, May 11, 2015 at 1:13 AM, C.L. Martinez wrote: On 05/06/2015 11:15 AM, C.L. Martinez wrote: I have a strange problem with sslsplit (installed from pa

Re: sslsplit needs to be restarted every 30 min.

2015-05-11 Thread C.L. Martinez
On 05/11/2015 10:59 AM, Stuart Henderson wrote: On 2015-05-11, C.L. Martinez wrote: On 05/11/2015 09:00 AM, Philip Guenther wrote: On Mon, May 11, 2015 at 1:13 AM, C.L. Martinez wrote: On 05/06/2015 11:15 AM, C.L. Martinez wrote: I have a strange problem with sslsplit (installed from pa

Re: sslsplit needs to be restarted every 30 min.

2015-05-11 Thread Stuart Henderson
On 2015-05-11, C.L. Martinez wrote: > On 05/11/2015 09:00 AM, Philip Guenther wrote: >> On Mon, May 11, 2015 at 1:13 AM, C.L. Martinez wrote: >>> On 05/06/2015 11:15 AM, C.L. Martinez wrote: I have a strange problem with sslsplit (installed from packages) in a OpenBSD 5.7 amd64 host.

Re: sslsplit needs to be restarted every 30 min.

2015-05-11 Thread C.L. Martinez
On 05/11/2015 09:00 AM, Philip Guenther wrote: On Mon, May 11, 2015 at 1:13 AM, C.L. Martinez wrote: On 05/06/2015 11:15 AM, C.L. Martinez wrote: I have a strange problem with sslsplit (installed from packages) in a OpenBSD 5.7 amd64 host. Every 30 minutes (more or less. It is not exactly),

Re: sslsplit needs to be restarted every 30 min.

2015-05-11 Thread Philip Guenther
On Mon, May 11, 2015 at 1:13 AM, C.L. Martinez wrote: > On 05/06/2015 11:15 AM, C.L. Martinez wrote: >> I have a strange problem with sslsplit (installed from packages) in a >> OpenBSD 5.7 amd64 host. Every 30 minutes (more or less. It is not >> exactly), sslsplit needs to be restarted: ... > I

Re: sslsplit needs to be restarted every 30 min.

2015-05-11 Thread C.L. Martinez
On 05/06/2015 11:15 AM, C.L. Martinez wrote: Hi all, I have a strange problem with sslsplit (installed from packages) in a OpenBSD 5.7 amd64 host. Every 30 minutes (more or less. It is not exactly), sslsplit needs to be restarted: May 6 09:50:14 obsd57 monit[23714]: Monit start delay set --