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 Recent activity Votes
  • After my DWSpectrum licenses became invalid, and DW is giving me a hard time to fix that, I started looking into why the hardware id changed. I can see that the hardware identifiers that are detect...

  • Minor changes, LinuxServer support to run with a predefined user account, and obviously automatic docker hub integration. You are welcome to compare the code yourself...

  • FYI, I converted my DWSpectrum project to the simplified non-systemd version, and other than losing my license keys (cloud licensing please), it seems to work fine. See: https://github.com/ptr727/D...

  • I updated my project and removed the systemd modifications, also added --no-install-recommends, seems to work, thank you, so much easier to maintain now that I don't have to modify the DEB file at ...

  • I understand, but that logic does not work on Unraid, where the behavior of the mount backing IO is dictated by the Unraid FUSE code, and your code only sees FUSE, not what it does behind the scene...

  • Hi Andrey   Thank you for the update. I noticed you have a new project with docker updates on github created by Kyle. I see that systemd is no longer required, I will try it out in my project and s...

  • Build a container from a basic linux image, e.g. "lsiobase/ubuntu:bionic" Specify --no-install-recommends when installing your DEB package. Try to run, you may get various errors because the medias...

  • I think the problem with mapped volumes not showing up is that they are incorrectly detected as duplicates. logLevel=DEBUG2   2020-05-18 10:13:55.964    422 VERBOSE nx::vms::server::fs: shfs /conf...

  • "You can change "additionalLocalFsTypes" setting via API /api/systemSettings." Please implement the ability to set options at provisioning time, e.g. in the config file. Imagine you are a customer,...

  • 3) It appears as if the  `additionalLocalFsTypes` only applies to primary storage, when I map multiple volumes, and want to use one for storage and one for backup, only one volume is used. cat /pro...