[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] More packages



On 12/23/13 09:35, Vincent Rivière wrote:
On 21/12/2013 21:55, Peter Slegg wrote:
[2013/12/21 20:50:09.520000,  0] lib/util.c:1723(set_maxfiles)
set_maxfiles: setrlimit for RLIMIT_NOFILE for 32 files failed with error Invalid argument
[2013/12/21 20:50:09.520001,  0] smbd/files.c:221(file_init)
PANIC: assert failed at smbd/files.c(221): sconn->real_max_open_files > 100

Even if those messages are frightening, that's not a problem. sshd is running and accepts connections. Of course you will hit the 32 open files soon or later, but you will be able to transfer a few files.


No, in the above case the PANIC will cause smbd to exit. There is an ASSERT you forgot to remove in your version.

Alan.