View Single Post
  #6   (View Single Post)  
Old 2nd April 2009
chill's Avatar
chill chill is offline
Fdisk Soldier
 
Join Date: Jun 2008
Location: Federal Republic of the US
Posts: 74
Default

ocicat - I already used the FAQs as a manual to do this. This is exactly what I did.
Code:
# cd /usr
# export CVSROOT=anoncvs@obsd.cec.mtu.edu:/cvs
# cvs -d$CVSROOT checkout -rOPENBSD_4_4 -P src ports xenocara
# cd /usr/src/sys/arch/amd64/conf
# config GENERIC.MP
# cd ../compile/GENERIC.MP
# make clean && make depend && make
# make install
# reboot
# rm -rf /usr/obj/*
# cd /usr/src
# make obj
# cd /usr/src/etc && env DESTDIR=/ make distrib-dirs
# cd /usr/src
# make build
Apart from this I am on a totally clean install of 4.4, I have not done or installed anything else.

Quote:
Then you could, if you ever had the interest, go investigate what is hung/looping from another console, since the OS is still running.
jggimi - i see what i can do
Reply With Quote