Jump to content

trurl

Moderators
  • Posts

    44,360
  • Joined

  • Last visited

  • Days Won

    137

Everything posted by trurl

  1. Dockers can only see disks that were already mounted when the docker service started. After mounting a disk you need to access from a docker, you will have to go to Docker Settings and restart the docker service.
  2. This used to be a problem users accidentally caused because of the way mover worked at one time, but since mover was changed yours is the first I have heard of someone actually doing it deliberately. Most people want their appdata to stay on cache because many applications frequently write to their appdata and any writes to array disks also involve writes to parity, thus keeping 2 drives spinning all the time. Also, there have been reports of some apps not working correctly unless their appdata is on an actual disk instead of a user share. I think it has something to do with hard links. So in summary, the recommendation is to actually put appdata on a cache-only user share, and then make all your apps refer to it as /mnt/cache/appdata.
  3. I think you will have to provide a lot more information about your hardware before anyone will even attempt to help with this question.
  4. Don't even bother with the 32 bit on unRAID v6, no hope for that.
  5. The web interface of most dockers can be accessed by clicking on the docker's icon on the dashboard or docker page and selecting WebUI from the popup. I never do it any other way.
  6. I ran the command line preclear and it ran without issues. So must be a script issue? The command line is a script. The plugin uses whichever version of the script you set it up to use.
  7. Even though attribute 1 says Failing Now? Didn't notice that since that is not an attribute we usually monitor.
  8. SMART for the Samsung looks OK. Check connections.
  9. How easy is it to change the docker container for Plex? Make a copy of the "plexmediaserver" and install another docker container into the new copied folder "plexmediaserver2"? I'm thinking of using the Linuxserver Container over the Limetech Container. Is that possible? It should just pick up where you left with your plex library. Just use the same volume mappings and you should be good. I switched from needo to linuxserver without issues. You may have to wait a little while for linuxserver to start the first time.
  10. Go to Tools - Diagnostics and post
  11. What exactly do you mean by "paused". Post a screenshot.
  12. It won't let you click the button if it is already running.
  13. If you open your browser and load the page again you won't see anything until another file is displayed in the log so if you are moving large files it might take a while to see the next file.
  14. It does already. Are you having a problem?
  15. /mnt/user/tmp is not in RAM. When you specified that path you actually created a user share named tmp which will be stored on your disks using the default user share settings. Your original mapping of /transcode:/tmp was the right one because /tmp is in RAM, but you also have to go into plex and tell it to use /transcode for transcoding. Also, there have been reports that this doesn't work correctly with recent version of plex anyway. Not sure if that was ever resolved or not.
  16. What do you see under Workgroup settings? Maybe a screen shot. Hello, I see nothing additional at all, just the standard options UPDATE: Tried one more reinstall and it's working, albeit I see no icon in the header, only in the SMB settings. I think it only displays in the header if your server IS the local master. Haven't tried it lately since I have given that duty to my ASUS router.
  17. Grey means spun down or on standby and temperatures are unavailable in that state.
  18. IIRC all you have to do is download the ubooquity.js file and toss it into the appdata (overwrite the existing file) Not js, it's java but yes you can replace it yourself as in the link I gave to the support thread for the actual container. I see the support link in Community Applications actually points to this thread instead of the support thread for the docker though. Is that something the docker author needs to fix?
  19. Thanks for the /root backup. Is there some way we can get selectable color schemes? I have 2 servers and I need a strong visual reminder which server I am talking to.
  20. Moved on, i got 20 drives for free if 2 fail Meh, once i get done with the others i will re-try it. Thanks for the help. Am I reading that correctly? You signed a deal which got you 20 drives for free if two of your batch failed? I interpreted it as meaning he got the 20 drives for free so was not too worried if 2 failed. I wonder which is the correct interpretation? That's the way I read it too. fixed your quoting
  21. I think you must misunderstand the purpose of Dolphin since it is nothing like Tonido. A good analogy for Dolphin is Windows File Explorer. This particular docker implementation of it is just giving you a Linux desktop in a browser with the Dolphin file manager already launched. Yeah, sorry my end goal was always just something to manage my files without managing them from my other systems, not necessarily to have access to the files remotely like with Tonido. I still like being able to manage files while I'm away, but would rather not have it open to the world. With that in mind, is there a way to lock it down? Best option is vpn, second best is to use a reverse proxy like nginx. With reverse proxy, you can set a password through .htpasswd For vpn, check out the openvpn server dockers For nginx, you can use either the nginx docker or the letsencrypt one I have, which sets up a free 3rd party SSL certificate with nginx Many new routers have VPN built-in. I use the built-in VPN on my ASUS router, and I also use Teamviewer to remote control computers on my home network.
  22. I think you must misunderstand the purpose of Dolphin since it is nothing like Tonido. A good analogy for Dolphin is Windows File Explorer. This particular docker implementation of it is just giving you a Linux desktop in a browser with the Dolphin file manager already launched.
×
×
  • Create New...