Discussion:
ifa_ifwithnet failed ???
(too old to reply)
Pieper, Jeffrey E
2018-05-27 03:17:07 UTC
Permalink
I'm seeing this spam dmesg continuously on a build from this afternoon (r334252):

May 27 03:06:03 u0855 kernel: ifa_ifwithnet failed
May 27 03:06:03 u0855 syslogd: last message repeated 11 times
May 27 03:06:03 u0855 kernel: .
May 27 03:06:05 u0855 kernel: ifa_ifwithnet failed
May 27 03:06:39 u0855 syslogd: last message repeated 60 times
May 27 03:08:39 u0855 syslogd: last message repeated 59 times


Is anyone else seeing this?

Jeff Pieper
K. Macy
2018-05-27 03:20:05 UTC
Permalink
On Sat, May 26, 2018 at 8:17 PM, Pieper, Jeffrey E
<***@intel.com> wrote:
> I'm seeing this spam dmesg continuously on a build from this afternoon (r334252):
>
> May 27 03:06:03 u0855 kernel: ifa_ifwithnet failed
> May 27 03:06:03 u0855 syslogd: last message repeated 11 times
> May 27 03:06:03 u0855 kernel: .
> May 27 03:06:05 u0855 kernel: ifa_ifwithnet failed
> May 27 03:06:39 u0855 syslogd: last message repeated 60 times
> May 27 03:08:39 u0855 syslogd: last message repeated 59 times


What did this happen subsquent to?


> Is anyone else seeing this?
>
> Jeff Pieper
> _______________________________________________
> freebsd-***@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-***@freebsd.org"
Pieper, Jeffrey E
2018-05-27 03:33:11 UTC
Permalink
________________________________________
From: ***@gmail.com [***@gmail.com] on behalf of K. Macy [***@freebsd.org]
Sent: Saturday, May 26, 2018 8:20 PM
To: Pieper, Jeffrey E
Cc: freebsd-current ‎[freebsd-***@freebsd.org]‎
Subject: Re: ifa_ifwithnet failed ???

On Sat, May 26, 2018 at 8:17 PM, Pieper, Jeffrey E
<***@intel.com> wrote:
> I'm seeing this spam dmesg continuously on a build from this afternoon (r334252):
>
> May 27 03:06:03 u0855 kernel: ifa_ifwithnet failed
> May 27 03:06:03 u0855 syslogd: last message repeated 11 times
> May 27 03:06:03 u0855 kernel: .
> May 27 03:06:05 u0855 kernel: ifa_ifwithnet failed
> May 27 03:06:39 u0855 syslogd: last message repeated 60 times
> May 27 03:08:39 u0855 syslogd: last message repeated 59 times


> What did this happen subsquent to?

I just started seeing it yesterday on current, but prior to that we've been pulling from https://github.com/intel-wired-ethernet/freebsd, but that isn't rebased as frequently as it should be so that probably doesn't help very much. We just started using current for https://reviews.freebsd.org/D15577.

Jeff

> _______________________________________________
> freebsd-***@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-***@freebsd.org"
K. Macy
2018-05-27 03:35:54 UTC
Permalink
My guess is that this is caused by my changes. However, this is the
first time I've heard this reported so it would be useful to know how
I might reproduce it.

Thanks.
-M

On Sat, May 26, 2018 at 8:33 PM, Pieper, Jeffrey E
<***@intel.com> wrote:
>
> ________________________________________
> From: ***@gmail.com [***@gmail.com] on behalf of K. Macy [***@freebsd.org]
> Sent: Saturday, May 26, 2018 8:20 PM
> To: Pieper, Jeffrey E
> Cc: freebsd-current ‎[freebsd-***@freebsd.org]‎
> Subject: Re: ifa_ifwithnet failed ???
>
> On Sat, May 26, 2018 at 8:17 PM, Pieper, Jeffrey E
> <***@intel.com> wrote:
>> I'm seeing this spam dmesg continuously on a build from this afternoon (r334252):
>>
>> May 27 03:06:03 u0855 kernel: ifa_ifwithnet failed
>> May 27 03:06:03 u0855 syslogd: last message repeated 11 times
>> May 27 03:06:03 u0855 kernel: .
>> May 27 03:06:05 u0855 kernel: ifa_ifwithnet failed
>> May 27 03:06:39 u0855 syslogd: last message repeated 60 times
>> May 27 03:08:39 u0855 syslogd: last message repeated 59 times
>
>
>> What did this happen subsquent to?
>
> I just started seeing it yesterday on current, but prior to that we've been pulling from https://github.com/intel-wired-ethernet/freebsd, but that isn't rebased as frequently as it should be so that probably doesn't help very much. We just started using current for https://reviews.freebsd.org/D15577.
>
> Jeff
>
>> _______________________________________________
>> freebsd-***@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-***@freebsd.org"
Pieper, Jeffrey E
2018-05-27 03:51:51 UTC
Permalink
________________________________________
From: ***@gmail.com [***@gmail.com] on behalf of K. Macy [***@freebsd.org]
Sent: Saturday, May 26, 2018 8:35 PM
To: Pieper, Jeffrey E
Cc: freebsd-current ‎[freebsd-***@freebsd.org]‎
Subject: Re: ifa_ifwithnet failed ???

> My guess is that this is caused by my changes. However, this is the
> first time I've heard this reported so it would be useful to know how
> I might reproduce it.

> Thanks.
> -M

ERJ did commit at least one iflib patch yesterday as well.

This is the kernel config:

include GENERIC-NODEBUG

ident VALIDATION

option MROUTING
option DDB

# iWARP support
options OFED
options OFED_DEBUG_INIT
options COMPAT_LINUXKPI
options SDP
options IPOIB_CM

