Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

casperse

Members
  • Joined

  • Last visited

Everything posted by casperse

  1. Hi @binhex I just found by accident that if I used my secondary IP on my Unraid server then Krusader works? (Bridge as standard) But for some reason when going to my Unraid UI and to the docker for Krusader and select launch "WebUI" it did not open anymore (Got above VPN error) but if I manually changed the "WebUI" to my other IP 0.6 -->0.13 then it worked (Still in bridge mode) (UPDATE: I just tested this again same machine and now it works on both IP's - Sorry I haven't changed anything so maybe a glitch in my network?) Thanks for all of your work this is a great docker couldn't live without it - All servers need a filemanager
  2. I just got this after starting Krusader No changes to my configuration, auto update is enabled... Any breaking changes that I need to update my configuration with? As always your help is much appreciated Thanks! UPDATE: I found that if I changed my network to 192.168.0.13 it works? I then tried to change network from Bridge to Host and then it didn't work on any network? This wasn't a problem before 192.168.0.6 is my "primary" host network for Unraid so what can cause this? diagnostics-20191014-0900.zip
  3. Help setting up dual network in Plex docker? I have managed to setup the ethernet like this: And this: But how to add this to Plex in Docker (Sofar I have been unsuccessful) I use "host" which just uses the first lan group, changing it to "Custom: br0" doesn't seem to work Do I have to add it manually? As always your input and help is much appreciated Reason to do this: I want to setup different gateways to different internet connections And I think I saw Plex being able to have multiple network connection in the ui
  4. UPDATE: New Unifi update breaks this, you now have to add your DNS entries into the file also! https://community.ui.com/releases/UniFi-Network-Controller-5-11-39/6ab8ef1a-376f-41e6-85b2-ceec098b8462
  5. Hi All I have almost stopped using Ombi to many DB errors and restores that need to resolve problems logging in to ombi https://github.com/tidusjar/Ombi/issues/2750#issuecomment-531058053 Is there any Beta build available? and if so how to change the Docker to pull it? I paid for the App and really can't use it most of the time because of this?
  6. yes and slave user password is : mylittlesecret
  7. Thats really cool! didn't know that was possible found it used another IP than my primary "bonded" IP with Thrunk? Changing the IP and it works! THANKS
  8. Thanks @petecemi I can not see any difference between your setup and mine... What passwords are you using for mouser and slaveuser? (Standard ones?) Status never changes: UPDATE: I found that my Synology was using another IP for the UPS server? not my main "Bond" IP... [monuser] password = secret upsmon master [monuser2] password = mylittlesecret upsmon slave Looks like its connected now... THANKS for all your help!
  9. Can you share your configuration/Settings I never got this working.....
  10. Nice that also worked for me! - Do I have to disable autoupdate or will this overrule that setting?
  11. Is there anyway to do rollback Radarr to the last version before this one, keeping all the settings and the DB? I have auto backup of the appdata folder but everytime I roolback it auto updates (I have set update in the config to false)
  12. Hi @niwmikI think we are experiencing the same problem! What do you mean "user share?" a local share on your Unraid server? (Yes that works) but I like you need to move this to a secondary server I seem to experiencing same problem after updating it keeps trying to move the file after completion to MY SMB share and the fails: Couldn't import movie : Access to the path is denied. Radarr error log: System.UnauthorizedAccessException: Access to the path is denied. ---> System.IO.IOException: Operation not permitted --- End of inner exception stack trace --- at Interop.ThrowExceptionForIoErrno (Interop+ErrorInfo errorInfo, System.String path, System.Boolean isDirectory, System.Func`2[T,TResult] errorRewriter) [0x00014] in <81342d83acda4c5590ec19c7afdf26b9>:0 at Interop.CheckIo (System.Int64 result, System.String path, System.Boolean isDirectory, System.Func`2[T,TResult] errorRewriter) [0x0000a] in <81342d83acda4c5590ec19c7afdf26b9>:0 at Interop.CheckIo (System.Int32 result, System.String path, System.Boolean isDirectory, System.Func`2[T,TResult] errorRewriter) [0x00000] in <81342d83acda4c5590ec19c7afdf26b9>:0 at System.IO.FileSystem.CopyFile (System.String sourceFullPath, System.String destFullPath, System.Boolean overwrite) [0x00052] in <81342d83acda4c5590ec19c7afdf26b9>:0 at System.IO.File.Copy (System.String sourceFileName, System.String destFileName, System.Boolean overwrite) [0x00062] in <81342d83acda4c5590ec19c7afdf26b9>:0 at NzbDrone.Common.Disk.DiskProviderBase.CopyFile (System.String source, System.String destination, System.Boolean overwrite) [0x000bc] in C:\projects\radarr-usby1\src\NzbDrone.Common\Disk\DiskProviderBase.cs:205 at NzbDrone.Common.Disk.DiskTransferService.TryCopyFileTransactional (System.String sourcePath, System.String targetPath, System.Int64 originalSize) [0x00128] in C:\projects\radarr-usby1\src\NzbDrone.Common\Disk\DiskTransferService.cs:449 at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, NzbDrone.Common.Disk.TransferMode mode, System.Boolean overwrite, NzbDrone.Common.Disk.DiskTransferVerificationMode verificationMode) [0x0033e] in C:\projects\radarr-usby1\src\NzbDrone.Common\Disk\DiskTransferService.cs:276 at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, NzbDrone.Common.Disk.TransferMode mode, System.Boolean overwrite, System.Boolean verified) [0x0000e] in C:\projects\radarr-usby1\src\NzbDrone.Common\Disk\DiskTransferService.cs:183 at NzbDrone.Core.MediaFiles.MovieFileMovingService.TransferFile (NzbDrone.Core.MediaFiles.MovieFile movieFile, NzbDrone.Core.Movies.Movie movie, System.String destinationFilePath, NzbDrone.Common.Disk.TransferMode mode) [0x0012b] in C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\MovieFileMovingService.cs:120 at NzbDrone.Core.MediaFiles.MovieFileMovingService.CopyMovieFile (NzbDrone.Core.MediaFiles.MovieFile movieFile, NzbDrone.Core.Parser.Model.LocalMovie localMovie) [0x00086] in C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\MovieFileMovingService.cs:99 at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeMovieFile (NzbDrone.Core.MediaFiles.MovieFile movieFile, NzbDrone.Core.Parser.Model.LocalMovie localMovie, System.Boolean copyOnly) [0x0009b] in C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\UpgradeMediaFileService.cs:65 at NzbDrone.Core.MediaFiles.MovieImport.ImportApprovedMovie.Import (System.Collections.Generic.List`1[T] decisions, System.Boolean newDownload, NzbDrone.Core.Download.DownloadClientItem downloadClientItem, NzbDrone.Core.MediaFiles.MovieImport.ImportMode importMode) [0x00258] in C:\projects\radarr-usby1\src\NzbDrone.Core\MediaFiles\MovieImport\ImportApprovedMovie.cs:109 I also tried setting the permission option, but that didnt work either.... Any special parameter settings in the docker for Radarr? Everything is working the files are transferred Radarr see them and picks them up for transfer and naming to the new location But I Radarr will not save files to a UAD SMB drive (Might be a Radarr problem and not a UAD/Docker problem?) I tried using the Krusader tool to write files to the SMB share and that worked perfectly I have also created a bug on this for Radarr: https://github.com/Radarr/Radarr/issues/3649
  13. Your right!!! of course as root user you can do anything.... Didnt think about unraid root being the solution Deleted all temp files (After a preclear I could format the SSD - I know preclear is not for SSD but I couldnt get UAD to show the format option I then was able to format the drive and copy the files to this seperate SSD for my appdata so hope this solves this for the time being
  14. Hi All I have a problem accessing files on a mounted unassigned drive (But only for data containing the Appdata for Emby) Also I can not unmount the drive? But the mount dosent work correctly because I cannot access the drive as a SMB share? The drive is full: Trying to access the files so I can delete these file (Initial thought is was Plex) in Crusader I can see that the files are locked And that Emby have generated a temp file that is 235G !!! because of this I can not run my servers Normally I would correct any file rights in Unraid but that does not work for assigned devices? Please help, my last reboot hang up the system and I had to cut the power....
  15. Hi @saarg I found the problem, but need some help to solve it.... I have the appdata folder on a seperate SSD for Plex Looking on the SSD i can see a temp file in the cash that just explodes in size? (239G in a single file - think its TV recording going crazy ) I have stopped the Plex server, but I cant delete any of the files, even using Krusader? How can I delete files on a UAD SSD when I cant change the access rights? (Tried in Krusader) Normally I would do a fix all R/W rights on Unraid for all drives, but in this case I can't do that when its Unassigned device
  16. I just updated the Plex docker to Version 1.16.3.1433 (Unraid is running Version: 6.7.2) After the Plex update I get this error: I have plenty of room so this is not the problem. I have Plex stored on another special SSD and had no problem Could it be the transcoding folder? (I have never used it, default is fine)? I am using HW acceleration and it look to be running okay? Hope someone can share some light on this.... UPDATE: Where does it save the transcode files? (It's not on my cash drive) plenty of room Index of /mnt/cache/appdata/plex/Library/Application Support/Plex Media Server/Cache So it must be on my Appdata drive? /mnt/disk/SSD/plex (But the folder is empty) /mnt/disks/SSD/plex/Library/Application Support/Plex Media Server/Cache/Transcode I would like the speed so either defining a specific location in the docker Path for transcoding folder (Optional)? On a SSD? or my cash drive? any recommendations from the power users ?
  17. I am still struggeling to get this working... Anyone with at Synology NAS and the plugin above have this working? And if they do please tell me how? 👍
  18. So the google search you where referring to was it some specific site havent found much but maybe this? https://roll.urown.net/NAS/nas-ups.html
  19. Thanks @Benson do you mean this plugin?
  20. I am trying to setup the same configuration but I am getting lost connection? The synology UPS server is running on 192.168.0.10 And I have added the Unraid IP to the UPS server list So what am I missing?
  21. OK - Do anyone know if it's possible to do the SMB or NFS connect in the docker config using the Path option?
  22. This was this post: What did you mean "the plex application itself has the ability to access media over SMB, so there is no need to remote mount that media in Unraid" how?
  23. I have Plex docker running on Unraid and have one mounted folder on my Synology NAS through Unassigned Devices I don't think you can access SMB shares through the Plex UI using smb: But maybe directly using path in docker config settings for plex?
  24. Thanks for explaining this to me, your right I have to look at all the dockers! I am pretty sure that if I could create internal SMB mounts inside the docker application this would help on this issue when rebooting the server that is mounted by your excellent tool inside the Docker applications. Than main suspects would be: Plex Emby resilio sync @trurl You mention SMB mounts from plex, but using smb: does not seem to cut it? Yes ideally I would place everything on one server but I need two :-) and sharing is what a NAS should do best
  25. Thanks! - For some reason copying files from my Synology to a shared drive created ALL dirs as shares! And for some reason I couldnt delete the .files and therefore couldnt remove all the new created shares. So finding each share on each drive and deleting them with CM worked!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.