@bill_mcgonigle:
I have another 2.1 machine that I did not upgrade - can anybody offer advice on perhaps rsync'ing the one to the other, to get an older 2.1RC on a new machine? I'd imagine fstab needs to be excluded, and I'll put the backup config.xml on removable media.
In case anybody else gets stuck, this worked. I'm back on July 10th, and apparently stable. The mini-ITX board in this router has only one slot, and all I've got on hand are 256MB DDR-2/533 sticks…
mini HOWTO:
both machines:
pkg_add -r ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-8.2-release/Latest/rsync.tbz
rehash
source machine:
mv /root/.profile /root/profile
destination machine:
rsync -azvlSWHx --progress --delete --exclude=/etc/fstab --exclude=/var/db/rrd/ --exclude=/var/tmp --exclude=/var/yp --exclude=/var/spool -e ssh root@source.example.com:/ /
The following files failed to copy, but it seems fine anyway:
boot/loader.rc
usr/bin/chfn
usr/bin/crontab
usr/bin/opieinfo
usr/bin/opiepasswd
usr/bin/passwd
usr/bin/su
usr/lib/librt.so.1
Oh, memory usage is at about 43% on either the current RC snapshot at boot time or the July 10 build (fairly stable over time), so I don't think it's an issue of insufficient RAM, per se.