Hi~
Samba(Version 4.0.4) run on an embedded system (kernel version: linux
2.6.32) with conf file like this:
"
[global]
workgroup = MYGROUP
netbios name = DFTNAS
server string = Samba Server
security = user
log file = /var/log.%m
passdb backend = tdbsam
[smbshared]
comment = Stuff
path = /var/smbshared
public = no
writable = yes
printable = no
"
Everything is OK when I'm using the root to connect the samba.
But errors occur when I'm using the non root to connect it.
# smbclient -L 192.168.100.144 -U hg
tree connect failed: NT_STATUS_PIPE_BROKEN
Log info :
"
[2013/04/23 09:51:54.636358, 0] lib/util_sec.c:121(assert_gid)
Failed to set gid privileges to (-1,1000) now set to (0,0) uid=(0,0)
[2013/04/23 09:51:54.636483, 0] lib/util.c:810(smb_panic_s3)
PANIC (pid 2105): failed to set gid
"
Thanks!