On Monday 16 October 2006 16:40, you wrote: > Hi everybody, > > Darren has just become my hero of the day. > > Rebuilding OpenSSH like Darren described earlier works on my OpenBSD > 3.8 box. No more problems. Happiness. > > thanks a lot Darren! > > regards, > Tobias W > .
I was just about to start to looking for the problem when I saw this post. Seems I have the same problems with key logins on six different 3.9 boxes after patching STABLE Oct 10... cd /usr/src/sys/arch/i386/conf config GENERIC cd ../compile/GENERIC make clean && make depend && make mv /bsd /bsd.old cp bsd / reboot cd /usr/src rm -r /usr/obj/* make obj && make build reboot But "man release" doesn't say "make obj depend && make build" is needed instead of "make obj && make build" for the source. Should "depend" be there in the source build as well? /Per-Olov

