Muff

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by Muff

  1. Hi, I need some help with the authentication part and it works if I remove the authentication. I get the login prompt but I get the 500 error message (see screenshot). And in the error.log file (/mnt/user/appdata/apache/log/apache) I get the following error: [Mon Sep 11 11:35:46.281574 2017] [authn_file:error] [pid 85] (2)No such file or directory: [client 192.168.1.1:53553] AH01620: Could not open password file: /mnt/user/appdata/apache/login/.htpasswd I've tried various configuration that I got from Google but it haven't resolved the issue so I hope that you can help me This is my config: Location: /mnt/user/appdata/apache/apache/site-confs Files: .htacces AuthName "Restricted Area" AuthType Basic AuthUserFile /mnt/user/appdata/apache/login/.htpasswd AuthGroupFile /dev/null <Files Transmission> require valid-user </Files> and default.conf <VirtualHost *:80> DocumentRoot /config/www/ <Directory "/config/www/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all </Directory> </VirtualHost> <VirtualHost *:443> ServerName www.example.com SSLEngine on SSLCertificateFile "/config/keys/cert.crt" SSLCertificateKeyFile "/config/keys/cert.key" DocumentRoot /config/www/ <Directory "/config/www/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all </Directory> </VirtualHost> <Location /transmission> ProxyPass http://192.168.1.17:9091/transmission ProxyPassReverse http://192.168.1.17:9091/transmission AuthUserFile /mnt/user/appdata/apache/login/.htpasswd AuthType Basic AuthName “Transmission–Proxy” Require user trans </Location> Location: /mnt/user/appdata/apache/login File: .htpasswd trans:XflHKt0b76PEE I've folloed this guid: https://www.linuxserver.io/2015/11/10/overview-reverse-proxy-with-docker/ Thank you!
  2. There were something bad with the import. I've uninstalled Sonarr > removed all Sonarr folder under appdata (/mnt/user/appdata and /mnt/cache/appdata) > Installed Sonarr = Working Thank you all for helping me!
  3. Hi again, I tired to change the root folder for \tv from: /mnt/user/random to: /mnt/user/random/tv shows/ But that didn't help at all. I also tried to edit an existing serie but Sonarr acted the same way as when I tried to add a new serie/tv show. Any idé? Or should I just re-install Sonarr and don't import/restore the config?
  4. Yes, it's showing another serie and that is probably because Sonarr do a search in alphabetical order since the serie in the log starts with "A" and the serie I try to add starts with "P". And when I posted the log I wanted to show that there were no entry in the log when I tried to add a serie.
  5. Hi, I'm trying to add a serie that I have already moved to the new setup/location. The serie in the logg aren't the same as the on I'm trying to add. and this is my config:
  6. That is correct and I'm going to change the paths when I one working. I've transferred some tv shows to the new set up (unRaid) but I can't add those to Sonarr
  7. Hi, Yes, I restored the settings from my old Sonarr Windows installation and changed some settings accordingly.
  8. Hello everyone! I've searched a lot but I haven't found the solution to my problem with Sonarr and I hope you can help me For some reason Sonnar won't add any serie it it's watch list. Nothing happens - If I add the serie by Importing (Add series -> Import existing from Disk ) it just says: Loading search results from TheTVDB for your series, this may take a few minutes. (screenshot_1jpg) - If I search for the serie and then click on the Plus sign, it loads for 1-2 sec and then changed back and nothing happens. I don't find anything in the log (Screenshot_2.jpg) Sonarr config: Screenshot_3.jpg Sonarr Log: Screenshot_4.jpg Thank you!
  9. For this experiment I want to see if I can move VMs between on-prem and the Cloud and if possible between different hypervisor, something like AOS (Nutanixs KVM) can migrate VMs when changing hypervisor in their cluster. Also a hybrid datacenter with Azures with a Hyper-V, a VMware and a Nutanix environment. This is just to see what I/you can do and can't + I get hands-on experience And if I want to test something else in the future I could easily power-on the needed VMs. On unRAID I wanted to use the applications service and 2 VMs (1 gaming PC and 1 HTPC). I thank you a lot for all your help and feedback! It's much appreciated! Now I just have to think about if I want to build a 2-in-1 PC (2 motherboards, 1 chassi) as my lab PC and/or just 1 PC as I have now... Maybe I can get my boss to get me one hehe
  10. Yes, for testing different IT data center solutions Exactly, I want to set-up an Hyper-V and VMware environment for just that and for now I'm going to test a hybrid data center solution with example Azure. But if I remember correctly (at least Hyper-V) doesn't support a nested in nested(?) (VM in VM in VM) solution but I wanted to check here first It seems that I need 3 computers (1 gaming & 2 lab) for what I want.
  11. Hi, I'm in planing on building my a new computer and I'm wondering if it's possible to run (nested in nested?) Hyper-V and esxi ontop of a unRAID installation? I want (if possible) to have a gaming PC (as a vm or not, doesn't matter) and a virtual environment for my lab and testing. Something like this: I've googled and search this forum but haven't found a clear answer yet but it seems unachievable and I'll need at least 2 computers for that. Thank you! /Muff
  12. Hi, Short question: Dose unRAID support Lightning connectors? I'm thinking using 1 Lightning connector in my soon-to-be-build unRAID server for my monitor, mouse, keyboard etc to my VM. Sorry if this question have already been answered but I couldn't find any information about this on this forum and on Google.