JSP - Johnson's Server Project
Laptop - Notes

I'm using current FreeBSD version 5.21
The primary hard drive is 10GB (wd0)


Label Editor : Allocate drive partitions
 SizeFS Typemount point
wd0a 1200 MB4.2 BSD/  (root)
wd0b 230 MBswap 
wd0d 260 MB4.2 BSD/var
wd0e 260 MB4.2 BSD/tmp
wd0f 7640 MB4.2 BSD/usr
Label Editor commands:
M = Display Man Page
p = Display Current Label
p g = Display Current Label with sizes in GB
a = Add Partition
m = Modify Partition
d = Delete Partition

w = Write the Partition
q = exit disklabel

System Hostname = Laptop
Configure the network - y (yes)
(you can type !ifconfig -a to look for carrier on the network card)
The network interface card is vr0 (this may vary)
Enter the IP address and Mask (192.168.1.5 / 255.255.255.0)
DNS Domain Name = jsp
DNS Name Server = 192.168.1.5
Default route - none
Edit Hosts - no
Time Zone = EST5EDT

Answer a few more questions and the install is complete.


cd /usr/ports
> make index
> ./infrastructure/build/out-of-date

Added lynx
afterstep
opera 7.51
/graphics/wmicons
/security/pgp

mysqlgui ### BROKEN ###
mysql-administrator
mysql-navigator

mozilla
windowmaker
Bug Fixes ln -s libutil.so.4 libutil.so.3
ln -s libc.so.5 libc.so.4
can't compile jdk14 without errors got rid of the /usr/ports/java/jdk14/work directory
Mouse Wheel To get the Mouse Scroll Wheel to work, add the lines
Option "ZAxisMapping" "4 5"
Option "Buttons" "6"
to Section "InputDevice" (for the mouse)
XFree86 4.3.0 Hangs on shutdown
The solution is to recompile the kernel without the SMP options.
create new kernel source cd /usr/src/sys/i386/conf
cp GENERIC MYKERN
modify new kernel parameters edit MYKERN
Remove SMP options
add
device pcm (take care of the missing audio at the same time)
to bottom of MYKERN
compile new kernel cd /usr/src
make kernel KERNCONF=MYKERN

reboot