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

Messages - Cubox

#1
Hi,

In a script I'm making for unbound, I would like to reload the daemon, to refresh it's configuration. Since service unbound onestatus tells me that unbound is not running, even when it is, how can I make it be reloaded/restarted without breaking opnsense?

Thanks
#2
Thanks franco for the answer, but base and kernel I figured the command myself (with difficulty)
It's the packages that's the problem, I would love your help on that :)
#3
Hi!

I am trying to install my freshly built sets to my system, while using the build system you guys provide.

I have built the required sets (using make sets in the tools repo), and left with the files in /usr/local/opnsense/build/path
I cannot figure how to simply apply those updates to my system, using opnsense-update.
I was able to make it install my base/kernel by using the -l option, and throwing various options until it did apply my base/kernel, but I cannot figure how to make it use my packages.
Either using -p will make pkg fetch packages online, -U extracts the packages, but -P does nothing.
All of this is while using the -l option.

Assuming I have my sets in /usr/local/opnsense/build/18.7/sets, how can I apply them and force an update using my own binaries? (base+kernel+packages(including ports and plugins))

Thanks :)