On 11/10/13 13:58, Winfried wrote:
Changing to "log level = 3" shows this:

...
Transaction 3 of length 132 (0 toread)
[2013/10/11 14:35:26.670629,  3] smbd/process.c:1467(switch_message)
switch message SMBtrans (pid 3767) conn 0xb7c0cf78
[2013/10/11 14:35:26.672412,  3] smbd/service.c:190(set_current_service)
chdir (/tmp) failed, reason: Permission denied
[2013/10/11 14:35:26.674207,  3] smbd/error.c:81(error_packet_set)
error packet at smbd/process.c(1558) cmd=37 (SMBtrans)
NT_STATUS_ACCESS_DENIED
...
Since it's a bit long, I pasted the whole message here:
www.pastebin.com/a80UcTwz

Interestingly, this error shows up even after changing "path" from "/tmp" to
"/plans":
==================
[test]
;path = /tmp
path = /plans
==================

So it appears that smbd 1) tries chdir to /tmp even though no share is
mapped there, and 2) is denied this by Linux, for some reason.



--
View this message in context: 
http://samba.2283325.n4.nabble.com/3-6-8-XP-fails-with-error-1326-tp4654631p4654879.html
Sent from the Samba - General mailing list archive at Nabble.com.
Did you restart samba after altering smb.conf ?

Try chmod 777 on /plans and try again

Rowland
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to