cappapp

Members
  • Posts

    24
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cappapp's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Ah OK. That makes sense. No problem. I can work around this for now and revisit it later. Funny enough, because the 2nd server is not my primary, it's already 6.10. I probably should keep them at the same version moving forward. Thanks for the update.
  2. Hi All, Recently I mapped NFS shares from another Unraid server to use in some dockers on this server. That all seems good and working in dockers like I want. However recently I tried doing some rsync of some files from Server 1 to Server 2 using this mapped share. Anyway it didn't seem to like that at all. CPUs were randomly and slowly filling up to 100% and not coming back. To the point it would just crash the Unraid UI or become super unresponsive. These files were old VMWare VMs, so some of the individual files were over 1tb. Not sure if that makes it different? Anyway, it's are transferring just fine now in windows using UNC paths. After this one is done, i'll try another one in rsync and grab logs. I was seeing RED errors. Just forgot to save them. This was yesterday. Processor is a threadripper with 24 cores and 32 RAM. Most of the time the server sits at 20% CPU and 40% RAM. But running rsync using those mapped shares and it goes crazy. Actually, I think I also tried in Krusader transfering the same files using the mapped shares again and krusader became unresponsive too and had to kill it. So it crashed transferring like this: rsync -rtvv /mnt/user/backups/EX1 /mnt/remotes/UR02_backups/EX1 --log-file=/mnt/user/Other/rsynclog.log --progress I think some of the small files worked. Currently transferring like this (Windows Explorer): \\192.168.0.5\backups\EX1 \\192.168.0.8\backups\EX1 Maybe I have a config wrong somewhere, any ideas on what I should look at first? Dockers seem OK using them. Cheers
  3. Has anyone had any experience using an Auto mapped share from a 2nd UnRaid server and passing it through to Emby or other dockers? Emby can see and play media from there, but it can't update the meta data in that folder. I'm getting permissions errors; *** Error Report *** Version: 4.6.7.0 Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Linux version 5.10.28-Unraid (root@Develop) (gcc (GCC) 9.3.0, GNU ld version 2.33.1-slack15) #1 SMP Wed Apr 7 08:23:18 PDT 2021 Framework: .NET Core 3.1.21 OS/Process: x64/x64 Runtime: system/System.Private.CoreLib.dll Processor count: 24 Data path: /config Application path: /system System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/mnt/remotes/192.168.0.8_Media/TV Shows/Buffy The Vampire Slayer/tvshow.nfo' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- But permission look OK?
  4. I just figured it out. In the Docker if I use the full path and not the 'shortcut path'?? it works as I want it. Back in the parent directory it was listed there, so I just choose that by default. Thanks for helping me checkout more things Cheers
  5. It's currently read/write. I tried 'read/write shared' and got this. Then tried 'read/write slave'. The docker updated OK, but it fails to start. The other share (which is local to that unraid server, so it's not the same I guess) is set to just read/write. But maybe it's not supposed to be the same when it's a share from a separate unraid server. Edit: I should add... maybe this adds an extra level of complication to this setup as well, but the network for this docker, runs through another docker. Like this; Maybe this will be my limitation As I don't really want to change that. Edit2: I can ping it from that Docker tho; hmmmm.
  6. Hi, I'm trying to make an Auto Mount share accessible to my dockers from a 2nd unraid server. It seems to successfully auto mount and I can browse files from the 2nd unraid server on the main unraid server file browser. But when I added the path to my docker, it seems like only the top path is visible, I can't see any of the files inside when I try to use the path in the docker. Any ideas or settings I need to check/double check?
  7. Yep cool. Will do. Without doing it this way. Technically I should be able to use the UNC path directly in the docker right? It's a completely separate server. Even when I set the share to Public, the docker on the main server doesn't see files. I seem to have a similar issue doing it that way too.
  8. Opps, yep... The other way. Thanks
  9. Ah yep, your right. I have mine set to Top 2 levels. I guess I should go to Top 3 and just monitor and see if that helps. If not, then maybe consider Any Level. Cheers
  10. Hi All, I've been using Unraid for quite some time. My array is 30 disks. The server is setup as a media center and everything is automated with the ARR dockers etc. Because I have 30 disks, I have lots of TBs but I'm starting to get to the end of my free space. Sort of. I actually have about 20tb free. But I keep running into the issue of disk getting full. Thus far I have been moving data manually to free up space on the disk and it's all good until it happens again. This would be because high water is preferring some files to stay together. But it seems quite a lot of wasted space to use high water with a big array like this. Would there be a big downside to switching to fill-up or most-free this late in the game? Should there be anything else I should consider? Thanks
  11. Hi, I'm trying to make an Auto Mount share accessible to my dockers from a 2nd unraid server. It seems to successfully auto mount and I can browse files from the 2nd unraid server on the main unraid server file browser. But when I added the path to my docker, it seems like only the top path is visible, I can't see any of the files inside when I try to use the path in the docker. Any ideas?
  12. Awesome, thanks. That'll make it interesting if you do update to copy the reverse way. Goodluck
  13. Oh, the name I set specifically for OneDrive. OK, that worked. I can see the files on OneDrive now Thanks. So if I want to repeat the process for copying the same files to Google Drive too, does that mean I need another whole Docker? Or can I put multiple entries in this field, for the other configs that are setup too? Cheers
  14. Do I have to choose a whole share or can I choose a folder within a share? In my backups share, I have a folder called onedrive and I want all files/folders within that to go to my OneDrive in a folder called remote? Have I configured that right?