nodevice em
nodevice igb
nodevice fxp
nodevice ix
nodevice ixv
nodevice ixl
nodevice ixlv

device netmap

Jeff
O. Hartmann
2018-05-27 06:36:19 UTC
Permalink
Am Sun, 27 May 2018 03:17:07 +0000
"Pieper, Jeffrey E" <***@intel.com> schrieb:

> I'm seeing this spam dmesg continuously on a build from this afternoon (r334252):
>
> May 27 03:06:03 u0855 kernel: ifa_ifwithnet failed
> May 27 03:06:03 u0855 syslogd: last message repeated 11 times
> May 27 03:06:03 u0855 kernel: .
> May 27 03:06:05 u0855 kernel: ifa_ifwithnet failed
> May 27 03:06:39 u0855 syslogd: last message repeated 60 times
> May 27 03:08:39 u0855 syslogd: last message repeated 59 times
>
>
> Is anyone else seeing this?
>
> Jeff Pieper
> _______________________________________________
> freebsd-***@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-***@freebsd.org"

Me, too, on a router/firewall system running:

FreeBSD 12.0-CURRENT #7 r334236: Sat May 26 08:03:39 CEST 2018

The console is spammed with ifa_ifwithnet failed after first boot but while running, the
message disappears or at least the console isn't spammed any more.

oh
K. Macy
2018-05-27 06:47:36 UTC
Permalink
please update to r334253

On Sat, May 26, 2018 at 11:36 PM, O. Hartmann <***@walstatt.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Am Sun, 27 May 2018 03:17:07 +0000
> "Pieper, Jeffrey E" <***@intel.com> schrieb:
>
>> I'm seeing this spam dmesg continuously on a build from this afternoon (r334252):
>>
>> May 27 03:06:03 u0855 kernel: ifa_ifwithnet failed
>> May 27 03:06:03 u0855 syslogd: last message repeated 11 times
>> May 27 03:06:03 u0855 kernel: .
>> May 27 03:06:05 u0855 kernel: ifa_ifwithnet failed
>> May 27 03:06:39 u0855 syslogd: last message repeated 60 times
>> May 27 03:08:39 u0855 syslogd: last message repeated 59 times
>>
>>
>> Is anyone else seeing this?
>>
>> Jeff Pieper
>> _______________________________________________
>> freebsd-***@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-***@freebsd.org"
>
> Me, too, on a router/firewall system running:
>
> FreeBSD 12.0-CURRENT #7 r334236: Sat May 26 08:03:39 CEST 2018
>
> The console is spammed with ifa_ifwithnet failed after first boot but while running, the
> message disappears or at least the console isn't spammed any more.
>
> oh
>
> -----BEGIN PGP SIGNATURE-----
>
> iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWwpR/gAKCRDS528fyFhY
> lDydAf9r1QPwk6Fd51gNafTBV9Izzzcf6L0HJEyZWOdxZ2+3HmVWAv1jA9heq33q
> NjnJRiCYcUo/aOQ0Ms1At0No2trXAfsEy47HzHvCSjVWnJvWJDR22LLpokAZyvfM
> XBHZbPSBdLmvW75XSHqVfSzCKKcpy2qeLB19sTIKW3K/RIQkLxAL
> =CUlq
> -----END PGP SIGNATURE-----
> _______________________________________________
> freebsd-***@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-***@freebsd.org"
Pieper, Jeffrey E
2018-05-27 16:00:30 UTC
Permalink
Thanks Matt, no more spam :)
________________________________________
From: ***@gmail.com [***@gmail.com] on behalf of K. Macy [***@freebsd.org]
Sent: Saturday, May 26, 2018 11:47 PM
To: O. Hartmann
Cc: Pieper, Jeffrey E; freebsd-current ?[freebsd-***@freebsd.org]?
Subject: Re: ifa_ifwithnet failed ???

please update to r334253

On Sat, May 26, 2018 at 11:36 PM, O. Hartmann <***@walstatt.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Am Sun, 27 May 2018 03:17:07 +0000
> "Pieper, Jeffrey E" <***@intel.com> schrieb:
>
>> I'm seeing this spam dmesg continuously on a build from this afternoon (r334252):
>>
>> May 27 03:06:03 u0855 kernel: ifa_ifwithnet failed
>> May 27 03:06:03 u0855 syslogd: last message repeated 11 times
>> May 27 03:06:03 u0855 kernel: .
>> May 27 03:06:05 u0855 kernel: ifa_ifwithnet failed
>> May 27 03:06:39 u0855 syslogd: last message repeated 60 times
>> May 27 03:08:39 u0855 syslogd: last message repeated 59 times
>>
>>
>> Is anyone else seeing this?
>>
>> Jeff Pieper
>> _______________________________________________
>> freebsd-***@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-***@freebsd.org"
>
> Me, too, on a router/firewall system running:
>
> FreeBSD 12.0-CURRENT #7 r334236: Sat May 26 08:03:39 CEST 2018
>
> The console is spammed with ifa_ifwithnet failed after first boot but while running, the
> message disappears or at least the console isn't spammed any more.
>
> oh
>
> -----BEGIN PGP SIGNATURE-----
>
> iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWwpR/gAKCRDS528fyFhY
> lDydAf9r1QPwk6Fd51gNafTBV9Izzzcf6L0HJEyZWOdxZ2+3HmVWAv1jA9heq33q
> NjnJRiCYcUo/aOQ0Ms1At0No2trXAfsEy47HzHvCSjVWnJvWJDR22LLpokAZyvfM
> XBHZbPSBdLmvW75XSHqVfSzCKKcpy2qeLB19sTIKW3K/RIQkLxAL
> =CUlq
> -----END PGP SIGNATURE-----
> _______________________________________________
> freebsd-***@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-***@freebsd.org"
Loading...