jfrancais

Members
  • Posts

    105
  • Joined

  • Last visited

Everything posted by jfrancais

  1. https://pkgs.alpinelinux.org/package/v3.4/main/x86_64/nginx No stream mod in this version, but the next version will include it. No eta yet (currently testing it) With the recent changes, has stream mod made it in yet? https://github.com/linuxserver/docker-letsencrypt/blob/master/Dockerfile#L38 Hmmm, that implies it is there, but I get an error when using stream in my config files. nginx: [emerg] unknown directive "stream" Anyone have this working? Does something need to be flagged to enable?
  2. Me too. any update? I looked at the homeautomation option but it doest appear to have support for my insteon thermostat.
  3. https://pkgs.alpinelinux.org/package/v3.4/main/x86_64/nginx No stream mod in this version, but the next version will include it. No eta yet (currently testing it) With the recent changes, has stream mod made it in yet?
  4. any chance stream got added to this new version? Still looking to be able to proxy connect to my VNC, etc.
  5. What version of nginx is included with this? does it support stream? I'd like to use this same docker to handle non http traffic as well. I'd like to have this handle vnc and ssh for certain domains. Is this possible?
  6. Is there a recommended way people are centralizing user management? I'd love to get away from having to set up users all over the place. Single sign on would be ideal
  7. I have all my users and permissions set up the way I want in unraid. I recently set up nextcloud and I was wondering if there was a way to authenticate my nextcloud users again the unraid ones so I didnt need multiple sets up users. something like ldap, etc. I'd like unraid to be my definitive user source and any other software I require users for to athenticate against that. Possible? Thanks in advance, J
  8. I currently have a few raspberry pi projects on the go. I maintain a few different images that I flip between PIs and test. I'm wondering if anyone has virtualized the hardware of a Pi in KVM/Unraid as to run Raspian,Rasplex,RetroPi and other projects? I'd like to be able to do all my setup/configuration/maintenance of the software in a virtualized environment so that when I'd done I could take that image I developed, drop it on an SD card, plug into a pi and off it goes. Does anyone have such experience configuring a Pi virtualized environment? is it even possible?
  9. I mentioned it in the post above, but there is a screen shot
  10. Further to this, I installed a Docker version of SickRage and restored the config from the plugin version. The docker paths are pointing the the same path as the plugin paths. Files end up in the proper spot and not on that cache drive. I have attached a screen shot of the directory difference from plugin (top) to docker (bottom). The /tv path in the docker config is set to be /mnt/user/Public which is the share that is set to not cache. This fixed the issue for me, but I think there is something happening in the background with either the OS or the plugins that are referencing cache when it shouldnt.
  11. I'm fairly certain not. All the paths in both sabnzdb and sickrage/sickbeard were set to /mnt/user/Public/XXXX and Public is my usershare with cache turned off. Sabnzbd is now working fine with cache locations since I moved to docker vs application. Only path difference is that the path is set up in the docker config vs the app it self. Other than that I'm using the same paths. Rest of the config is the same. I will try a docker image of sickrage next I guess and see if it fixes it for that app. and just to clarify, should there be a path /mnt/user0/Public is Public is set to not be cached? Could that be the issue?
  12. OK, I have switched to using a docker image for sabnzdb. Now files are going to the proper place. But any files being processed with the sickbeard (and sickrage) take the file and when renaming end up on a cache drive even though the share is set to not cache. should there be a /mnt/user0 directory file shares set to not cached? Unsure where to go next.
  13. Further to this, I removed and reinstalled the sabnzdb plug in. (deleted all files for plug in, rebooted machine) Reset .ini file to previous. path to write files is /mnt/user/Public and the Public share is set to not be cached. Files still end up on cache drive. Mover won't pick them up unless I endable cacheing on share before running. Transmission plugin using same path does NOT do this and files go straight to array. You probably have configured Sab to directly write to the cache and bypass the user share file system altogether. Please review your Sab configuration and ensure that it points through /mnt/user/sharename instead of /mnt/cache/sharename.
  14. No i confimed both the sab config file and all the plugin config options, the all point to the user share, not the cache drive path. Sickbeard paths ar the same and files written by sickbeard (coming from sab) also have the same problem. You probably have configured Sab to directly write to the cache and bypass the user share file system altogether. Please review your Sab configuration and ensure that it points through /mnt/user/sharename instead of /mnt/cache/sharename.
  15. Ah, sorry, I have attached diagnostics. A little more information I discovered in generating this.... I can't replicate via smb share. If I copy a file to the share on my windows machine it works as expected. I then used sabnzdb to download a file and it showed up on the cache drive for that share. (PhAzE 2016.09.17.1 ) Nothing in my config file or in the plugin config is pointing to user share directory. gobo-diagnostics-20160922-1253.zip
  16. I am currently running the newest release of Unraid. I have a bunch of user shares and some are configured to use my cache drive. It is working fine but I'm finding my cache drive is getting full on occasion before the mover runs because I have one share I'm writing a lot to daily. I no longer need it as part of the cache since isnt an issue, so I tried removing it from the cache share. I run the mover and ensure data is off the cache and all on the array and then modify the user share to no longer use cache, but new data still seems to be written to cache for that user share. I've tried restarting array and restarting computer after change but still files keep getting written to cache for that user share. This was happening in the previous version of Unraid before update so it isnt new. Can anyone assist?
  17. Should I be filing this as an official issue?
  18. I think my issue may be related to unassigned drives showing in the GUi, but I thought I'd fire it out there for assistance. Currently running newest beta of unraid 6 and newest version of snap plug in. I have a 4TB drive formatted to NTFS in a hot swap bay. I have a script that daily will mount the drive, rsync a bunch of files from my array to it, then spin it down and unmount it. I do this so I can pull the drive and take it with me when I travel. Everything seems to be working fine, but when the drive is pulled and I access the GUI I see a bunch of "/dev/sdb: No such file or directory" errors start to pile up. I think everything is unmounting and hotswapping fine. I repeate the same process with an external USB drive and it works fine, but the USB drives dont show in the GUI as an unassigned drive. Wondering if that is the issue. Any thoughts or assistance?
  19. I'm not exactly sure, i will need to have a look at it sometime soon. I figured out a solution. In my .sh file that I was calling from script-torrent-done-filename of settings.json, I added the following line near the top: source /usr/local/PhAzE-Common/Transmission/startcfg.sh After that, it worked like a charm. Thanks!
  20. PS - Thanks for all you do PhAzE, beer sent
  21. how would one wrap it if it is called via script-torrent-done-filename in the settings.json file?
  22. Anyone else seeing this? trying to write a script to do some post download action. Diagnosed it down to getting an error when calling transmission-remote. This same script worked in my transmission install on Unraid 5, now I've migrated to Unraid 6 and get this when calling from shell. Thoughts? /mnt/user/Apps/transmission/install/usr/bin/transmission-remote /mnt/user/Apps/transmission/install/usr/bin/transmission-remote: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory