Pieter Viljoen
- Total activity 112
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 5
- Subscriptions 27
Posts
Recent activity by Pieter Viljoen-
DW Spectrum 6 Beta fails to install on Ubuntu Jammy Docker
CompletedLooks like DWS now has a v6 Beta, unfortunately it fails to install on Ubuntu. Releases JSON here https://updates.vmsproxy.com/digitalwatchdog/releases.json { "product": "vms", "v...
-
nx_ini folder is user specific, why not share it with static location conf files?
AnsweredConf config is stored in /opt/${COMPANY}/mediaserver/etc, and INI config is stored in /root/.config/nx_ini for root and /home/${COMPANY}/.config/nx_ini for non-root. This makes it rather non-determ...
-
Plugins folder that is not shared with installer for use in docker
AnsweredThe plugins folder is located under bin and contains already installed plugins, and adding custom plugins mixes them with the already installed plugins. In docker this makes it impossible to create...
-
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...
-
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.
-
Current versions?
AnsweredI use VisualPing and got a notification that NxWitness has a new version. For my docker builds I now have: Nx Meta 4.1.0.31766Nx Witness 4.1.0.31946DW Spectrum 4.1.0.31401 What are the current buil...
-
R9 install on Win10 app shortcut does not work
AnsweredI installed R9 over R8 on Win10. The app launcher shortcut that gets created in the start menu does not point to a valid target. Clicking the app icon does not launch the client. The client has to ...
-
R8 in Docker auto binds to any network adapter it finds
AnsweredRunning R8 in Docker, the routing logic keeps binding to any new adapter, including virtual adapters used by other docker containers. I unbind unwanted adapters, come back in a few days, and then m...
-
4.1.0.31193 R8 x64 win client fails to launch
AnsweredI updated from R7 to R8 on Windows 10 x64. R8 client fails to launch. Did an complete uninstall, reinstalled, same thing, install, launch, nothing, launch, nothing. R7 worked fine.
-
QString::arg: 5 argument(s) missing in %1()
AnsweredI'm running NxMeta 4.1.0.31036 My docker log is filled with thousands of these entries. ``` ,>>> QString::arg: 5 argument(s) missing in %1(): Got motion metadata, returning true; ,QString::arg: 5 a...