aliases and website-level 301s in OpenBSD httpd

2014-10-21 Thread Kevin
Howdy gang, Two questions... 1. Is there a way in the new / 5.6 httpd to have a server answer for multiple names similar to apache ServerAlias ? This is great in httpd: server "www.example.com" { listen on egress port 80 location "*.php" { fastcgi socket "/run/php-fp

OpenSSH 6.7 on OpenBSD 5.5 with OPENSSL=no

2014-10-21 Thread Curtis
Hi, I'm trying out OpenSSH 6.7 on OpenBSD 5.5 compiled with OPENSSL=no. I'm having some trouble sshing in to the server though, even just locally, so both the client and server are 6.7 with no ssl. It seems like I get authenticated, but then the session closes: debug1: Authentication succeeded

messed up SHA256.sig for yesterdays snapshot

2014-10-21 Thread Lars
Hi, I assume you are all already aware of this and I am just the last guy to get this - the SHA256, SHA256.sig and the INSTALL.amd64 files in http://ftp.openbsd.org/pub/OpenBSD/snapshots/amd64/ have strange timestamps and do not match the files in index.txt (2 hours later than the rest of the

Re: relayd question - from the man page

2014-10-21 Thread Alan McKay
On Tue, Oct 21, 2014 at 1:25 PM, System Administrator wrote: > The answer to your question is right there in the very manpage > paragraph you quoted below. Yes, I should have clarified that I did see that. (That is why I quoted it) It just does not seem to make a lot of sense that one would have

Re: relayd question - from the man page

2014-10-21 Thread System Administrator
The answer to your question is right there in the very manpage paragraph you quoted below. On 21 Oct 2014 at 10:24, Alan McKay wrote: > Anyone? > Anyone? > Buehler? > > On Fri, Oct 17, 2014 at 9:41 AM, Alan McKay > wrote: > > Hi folks, > > > > The manpage for relayd.conf has this basic constru

Re: multicast packets on tun interface

2014-10-21 Thread Giancarlo Razzolini
On 21-10-2014 06:53, Stuart Henderson wrote: > Don't rule out bugs in the OpenVPN port on OpenBSD. Despite user requests > for version updates and tweaks to the port there has been an almost complete > lack of feedback when updates have been sent out for testing, so it's > possible problems may hav

Re: relayd question - from the man page

2014-10-21 Thread Alan McKay
Anyone? Anyone? Buehler? On Fri, Oct 17, 2014 at 9:41 AM, Alan McKay wrote: > Hi folks, > > The manpage for relayd.conf has this basic construct in it a couple of times : > >table { 192.168.1.1, 192.168.1.2, 192.168.2.3 } >table disable { 10.1.5.1 retry 2 } > >

Re: Staus of stacked softraid root (RAID1C for root)?

2014-10-21 Thread John Merriam
On Tue, 21 Oct 2014, Vladislav Manchev wrote: I asked a similar question on the list a few days ago and seems I'll be using a hardware RAID controller with softraid CRYPTO on top after all. It may be an option for you too I guess. Yeah, I probably should do hardware RAID for my server at hom

Re: Publishing SSH public key fingerprints bit length?

2014-10-21 Thread Christian Weisgerber
Giancarlo Razzolini: > >> I noticed OpenBSD anon CVS SSH fingerprints have the bit length > >> published with the algorithm type: > >> http://www.openbsd.org/anoncvs.html > > That seems useless. > That's not useless. SSHFP records have the algorithm type, and the > fingerprint type. But they don

Re: Fan control not working as intended

2014-10-21 Thread Julian Andrej
I'm experiencing the same issues with an x220 and the latest bios (1.39). Another x220 with an older bios (1.20) works fine. The fan runs at ~2000rpm.

Re: Publishing SSH public key fingerprints bit length?

2014-10-21 Thread Craig R. Skinner
On 2014-10-20 Mon 21:37 PM |, Christian Weisgerber wrote: > On 2014-10-20, Craig R. Skinner wrote: > > > I noticed OpenBSD anon CVS SSH fingerprints have the bit length > > published with the algorithm type: > > http://www.openbsd.org/anoncvs.html > > That seems useless. > > > Is it important t

Re: Realtek RTL8192SE wireless card support in OpenBSD 5.5

2014-10-21 Thread Stefan Sperling
On Mon, Oct 20, 2014 at 11:15:21PM -0300, Javier Bassi wrote: > If someone has one of those USB chipsets that works well email me the model. run(4) devices are working very well for me. Much better range than urtwn(4) and more stable link. The man page has a list of models some of which you should

Re: multicast packets on tun interface

2014-10-21 Thread Stuart Henderson
On 2014-10-20, Nicolas Haller wrote: > So, where are the OpenBSD HELLO packets? I don't know. A tcpdump on the > FreeBSD's tun interface shows nothing is received. A tcpdump on the > OpenBSD tun interface shows the packet seems to be sent. > Using ktrace/kdump on the OpenVPN daemon on the OpenBS

Re: tcpdump: WARNING: compensating for unaligned libpcap packets

2014-10-21 Thread Stuart Henderson
On 2014-10-20, Stefan Wollny wrote: > Hi there! > > I use a Lenovo T60 with amd64-5.6-current / #452 from Oct. 20th. > > Looking at what 'tcpdump -nettti pflog0 inbound and action block' > reports I noticed the following: > > ~ > ~ $ sudo tcpdump -nettti pflog0 inbound

Re: Staus of stacked softraid root (RAID1C for root)?

2014-10-21 Thread Vladislav Manchev
I asked a similar question on the list a few days ago and seems I'll be using a hardware RAID controller with softraid CRYPTO on top after all. It may be an option for you too I guess. Best, Vladislav On Tue, Oct 21, 2014 at 3:39 AM, John Merriam wrote: > On 10/20/2014 4:42 PM, Ted Unangst wr