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.

Lag!

Markus Pfeiffer has imported FreeBSD’s if_lagg to DragonFly.  It’s for talking LACP over multiple network ports, so that the traffic from those multiple ports can be aggregated – if what’s on the other end generally understands LACP.  (Failover mode may not count.)  Please test if you have that sort of surfeit of network ports.

Lazy Reading for 2014/09/28

I have an excellent mix of links this week, I think.  I like to have multiple links on multiple topics.

In Other BSDs for 2014/09/27

Not even trying source links this week; there’s plenty else to link.

Update: EuroBSDCon is livestreaming!  (via)

Bash vulnerability; check your dports

There’s a new bash vulnerability that could be a problem for a network-facing machine that happens to use bash.  (See here for test.)  As a BSD user, you can feel somewhat smugly superior since the default shell is tcsh and therefore it may not affect you – unless you’ve installed it from dports.

John Marino has already updated dports.  A new binary is forthcoming, though you can always rebuild by hand if you don’t want to wait.

Update: oh, wait, not done.