Felix

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by Felix

  1. Is there any reason why we can't use the existing packages from the NerdPack github repo to populate /boot/extra ? https://github.com/dmacias72/unRAID-NerdPack/tree/master/packages/6.10 Is there something about 6.11 that will make these txz not work? Sorry if stupid question.
  2. Felix

    openvpn AS

    If you're using the Linuxserver.io docker, they have instructions on their dockerhub page
  3. Make sure you are giving it folders that are relative to /mnt/user? E.g. if you have /mnt/user/movies on your filesystem, just give Unbalance "movies" It looks like you are trying to put in "/mnt/user/data" which Unbalance would probably parse as /mnt/user/mnt/user/data...
  4. If you are also using a Sabnzbd docker, then you may have to double-check that the volume mapping for /data/ are the same in both your Sonarr and Sabnzbd dockers because Sonarr relies on the Sab API for getting completed download paths. For example, assume Sab /data/ is mapped to /mnt/cache/this/dir/. Sab finishes downloading a file to /data/complete/ and when Sonarr pings the Sab API to check if the download is finished, it gets a location as /data/complete/. If Sonarr has a volume mapping for /data/ as something different than /mnt/cache/this/dir/, then you'll get the "not found" error that you're seeing.
  5. If you have a spare Windows 7 key, I'd suggest a Win7 VM with Teamviewer Host. The host version of Teamviewer only allows incoming connections, and I set it up so it only allows requests from my Teamviewer account and blacklists all others. The kicker is that after I did all the Windows updates, the "Upgrade to Win 10 for free" dialog came up, so now I have a third home computer that will be upgrading at no extra cost! The Unraid VM installation guide on the wiki was easy to follow, and worked fantastically for me (good job guys!) Works great on my old Q6600 with Cores #2 and #3 allocated (#0 and #1 are not allocated to the VM), 50GB image size (windows updates required ~30GB minimum), and 4GB RAM(of 8GB installed).
  6. Ah! Thanks for the note. Hope all turns out well on your end. Edit: Just restarted it and the log shows me that it is happily updating to latest PlexPass. Cheers!
  7. Hey, thanks for the quick guide. I am now up and running with a Plex docker using needo:latest. However, I have an issue where the docker will not pull the latest PlexPass version, despite me forcing a docker update through the Unraid GUI. Did you ever encounter this? Edit: some extra info Container is created as a Host (default option) only Volume Mappings are /mnt:/mnt/ and /config:/mnt/cache/apps/plex
  8. updated to the latest Btsync plugin and it borked my existing settings. Reinstalling it caused it to really mess up my flash drive. I think when the config settings got reset, the default config directory (which is just /) caused the installer to go absolutely ape when I tried reinstalling. Oh well! Serves me right for just blindly clicking install when I should've double-checked the settings. edit: yup. wasn't responding to any commands via telnet (e.g. ps aux, /sbin/powerdown) so I reset via the front panel (which should call the safe reboot). Now it's unresponsive to telnet connections. Any idea on recovering a flash drive? Before hitting reset, I copied the contents of /tower/flash to my windows desktop if that helps. edit2: GOOD NEWS EVERYONE. Ended up formatting the memstick and putting a fresh copy of 5.06 on it. Copied over my backed-up files that I managed to get from /tower/flash, and it everything seems to be hunky-dory! I guess there were some critical files that were moved by Btsync's installer, but a clean copy of 5.06 replaced the lost files. Parity check is running now and I need to get some sleep. Moral of the story: BACK YOUR STUFF UP AND DON'T BE CLICK-HAPPY.
  9. Wow, I didn't realize Btsync moved to a pay model. 10 top-level folder maximum for free edition? How annoying... There is a forum post where they have links to 1.4: http://forum.bittorrent.com/topic/33935-latest-desktop-build-14110/ and to 1.4 beta: http://forum.bittorrent.com/topic/34316-latest-14-beta-desktop-build-14111/ I don't see a way to determine the current version from the Platforms page, since they don't appear to include the version numbers in their downloadable packages. Perhaps the best option is for the plugin to have a button in the unmenu gui to just manually wget the .tar from getsync.com/platforms/ and hope for the best? I will of course defer to the experts who might have a better idea. *edit: not unmenu but unraid interface, slip of the old tongue
  10. Seems like the Btsync download page got a redesign and it might be messing with the v2 plugin. The new appurl might have to be changed from getsync.com/download to getsync.com/platforms? After running /etc/rc.d/rc.Btsync install I get: Installing BitTorrent Sync... Unable to get latest version from online, checking USB for any install file Failed to download or locate BitTorrent Sync install file. Aborting installation. Running 5.0.6. Thanks.
  11. I am careful to not use conflicting ports, but thank you for the tip!
  12. It's strange, because now I am finding that Sonarr is responsive (as in, I can access the webgui) but the plugin page shows the plugin as "stopped". I'm just going to chalk it up to a change in the app causing a plugin page glitch and resume watching a bunch of TV! Thanks for the work you've put into these awesome plugins. For reference: Unraid version: 5.0.6 Sonarr version: 2.0.0.2341 I routinely see this error in the Sonarr logs, but it doesn't seem to have an effect on the show-grabbing: XemService failed while processing [seriesUpdatedEvent]: Error getting response stream (ReadDone1): ReceiveFailure System.Net.WebException: Error getting response stream (ReadDone1): ReceiveFailure ---> System.IO.IOException: EndRead failure ---> System.Net.Sockets.SocketException: Connection reset by peer at System.Net.Sockets.Socket.EndReceive (IAsyncResult result) [0x00000] in <filename unknown>:0 at System.Net.Sockets.NetworkStream.EndRead (IAsyncResult ar) [0x00000] in <filename unknown>:0 --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.EndRead (IAsyncResult ar) [0x00000] in <filename unknown>:0 at System.Net.WebConnection.ReadDone (IAsyncResult result) [0x00000] in <filename unknown>:0 --- End of inner exception stack trace --- at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0 at System.Net.HttpWebRequest.GetResponse () [0x00000] in <filename unknown>:0 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <filename unknown>:0
  13. Getting the same issue as quoted. I used to be able to manually restart NZBDrone/Sonarr but now it refuses to start no matter what. I've tried reinstalling the plugin and rebooting but no results.