Hello everyone,
I have yust instaled Samba 4 on my Slackare64 Linux. Everything works fine - I can add users, join computers and I can set privilegies on shared files.
But when I started to zip files that were on samba share (from win7), I got error in aplication (7-zip) and in samba log, i found this:
Code:
2011-02-03_20:56:14.10176 ../ntvfs/posix/pvfs_open.c:1557 mapped errno NT_STATUS_TOO_MANY_OPENED_FILES for /full/path/to/file/and/filename (was 24)
I think the limit is 1024 pre one samba child, because when idle, samba have about 1000 opened files and when backup starts, is wil rise to about 2000 and start write errors to log.
Can anybody help me?