Open Source

Changing how I use IP address with FreeBSD’s vnet – so IPv6 works

The vnet (network subsystem virtualization infrastructure) on FreeBSD is both a blessing and a curse. For me, it isn’t working well with IPv6. I’ve hit issues with pf (since solved, I’m sure). It’s a useful feature but can be confusing. It helps to have lots of time to think about it and what you’re doing. […]

Changing how I use IP address with FreeBSD’s vnet – so IPv6 works Read More »

Testing two 12TB drives in a Dell R730 on FreeBSD

I’m ready to downsize. I’m going to replace knew with r730-03. The former has 20 5TB drives. I don’t need all that space now. I’ll settle for 12TB instead. The two new drives arrived today: [23:39 r730-03 dvl ~] % grep da2 /var/run/dmesg.boot da2 at mrsas0 bus 1 scbus1 target 2 lun 0 da2: Fixed

Testing two 12TB drives in a Dell R730 on FreeBSD Read More »

Home Assistant – moving from the HA Greeneye integration to hacs-greeneye-monitor

I started using Home Assistant (HA) for graphing the power consumption of my house. Many months before venturing down that road, I bought a Greeneye Monitor (GEM). A current transformer has been installed on each circuit in my breaker box (see the photos near the bottom of this album). I chose HA for that. I

Home Assistant – moving from the HA Greeneye integration to hacs-greeneye-monitor Read More »

pkg: No SRV record found for the repo ‘local’

Today I removed and added the same package. The add failed. Background: I install from my own custom package repo server I do not install from the FreeBSD package servers My packages are built via poudriere The same basic repo configuration file has been in use for years This is what I just encountered: [tallboy

pkg: No SRV record found for the repo ‘local’ Read More »

vnet jail on FreeBSD not letting pings through from another non-vnet jail

NOTE: this problem was fixed by moving all the IP addresses to the bridge. See Changing how I use IP address with FreeBSD’s vnet – so IPv6 works I just restarted my pkg01 jail. Now Nagios can’t see it on IPv6. In fact, none of the jails on this host can now ping pkg01. This

vnet jail on FreeBSD not letting pings through from another non-vnet jail Read More »

Nagios 3: moving from nrpe 3 to nrpe 4 – what needs changing?

Yesterday, I noticed this message in one of the “daily security run output” emails which FreeBSD host can send out. I’ve used net-mgmt/nrpe3 for several years. It checks remote hosts and runs any number of predetermined commands and returns the results. It’s stable, highly configurable, and just keeps running. I had a look at the

Nagios 3: moving from nrpe 3 to nrpe 4 – what needs changing? Read More »

mysqldump: Couldn’t execute ‘FLUSH TABLES’: Access denied; you need (at least one of) the RELOAD or FLUSH_TABLES privilege(s) for this operation (1227)

This article is a copy/paste/modify of mysqldump: Error: ‘Access denied; you need (at least one of) the PROCESS privilege(s) for this operation’ when trying to dump tablespaces. See also Creating read-only PostgreSQL database users for pg_dump and pg_dumpall. I’m linking this because I use both articles on a regular basis. The error After a recent

mysqldump: Couldn’t execute ‘FLUSH TABLES’: Access denied; you need (at least one of) the RELOAD or FLUSH_TABLES privilege(s) for this operation (1227) Read More »

Is your jail not getting an IPv6 address soon enough? Blame DAD.

I have jails with both IP4 and IPv6 addresses. Lately, I’ve been noticing this in /var/log/messages: And this in console messages: Looking in the jail, it had IPv6 addresses. What gives? In this post: FreeBDS 13.1 The jail example I had a jail, similar to this: After the jail started, I could see both IP

Is your jail not getting an IPv6 address soon enough? Blame DAD. Read More »

Scroll to Top