March 20, 20251 yr This is a new machine to me, I did post earlier in the week about not being able to get the Monitor to work with the Unraid GUI. That I can live with, but I am having some crashes, and trying to establish if there is a fault on the hardware or if it is config related. Machine is running generally very nicely, but I am getting the occasional random crash (Maybe once per day?) This morning it shutdown gracefully with a message in the log saying the ups had reported a power fail, but we've not had a power cut, so not sure what happened there, however at lunchtime it crashed. Log attached. (I am mirroring to Boot Flash at the moment) Diagnostics attached. syslog syslog-previous tower-diagnostics-20250320-1400.zip
March 20, 20251 yr Community Expert 25 minutes ago, JBanner said: This is a new machine to me, I did post earlier in the week about not being able to get the Monitor to work with the Unraid GUI. That I can live with, but I am having some crashes, and trying to establish if there is a fault on the hardware or if it is config related. Machine is running generally very nicely, but I am getting the occasional random crash (Maybe once per day?) This morning it shutdown gracefully with a message in the log saying the ups had reported a power fail, but we've not had a power cut, so not sure what happened there, however at lunchtime it crashed. Log attached. (I am mirroring to Boot Flash at the moment) Diagnostics attached. syslog 448.65 kB · 0 downloads syslog-previous 823.22 kB · 0 downloads tower-diagnostics-20250320-1400.zip 341.04 kB · 0 downloads Did you add anything to smb extra?
March 20, 20251 yr Community Expert Try removing this from smb extra and restart server multi channel support = Yes
March 20, 20251 yr Author SMB Extras is turned off, and Enable SMB Multichannel is also turned off within the SMB setting on the Settings Page. "testparm -s" returns this.... Quote # Global parameters [global] bind interfaces only = Yes disable netbios = Yes disable spoolss = Yes interfaces = 192.168.1.55/24 127.0.0.1 100.70.3.51/24 fd7a:115c:a1e0::7e01:333/64 load printers = No logging = syslog@0 map to guest = Bad User max open files = 40960 multicast dns register = No ntlm auth = ntlmv1-permitted null passwords = Yes passdb backend = smbpasswd printcap name = /dev/null security = USER server min protocol = SMB2 server multi channel support = No server signing = if_required server string = Media server show add printer wizard = No smb1 unix extensions = No fruit:nfs_aces = No idmap config * : range = 3000-7999 idmap config * : backend = tdb acl allow execute always = Yes aio read size = 0 aio write size = 0 create mask = 0777 directory mask = 0777 hide dot files = No include = /etc/samba/smb-shares.conf invalid users = root use sendfile = Yes wide links = Yes [rootshare] aio read size = 1 aio write size = 1 guest ok = Yes include = /boot/config/smb-extra.conf path = /mnt/user read only = No strict locking = No use sendfile = No veto files = /._*/.DS_Store/ fruit:metadata = stream fruit:posix_rename = yes readdir_attr:aapl_max_access = no readdir_attr:aapl_finder_info = no readdir_attr:aapl_rsize = no [flash] comment = Unraid OS boot device force user = root guest ok = Yes map archive = No map readonly = yes path = /boot read only = No vfs objects = catia fruit [ClairesStuff] comment = Storage of Claires Everything guest ok = Yes path = /mnt/user/ClairesStuff read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [Documents] comment = Storage of Documents guest ok = Yes path = /mnt/user/Documents read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [Ellies Storage] comment = Ellies Files guest ok = Yes path = /mnt/user/Ellies Storage read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [FlashBackup] comment = Backup Of unraid Flashdrive guest ok = Yes path = /mnt/user/FlashBackup read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [JamesWork] comment = Storage of everything Work Related guest ok = Yes path = /mnt/user/JamesWork read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [Software] comment = Storage of PC and Mac Software guest ok = Yes path = /mnt/user/Software read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [Transcode] comment = Transcoding Directory for Tdarr guest ok = Yes path = /mnt/user/Transcode read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [TranscodeCache] comment = Cache for Server based tdarr guest ok = Yes path = /mnt/user/TranscodeCache read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [appdata] comment = application data guest ok = Yes path = /mnt/user/appdata read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [appdataBackup] comment = Backup of Docker AppData guest ok = Yes path = /mnt/user/appdataBackup read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [binhex-shared] comment = Binhex shared area for exchanginf information across ARR's guest ok = Yes path = /mnt/user/binhex-shared read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [data] comment = Tha main storage area for almost everything guest ok = Yes path = /mnt/user/data read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [development] comment = Storage for Development projects guest ok = Yes path = /mnt/user/development read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [domains] comment = saved VM instances guest ok = Yes path = /mnt/user/domains read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [idrac_backup_share] guest ok = Yes path = /mnt/user/idrac_backup_share read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native [isos] comment = ISO images guest ok = Yes path = /mnt/user/isos read only = No vfs objects = catia fruit streams_xattr fruit:encoding = native
March 20, 20251 yr Community Expert Solution 35 minutes ago, JBanner said: SMB Extras is turned off, and Enable SMB Multichannel is also turned off within the SMB setting on the Settings Page. "testparm -s" returns this.... Here's your extras file: [rootshare] path = /mnt/user comment = browseable = yes Public public = yes writeable = yes vfs objects = veto files = /._*/.DS_Store/ aio read size = 1 aio write size = 1 strict locking = No use sendfile = No server multi channel support = Yes readdir_attr:aapl_rsize = no readdir_attr:aapl_finder_info = no readdir_attr:aapl_max_access = no fruit:posix_rename = yes fruit:metadata = stream Remove the line for multi channel and restart
March 20, 20251 yr Author Interesting.... I learn something every day. I assumed that because it was set that way in the setting that was how it is, and I've not edited that file certainly not since swapping to the new hardware. Ok I've changed that line in the file "smb-extra.conf" to "server multi channel support = no" - I'm assuming this will be ok? Lets see how it goes...
March 20, 20251 yr Community Expert 5 minutes ago, JBanner said: Interesting.... I learn something every day. I assumed that because it was set that way in the setting that was how it is, and I've not edited that file certainly not since swapping to the new hardware. Ok I've changed that line in the file "smb-extra.conf" to "server multi channel support = no" - I'm assuming this will be ok? Lets see how it goes... You should delete the line entirely, it needs to be managed via the gui or it does weird stuff like you're experiencing
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.