OPNsense Forum

English Forums => Development and Code Review => Topic started by: eslamsamer on July 08, 2017, 09:36:05 am

Title: [SOLVED] Making DVD Issue
Post by: eslamsamer on July 08, 2017, 09:36:05 am
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
Title: Re: Making DVD Issue
Post by: eslamsamer on July 08, 2017, 02:54:02 pm
this is an image of the error
Title: Re: Making DVD Issue
Post by: franco on July 17, 2017, 04:23:01 pm
That was caused by the newer VMware tools package... patch here:

https://github.com/opnsense/tools/commit/6ee7188ebefeb3bdaaf726f1a3d9ed645e03723c
Title: Re: [SOLVED] Making DVD Issue
Post by: eslamsamer on July 26, 2017, 11:41:19 am
Thanks alot
i used a Real PC and every thing is ok.
i will try to use VM again soon.
Title: Re: [SOLVED] Making DVD Issue
Post by: eslamsamer on August 23, 2017, 11:04:37 am
I tried it with VMware, and it works fine.
Thanks Again