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.

L0rdRaiden

Members
  • Joined

  • Last visited

Everything posted by L0rdRaiden

  1. We don't even have docker compose as a native solution....
  2. It is documented somewhere all the labels available? Why when I click on ok the popup disapear and nothing happens? It's because is a still a empty docker compose? do I have to populated the compose yaml first? What is the plan for unraid regarding docker compose? will they integrate it better or provide official support? having compose doesn't make sense use "dockerman", everything should be based on compose even if we have Unraid WEBUI on top. It would be easier to use and administrate and It is the market standard.
  3. I have scanned the server and I got this "vulnerability" in the SMB config, it's a real issue or a FP? Is there something that can be improved? Medium SMB Signing not required Description Signing is not required on the remote SMB server. An unauthenticated, remote attacker can exploit this to conduct man-in-the-middle attacks against the SMB server. Solution Enforce message signing in the host's configuration. On Windows, this is found in the policy setting 'Microsoft network server: Digitally sign communications (always)'. On Samba, the setting is called 'server signing'. See the 'see also' links for further details. See Also http://www.nessus.org/u?df39b8b3 http://technet.microsoft.com/en-us/library/cc731957.aspx http://www.nessus.org/u?74b80723 https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html http://www.nessus.org/u?a3cac4ea
  4. I have this script #!/bin/bash /usr/local/emhttp/webGui/scripts/notify -e "Unraid Server Notice" -s "OneDrive backup started" -d "Synchronizing Kopia backup to OneDrive" -i "normal" echo 'OneDrive backup started' rclone sync /mnt/user/Backup/Kopia onedrive:"/Backup/Kopia" /usr/local/emhttp/webGui/scripts/notify -e "Unraid Server Notice" -s "OneDrive backup finished" -d "Synchronization completed" -i "normal" echo 'One Drive backup completed' I would like to get aditional info via echo so I get it into unraid notification system and them to telegram bot. If I add a -P in console it look like this Is there a way to send this info via echo? to have some input about if it was successful or not. Maybe creating a log, reading it echo the last lines, and deleting the log? How all this could look like in a bash script, I don't know how to code it.
  5. I have a user (storage) with read and write access to all my shares this is my samba configuration So in reallity I have read permisions to all shares but for writting persmisions I can only edit in some folders of some shares. The only clue I have is that those folders are old, they have existed almost since I started with unraid many years ago, by in recently created folders I don't have write permissions. For example here I can not edit the folders in green, this folders are created by unraid. I am using the storage user via SMB, I can edit adguardhome.yaml, but I can not edit adguardhome.yaml.bak Do you know what could be the issue? why unraid started to write files and folders with different permisions? How can I restore all the file permissions to the "standard"? what are the best practices in unraid? Also before I was using Code Server docker to edit configuration files for other dockers, at some point I lost that permisions as well and code server docker can only read files but not edit.
  6. Is there a way to auto update containers with a shedule like auto update aplications plugin does?
  7. it's the webui accesible? Where is the executable file installed?
  8. I have installed it but I can't access to the webUI, any idea why?
  9. I have installed WinFsp and the virtio win drivers from the ISO but when I run virtiofw.exe I don't see new drives or anything. Should it appear automatically? Do you what could be the problem? <memoryBacking> <nosharepages/> ---------> SHould I delete this line from the XML? <source type='memfd'/> <access mode='shared'/> </memoryBacking>
  10. My network configuration is this one This are the docker settings Typical docker network configuration Can anyone help me to understand why the dockers can not access to internet? The only dockers working are the ones using br0 The VMs using br1 work fine. So is something that affects only to docker Thanks in advance
  11. I am trying to run DDNS-updater but I get this error, any idea? This route /mnt/user/Docker/ is where I have all the folders of my docker containers. Like the default appdata
  12. Unraid 6.10 is out, could you please update the hardening for samba 4.15? Thanks
  13. I have 3 x540 and a noctua fan in line they run "hot" but how can I see the real temperature from unraid? The max power consumption according to specs is 19 watts but any idea what is the normal consumption when running at low speeds or idle? It's possible to tune up any parameter to improve the consumption?
  14. Cloudflare zero trust offers a free service for web gateway among many other security services related to zero trust. https://developers.cloudflare.com/cloudflare-one/ To use the web gateway with http filtering you need to install WARP client on the endpoint (host). Any idea how to configure the whole unraid, host, dockers, vms, to use a proxy service (another host) that will have WARP installed and will route all the traffic to the cloudflare gateway? or at least individual pieces?
  15. The FTP server is enable by default and enable after every restart. Is there a way to keep it disable? I think this was and old "bug" that was already fixed, but doesn't work for me.
  16. right now it's like this, so it's wrong? Do you mean that I have to add [global] in my config? like [global] server min protocol = SMB3_11 client ipc min protocol = SMB3_11 client signing = mandatory server....
  17. will this be included as the new default settings? or the settings will be visible from webui?
  18. An option to group or auto group docker entries by category path, port, variable, label, device An option to manually change the order Any of them would do.
  19. @limetechmaybe this setup of some of the settings should be the default or at least available in the webui
  20. Just for curiosity what firewall do you have?
  21. I am getting again similar errors Mar 15 23:54:42 Unraid smbd[6677]: make_connection_snum: '/mnt/user/appdata' does not exist or permission denied when connecting to [appdata] Error was No such file or directory Mar 15 23:54:42 Unraid smbd[6677]: [2022/03/15 23:54:42.398776, 0] ../../source3/smbd/service.c:841(make_connection_snum) Mar 15 23:54:42 Unraid smbd[6677]: make_connection_snum: '/mnt/user/appdata' does not exist or permission denied when connecting to [appdata] Error was No such file or directory Mar 15 23:54:42 Unraid smbd[6677]: [2022/03/15 23:54:42.399123, 0] ../../source3/smbd/service.c:841(make_connection_snum) Mar 15 23:54:42 Unraid smbd[6677]: make_connection_snum: '/mnt/user/appdata' does not exist or permission denied when connecting to [appdata] Error was No such file or directory Mar 15 23:54:42 Unraid smbd[6677]: [2022/03/15 23:54:42.399546, 0] ../../source3/smbd/service.c:841(make_connection_snum) Mar 15 23:54:42 Unraid smbd[6677]: make_connection_snum: '/mnt/user/appdata' does not exist or permission denied when connecting to [appdata] Error was No such file or directory Mar 15 23:54:42 Unraid smbd[6677]: [2022/03/15 23:54:42.400016, 0] ../../source3/smbd/service.c:841(make_connection_snum) Mar 15 23:54:42 Unraid smbd[6677]: make_connection_snum: '/mnt/user/appdata' does not exist or permission denied when connecting to [appdata] Error was No such file or directory Mar 15 23:54:42 Unraid smbd[6677]: [2022/03/15 23:54:42.400375, 0] ../../source3/smbd/service.c:841(make_connection_snum) Mar 15 23:54:42 Unraid smbd[6677]: make_connection_snum: '/mnt/user/appdata' does not exist or permission denied when connecting to [appdata] Error was No such file or directory Mar 15 23:54:42 Unraid smbd[6677]: [2022/03/15 23:54:42.400734, 0] ../../source3/smbd/service.c:841(make_connection_snum) Mar 15 23:54:42 Unraid smbd[6677]: make_connection_snum: '/mnt/user/appdata' does not exist or permission denied when connecting to [appdata] Error was No such file or directory Mar 15 23:54:42 Unraid smbd[6677]: [2022/03/15 23:54:42.401102, 0] ../../source3/smbd/service.c:841(make_connection_snum) Mar 15 23:54:42 Unraid smbd[6677]: make_connection_snum: '/mnt/user/appdata' does not exist or permission denied when connecting to [appdata] Error was No such file or directory unraid-diagnostics-20220316-0015.zip I have no docker using appdata, in fact appdata doesn't exist, but this looks like related with samba, any ideas?
  22. I think this will end up being a mistery, I rebooted because I change the vm.dirty values and now Fix common errors doesn't find the cache folder error In addition I have reviewed the mounting points of all the dockers as you mentioned and not a single docker is referencing to /mnt/cache
  23. Regarding OOM errors I am going to follow this advice and see how it goes
  24. I have re run fix common problems and still appears, I think is because this "Remote" folder that I think I created when I had rclone. But now I can't delete it. And regarding the out of memory errors could be related with this settings? what are the recommended values if I have 32 GB of ram and usually half of it is no being used. Disk Cache 'vm.dirty_background_ratio' (%): 2 Disk Cache 'vm.dirty_ratio' (%): 3
  25. It might be that I have plex transcode on RAM bust last time plex was used, was like 10 hours before that out of memory error happened. I have attached the diagnostic file unraid-diagnostics-20220306-1050.zip

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.