Remote syslog'ing
-
Hello
I've set up a remote syslog server (kiwisyslog on SBS 2003) and it's working quite good, but I've wondering information in syslog at pfSense "syslogd: sendto: No buffer space available".Thanks
Martin -
Can you issue the shell command "netstat -m" on pfsense and show us the output ?
-
I've something like this …. (netstat -m)
netstat -m
404/376/780 mbufs in use (current/cache/total)
402/216/618/4800 mbuf clusters in use (current/cache/total/max)
402/110 mbuf+clusters out of packet secondary zone in use (current/cache)
0/0/0/0 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/0 9k jumbo clusters in use (current/cache/total/max)
0/0/0/0 16k jumbo clusters in use (current/cache/total/max)
906K/526K/1432K bytes allocated to network (current/cache/total)
0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
0/0/0 requests for jumbo clusters denied (4k/9k/16k)
0/18/1456 sfbufs in use (current/peak/max)
0 requests for sfbufs denied
0 requests for sfbufs delayed
0 requests for I/O initiated by sendfile
0 calls to protocol drain routinesI don't now where is problem but is not possible to increase mbuf in pfSense I think.
Martin
-
maybe something teel me what is going wrong with this…
please. :)$ netstat -m
412/488/900 mbufs in use (current/cache/total)
407/337/744/4800 mbuf clusters in use (current/cache/total/max)
401/239 mbuf+clusters out of packet secondary zone in use (current/cache)
0/0/0/0 4k (page size) jumbo clusters in use (current/cache/total/max)
0/0/0/0 9k jumbo clusters in use (current/cache/total/max)
0/0/0/0 16k jumbo clusters in use (current/cache/total/max)
918K/796K/1714K bytes allocated to network (current/cache/total)
0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
0/0/0 requests for jumbo clusters denied (4k/9k/16k)
1/19/1456 sfbufs in use (current/peak/max)
0 requests for sfbufs denied
0 requests for sfbufs delayed
0 requests for I/O initiated by sendfile
0 calls to protocol drain routinesI've still this information on syslog
/syslogd: sendto: No buffer space available/
Martin