kizer

Moderators
  • Posts

    3716
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by kizer

  1. split level https://wiki.unraid.net/Manual/Shares#Split_level Please and thank you. I've not seen a lot of questions about it lately, but it can be a confusing one to explain sometimes.
  2. Please post up your diagnostics on your next post.
  3. My file structure is as follows. Media/Movies Media/Tv shows I have a script that I run on the 15th of every month. It runs against my Media share and includes the Movie folder only because I don't change them often. Tv shows I'm constantly changing because of Ripping and Re-ripping. Also I added after the script a little Notification to let me know it was done. To test it I would goto my Movie folder and attempt to delete or move a file. Its not going anywhere. #!/bin/bash #noParity=true #arrayStarted=true /mnt/cache/appdata/scripts/no_ransom.sh --lock-files 'yes' --media-shares 'Media' --include-folders 'Movies' --include-extensions '*.*' --debug 'yes' echo "Sending Notification" /usr/local/emhttp/plugins/dynamix/scripts/notify -e "$(date +%D-%H:%I) Movies Locked" -d "$(date +%D-%H:%I) Movies Locked" -i "normal" echo "." echo "." echo "done" As you can see from the script path I hid the script on my SSD/Cache /mnt/cache/appdata so its backed up with backup/restore plugin and I use the above script as a call out to the long long bit of code. The reason I'm mentioning the backup is because I literally just rebuilt my SSD/Cache today because I was stupid and did some tinkering with some cables and my server went hay wire. lol
  4. Well from what JorgeB posted up above ich777 is our resident baking things into drivers which supports a lot of Nvidia cards here. He has nothing to test it with so I'm guessing its going to be a while. I'm sure if somebody was willing to work with him maybe he can get it done with some help.
  5. I'm seeing mass of these in your logs Oct 1 07:24:22 EmbyServer nginx: 2022/10/01 07:24:22 [error] 4438#4438: MEMSTORE:00: can't create shared message for channel /devices Oct 1 07:24:23 EmbyServer nginx: 2022/10/01 07:24:23 [crit] 4438#4438: ngx_slab_alloc() failed: no memory Oct 1 07:24:23 EmbyServer nginx: 2022/10/01 07:24:23 [error] 4438#4438: shpool alloc failed Oct 1 07:24:23 EmbyServer nginx: 2022/10/01 07:24:23 [error] 4438#4438: nchan: Out of shared memory while allocating message of size 6038. Increase nchan_max_reserved_memory. Oct 1 07:24:23 EmbyServer nginx: 2022/10/01 07:24:23 [error] 4438#4438: *3088717 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/devices?buffer_length=1 HTTP/1.1", host: "localhost"
  6. You can't go wrong with option 2 either way. I have my Content like so. Media/Movies Media/Tv All my Movies is in Movies All my Tv Shows are in Tv There is nothing wrong with keeping your Movies in two different folders if you choose unless your system can't transcode or play put them all together. I run Primary Apple in my house so everything can Direct play except out of the house and then my Server steps up and Transcodes using a GTX1050 Video card. I don't have any experience moving a windows app folder to linux. So I can't confirm if it would work or not.
  7. ............and if you message him because I have. Openly and honestly takes the hit/blame if something changed and his plugin didn't address it. That's Class! We are only Human, but some people go a little beyond and he always has.
  8. There is an upgrade assistant tool built in so you can click on it to look for known conflicts. It’s been built in for several versions. I personally use it every single update. Some might choose to roll the dice and not use it, but Limetech does try to be informative.
  9. Just keep in mind each time you add a disk it has to re-built parity for the entire array. Which is completely normal.
  10. Everybody please understand this is not intended as a Tech Support thread. Nothing wrong with indicating you have a problem because of the install that will alert others they might as well. However please create a new topic in the General section so it can be looked at better and trouble shot more appropriately. This is literally the only time when we encourage cross posting. 😁
  11. kizer

    Making her sweat

    Hammer Time!!!! You better pet that thing and let it know its doing a good job.
  12. Could very well be. Or if the guys at limetech had a bit more info maybe they could shine a little more light on the subject as far as what a fix could be maybe even a tweak on your system. Problem not knowing what the problem is its hard to address. Does your logs show anything either on the app or unraid. I know you posted a screen shot, but is there anything else?
  13. The only thing I can think of right now is 6.11 uses a different version of Samba that 6.9.2 uses. I wonder if something needs to be placed in smb-extra to make it work.
  14. Now are we sure its passing the correct user name to unraid to allow file deletions? Permissions are tighter in 6.11
  15. While your working on things I'd also install the Dynamix File Manager. Must simpler than using the Krusader docker. Its also available on every page on the GUI.
  16. @Frank1940 Yep, I've seen a few people complain about the same thing on Reddit. Seems to be some kind of weird instance, but at least there is a fix changing it to 777
  17. https://forums.unraid.net/topic/98978-plugin-nvidia-driver/?do=findComment&comment=1172045
  18. You could install unraid on a USB and then use unassigned.devices to copy your data on to a new disk in the array.
  19. I just triple checked. That's exactly how mine sits. Nice Catch ls -ls 0 drwxrwxrwx 1 nobody users 173 Sep 20 11:14 user/
  20. Yep, Like said above. Download a USB Trial and unplug all your drives in your current machine. Plug in a single drive and take it for a spin.
  21. Id also recommend booting in and running a memory test with whatever you have installed. If its a memory problem its harder to tell while running, but the memory test would help isolate if its a Ram problem.
  22. That's just it. Since your asking it NOT to split beyond that everything is always going to the same drive. meaning if you tell it to store Movies on Disk 1 then it'll never go beyond disk 1. I used to be really bad at making sure all my seasons of a show are in the same Tv Folder. Now I'm just making sure all of the files from say Lucifer Season 1 remain together. I don't care about Season 2 or Season 3 as long as ALL episodes from a Season stay together. When you drill down to TV or Movie shares it displays them all together, because unraid is doing all the magic in the back end. Plus Plex, Emby or whatever you use don't care either.
  23. Mine is as follows Media/Movies/Movie-Title/Movie-File Media/TV/Season/TV-File Now I'm only running one Share called media and I have it set to split at the third level I could only Imagine if your Not running the Media Folder you could get a way with 2 on TV which would allow the Seasons to be split all over the array, but would keep all files for each season together. Here's a Link to the Manual about it. https://wiki.unraid.net/Manual/Shares#Split_level
  24. I had this issue after a while on my first Server. I switched to a new Motherboard and it magically went away. Don't know if it was my USB controller was dieing or if something else was conflicting during boot possible and IRQ?