Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
* [Cerowrt-devel] cerowrt-3.10.44-2 released
@ 2014-06-17 21:06 Dave Taht
  2014-06-17 21:08 ` Dave Taht
  2014-06-18 14:47 ` [Cerowrt-devel] mdnsd in cerowrt-3.10.44-3 Rich Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Dave Taht @ 2014-06-17 21:06 UTC (permalink / raw)
  To: cerowrt-devel

+ huge resync with openwrt head
   among many other things this includes a lot of rework of the wifi drivers
   which may have some influence on bug 442
   update to iproute2
   many updates all across the board
+ sqm fixed to work with modern luci (thx Magnus Olsson!)
+ Rich Brown's cerowrt-scripts installed for the first time by default -
   bug: they need to have -4 or -6 specified for certain targets, and
two of the targets in circulation
   are not responding to netperf (try netperf-west.bufferbloat.net)

   It could use a gui for running the test and displaying the results...

- tested for all of 5 minutes
- it is possible to switch dns servers from odhcp to dnsmasq and vice
versa via changing maindhcp in /etc/config/dhcp (not tested)
- conflict between avahi-daemon and mdns.

Disable one on your first boot. (/etc/init.d/avahi-daemon disable
or /etc/init.d/mdnsd disable). I'd like it if people explored mdsnd
with awareness that it doesn't proxy yet...

- the hnetd and mdnsproxy work is still in progress, and these daemons
are built but not installed by default.

I would generally discourage everyone from installing this as your
main router, but I know how effective that is. Certainly if you are
experiencing wifi hangs this is worth trying.

-- 
Dave Täht

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

* Re: [Cerowrt-devel] cerowrt-3.10.44-2 released
  2014-06-17 21:06 [Cerowrt-devel] cerowrt-3.10.44-2 released Dave Taht
@ 2014-06-17 21:08 ` Dave Taht
  2014-06-17 23:09   ` Dave Taht
  2014-06-18 14:47 ` [Cerowrt-devel] mdnsd in cerowrt-3.10.44-3 Rich Brown
  1 sibling, 1 reply; 5+ messages in thread
From: Dave Taht @ 2014-06-17 21:08 UTC (permalink / raw)
  To: cerowrt-devel

and of course, it's available at:
http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.10.44-2/

On Tue, Jun 17, 2014 at 2:06 PM, Dave Taht <dave.taht@gmail.com> wrote:
> + huge resync with openwrt head
>    among many other things this includes a lot of rework of the wifi drivers
>    which may have some influence on bug 442
>    update to iproute2
>    many updates all across the board
> + sqm fixed to work with modern luci (thx Magnus Olsson!)
> + Rich Brown's cerowrt-scripts installed for the first time by default -
>    bug: they need to have -4 or -6 specified for certain targets, and
> two of the targets in circulation
>    are not responding to netperf (try netperf-west.bufferbloat.net)
>
>    It could use a gui for running the test and displaying the results...
>
> - tested for all of 5 minutes
> - it is possible to switch dns servers from odhcp to dnsmasq and vice
> versa via changing maindhcp in /etc/config/dhcp (not tested)
> - conflict between avahi-daemon and mdns.
>
> Disable one on your first boot. (/etc/init.d/avahi-daemon disable
> or /etc/init.d/mdnsd disable). I'd like it if people explored mdsnd
> with awareness that it doesn't proxy yet...
>
> - the hnetd and mdnsproxy work is still in progress, and these daemons
> are built but not installed by default.
>
> I would generally discourage everyone from installing this as your
> main router, but I know how effective that is. Certainly if you are
> experiencing wifi hangs this is worth trying.
>
> --
> Dave Täht



-- 
Dave Täht

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

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

* Re: [Cerowrt-devel] cerowrt-3.10.44-2 released
  2014-06-17 21:08 ` Dave Taht
@ 2014-06-17 23:09   ` Dave Taht
  2014-06-17 23:49     ` Dave Taht
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Taht @ 2014-06-17 23:09 UTC (permalink / raw)
  To: cerowrt-devel

cautionary note: After installing hnetd, etc, "Bad things happen".

What I'm seeing is the interfaces get cycled every minute or so, thus
losing connectivity for 10-20 seconds.

 2249 root      1416 S    {hotplug-call} /bin/sh /sbin/hotplug-call iface
 2357 root      1400 S    -ash
 2393 root      1500 S    {hotplug-call} /bin/sh /sbin/hotplug-call iface

The reason for the caution is that it is not certain that I did this
to myself...
and removing hnetd doesn't fix it.

more news in an hour.


On Tue, Jun 17, 2014 at 2:08 PM, Dave Taht <dave.taht@gmail.com> wrote:
> and of course, it's available at:
> http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.10.44-2/
>
> On Tue, Jun 17, 2014 at 2:06 PM, Dave Taht <dave.taht@gmail.com> wrote:
>> + huge resync with openwrt head
>>    among many other things this includes a lot of rework of the wifi drivers
>>    which may have some influence on bug 442
>>    update to iproute2
>>    many updates all across the board
>> + sqm fixed to work with modern luci (thx Magnus Olsson!)
>> + Rich Brown's cerowrt-scripts installed for the first time by default -
>>    bug: they need to have -4 or -6 specified for certain targets, and
>> two of the targets in circulation
>>    are not responding to netperf (try netperf-west.bufferbloat.net)
>>
>>    It could use a gui for running the test and displaying the results...
>>
>> - tested for all of 5 minutes
>> - it is possible to switch dns servers from odhcp to dnsmasq and vice
>> versa via changing maindhcp in /etc/config/dhcp (not tested)
>> - conflict between avahi-daemon and mdns.
>>
>> Disable one on your first boot. (/etc/init.d/avahi-daemon disable
>> or /etc/init.d/mdnsd disable). I'd like it if people explored mdsnd
>> with awareness that it doesn't proxy yet...
>>
>> - the hnetd and mdnsproxy work is still in progress, and these daemons
>> are built but not installed by default.
>>
>> I would generally discourage everyone from installing this as your
>> main router, but I know how effective that is. Certainly if you are
>> experiencing wifi hangs this is worth trying.
>>
>> --
>> Dave Täht
>
>
>
> --
> Dave Täht
>
> NSFW: https://w2.eff.org/Censorship/Internet_censorship_bills/russell_0296_indecent.article



