anoncvs2.ca.openbsd.org ssh key fingerprint != OpenBSD website

2021-10-23 Thread Jonathan Thornburg
anoncvs2.ca.openbsd.org is reporting a different ssh key fingerprint than that listed in https://www.openbsd.org/anoncvs.html. That is, https://www.openbsd.org/anoncvs.html says that one of OpenBSD's anoncvs servers is > * CVSROOT=anon...@anoncvs2.ca.openbsd.org:/cvs >Location:

Re: USB devices power control

2021-10-23 Thread Adam Thompson
The simplest could be something like these, https://www.amazon.ca/Powered-USB-Hub/s?k=Powered+USB+Hub. 11 (of the first 12) products are USB 3 hubs with individual port power controls. I have seen single-port USB cables with power switches, too, although I don't remember where. Your idea

Re: httpd(8) - Internal Server error (500) on invalid request

2021-10-23 Thread Sebastian Benoit
Matthias Pressfreund(m...@fn.de) on 2021.10.23 17:16:18 +0200: > On 2021-10-21 16:38, Sebastian Benoit wrote: > > > > This diff makes httpd return "505 HTTP Version Not Supported" > > for < 0.9 and > 1.9 http versions. Anything from 1.1 to 1.9 is > > interpreted as 1.1. This is what nginx does

Re: httpd(8) - Internal Server error (500) on invalid request

2021-10-23 Thread Matthias Pressfreund
On 2021-10-21 16:38, Sebastian Benoit wrote: > > This diff makes httpd return "505 HTTP Version Not Supported" > for < 0.9 and > 1.9 http versions. Anything from 1.1 to 1.9 is > interpreted as 1.1. This is what nginx does too. I don't understand why an invalid HTTP version sent by the client

Re: USB athn0 issue in AP mode (AR9280+AR7010) no DHCP leases to modern portable devices

2021-10-23 Thread Stefan Sperling
On Fri, Oct 22, 2021 at 06:53:17PM +, Martin wrote: > Hi there! > > I have an issue with athn USB stick with modern wifi devices like Android > phones etc. > > I've set up athn0 as previous athn miniPCI-e cards (/etc/hostname.athn0, > /etc/dhcpd.conf, /etc/pf.conf). No IP address given by

Re: Sony UWA-BR100 patch to recognize AR9280+AR7010 Atheros based USB card

2021-10-23 Thread Stefan Sperling
On Fri, Oct 22, 2021 at 07:02:20PM +, Martin wrote: > Hi Stefan, > > Dev. patches to implement into source tree to recognize automatically Sony > UWA-BR100 devices based on AR9280+AR7010. This patch is changing the wrong files. It should change the files 'usbdevs' and if_athn_usb.c only.