>>>Всем привет!
>>>Наконец то обновил систему, но есть один вопрос - у меня не
>>>работает top, ps ну и т. д. Как с это дело
>>>можно победить?
>>
>>видимо без make world собрал и поставил новое ядро.
>
>
>Собирал make buildworld, make installworld, пересобрал ядро, проинсталировал ядро. Что то не
>так сделал?
читай Handbook и
/usr/src/Makefile:
# For individuals wanting to build from the sources currently on their
# system, the simple instructions are:
#
# 1. `cd /usr/src' (or to the directory containing your source tree).
# 2. `make world'
#
# For individuals wanting to upgrade their sources (even if only a
# delta of a few days):
#
# 1. `cd /usr/src' (or to the directory containing your source tree).
# 2. `make buildworld'
# 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
# 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
# 5. `reboot' (in single user mode: boot -s from the loader prompt).
# 6. `mergemaster -p'
# 7. `make installworld'
# 8. `mergemaster'
# 9. `reboot'
#
# See src/UPDATING `COMMON ITEMS' for more complete information.
либо неверно выполнил сборку ядра, либо использовал неправильные теги.