View Single Post
Old 18th July 2008
Inty's Avatar
Inty Inty is offline
New User
 
Join Date: May 2008
Location: Netherlands
Posts: 6
Default

You need to install the linux base compatibility layer

as root:

cd /usr/ports/emulators/linux_base-f8 && make install distclean

and edit /etc/rc.conf put in the following:

linux_enable="YES"

and edit /etc/fstab put in the following:

none /compat/linux/proc linprocfs rw 0 0

and reboot the system.
Reply With Quote