Re: Bouncing messages from freebsd-net@FreeBSD.org

2023-08-03 Thread Graham Perrin
On 03/08/2023 16:15, Baptiste Daroussin wrote: … To receive the email that has bounced: … Please, is this documented anywhere? OpenPGP_signature Description: OpenPGP digital signature

Re: CFT: lem(4), em(4) e1000 Ethernet TSO testing

2023-08-03 Thread Kevin Bowling
Committed as https://cgit.freebsd.org/src/commit/?id=f1b5488f7bba7f25a57750f87cbcbccbd5b9d16b On Tue, Jul 25, 2023 at 7:38 PM Kevin Bowling wrote: > > Hi, > > I have been working through various bugs and have come to a point > where TSO is working on systems I have available for testing. > > Thi

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-03 Thread tuexen
> On 3. Aug 2023, at 19:18, Bakul Shah wrote: > > Not quite what you asked for but I recently found > https://github.com/gcla/termshark -- it seems to be like wireshark but for a > terminal window. Like tcpdump it has the -D option that will return a list of > interfaces. If you are handy with

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-03 Thread tuexen
> On 3. Aug 2023, at 14:59, Perttu Laine wrote: > > On Tue, Aug 1, 2023 at 11:38 PM Zane C B-H wrote: >> >> So what is a good way to get all packets passing through that the kernel >> currently sees? Apparently any is not support on non-Linux systems and >> pflog would require adding log to all

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-03 Thread Bakul Shah
Not quite what you asked for but I recently found https://github.com/gcla/termshark -- it seems to be like wireshark but for a terminal window. Like tcpdump it has the -D option that will return a list of interfaces. If you are handy with go programming, you may wish to consider enhancing it to

Re: Bouncing messages from freebsd-net@FreeBSD.org

2023-08-03 Thread Matthias Apitz
El día jueves, agosto 03, 2023 a las 05:15:35 +0200, Baptiste Daroussin escribió: > No it was not sent to the whole list but only to the people whom mail server > have bounced an incoming mail. > > It is not a configuration, this can happen in 2 cases: > - a change in the on your email provider

[Bug 270859] dmesg message: mce0: a looped back NS message is detected during DAD

2023-08-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270859 --- Comment #12 from benoitc --- I reproduced it without srv-io enabled yesterday when using vlans. Until I set it I couldn't ping any remote IPV6 nodes or use a public ip set on a vlan interface. Unfortunately I don't have any log.The symp

Re: Bouncing messages from freebsd-net@FreeBSD.org

2023-08-03 Thread Baptiste Daroussin
On Thu, Aug 03, 2023 at 04:00:48PM +0100, Jamie Landeg-Jones wrote: > Matthias Apitz wrote: > > > I do not understand this message, especially not the number "3719" > > (which, btw, is not a list but a number). > > Ignore it. It is not for you. It was sent to the list generally. > Some misconfig

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-03 Thread Stefan Zehl
Hi, On Tue, Aug 01, 2023 at 13:21 -0500, Zane C B-H wrote: > So what is a good way to get all packets passing through that the kernel > currently sees? Apparently any is not support on non-Linux systems and > pflog would require adding log to all rules. Similarly only logs packets > that match

Re: tcpdump on 'any' device

2023-08-03 Thread Perttu Laine
tcpdump -i em0 & tcpdump -i em1 & tcpdump -em2 And so on. Should work. - kpn On Thu, May 11, 2006 at 5:55 AM Michael P. Soulier wrote: > > Hello, > > I'm using to running tcpdump like "tcpdump -i any -nn ". > > But, when I try to use the 'any' device on FreeBSD, I get this. > > [root@kanga isc-

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-03 Thread Perttu Laine
On Tue, Aug 1, 2023 at 11:38 PM Zane C B-H wrote: > > So what is a good way to get all packets passing through that the kernel > currently sees? Apparently any is not support on non-Linux systems and > pflog would require adding log to all rules. Similarly only logs packets > that match a rule. >

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-03 Thread Andrey V. Elsukov
On 02.08.2023 06:49, Zane C B-H wrote: Replacement for daemonlogger given it is dead upstream and no one else has picked up development. On Linux the same can easily be accomplished via tcpdump and the pcap rotation options and then just using removing old files based on age/disk usage. Unfortu

[Bug 271308] [FIB] File exists while adding IPv4

2023-08-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271308 --- Comment #4 from Janak Trivedi --- Any help/inputs around it would be much appreciated. -- You are receiving this mail because: You are on the CC list for the bug.