Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
[SOLVED] Making DVD Issue
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Making DVD Issue (Read 4613 times)
eslamsamer
Newbie
Posts: 4
Karma: 2
[SOLVED] Making DVD Issue
«
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
«
Last Edit: July 17, 2017, 04:23:10 pm by franco
»
Logged
eslamsamer
Newbie
Posts: 4
Karma: 2
Re: Making DVD Issue
«
Reply #1 on:
July 08, 2017, 02:54:02 pm »
this is an image of the error
Logged
franco
Administrator
Hero Member
Posts: 17660
Karma: 1611
Re: Making DVD Issue
«
Reply #2 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
Logged
eslamsamer
Newbie
Posts: 4
Karma: 2
Re: [SOLVED] Making DVD Issue
«
Reply #3 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.
Logged
eslamsamer
Newbie
Posts: 4
Karma: 2
Re: [SOLVED] Making DVD Issue
«
Reply #4 on:
August 23, 2017, 11:04:37 am »
I tried it with VMware, and it works fine.
Thanks Again
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Development and Code Review
(Moderator:
fabian
) »
[SOLVED] Making DVD Issue