Hi,
Started seeing a problem with samba mounts on 0.3. On first install i can successfully mount from OS X Server and mpd updates ok. I use the SMB/CIFS (OS X share) and the relevant username / password. After a reboot the share will not remount (red x next to it in the UI), seeing this in the log although the credentials are unchanged
[ 2361.781638] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
[ 2361.781710] CIFS VFS: Send error in SessSetup = -13
[ 2361.783983] CIFS VFS: cifs_mount failed w/return code = -13
If i then remove and recreate the share using the UI and the same settings I can still not connect. If I flash a brand new copy of the install image and create the share it works fine until a reboot.
I can connect successfully to this share from other linux machines, i.e., nothing has changed on the server. Where is the configuration for the mounts kept in the filesystem? I suspect authentication method has changed / not been saved?
On a possibly related note if i then try and run smbclient to interrogate the server it complains that smb.conf can not be opened and in fact there seems to be a dangling symlink:
lrwxrwxrwx 1 root root 45 Jan 15 2014 smb.conf -> /var/www/_OS_SETTINGS/etc/samba/smb-prod.conf
The directory /var/www/_OS_SETTINGS does not exists although there is a dir /srv/http/app/config/_os which seems to contain the same files.