Shut up ARP

Sepherosa Ziehau has introduced a new sysctl:

net.link.ether.inet.log_arp_creation_failure

Set this to zero and you won’t get endless ARP events from networks you aren’t on.  For example, I’m hooked up to a cable modem.  I only get a public routable IP address, but the network used for the cable modem network itself bleeds ARP packets out where my DragonFly machine can see it.  Since it’s on a different network segment than the address I receive through DHCP, it always fails and the system logs it.  For example:

May 11 05:20:52 www kernel: arplookup 100.68.112.145 failed: host is not on local network

I can’t do much about it since that layer 2 leakiness is going to happen, but I can shut it up with this sysctl – and thank goodness, cause I’ve been seeing these messages since first using a DOCSIS modem in… 2001 or so?

Lazy Reading for 2015/05/10

Accidentally very roguelike this week.

BSDNow 088: Below the Clouds

BSDNow 088 has an interview of Ed Schouten about FreeBSD, and all the normal roundups.  Also “DragonFlyBSD has officially won the race to get an Intel Broadwell graphics driver”.

Maybe I need to start doing In Other BSDs posts on Wednesdays, cause BSDNow often has the links I’m already saving for the weekend.

Lazy Reading for 2015/05/03

I started sparse because this was a busy week, but I’ve still got a pretty good amount of reading for you.

In Other BSDs for 2015/05/02

I’ve already mentioned the Hammer2/OpenBSD Summer of Code project (one of several), but here’s more:

(No mailing list links this week; I’m way behind in my reading because of work.  Sorry!)

BSDNow 087: On The List

BSDNow 087 has an interview with Christos Zoulas, about NetBSD and blacklistd, along with the usual collection of news stories that I’m trying not to peek at because I’m behind on my usual reading and I want to get my own collection together for Saturday’s In Other BSDs.

Lazy Reading for 2015/04/26

We’re already 2/3 of the way to Christmas!

Your unrelated tea links of the week: Do you even steep?  The actual title is different, but I like that part of the link more.  (Thanks, Jeff Ramnani)  Also: Tea With Strangers.  It’s exactly what it sounds like.  Unfortunately, it’s not in my city.  (via)

In Other BSDs for 2015/04/25

It’s been a relatively calm week, for once.

 

 

Building only one compiler

DragonFly builds two compilers by default.  If you weren’t interesting in building both, there were switches to build only the default, like NO_GCC47.  This changed with every compiler update.

With the switch to GCC 5, the new switch is “NO_ALTCOMPILER”.  That will last through compiler changes.  I’m mentioning this now because sooner or later, you’ll want to gain back some time on a buildworld.

GCC 5 released, switched

DragonFly now has GCC 5.1 release.  If you are running DragonFly master (i.e. 4.1), you’ll probably want to both rebuild world and kernel, and update your packages so they all match.  There’s already packages built with GCC 5.1, so binary package upgrades can happen quickly.  There’s GCC 4.7 packages still available if you aren’t making the jump yet.

If you’re on DragonFly 4.0.x – nothing’s changed.