dmaxwell351

Members
  • Posts

    10
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dmaxwell351's Achievements

Noob

Noob (1/14)

3

Reputation

  1. It's interesting because I have $SPLUNK_HOME defined after a vanilla install of splunk... Either way, it's set in the Dockerfile now, so the command to append the optimistic file locking setting should work!
  2. That looks like the fix! I just updated the Dockerfile to include it...
  3. Got splunk updated to 6.5.3! I haven't tested if it fixes the BTRFS issue yet, but hopefully that will do it since they do say it is supported now...
  4. Thank you for this! I've updated the dockerfile to include the h.265 codec. Sadly, InMethod hasn't updated the linux version of Air Video HD past 2.2.3.
  5. Hey coppit, inmethod has said that autodiscovery is planned but not supported yet for the Linux version of the server...
  6. Hey roland, glad it's working well! The default login is (and I'll add it to the description as well): username: admin password: changeme
  7. In the newer betas, the loopback image that unRAID uses for Docker is BTRFS but the underlying storage can be XFS, ReiserFS, or BTRFS. So in my case... my cache drive is XFS, so when I map the data volume for the splunk container to /mnt/cache/apps/splunk, splunk sees that it is running on an XFS filesystem.... I haven't been able to think of a good workaround for running it on BTRFS that would be docker friendly...
  8. Yep that was it, no btrfs support, which is really surprising!
  9. I'm going to begin publishing some docker builds I've been doing for my unRAID setup... Repo Address https://github.com/dmaxwell351/docker-containers/tree/templates Containers Air Video HD [phusion] - https://registry.hub.docker.com/u/dmaxwell/airvideohd/ Everything that was great about Air Video, re-thought and re-engineered to bring you the best and most reliable streaming video app for iOS devices. Version - Linux v2.1.3 Website - http://forums.inmethod.com/topic/2291-air-video-server-hd-for-linux/ splunk [phusion] - https://registry.hub.docker.com/u/dmaxwell/splunk/ Splunk is a search and analytics engine that supports a wide variety of data inputs and also many custom applications. I use it as a destination for my home networking syslogs and netflows. The free version is limited to 500MB/day. Website - http://www.splunk.com Demo - https://www.splunk.com/getsplunk/onlinesandbox Change Log 04.03.2017 - Updated splunk to 6.5.3 03.14.2017 - Added support for h.265 to Air Video HD 10.30.2015 - Updated Air Video HD to v2.2.0 05.07.2015 - Updated Air Video HD to v2.1.3 03.16.2015 - Added Air Video HD 03.04.2015 - Release