On Sat, May 23, 2009 at 02:25:08PM +0000, Andrew Doran wrote:
- httpd fails because semctl() is broken, so nxr.netbsd.org is down.
So no one mentioned this one. In my case it was "you upgraded netbsd so
now you can't see your postgresql data". Recompiling postgresql allowed
me to run a database, but not to look at my old data. I got around it
with make new directory, unpack old base.tgz into it, chroot to it
(so use old libc which I think was the crux), run old postgresql,
pg_dumpall, load into new postgresql.