
Pieter Viljoen
- Total activity 103
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 25
Activity overview
Latest activity by Pieter Viljoen-
Pieter Viljoen commented,
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.
-
Pieter Viljoen commented,
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...
-
Pieter Viljoen commented,
This is super useful, thank you. Q on logLevel, is DEBUG2 is not listed, is that now VERBOSE?
-
Pieter Viljoen commented,
Thx, where do I see that full description you pasted, my mediaserver.conf only has a few entries?
-
Pieter Viljoen commented,
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...
-
Pieter Viljoen commented,
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 ...
-
Pieter Viljoen created a post,
Automating downloaded product versions using JSON API
AnsweredI built an app to help build and keep my docker images up to date without needing to manually monitor version changes. The app loads the product releases from the JSON API and uses that information...
-
Pieter Viljoen created a post,
Please add ZFS as supported storage to 4.3
Not plannedI know how to work around adding alternate FS types, but please add ZFS as a by default supported filesystem.
-
Pieter Viljoen commented,
My bad, I screwed up the conditional file testing on builds prior to 4.3 with the stable tag, I just fixed it, the stable tags should now be able to launch the root-tool again. Please feel free to ...
-
Pieter Viljoen commented,
I've never tried updating the server inside docker, it kinda goes against how docker is supposed to be updated, I just update docker when a new server is released. But, the `./run: line 14: /opt/ne...