Fingers crossed all is good..
The log entries were being generated from a folder that was from the shared folder contrib, by default shared folders have full samba auditing enabled on any folders that are created, this differs from an ibay which has no auditing enabled.. see vfs_full_audit — record Samba VFS operations in the system log
A template fragment sets the shared folder to have full auditing.
Adding a syslog=1 entry to the smb.conf file no effect.
Doing a check on the db entries shows NO Audit property
[root@rslserver ~]# db accounts show streaming
streaming=share
DynamicContent=disabled
Encryption=disabled
InactivityTimeOut=
Indexes=enabled
Name=Media Streaming
Pydio=disabled
ReadGroups=
ReadUsers=
RecycleBin=disabled
RecycleBinRetention=unlimited
RequireSSL=disabled
WebDav=enabled
WriteGroups=admins,managers,museum,rslcompusers,wdtvall
WriteUsers=
httpAccess=local-pw
smbAccess=browseable
So added one and set it disabled
[root@rslserver ~]# db accounts setprop streaming Audit disabled
[root@rslserver ~]# db accounts show streaming
streaming=share
Audit=disabled
DynamicContent=disabled
Encryption=disabled
InactivityTimeOut=
Indexes=enabled
Name=Media Streaming
Pydio=disabled
ReadGroups=
ReadUsers=
RecycleBin=disabled
RecycleBinRetention=unlimited
RequireSSL=disabled
WebDav=enabled
WriteGroups=admins,managers,museum,rslcompusers,wdtvall
WriteUsers=
httpAccess=local-pw
smbAccess=browseable
Log entries to the /var/message log have now stopped, need to monitor now for any gotchas.
Thanks to you all for the help, Stefanos hint got me on the right track, I will change subject to solved once I can confirm all is OK.
Time for a beer..or maybe three
