2nu2storage

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by 2nu2storage

  1. How come when I ran the mv command it was 'instant' I was expecting it to move data at the disk level - I/O intensive. Did I move the hard-links? I was expecting it to take hours given the share I moved was 2.5TB.
  2. As the title suggest I'm wanting to migrate or move data from multiple shares in to one share with sub-directories. As an example I have three shares - one for downloading, one for movies, and one for tv - and I want to use one share with downloads, tv, and movies sub-directories. How would I go about moving the data from those shares into the one share and their desired directory? Maybe I'm overthinking it, but could I just copy or move from /mnt/user/old_share to /mnt/user/new_share?
  3. This is solved. Two things happened: one involved not putting the CORRECT docker container on the customer network, and the second involved removing the "directions" in the conf file and removing any authentication methods. Hello, Yes, I'm late to the party on this and I've kinda hit a wall going from forum to forum so I apologize in advance for re-opening this can of worms... I am having some configuration trouble with getting radarr or ombi, or any docker on the docker proxy network to show up when I use my domain. I just get "can't reach this page," but when I use the IP:port everything is fine. I'm using duckdns which shouldn't be an issue unless I didn't look at the right thing...And as I far as I understand I should be able to go to myservernameradarr.duckdns.org (where the domain is active) and I should see radarr. Again, if I'm approaching this in the most ass-backwards way possible...then have a laugh at my expense and throw me some links to set me on the right path. Swag is up and running as I do see "Server Ready" in the logs. I've modified the proxy-configs as they should per the various documents and videos I've seen and I think that is where my problem is, or at least I think... If anyone can point me in the right direction I will be very grateful. Here is where I stand with the configs (domains names are different, but the same as how I have them.) I also left the instructions in there as I didn't feel like I needed to remove them (see having a laugh at my expense)? # make sure that your dns has a cname set for radarr and that your radarr container is not using a base url server { listen 443 ssl; listen [::]:443 ssl; server_name MYSERVERradarr.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; # enable for Authelia #include /config/nginx/authelia-server.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /ldaplogin; # enable for Authelia #include /config/nginx/authelia-location.conf; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app binhex-radarr; set $upstream_port 7878; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } location ~ (/radarr)?/api { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app binhex-radarr; set $upstream_port 7878; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } } It may be obvious to you what the error is, but not to me so be gentle
  4. Today I tried accessing my SMB share and something was immediately wrong. I didn't get a log in prompt for my share. Windows had the connection cached (if that's a thing?). So in Windows Explorer I can view the NAS without logging in, and when I access my share, that's secured, I didn't get a log in prompt. I can see the files in the folder, but I can't access them. When I create a new folder, I get the nice windows error indicating Destination Folder Access Denied and I need permissions to perform this action. I ran through some forums and here is what I have tried: - Remove credentials from Windows Creds manager - nothing there for unRAID. - Then I tried running the Set New Permissions script for that share on all disks in unRAID - no change. - net use * /delete - no change. - Saw some forums mentioning my workgroup has to be in all capitals and it is. Some interesting items to note. I can view all of the other shares and see their folders (if the share is public), but I get a permissions issue when I try to create a new folder. Also, only one Share on unRAID gives me a log in prompt and since my user does not have access to it I get access denied as I should. Extra Troubleshooting steps: - Rebooted client AND NAS - no change. Edit: If I change the Share Security to Public I get access, but if I go back to Secured then we are back to the original issue. Resolution: I resolved this by changing the user password to the one it already had and everything worked. I can map the share and browse.