smbd[10804]: STATUS=daemon 'smbd' finished starting up and ready to serve connectionscreate_connec

Status
Not open for further replies.

Vanyo

Dabbler
Joined
Oct 2, 2011
Messages
45
I am constantly getting this error when trying to access smbd share...
The share is owned by user1, group2
The owner can connect but other users (even if they are in group2) can't and getting the error message.
Have you seen something like this?
 
D

dlavigne

Guest
Did you figure this out? If not, post your specs and your smbd.conf.
 

Vanyo

Dabbler
Joined
Oct 2, 2011
Messages
45
Hi, sorry for the late answer. The problem is still there...
The error message is:

Mar 15 16:09:03 haziserv smbd[20935]: STATUS=daemon 'smbd' finished starting up and ready to serve connectionsreceive_smb_raw_talloc failed for client ipv4:192.168.1.121:51298 read error = NT_STATUS_CONNECTION_RESET.


My smb4.conf is:

[global]
server max protocol = SMB2
interfaces = 127.0.0.1 192.168.1.200
bind interfaces only = yes
encrypt passwords = yes
dns proxy = no
strict locking = no
oplocks = yes
deadtime = 15
max log size = 51200
max open files = 466418
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
getwd cache = yes
guest account = nobody
map to guest = Bad User
obey pam restrictions = yes
directory name cache size = 0
kernel change notify = no
dfree command = /usr/local/libexec/samba/dfree
panic action = /usr/local/libexec/samba/samba-backtrace
nsupdate command = /usr/local/bin/samba-nsupdate -g
server string = FreeNAS Server
ea support = yes
store dos attributes = yes
time server = yes
acl allow execute always = true
acl check permissions = true
dos filemode = yes
domain logons = no
local master = yes
idmap config *: backend = tdb
idmap config *: range = 90000001-100000000
server role = standalone
netbios name = HAZISERV
workgroup = WORKGROUP
security = user
pid directory = /var/run/samba
smb passwd file = /var/etc/private/smbpasswd
private dir = /var/etc/private
create mask = 0666
directory mask = 0777
client ntlmv2 auth = yes
dos charset = CP437
unix charset = UTF-8
log level = 1

[Document]
path = /mnt/pool1/docs
comment = Documents
printable = no
veto files = /.snapshot/.windows/.mac/.zfs/
writeable = yes
browseable = yes
recycle:repository = .recycle/%U
recycle:keeptree = yes
recycle:versions = yes
recycle:touch = yes
recycle:directory_mode = 0777
recycle:subdir_mode = 0700
shadow:snapdir = .zfs/snapshot
shadow:sort = desc
shadow:localtime = yes
shadow:format = auto-%Y%m%d.%H%M-1w
shadow:snapdirseverywhere = yes
vfs objects = shadow_copy2 zfsacl
hide dot files = yes
guest ok = no
nfs4:mode = special
nfs4:acedup = merge
nfs4:chown = true
zfsacl:acesort = dontcare
 
D

dlavigne

Guest
Post the output (within code tags) of running getfacl on the share.
 

Vanyo

Dabbler
Joined
Oct 2, 2011
Messages
45
# file: /mnt/pool1/docs
# owner: user1
# group: user1
owner@:rwxp--aARWcCos:------:allow
group@:r-x---a-R-c--s:------:allow
everyone@:r-x---a-R-c--s:------:allow
 
Last edited:
D

dlavigne

Guest
Does adding write access for the group from the Windows system fix it?
 

Vanyo

Dabbler
Joined
Oct 2, 2011
Messages
45
Nope, on another system I'm using

owner@:rwxp--aARWcCos:------:allow
group@:r-x---a-R-c--s:------:allow
everyone@:------a-R-c--s:------:allow

and working fine.
 
Status
Not open for further replies.
Top