lost ability to connect to linux based samba shares with 2016.10-1 update. Keeps asking for password. nothing is change on the share side. all my other devices (android phones and windows PCs) can connect just fine.
I saw other posts like this for previous updates, but no real RCA as to why its broken and what’s needed to fix.
UPDATE:
I can use: mount -t cifs //ipaddress/sharename -o username,password and it mounts just fine. but can’t do it via kodi’s UI (filemanager or adding a source for video).
Samba share is on Samba v4.5.1
Windows is conneting to the same share with SMB2 protocol. using mount command, my pi is connecting with NT1 protocol. so its not protocol issue.
There were no Samba changes in the last upgrade, which version did you upgrade from?
To get a better understanding of the problem you are experiencing we need more information, including logs from you. Our wiki contains detailed steps for providing the relevant info we need to help you.
see access denied error logged in the log files and reference to user/password not found in settings.
Seems like kodi UI is not passing the username/password.
Yes username and password exists in passwords.xml and is correct. I have removed the spaces in the address, didn’t solve the issue.
from passwords.xml:
[2016/11/11 21:06:52.552791, 0] …/lib/util/become_daemon.c:124(daemon_ready)
STATUS=daemon ‘smbd’ finished starting up and ready to serve connections
I can mount via this command no problem, but Kodi keeps asking for password as if I am providing wrong password:
mount -t cifs //192.168.1.5/HD1 -o username,password /media/HD1
Got is sorted out. Issue related to to the samba update on Arch Linux from 2016-09-11. As a solution, ~/.smb/smb.conf on the RP has got to edited like in post #14.