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.

forumi0721

Members
  • Joined

  • Last visited

Everything posted by forumi0721

  1. Thank you for the explanation. I understand now that starting with the 580 series everything will move to the Open Source driver. In this case, I’ll stick with the released 6.12.42-unraid kernel (or the beta) and wait for the next version. Thanks again!
  2. Thank you for the clarification. I tried installing the Production Branch (v580.76.05), but I’m getting the following messages in the logs: [ 28.008621] nvidia: module license 'NVIDIA' taints kernel. [ 28.088155] nvidia-nvlink: Nvlink Core is being initialized, major device number 238 [ 28.112649] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 580.76.05 Thu Aug 7 20:32:41 UTC 2025 [ 28.117677] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 580.76.05 Thu Aug 7 19:56:57 UTC 2025 [ 28.128666] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04) NVRM: installed in this system requires use of the NVIDIA open kernel modules. [ 28.129486] [drm:nv_drm_dev_load [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to allocate NvKmsKapiDevice [ 28.129496] [drm:nv_drm_register_drm_device [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to load device ... (repeated messages: requires use of the NVIDIA open kernel modules) It seems the card refuses to load unless the Open Source Driver is used. I have attached my diagnostics for reference. stonecoldsvr-diagnostics-20250821-1210.zip
  3. Thanks for your comment. Yes, I’m already using the Open Source driver — I understand that’s required for the 5060 Ti to work. My question was specifically about the version difference: in the NVIDIA plugin, the officially supported Open Source Driver is still at v575.57.08, while the other branches (Latest / Production) are already at v580.76.05. That’s why I was asking whether the Open Source Driver is going to be updated further, or if it will remain behind the other branches in Unraid.
  4. Hi, I’m currently using an RTX 5060 Ti. When I try to use Latest / Production Branch / New Feature Branch, I get a message recommending that I use the Open Source Driver instead. However, I noticed that the Open Source Driver version is lower than the other branches: Latest: v580.76.05 Production Branch: v580.76.05 New Feature Branch: v575.64.05 Open Source Driver: v575.57.08 On GitHub, I can see that the Open Source Driver goes up to v580.76.05, but in Unraid it only shows v575.57.08. Does this mean the Open Source Driver is no longer being updated for Unraid? Thanks in advance for your clarification.
  5. Thanks. Update means SteamDeck OS update. Unraid 6.12.4 used and worked good before steamdeck update. My ID can login to unraid server. And samba works macOS, Windows, loopback (127.0.0.1) mount in unraid, other linux vm... Only steamdeck not working. (SteamDeck OS is arch linux and arch linux/alpine linux vm can mount disk1) I think error caused by client problem, but I cannot found any other reference of STATUS_NO_USER_SESSION_KEY. I use cifs-utils and smbclient on SteamDeck (arch linux). I tested disable client / server signing on unraid, I tested change mount option like sec=ntlmv2, vers=1.0 ... 3.0 but cannot mount. stonecoldsvr-diagnostics-20231126-0058.zip
  6. Hi, I did mount unraid samba server with steamdeck and worked good. But after update, smb mount failed. (I don't know when exactly occur, And loopbak mount in unraid works good. mac client works good. Event works in steam deck dolphin smb connection....) I can't search this message (STATUS_NO_USER_SESSION_KEY) from google. What's the matter? Please help me. [Client - SteamDeck] * Mount Command # /usr/bin/mount -t cifs -o user=xx,pass=yy //192.168.1.21/disk1 /media/ smb * Message mount error(5): Input/output error Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) * dmesg [11월 25일 (토) 21:18:21] CIFS: Attempting to mount \\192.168.1.21\disk1 [11월 25일 (토) 21:18:21] CIFS: Status code returned 0xc0000202 STATUS_NO_USER_SESSION_KEY [11월 25일 (토) 21:18:21] CIFS: VFS: \\192.168.1.21 Send error in SessSetup = -5 [11월 25일 (토) 21:18:21] CIFS: VFS: cifs_mount failed w/return code = -5 [Server - unraid] * Message /var/log/samba/log.smbd [2023/11/25 21:18:22.118550, 0] ../../libcli/smb/smb2_signing.c:222(smb2_signing_key_create) smb2_signing_key_create: cipher_algo_id[2] without key [Configuration] * Disk share - disk1 [disk1] path = /mnt/disk1 comment = browseable = yes writeable = no read list = write list = forumi0721 valid users = forumi0721 case sensitive = auto preserve case = yes short preserve case = yes vfs objects = catia fruit streams_xattr extd_audit recycle fruit:encoding = native recycle:repository = .Recycle.Bin recycle:directory_mode = 0777 recycle:keeptree = Yes recycle:touch = Yes recycle:touch_mtime = No recycle:minsize = 1 recycle:versions = Yes recycle:exclude = *.tmp recycle:exclude_dir = .Recycle.Bin veto files = * extra config - /boot/config/smb-extras.conf [global] lanman auth = no ntlm auth = yes client lanman auth = no raw NTLMv2 auth = Yes veto files = /._*/.DS_Store/ strict sync = no #protocol = smb2 client signing = disabled server signing = disabled
  7. Hi, I recently add new disk and format zfs. And reset unraid setting except pool setting. But after external connection not working when array starts. Before start (Maintanance mode or safe mode), GUI and sshd works good. But after start array, everything stop from external. So, I enable telnet, I can connect unraid server with telnet. In telnet (unraid) - Everything ok. Process running good. Connection ok. curl localhost -> good ssh 192.168.1.21 [local address] -> good Out of server (client) curl 192.168.1.21 -> connection refused ssh 192.168.1.21 -> connection refused There's no addon (plugin), because server in safe mode. I cannot found any options for external connection. Please help me (I have no diagonotics, I cannot connect webserver..)
  8. Hi, Intel IGD has a good feature, that is GVT-g. Intel GVT-g is a technology that provides mediated device passthrough for Intel GPUs. It requires kvmgt, vfio-iommu-type1 and vfio-mdev. But unraid kernel disabled. Please add module for use GVT-g. Ref. https://wiki.archlinux.org/index.php/Intel_GVT-g
  9. Thanks, I'll update unRAID 6.6.5.
  10. Good plugin. But when I active this plugin. local cron does not work. I did set some jobs in crontab, that using crontab -e, but it doesnot works. Also mover not works. Is this alright? Every cron job must move to plugin?
  11. Hi I have ssl certs for wild card (*.domain.com) from Let's encrypt. And I expand cert for root domain (*.domain.com, domain.com). But unRAID redirect first cert address. (emhttp-server.conf has "return 302 https://*.stonecold.kr:443$request_uri;.") That's not correct address. So, need improve resolve ssl cert address or manual address setting.

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.