MisterE2002
Patron
- Joined
- Sep 5, 2015
- Messages
- 208
I am running a Transmission jail with a lot of torrents.
The Freenas host log is flooded with messages:
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (158 occurrences)
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (162 occurrences)
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (153 occurrences)
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (193 occurrences)
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (140 occurrences)
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (120 occurrences)
kernel: pid 7681 (transmission-daemon), jid 9, uid 921: exited on signal 6
At some time it will terminate the process. I suppose those overflow messages are the cause?
2 questions:
1:
Can i increase those queues? Changed the tunables in Freenas but it does not seem to do anything
kern.ipc.soacceptqueue 8192
kern.ipc.somaxconn 4096
My Qotom pfsense router does not seem to have any troubles keeping track.
2:
Can and should FreeNAS detect those "exited on signal 6" crashes and inform (mail) the user?
I think the difficulty is how to know what process is in the jail to monitor?
Meaning of signal6 on: https://lists.freebsd.org/pipermail/freebsd-questions/2004-April/042665.html
The Freenas host log is flooded with messages:
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (158 occurrences)
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (162 occurrences)
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (153 occurrences)
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (193 occurrences)
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (140 occurrences)
kernel: sonewconn: pcb 0xfffff8013c482570: Listen queue overflow: 193 already in queue awaiting acceptance (120 occurrences)
kernel: pid 7681 (transmission-daemon), jid 9, uid 921: exited on signal 6
At some time it will terminate the process. I suppose those overflow messages are the cause?
2 questions:
1:
Can i increase those queues? Changed the tunables in Freenas but it does not seem to do anything
kern.ipc.soacceptqueue 8192
kern.ipc.somaxconn 4096
My Qotom pfsense router does not seem to have any troubles keeping track.
2:
Can and should FreeNAS detect those "exited on signal 6" crashes and inform (mail) the user?
I think the difficulty is how to know what process is in the jail to monitor?
Meaning of signal6 on: https://lists.freebsd.org/pipermail/freebsd-questions/2004-April/042665.html