Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - eslamsamer

#1
i'm very new with FreeBSD and OPNSense and i'm trying to make DVD using the following steps
***************************
# pkg install git
# cd /usr
# rm -rf src ports
# git clone https://github.com/opnsense/plugins
# git clone https://github.com/opnsense/ports
# git clone https://github.com/opnsense/tools
# git clone https://github.com/opnsense/core
# git clone https://github.com/opnsense/src
# cd tools
# make dvd
**************************
but i got the following error :(
pkill cannot get process list (kvm_getprocs : no such process found)
*** error code 3
Any help please