victoRaid

Members
  • Posts

    41
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

victoRaid's Achievements

Rookie

Rookie (2/14)

0

Reputation

  1. Interested if any of our illustrious Docker maintainers would be interested in: https://github.com/theotherp/nzbhydra Thanks!
  2. Thanks for the hint! I had /opt/splunk/var mounted to /mnt/user/appdata/splunk and it wasn't working. I changed to to /mnt/cache/appdata/splunk and now it works!
  3. I'm trying to get the Splunk docker working. I changed my cache drive to XFS, but am still getting the following error: I've removed the container, image, and data files to make sure its a clean system, but still no luck. Any thoughts?
  4. Looks like there have been tons of great updates to the official branch of DUC. Wondering if you wouldn't mind updating your Docker to reflect the newest version?
  5. needo, The nzbmegasearch docker is using the original (pillone) repo, which hasn't been updated for 8 months and has a number of known bugs. Would you consider switching it to use one of the more actively updated clones? They are listed here: https://github.com/pillone/usntssearch/network Also, would you consider dynamically determining the latest plexpass version of Plex instead of hardcoding it each time? I think something like this should work to get the URL: wget -q --no-check-certificate -O - "https://plex.tv/downloads"| grep -o '[^"'"'"']*plexmediaserver_.*amd64.deb'
  6. Thank you so much for this plugin, it is fantastic and makes the relatively simple Docker process even more functional! As a side note, I don't think you're allowed to call it a "very basic plugin" on the description page anymore ;-)
  7. Great, thanks! Also, FYI getting a 404 on your DynDNS config example.
  8. Since you're using port 80 for your reverse proxy, I assume you've changed the default UNRAID webgui port somehow? Care to share how?
  9. Reading through the Docker documentation (https://docs.docker.com/articles/networking/#container-networking), it seems that if you use the "--net" command, then the "-p" command is ignored. Basically, if you use the "--net" command you remove the ability to map the port. Whatever is default or explicitly set within the container is what you're stuck with.
  10. No secret that UnRAID is often used to host automated media acquisition software and media players. Tretflix seems like a great place to start: http://tretflix.com/ From the "About" page:
  11. I know this topic is VERY OLD, but to save folks some googling, I installed 7zip via: wget -O http://www.slackware.com/~alien/slackbuilds/p7zip/pkg/13.37/p7zip-9.20.1-i486-1alien.tgz installpkg p7zip-9.20.1-i486-1alien.tgz
  12. I'm having this same problem with a new install and plugins (SAB, SB, CP, HP, Boxcar). However, I've figured out that clearing the browser's cache and clearing all cookies related to the webgui brings it back. Very strange.
  13. Hmm, can you show me how you installed exactly? If there was an error during the process Gabba and other things might not have been installed. I first tried to installed it by using the method that was provided on your website ( the one with the curl download), this gave me the following error: root@Tower:~# wget -qO- http://boxcar.nicinabox.com/install_curl | sh - Verifying package curl-7.20.1-i486-1.txz. Installing package curl-7.20.1-i486-1.txz: PACKAGE DESCRIPTION: # curl (command line URL data transfer tool) # # Curl is a command line tool for transferring data specified with URL # syntax. The command is designed to work without user interaction or # any kind of interactivity. Curl offers a busload of useful tricks # like proxy support, user authentication, ftp upload, HTTP post, SSL # (https:) connections, cookies, file transfer resume and more. # # libcurl is a library that Curl uses to do its job. It is readily # available to be used by your software, too. # Executing install script for curl-7.20.1-i486-1.txz. Package curl-7.20.1-i486-1.txz installed. root@Tower:~# bash <(curl -s http://boxcar.nicinabox.com/install) curl: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory So I try to install it by downloading the install file from github and install it with: sh install (<the file i just downloaded) The packages are installed without errors but as soon as I believe Boxcar is installed its errors out at: Rake aborted!; cannot load such file -- sinatra/assetpack/rake I hope i gave you plenty of information for you to perhaps get is all straightened out. Logs file are attached It looks like something happened and the entire bundling process was skipped. Try this: cd /usr/apps/boxcar; bundle; boxcar server::start I ran the command and this is the output: root@Tower:~# cd /usr/apps/boxcar; bundle; boxcar server::start Fetching gem metadata from https://rubygems.org/........ Fetching gem metadata from https://rubygems.org/.. Using i18n (0.6.4) Using minitest (4.7.5) Using multi_json (1.7.7) Installing atomic (1.1.10) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/ --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/usr/bin/ruby --with-atomic_reference-dir --without-atomic_reference-dir --with-atomic_reference-include --without-atomic_reference-include=${atomic_reference-dir}/include --with-atomic_reference-lib --without-atomic_reference-lib=${atomic_reference-dir}/ /usr/lib/ruby/1.9.1/mkmf.rb:381:in `try_do': The compiler failed to generate an executable file. (RuntimeError) You have to install development tools first. from /usr/lib/ruby/1.9.1/mkmf.rb:461:in `try_link0' from /usr/lib/ruby/1.9.1/mkmf.rb:712:in `try_run' from extconf.rb:22:in `<main>' Gem files will remain installed in /usr/lib/ruby/gems/1.9.1/gems/atomic-1.1.10 for inspection. Results logged to /usr/lib/ruby/gems/1.9.1/gems/atomic-1.1.10/ext/gem_make.out An error occurred while installing atomic (1.1.10), and Bundler cannot continue. Make sure that `gem install atomic -v '1.1.10'` succeeds before bundling. /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require': cannot load such file -- gabba (LoadError) from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require' from /usr/apps/boxcar/lib/boxcar/command/base.rb:2:in `<top (required)>' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require' from /usr/apps/boxcar/lib/boxcar/command/addons.rb:2:in `<top (required)>' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require' from /usr/apps/boxcar/lib/boxcar/command.rb:10:in `block in load' from /usr/apps/boxcar/lib/boxcar/command.rb:9:in `each' from /usr/apps/boxcar/lib/boxcar/command.rb:9:in `load' from /usr/apps/boxcar/lib/boxcar/cli.rb:7:in `start' from /usr/apps/boxcar/lib/boxcar.rb:9:in `<top (required)>' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:51:in `require' from /usr/local/bin/boxcar:9:in `<main>' Ah ha! I've encountered this a few times in development. If you hop on irc (#unraid on freenode) I can help you. Seems like a missing lib. I've ran into this exact issue (see below). Can you let me in on how you addressed it? root@Tower:/boot/config# cd /usr/apps/boxcar; bundle; boxcar server::start bash: bundle: command not found /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- sinatra (LoadError) from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require' from /usr/apps/boxcar/config/environment.rb:1:in `<top (required)>' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require' from /usr/apps/boxcar/lib/boxcar.rb:6:in `<top (required)>' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require' from /usr/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require' from /usr/local/bin/boxcar:9:in `<main>' EDIT: I was able to fix this issue by manually walking through the original install file and re-running the commands individually. Here are the steps I took: # installpkg ruby-1.9.3_p448-i486-1_slack14.0.txz # installpkg openssl-1.0.1c-i486-3.txz # gem install sinatra # gem install gabba # gem install bundler # cd /usr/apps/boxcar; bundle; boxcar server::start