Re: logs/traces

2019-10-15 Thread Navdeep Parhar
Have you looked at siftr(4) or dtrace_tcp(4)? Regards, Navdeep On Tue, Oct 15, 2019 at 07:15:27PM -0700, vm finance wrote: > Hi Kevin, > > I am looking to enable traces/log messages (like syslog or > /var/log/messages) inside the codebase... any pointers for tcp/ip. > tcpdump shows what is going

Re: logs/traces

2019-10-15 Thread vm finance
Hi Kevin, I am looking to enable traces/log messages (like syslog or /var/log/messages) inside the codebase... any pointers for tcp/ip. tcpdump shows what is going on wire - but I would like to trace code internals...printk.. Thanks a lot! On Tue, Oct 15, 2019 at 6:11 PM Kevin Oberman wrote: >

Re: logs/traces

2019-10-15 Thread Kevin Oberman
Use tcpdump(1) and/or net/wireshark(5). See man tcpdump and pcap-filter for usage details. wireshark can analyze files collected by tcpdump and dissect the packets. It can also do packet capture, itself. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com

[Bug 241162] Panic in closefp() triggered by nginx (uwsgi with sendfile(2) enabled)

2019-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162 --- Comment #6 from Kubilay Kocak --- (In reply to Dmitry Marakasov from comment #4) @Dmitry Could you attach the nginx / uwsgi configurations, as an attachment, sanitized if necessary, that reproduce the issue -- You are receiving this

[Bug 241162] Panic in closefp() triggered by nginx (uwsgi with sendfile(2) enabled)

2019-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162 Kubilay Kocak changed: What|Removed |Added CC||gleb...@freebsd.org,

[Bug 240320] ixgbe: EEE state change causes core dump on X552

2019-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240320 Eric Joyner changed: What|Removed |Added CC||e...@freebsd.org Assignee|

[Bug 241162] Panic in closefp() triggered by nginx

2019-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162 mark.marti...@ijs.si changed: What|Removed |Added CC||mark.marti...@ijs.si --- Com

[Bug 241162] Panic in closefp() triggered by nginx

2019-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162 --- Comment #4 from Dmitry Marakasov --- I've built 12.0-RELEASE kernel with the patch from 239893, but this didn't help. However, I've discovered what has triggered the panic - I have uwsgi behing nginx setup on that box, and the panic app

Re: DHCPv6 client in base

2019-10-15 Thread Hiroki Sato
Roy Marples wrote in : ro> On 13/10/2019 20:32, Hiroki Sato wrote: ro> > Ben Woods wrote ro> >in ro> >: ro> > wo> On Fri, 11 Oct 2019 at 08:32, Ben Woods ro> > wrote: ro> > wo> As promised, I have completed my initial work to import dhcpcd ro> > into FreeBSD ro> > wo> base, and it is

logs/traces

2019-10-15 Thread vm finance
Hi, Could someone please guide me on how to turn on tracing/log? I would like to follow/track how packets go in/out of TCP code block... Please let me know what knobs are available to achieve this. Thanks for any pointers. ___ freebsd-net@freebsd.org m