I want to set up a PDC on my computer using Samba without LDAP, etc…
The only thing I need is to share folders between the two ridiculous computers here.
I got a 11.3 laptop and this 11.4 desktop.
This is the /var/log/samba/log.smbd extract:
[2011/06/11 08:29:35, 0] lib/fault.c:250(dump_core_setup)
Unable to setup corepath for smbd: Permission denied
[2011/06/11 08:29:35, 0] smbd/server.c:1134(main)
smbd version 3.5.7-1.17.1-2505-SUSE-SL11.4-x86_64 started.
Copyright Andrew Tridgell and the Samba Team 1992-2010
[2011/06/11 08:29:35.951937, 0] passdb/secrets.c:73(secrets_init)
Failed to open /etc/samba/secrets.tdb
[2011/06/11 08:29:35.954910, 0] passdb/secrets.c:73(secrets_init)
Failed to open /etc/samba/secrets.tdb
[2011/06/11 08:29:35.955027, 0] smbd/server.c:1234(main)
ERROR: smbd can not open secrets.tdb
This is the /var/log/samba/log.nmbd extract:
[2011/06/11 08:27:48.682275, 0] nmbd/nmbd_become_lmb.c:395(become_local_master_stage2)
*****
Samba name server ANTARES is now a local master browser for workgroup XXXXXXXX.WORLD on subnet
*****
[2011/06/11 08:28:08.700572, 0] nmbd/nmbd_serverlistdb.c:343(write_browse_list)
write_browse_list: Can't open file /var/lib/samba/browse.dat.. Error was Permission denied
I have modified in Yast the User Authentication Source to smbpasswd and specified the correct path to the file…
This is the /etc/samba/smb.conf extract:
passdb backend = smbpasswd:/XXXXXXXX/smbpasswdfile
I wasted all the night to try resolve this and now I’m exhausted…
I erased all the samba related configuration files, uninstalled samba cli/ser samba-yast cli/ser and reinstalled, reconfigured and still have same issue…
It worked very well with 11.1… (I clean installed 11.4 yesterday)
Thank you if you have advices to solve this…
I thought take sources from samba, compile and then see if it works…