Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
* [Cerowrt-devel] segfault in radio configuration
@ 2014-04-15 19:45 Aaron Wood
  2014-04-15 19:49 ` Dave Taht
  0 siblings, 1 reply; 4+ messages in thread
From: Aaron Wood @ 2014-04-15 19:45 UTC (permalink / raw)
  To: cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 1028 bytes --]

cero 3.10.32-12, on a 3800

I had a power outage (power strip bumped), and the wndr rebooted, and came
up without wireless radios running.  I ssh'd in and found this in the logs:

Wed Mar 26 14:33:41 2014 user.notice root: ingress shaping activated
Wed Mar 26 14:33:41 2014 kern.info kernel: [   27.777343] IPv6:
ADDRCONF(NETDEV_UP): sw00: link is not ready
Wed Mar 26 14:33:41 2014 daemon.notice netifd: radio0 (1556): Segmentation
fault (core dumped)
Wed Mar 26 14:33:41 2014 daemon.notice netifd: radio0 (1556): cat: can't
open '/var/run/wifi-phy0.pid': No such file or directory
Wed Mar 26 14:33:41 2014 kern.info kernel: [   27.839843] cfg80211: Calling
CRDA for country: US
Wed Mar 26 14:33:42 2014 kern.info kernel: [   27.859375] cfg80211:
Regulatory domain changed to country: US

Something appears to have segfaulted trying to set the country-code to FR.
 I changed /etc/config/wireless to use the US country code, restarted
networking, and the radios came up just fine.

Any ideas (and anyone want the core?)

-Aaron

[-- Attachment #2: Type: text/html, Size: 2064 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Cerowrt-devel] segfault in radio configuration
  2014-04-15 19:45 [Cerowrt-devel] segfault in radio configuration Aaron Wood
@ 2014-04-15 19:49 ` Dave Taht
  2014-04-15 19:52   ` Aaron Wood
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Taht @ 2014-04-15 19:49 UTC (permalink / raw)
  To: Aaron Wood; +Cc: cerowrt-devel

There were several segfault bugs fixed in netifd since that release.
There was also an issue with correctly parsing the wireless regdb.
Please upgrade. You've got heartbleed, too.

On Tue, Apr 15, 2014 at 12:45 PM, Aaron Wood <woody77@gmail.com> wrote:
> cero 3.10.32-12, on a 3800
>
> I had a power outage (power strip bumped), and the wndr rebooted, and came
> up without wireless radios running.  I ssh'd in and found this in the logs:
>
> Wed Mar 26 14:33:41 2014 user.notice root: ingress shaping activated
> Wed Mar 26 14:33:41 2014 kern.info kernel: [   27.777343] IPv6:
> ADDRCONF(NETDEV_UP): sw00: link is not ready
> Wed Mar 26 14:33:41 2014 daemon.notice netifd: radio0 (1556): Segmentation
> fault (core dumped)
> Wed Mar 26 14:33:41 2014 daemon.notice netifd: radio0 (1556): cat: can't
> open '/var/run/wifi-phy0.pid': No such file or directory
> Wed Mar 26 14:33:41 2014 kern.info kernel: [   27.839843] cfg80211: Calling
> CRDA for country: US
> Wed Mar 26 14:33:42 2014 kern.info kernel: [   27.859375] cfg80211:
> Regulatory domain changed to country: US
>
> Something appears to have segfaulted trying to set the country-code to FR.
> I changed /etc/config/wireless to use the US country code, restarted
> networking, and the radios came up just fine.
>
> Any ideas (and anyone want the core?)
>
> -Aaron
>
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>



-- 
Dave Täht

NSFW: https://w2.eff.org/Censorship/Internet_censorship_bills/russell_0296_indecent.article

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Cerowrt-devel] segfault in radio configuration
  2014-04-15 19:49 ` Dave Taht
@ 2014-04-15 19:52   ` Aaron Wood
  2014-04-15 19:56     ` Dave Taht
  0 siblings, 1 reply; 4+ messages in thread
From: Aaron Wood @ 2014-04-15 19:52 UTC (permalink / raw)
  To: Dave Taht; +Cc: cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

On Tue, Apr 15, 2014 at 9:49 PM, Dave Taht <dave.taht@gmail.com> wrote:

> There were several segfault bugs fixed in netifd since that release.
> There was also an issue with correctly parsing the wireless regdb.
> Please upgrade.


What's the recommended version?


> You've got heartbleed, too.
>

Only visible to me, though... This doesn't do outbound ssl, and only my
laptop talks to it.

-Aaron

[-- Attachment #2: Type: text/html, Size: 908 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Cerowrt-devel] segfault in radio configuration
  2014-04-15 19:52   ` Aaron Wood
@ 2014-04-15 19:56     ` Dave Taht
  0 siblings, 0 replies; 4+ messages in thread
From: Dave Taht @ 2014-04-15 19:56 UTC (permalink / raw)
  To: Aaron Wood; +Cc: cerowrt-devel

On Tue, Apr 15, 2014 at 12:52 PM, Aaron Wood <woody77@gmail.com> wrote:
>
> On Tue, Apr 15, 2014 at 9:49 PM, Dave Taht <dave.taht@gmail.com> wrote:
>>
>> There were several segfault bugs fixed in netifd since that release.
>> There was also an issue with correctly parsing the wireless regdb.
>> Please upgrade.
>
>
> What's the recommended version?

3.10.36-3 and later are patched for heartbleed. Regrettably we are still
tracking down the wifi bug that was occuring frequently in recent releases,
and although I *think* it's harder to hit in 3.10.36-4, it can still be hit.


>>
>> You've got heartbleed, too.
>
>
> Only visible to me, though... This doesn't do outbound ssl, and only my
> laptop talks to it.
>
> -Aaron



-- 
Dave Täht

NSFW: https://w2.eff.org/Censorship/Internet_censorship_bills/russell_0296_indecent.article

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-15 19:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15 19:45 [Cerowrt-devel] segfault in radio configuration Aaron Wood
2014-04-15 19:49 ` Dave Taht
2014-04-15 19:52   ` Aaron Wood
2014-04-15 19:56     ` Dave Taht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox