Lazy Reading for 2014/10/19

Writing this now, and hoping I’ll get the server apart and back together fast enough nobody notices.

Site downtime

The machine this site runs on just had a fan die, so somewhere in the next 24 hours, I’m going to be installing a new fan, and a new hard drive while I’m at it.  Expect a few hours of downtime as I rebuild both hardware and software.

In Other BSDs for 2014/10/18

Done at the last minute, like always, but surprisingly extensive this week:

BSDNow: Behind the Masq and something else

Because I missed last week, there’s two BSDNow episodes to catch (assuming you are using me as notification for new ones.)  Episode 58, Behind the Masq, has an interview with Matt Ranney and George Kolaand, and a tutorial that includes DNSMasq, for the title source.  Episode 59, the title of which I can’t reprint accurately, has an interview with Hiroki Sato and the usual number of articles.

Out of base, into dports

John Marino updated wpa_supplicant (in dports).  He then suggested moving it out of base into dports, so that it could be updated independently of the base system.  (this update, for instance, took years.)   Since wpa_supplicant is necessary to get some systems online – and it can’t be installed if missing if you don’t have a network link – it may be too risky.  I think other packages could be moved out, myself.

A few quiet days

Quiet for you, the reader, at least.  My schedule is irregular because of work over the next few days – including the weekend – so regular posting may not resume until next week.  Sorry!

Argh, https

For some reason, OpenSSL-using command line clients – but not any browsers – are choking on the RSS feed for this site when fetched via https.  So, the site no longer defaults to https.  It’s still available if you want to use it, and I’ll work on fixing the setup.

The way to see it is:

openssl s_client -connect www.dragonflydigest.com:443

You will notice an error in the output like this:

672060044:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_lib.c:184:

There’s lots of references to errors like this out there – many different, some for bugs long fixed.  I daresay it’s a configuration screwup I haven’t figured out yet; I’ve noticed that adding -tls1 or -no_tls1 or -ssl2 or -ssl3 to the above command makes the problem go away.

 

Lazy Reading for 2014/10/05

I spent a good chunk of this weekend at work for various reasons, so it’s a slightly less long list.  On the plus side, I know a bit more about setting up fiber links now.

Your unrelated image of the week:

I’m getting a new pet tomorrow.

In Other BSDs for 2014/10/04

Whee!

RSS feed issues

Since the switch to https here, the RSS feed has been having trouble, as several people reported.  I haven’t had time to look into it much so far.  Though I suppose it’s only likely that you are reading this if you are unaffected by it.