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.

I have lost my SMB connection since upgrading to 6.11.5

Featured Replies

Hi,

 

Since I upgraded to 6.11.5, I can no longer access my SMB shares on my server. The system has been running fine for 4 years. I can see the unraid server in Windows file explorer but, it will not accept a connection. I can also browse all my files in the Web UI so I know they are there. I have tried pretty much every similar solution in the forums to the problem, such as adding an entry to the credential manager etc. with no luck so far. 

 

Any help would be appreciated. Thanks. 

server4u-diagnostics-20230218-1653.zip

What share, and what version did you upgrade from?  Does downgrading (Tools - UpdateOS, Restore) bring back access?

  • Author

All shares?  6.11.3. No downgrading does not bring back access. Thanks. 

  • Author

I did find this in the current log. I am not sure how to resolve it. 

Failed to open /var/lib/samba/private/secrets.tdb

Samba is failing:

Feb 18 16:51:03 Server4U  smbd[25677]: [2023/02/18 16:51:03.061854,  0] ../../lib/util/become_daemon.c:119(exit_daemon)
Feb 18 16:51:03 Server4U  smbd[25677]:   exit_daemon: daemon failed to start: smbd can not open secrets.tdb, error code 13
Feb 18 16:51:03 Server4U root:                  /usr/sbin/nmbd -D

 

Post the output of this command:

testparm -s

 

What is this in your go file?

cp /boot/custom/docker-shell/usr/local/bin

 

  • Author

I had just turned Multi-channel on based on another thread. It did not work with it off either.

 

root@Server4U:~# testparm -s
Load smb config files from /etc/samba/smb.conf
lpcfg_do_global_parameter: WARNING: The "null passwords" option is deprecated
Loaded services file OK.
Weak crypto is allowed by GnuTLS (e.g. NTLM as a compatibility fallback)

Server role: ROLE_STANDALONE

# Global parameters
[global]
        disable netbios = Yes
        disable spoolss = Yes
        load printers = No
        logging = syslog@0
        map to guest = Bad User
        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 string = 24 Slot UNRAID Virtual Machine and 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
        map archive = No
        map readonly = yes
        use sendfile = Yes
        wide links = Yes


[flash]
        comment = Unraid OS boot device
        force user = root
        guest ok = Yes
        path = /boot


[Dropbox]
        guest ok = Yes
        path = /mnt/user/Dropbox
        read only = No


[New Test Share]
        guest ok = Yes
        path = /mnt/user/New Test Share
        read only = No


[NewTest]
        guest ok = Yes
        path = /mnt/user/NewTest
        read only = No


[Nirvana1]
        guest ok = Yes
        path = /mnt/user/Nirvana1
        read only = No


[T_Media]
        guest ok = Yes
        path = /mnt/user/T_Media
        read only = No


[Test]
        guest ok = Yes
        path = /mnt/user/Test
        read only = No


[Test Share]
        guest ok = Yes
        path = /mnt/user/Test Share
        read only = No


[Tim's Win10 VM Data]
        guest ok = Yes
        path = /mnt/user/Tim's Win10 VM Data
        read only = No


[Transcode]
        guest ok = Yes
        path = /mnt/user/Transcode
        read only = No


[appdata]
        comment = application data
        guest ok = Yes
        path = /mnt/user/appdata
        read only = No


[backup]
        guest ok = Yes
        path = /mnt/user/backup
        read only = No


[data]
        guest ok = Yes
        path = /mnt/user/data
        read only = No


[domains-backup]
        guest ok = Yes
        path = /mnt/user/domains-backup
        read only = No


[ebooks]
        guest ok = Yes
        path = /mnt/user/ebooks
        read only = No


[isos]
        comment = iso storage
        guest ok = Yes
        path = /mnt/user/isos
        read only = No


[jessica]
        guest ok = Yes
        path = /mnt/user/jessica
        read only = No


[media]
        guest ok = Yes
        path = /mnt/user/media
        read only = No


[software archive]
        guest ok = Yes
        path = /mnt/user/software archive
        read only = No


[web site assets]
        guest ok = Yes
        path = /mnt/user/web site assets
        read only = No
root@Server4U:~# 

  • Author
On 2/18/2023 at 6:21 PM, dlandon said:

 

What is this in your go file?

cp /boot/custom/docker-shell/usr/local/bin

 

Sorry, I missed this question. I do not know what that copy command is for or how it got there. 

  • Author

I have determined that it is not a Windows auth issue since the outcome is exactly the same from an IOS device. Can see the server but, cannot connect to it. Also, I can access any of the shares and their files with NFS tools if I turn on NFS support. 

  • Author

One more bit of finger pointing by Windows at unraid. I am starting to think about rebuilding my server.  Any other ideas? Thanks for the help.

 

 

image.png.c106fabcf2891c095f679563a53408e8.png

On 2/22/2023 at 10:24 AM, Trailbrake said:

Sorry, I missed this question. I do not know what that copy command is for or how it got there. 

Remove it.

On 2/25/2023 at 8:10 AM, Trailbrake said:

One more bit of finger pointing by Windows at unraid. I am starting to think about rebuilding my server. 

I'm not sure that will get you anywhere.

 

Show me a screen shot of Settings->SMB Settings.

  • Author

SMB Settings

image.thumb.png.01cc9e87796df952b39653705f798dc8.png

  • Author

I need a little direction to find the "go" file.  Thanks.

4 minutes ago, Trailbrake said:

I need a little direction to find the "go" file.  Thanks.

/config folder on the flash drive

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.

Guest
Reply to this topic...

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.