OPIE removal in DragonFly-master

OPIE was disabled recently in DragonFly.  Now that the 5.6 release is out, it has been removed.  This may require manual intervention if you are on DragonFly-master (i.e. 5.5. or 5.7) and update in the next day or two.  This need to fiddle with it will go away soon with changes to ‘make upgrade’; I will mention it when I see it.

This won’t affect anyone running 5.4 or 5.6.  It’s only in development.

SEMIBUG: Matt Parnell – Asterisk+FreePBX on FreeBSD

Matt Parnell is presenting Asterisk and FreePBX on FreeBSD at SEMIBUG’s monthly meeting, tomorrow, in Troy, Michigan.  Go, if you are near.

Credit goes to SEMIBUG for creating a Google Calendar which makes it slightly more likely I’ll catch the meeting and post about it.  Also, a nostalgia moment about the bad old days: I am so glad specialized hardware is no longer needed just to get on the phone network, since VoIP is widespread these days.  I hated dealing with flaky PRI lines.

Lazy Reading for 2019/06/16

Inadvertent theme this week: games.  Yet somehow I didn’t include a roguelike?  Dang.

In Other BSDs for 2019/06/15

I linked to some other BSD link roundups, so the joy of clicking can continue.

Lazy Reading for 2019/06/09

This week’s inadvertent theme: decoration.

 

In Other BSDs for 2019/06/08

I was a bit low on BSD links last week; not so this week.

DragonFly, mysql, ipv6, and defaults

I am posting this so it can help someone else, someday.

I have a DragonFly-5.4 system.  I installed mysql56-server, and started it up.  By default, it listens on “*”, which meant it listens on a local socket and IPv6 ::1 – not 127.0.0.1.

2019-06-04 13:35:03 15833 [Note] IPv6 is available.
2019-06-04 13:35:03 15833 [Warning] Failed to reset IPV6_V6ONLY flag (error: 45). The server will listen to IPv6 addresses only.

I put bind_address=127.0.0.1 into my.cnf to get IPv4 loopback to work.   Local socket connections still worked either way.  I’m not using IPv6 on this machine, so this solution works in this situation.  I’m not sure my mysql decides to go only IPv6 based on a strange flag, but mysql is reliably unreliable.