Category: FreeBSD/i386
portupgrade uninstall error, broken pipe
I too was bitten by the portupgrade uninstall error, due to broken pipes, on my laptop running FreeBSD/amd64 stable/10. Others have identified the file 5.26 utility as the culprit, introduced in stable/10 as r298920. Watch PR 209211 for any progress. base/head was corrected at r299234, and stable/10 will follow soon.
Read More → portupgrade uninstall error, broken pipeMemory leaks in recent stable/10 kernel
All FreeBSD systems under my care got upgraded last Friday to fix some NTP bugs. That upgrade introduced a new bug in the kernel. The bug first appeared at r298004 in base/head, and later at r298134 in base/stable/10. The i386-based systems were more notably affected than the amd64-based systems, as the former typically has less […]
Read More → Memory leaks in recent stable/10 kernelReplacing drives on AMANDA server
I spent some days last week converting our 32-bit AMANDA server to a 64-bit counterpart using spare but aged hardware. The former AMANDA server ran on very aged hardware in comparison. Going 64-bit also ment turning to ZFS-based storage. Today, I replaced the two 320 GB first generation SATA drives with two 1 TB third […]
Read More → Replacing drives on AMANDA serverFreeBSD/i386, stable/10, OpenSSL from ports, optimized assembly code, Dell PowerEdge 1950, Xeon X5450@3.00GHz, and BIOS 2.5.0
The strange combination of FreeBSD/i386, stable/10, OpenSSL from ports, optimized assembly code, Dell PowerEdge 1950, Intel Xeon X5450@3.00GHz, and BIOS 2.5.0, resulted in core dumps for all applications linked with OpenSSL from ports.
Read More → FreeBSD/i386, stable/10, OpenSSL from ports, optimized assembly code, Dell PowerEdge 1950, Xeon X5450@3.00GHz, and BIOS 2.5.0Migrating FreeBSD from i386 to amd64
I have (successfully) attempted to migrate a running i386 stable/9 system into a running amd64 stable/9 system, and attempted to migrate a running i386 stable/10 system into a running amd64 stable/10 system, only to see if these tasks are in fact feasible. The results speaks for themselves, given the boundary conditions outlined below. If your […]
Read More → Migrating FreeBSD from i386 to amd64CPUTYPE
woes with editors/emacs
on FreeBSD/i386 stable/10
On my FreeBSD/i386 stable/10 and head VMs I have set up clang as the system compiler. I have also set CPUTYPE to corei7 as this is accepted by clang and pretty much describes the capabilities of the host system.
Read More →CPUTYPE
woes with editors/emacs
on FreeBSD/i386 stable/10
Upgrade FreeBSD/i386 from stable/8 to stable/10 via stable/9
Some of my servers are running a fairly old version of FreeBSD/i386. I began researching how to upgrade them from stable/8 to stable/10 via stable/9. It’s pretty straightforward, but there are some pitfalls you should avoid.
Read More → Upgrade FreeBSD/i386 from stable/8 to stable/10 via stable/9FreeBSD/i386 stable/8 on Dell OptiPlex GX260
None of the below is relevant as of 2014-06-06, other than the possible need of reverting sys/dev/pci/pci.c. I have confirmed that FreeBSD/i386 stable/8 r267147 works as expected on Dell OptiPlex GX260. If you happen to run FreeBSD/i386 stable/8 on older Dell desktop PCs, like an OptiPlex GX260, you might want to back out r262226 prior […]
Read More → FreeBSD/i386 stable/8 on Dell OptiPlex GX260CARP on FreeBSD 10.0-CURRENT
I’ve been experimenting with carp(4) on FreeBSD/i386 10.0-CURRENT and FreeBSD/amd64 10.0-CURRENT for the past year or so. carp(4) is no longer a pseudo-interface, but rather accessible on every conceivable interface.
Read More → CARP on FreeBSD 10.0-CURRENTendofepoch.c
Jeg børstet støvet av noen tilårskomne filer forleden dag. Jeg fant et lite program som jeg skrev en gang i 2000. Programmet teller ned til slutten av Unix-epoken. Den opprinnelige definisjonen av datatypen time_t, 32-bit heltall med fortegn, vil få overflyt i midten av januar 2038. Moderne 64-bit OS som FreeBSD/amd64 9.0 har for lengst […]
Read More → endofepoch.c