search for: log_overflow

Displaying 1 result from an estimated 1 matches for "log_overflow".

Did you mean: do_overflow
2002 May 13
3
lib/debug.c:reopen_logs(349)
...) Unable to open new log file /usr/local/samba/var/log.smbd: Too many open files In lib/debug.c if (append_log) new_dbf = sys_fopen( debugf, "a" ); else new_dbf = sys_fopen( debugf, "w" ); if (!new_dbf) æ log_overflow = True; DEBUG(0, ("Unable to open new log file %s: %sØn", debugf, strerror(errno))); log_overflow = False; Which means that sys_fopen fails. I cant fnd any documentation on sys_fopen. When users try to access shares where they would need their group-access rights t...