I have been experiencing this issue as well and thought I would just try disabling winbindd. To do this I edited /etc/local/rc.d/samba_server, searched for winbindd and just changed a couple of things:
and
Then I restarted the service, no more error and no more permission problems.
I know this isn't a fix, but it did get me back online.
Code:
#samba_daemons="nmbd smbd winbindd" samba_daemons="nmbd smbd"
and
Code:
#winbindd_enable="YES" winbindd_enable="NO"
Then I restarted the service, no more error and no more permission problems.
I know this isn't a fix, but it did get me back online.