December 2024

PF states limit reached – on three different host at nearly the same time

What are the chances that three different hosts, in thee different datacenters all display these messages within seconds of each other? The uptimes: [dvl@r720-02:~] $ uptime 1:42PM up 62 days, 15:01, 2 users, load averages: 0.04, 0.12, 0.18 [13:42 tallboy dvl ~] % uptime 1:42PM up 62 days, 15:37, 2 users, load averages: 0.17, 0.37, 0.34 [13:42 zuul dan ~] % uptime 1:42PM up 62 days, 14:56, 2 users, load averages: 0.24, 0.25, […]

PF states limit reached – on three different host at nearly the same time Read More »

Playing around with a ‘failing’ drive

In zpool replace, you can read about a drive which was giving errors and which I replaced. At present, that drive is [still] giving these errors, but it not part of any spool. [17:38 r730-03 dvl ~] % tail /var/log/messages Dec 25 14:52:17 r730-03 smartd[15472]: Device: /dev/da6 [SAT], 18 Currently unreadable (pending) sectors Dec 25 14:52:17 r730-03 smartd[15472]: Device: /dev/da6 [SAT], 18 Offline uncorrectable sectors Dec 25 15:22:17 r730-03 smartd[15472]: Device: /dev/da6 [SAT],

Playing around with a ‘failing’ drive Read More »

Converting a subversion repo to git

This is not finished. It has been posted for review. When this paragraph is gone, the post is finished. I’ve wanted to convert my subversion repos to git for years. It’s never been a high priority. But here we go. First, I created a local temporary and insure subversion repo with a copy of my real repo. This allows me to mess up and not affect the real repo. I’m sure nothing I’m

Converting a subversion repo to git Read More »

Setting up a local subversion repository server with nil security

There is much code for FreshPorts which lives in a subversion repository in my basement. I have long wanted to convert that to git and move it to git hub. In this post: FreeBSD 14.1 subversion 1.14.4 Which reminds me: I need to find a tool which backs up Github repos for me. Preferably everything under an organization. Just in case. I will copy the data from my repo to another host and

Setting up a local subversion repository server with nil security Read More »

zpool replace

Yesterday, I added a new drive into the system. Today, I will replace the failing drive with that one. In this post: FreeBSD 14.1 Before [18:23 r730-03 dvl ~] % zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT data01 32.7T 26.0T 6.76T – – 32% 79% 1.00x ONLINE – zroot 412G 18.5G 393G – – 18% 4% 1.00x ONLINE – [18:24 r730-03 dvl ~] % zpool status data01

zpool replace Read More »

Dell R730 – moving disks from front drive bay to PCI slots in r730-03

I’ve been seeing these types of errors for about 4 weeks now. I ordered a replacement drive. When it arrived, I realized I had no free drive bays. When a drive is still functional, I prefer to leave it in the host to retain zpool integrity. Instead, I will add the new drive in, run the zpool replace command, and when completed, remove the faulty drive. I decided to order more Icy Dock

Dell R730 – moving disks from front drive bay to PCI slots in r730-03 Read More »

Eaton 5PX UPS – clear the ‘Replace Battery’ warning

Three weeks ago, I wrote about Replacing batteries Eaton 5PX – 5PX2200RT & 5PXEBM48RT. Back then, I did not properly replace the front panel before connecting the battery… See also Eaton 5PX console booting screen shots for the followup work. Fixing this requires disconnecting the battery from the UPS. I’m not sure if I can do that live, but I’m not going to try. During this procedure, I will also move two drives

Eaton 5PX UPS – clear the ‘Replace Battery’ warning Read More »

kernel: swap_pager: cannot allocate bio

This morning, I saw this in my logs: In this post: FreeBSD 14.1 r730-03 Looking in he logs, there wasn’t much useful: Searching online, I found swap_pager: cannot allocate bio so I decided to limit ARC size. I’ve done this before, and recently too.. Here is what I added to /boot/loader.conf: I just picked the same value I was using for another host. The values in the file can using units, such as

kernel: swap_pager: cannot allocate bio Read More »

Scroll to Top