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.

je82

Members
  • Joined

  • Last visited

Solutions

  1. Interesting, i noticed that my Recycle Bin had stopped working after the most recent update, and it seems after fiddling around with it and eventually removing it, adding and old plg version back, then upgrading to the latest version, both the recycle bin started working and the smbd_calculate_access_mask_fsp disappeared as well. I see that recycle bin is somewhat related to SMB so it must have been the cause to the error, i saw on my log server that the SMB error actually started exactly a week ago but i don't look at my logs so often so i didn't see it until today, it seems to have started when i updated the recycle bin plugin that day.
     
    TLDR: if you find yourself having sudden issues with "smbd_calculate_access_mask_fsp" when accessing media on your unraid server, try re-installing the recycle bin plugin.
  2. je82's post in Help understanding the Parity Check scheduler in Unraid 6.10.3 was marked as the answer   
    think a simple google search answered my question:
    ill be using the parity check tuning by @itimpi until i upgrade my unraid to a more modern version
  3. je82's post in How to determine which docker image of an application i am using? was marked as the answer   
    You can find the digest used by running
    Replace "lscr.io/linuxserver/mariadb:latest" with whatever the id of the container you want to extract the digest from
     
    But i could not find the exact digest among the tags so i had to query database by running SELECT @@version; which gave me the version and solved the issue.
  4. je82's post in Prevent unraid from shutting down particular service to save memory? was marked as the answer   
    Think i found the problem, it will take some time to test
     
    I had defaults
    vm.dirty_background_ratio 10%
    vm.dirty_ratio 20%
    with 128gb ram
     
    looks like a bad thing to do, i hope this will resolve the oom-killer issue, time will tell. If you have other ideas, i'd love to hear them.
     
  5. je82's post in After removal of BTRFS cache pool i can't get above 110mb/s to unraid cache from clients was marked as the answer   
    Think i answered my own question, i just expected it to be faster, my cpu literally sleeps while writing at 110mb/s to the xfs encrypted cache volume so to me it seems like there is a hardcoded limitation either inside the xfs encrypted protocol or inside unraid for whatever reason.
  6. je82's post in Question regarding wireguard and custom ip docker containers was marked as the answer   
    nevermind i see now that i somehow glossed over this, it was mentioned in there, all is good.
     
    edit: a good thing to add for future unraid releases is the notice that you have to enable this option "Host access to custom networks: Enabled" under the advance docker setting in order for it to work, right now it only says you have to make a static route in your router and nothing more. otherwise big props to the developers, wireguard was very simple to setup and works liek a breeze!
  7. had to "umount -l /dev/loop2" to get the array shut down...
     
    not sure what happened here, maybe it has nothing to do with the Appdata cache name and maybe more to do with me having some dockers on auto run and shutting down the array before all the autoruns have been processed making the docker process lock up?
  8. je82's post in Strange unraid SMB / Windows 10 issue [SOLVED] was marked as the answer   
    Found the issue, a sync script was setting "+" on the backup share, causing issues with new folder permissions. Solved.
     
    root@NAS:/mnt/disk4# getfacl Backup/
    # file: Backup/
    # owner: nobody
    # group: users
    user::rwx
    user:nobody:rwx
    group::rwx
    group:users:rwx
    group:3006:rwx
    mask::rwx
    other::rwx
    default:user::rwx
    default:user:nobody:rwx
    default:group::---
    default:group:users:---
    default:group:3006:rwx
    default:mask::rwx
    default:other::---
     
  9. je82's post in Unraid can suddenly not send email via gmail account. was marked as the answer   
    Welp great, time to migrate away from google, i should have done it a long time ago
     
     
    More secure yeah... so secure i cannot even access it anymore using my own credentials which are far beyond anything you can bruteforce, thanks google
     
    More of you will probably see this soon.

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.