Pieter Viljoen
- Total activity 112
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 5
- Subscriptions 27
Comments
Recent activity by Pieter Viljoen-
See workaround details here. In short between 6.0.0.38086 and 6.0.0.38488 a dependency on the file package was introduced, and the DEB installer does not list the file package in the Depends sectio...
-
To my knowledge there is no way to merge the contents of a mounted volume with content in the image, i.e. the installer writes its own plugins, so if a volume is mounted it will hide the installed ...
-
On docker this is a "show-stopper", as the bin folder is replaced whenever the container image is updated, the plugins folder must be in a mounted volume if it is to be persisted across image updates.
-
Server and clients are not installed on the same systems, at least not in production, thus sharing in the same folder is a mute point. On servers the location of configuration files must be determi...
-
Sergey pointed me to the nx_open client, did not know it existed, I'll look at the pattern of use in your C++ update logic.
-
I noticed that NxWitness downloads and release API's today report the same version: Download: "version": "5.0.0.35270" Release: "version": "5.0.0.35270" But I also now see that release removed v...
-
This is super useful, thank you. Q on logLevel, is DEBUG2 is not listed, is that now VERBOSE?
-
Thx, where do I see that full description you pasted, my mediaserver.conf only has a few entries?
-
I got code working, waiting for your answers on previous post before I move forward. Interpreting builds and versions using release.json: https://github.com/ptr727/NxWitness/blob/develop/CreateMatr...
-
Thank you, the information was useful. I have a few questions as I've been writing code to reliably create stable, latest, and beta tags from versions. // TODO: Questions for Nx// - Do we need to ...