Displaying 1 result from an estimated 1 matches for "1022u".
Did you mean:
1022
2011 Aug 21
2
TFTPD: Cannot open /etc/hosts.{allow, deny}: Too many open files
......
tftpd 20782 0 1019u sock 0,5 4833123 can't
identify protocol
tftpd 20782 0 1020u sock 0,5 4839162 can't
identify protocol
tftpd 20782 0 1021u sock 0,5 4840216 can't
identify protocol
tftpd 20782 0 1022u sock 0,5 4841243 can't
identify protocol
tftpd 20782 0 1023u sock 0,5 4842249 can't
identify protocol
And the output of limits
# cat /proc/sys/fs/file-max
754278
# cat /proc/sys/fs/file-nr
2496 0 754278
# ulimit -n
1024
I am not sur...