25.08.2011, 17:07
How do I run samp server on a 64 bit FreeBSD shell?
1. install linux base (kldload command is sometimes not necessary, depends on your freebsd version. 8.0 requires it) cd /usr/ports/emulators/linux_base-f10 kldload linux.ko make install clean 2. edit /boot/loader.conf, add lines linux_load="YES" linprocfs_load="YES" 3. edit /etc/rc.conf, add line linux_enable="YES" 4. edit /etc/sysctl.conf, add lines kern.fallback_elf_brand=3 kern.ipc.maxsockbuf=524288 5. edit /etc/fstab, add line /compat/linux/proc linprocfs rw 0 0 6. reboot After that you can download sa-mp linux binary, install it and run. |