So after the fresh installation I carried out the following steps:
and always get the same error message as you.
I then updated the repo with "... make update". I then get the following message:
Could it be that the "plugins" step is defective?
I get the same message for the "plugins", "core", 'distribution' and "dvd" steps.
Where exactly am I making the mistake in creating an ISO?
Code Select
mkdir /home/opnsense
pkg install git
cd /home/opnsense/
git clone https://github.com/opnsense/tools
cd tools/
env ROOTDIR=/home/opnsense make update
env ROOTDIR=/home/opnsense make dvd
and always get the same error message as you.
I then updated the repo with "... make update". I then get the following message:
Code Select
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
net-snmp: 5.9.4_6,1
Number of packages to be removed: 1
The operation will free 12 MiB.
[1/1] Deinstalling net-snmp-5.9.4_6,1...
[1/1] Deleting files for net-snmp-5.9.4_6,1: 100%
==> You should manually remove the "snmpd" user
==> You should manually remove the "snmpd" group
Installing pkg-1.19.2_5...
the most recent version of pkg-1.19.2_5 is already installed
Could not find package: netdata
*** Error code 1
Stop.
make: stopped in /home/opnsense/tools
Could it be that the "plugins" step is defective?
I get the same message for the "plugins", "core", 'distribution' and "dvd" steps.
Where exactly am I making the mistake in creating an ISO?