Make my own packages
-
i ve followed the current tutorial http://doc.pfsense.org/index.php/Developing_Packages …
i ve extracted the tar.gz on my webserver root
i ve modified xmlbaseurl to my ip
the error is the following -> "Unable to retrieve package info from 192.168.0.7. Cached data will be used."ok now according the tutorial
"Please check DNS , default gateway this means either (1) that your WAN is not working or (2) your pkg_config.xml is badly formed or (3) that the rpcxml server is not setup correctly. "dns, gateway ok ; WAN is working ; i ve even tried with an empy xml (see code below) rpcxml is just extracted from tar.gz file
<pfsensepkgs><packages></packages> <endofpackages></endofpackages></pfsensepkgs>
Where am i wrong ?
Greets -
found why:
the file to edit is pkg_config.7.xml …