forumi0721

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by forumi0721

  1. 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
  2. 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
  3. 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..)
  4. 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
  5. Thanks, I'll update unRAID 6.6.5.
  6. 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?
  7. Hi, Samba can use other custom option. In smb.conf ''' include = /boot/config/smb-extra.conf ''' But afp has no include. Please add same option. afp.conf has include option... http://netatalk.sourceforge.net/3.0/htmldocs/afp.conf.5.html
  8. 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.