Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: -current is shafted



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.

Is your httpd the netbsd bozohttpd or apache? If the later, maybe a
recompile would fix it too?

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index