-- 
Dave Täht

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

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

* Re: [Cerowrt-devel] cerowrt-3.10.44-2 released
  2014-06-17 23:09   ` Dave Taht
@ 2014-06-17 23:49     ` Dave Taht
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Taht @ 2014-06-17 23:49 UTC (permalink / raw)
  To: cerowrt-devel

I have removed this build. Sorry.

On Tue, Jun 17, 2014 at 4:09 PM, Dave Taht <dave.taht@gmail.com> wrote:
> cautionary note: After installing hnetd, etc, "Bad things happen".
>
> What I'm seeing is the interfaces get cycled every minute or so, thus
> losing connectivity for 10-20 seconds.
>
>  2249 root      1416 S    {hotplug-call} /bin/sh /sbin/hotplug-call iface
>  2357 root      1400 S    -ash
>  2393 root      1500 S    {hotplug-call} /bin/sh /sbin/hotplug-call iface
>
> The reason for the caution is that it is not certain that I did this
> to myself...
> and removing hnetd doesn't fix it.
>
> more news in an hour.
>
>
> On Tue, Jun 17, 2014 at 2:08 PM, Dave Taht <dave.taht@gmail.com> wrote:
>> and of course, it's available at:
>> http://snapon.lab.bufferbloat.net/~cero2/cerowrt/wndr/3.10.44-2/
>>
>> On Tue, Jun 17, 2014 at 2:06 PM, Dave Taht <dave.taht@gmail.com> wrote:
>>> + huge resync with openwrt head
>>>    among many other things this includes a lot of rework of the wifi drivers
>>>    which may have some influence on bug 442
>>>    update to iproute2
>>>    many updates all across the board
>>> + sqm fixed to work with modern luci (thx Magnus Olsson!)
>>> + Rich Brown's cerowrt-scripts installed for the first time by default -
>>>    bug: they need to have -4 or -6 specified for certain targets, and
>>> two of the targets in circulation
>>>    are not responding to netperf (try netperf-west.bufferbloat.net)
>>>
>>>    It could use a gui for running the test and displaying the results...
>>>
>>> - tested for all of 5 minutes
>>> - it is possible to switch dns servers from odhcp to dnsmasq and vice
>>> versa via changing maindhcp in /etc/config/dhcp (not tested)
>>> - conflict between avahi-daemon and mdns.
>>>
>>> Disable one on your first boot. (/etc/init.d/avahi-daemon disable
>>> or /etc/init.d/mdnsd disable). I'd like it if people explored mdsnd
>>> with awareness that it doesn't proxy yet...
>>>
>>> - the hnetd and mdnsproxy work is still in progress, and these daemons
>>> are built but not installed by default.
>>>
>>> I would generally discourage everyone from installing this as your
>>> main router, but I know how effective that is. Certainly if you are
>>> experiencing wifi hangs this is worth trying.
>>>
>>> --
>>> Dave Täht
>>
>>
>>
>> --
>> Dave Täht
>>
>> NSFW: https://w2.eff.org/Censorship/Internet_censorship_bills/russell_0296_indecent.article
>
>
>
> --
> Dave Täht
>
> NSFW: https://w2.eff.org/Censorship/Internet_censorship_bills/russell_0296_indecent.article



-- 
Dave Täht

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

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

* Re: [Cerowrt-devel] mdnsd in cerowrt-3.10.44-3
  2014-06-17 21:06 [Cerowrt-devel] cerowrt-3.10.44-2 released Dave Taht
  2014-06-17 21:08 ` Dave Taht
@ 2014-06-18 14:47 ` Rich Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Rich Brown @ 2014-06-18 14:47 UTC (permalink / raw)
  To: Dave Taht; +Cc: cerowrt-devel

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


On Jun 17, 2014, at 5:06 PM, Dave Taht <dave.taht@gmail.com> wrote:

> Disable one on your first boot. (/etc/init.d/avahi-daemon disable
> or /etc/init.d/mdnsd disable). I'd like it if people explored mdsnd
> with awareness that it doesn't proxy yet...

How do I enable mDNS using mdnsd for ge00 on my secondary router? (I know how to do it for avahi...)

Thanks.

Rich

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 496 bytes --]

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

end of thread, other threads:[~2014-06-18 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-17 21:06 [Cerowrt-devel] cerowrt-3.10.44-2 released Dave Taht
2014-06-17 21:08 ` Dave Taht
2014-06-17 23:09   ` Dave Taht
2014-06-17 23:49     ` Dave Taht
2014-06-18 14:47 ` [Cerowrt-devel] mdnsd in cerowrt-3.10.44-3 Rich Brown

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