On Tue, 17 Oct 2006, Per-Olov SjC6holm wrote:

> What should I clean when I totaly wiped out /usr/src and /usr/obj before the
> cvs update.
>
> The build is done as follows...
> --snip--
> cd /usr
> export CVSROOT="[EMAIL PROTECTED]:/cvs"
> cvs -z5 -q get -rOPENBSD_3_9 -P src
> 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

Hmm, that looks allright. One possibility might be that anoncvs1 was
not up-to-date, but that's unlikely, since the stable update was some
time ago. If updating doesn't show any new files, try to run the sshd
in debug mode (on another port), that might give a clue.

        -Otto

Reply via email to