* [Cerowrt-devel] going down the todo list
@ 2014-01-19 12:51 Dave Taht
2014-01-19 13:03 ` Maciej Soltysiak
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Dave Taht @ 2014-01-19 12:51 UTC (permalink / raw)
To: cerowrt-devel
I am going to try to knock out a new release by tomorrow...
-1) has minidnssd and upnp been working for others correctly?
0) Presently fooling with a new skin with the gui (it's in 3.10.26-2 -
don't! install that unless you merely want to look at the gui). I have
no opinion on graphical matters, yours solicited.
1) I have found that sqm does not always start correctly on boot. There is some
dependency on something firing to get it to start.
2) dnsmasq's dnssec support isn't quite baked enough to think about
putting into a "stabler" release.
3) I updated most of the onboard doc, still have to finish the credits file
4) bcp38 turns out to be hard to do correctly in our commonly
double-natted universe. I think I will try to make the facility
available but only enable it partially by default.
5) David personette fixed https support for the gui so we will switch
to https for the next round
6) squash incoming diffserv bits. I think perhaps wireshark is
grabbing the packets before iptables thus I don't see them squashed
7) native ipv6 and dhcpv6-pd support - as discussed on the list, a
full solution is gated on steven barth. The massive rework of the
routing infrastructure he put in friday needs to be tested too,
though.
I am hopefully gaining ipv6 from comcast today to see stuff for myself.
8) src/dst routing test of babels - needs work
9) updated shaperprobe, uftp4, and ditg - no progress
10) iwl related crash and unaligned instructions - I have some data on
when and how much they happen now, still no insight as to why
--
Dave Täht
Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Cerowrt-devel] going down the todo list
2014-01-19 12:51 [Cerowrt-devel] going down the todo list Dave Taht
@ 2014-01-19 13:03 ` Maciej Soltysiak
2014-01-19 13:33 ` Richard O
` (3 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Maciej Soltysiak @ 2014-01-19 13:03 UTC (permalink / raw)
To: Dave Taht; +Cc: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
> -1) has minidnssd and upnp been working for others correctly?
upnp is fine. Sadly, I can't get ssdpd to work since 3.8.x - any other
users besides me? Anybody had success? My wired TV and wireless ps3 media
server don't see the discovery packets over 239.255.255.250.
Maciej
[-- Attachment #2: Type: text/html, Size: 327 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Cerowrt-devel] going down the todo list
2014-01-19 12:51 [Cerowrt-devel] going down the todo list Dave Taht
2014-01-19 13:03 ` Maciej Soltysiak
@ 2014-01-19 13:33 ` Richard O
2014-01-19 14:13 ` Sebastian Moeller
` (2 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Richard O @ 2014-01-19 13:33 UTC (permalink / raw)
To: cerowrt-devel
>Dave Taht <dave.taht <at> gmail.com> writes:
> -1) has minidnssd and upnp been working for others correctly?
>
Just chiming in to say that UPnP works. I can't say much about the other
thing, though.
Sqm also doesn't apply changes made to it until you restart it yourself.
Just throwing that out there for anyone who changes that frequently.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Cerowrt-devel] going down the todo list
2014-01-19 12:51 [Cerowrt-devel] going down the todo list Dave Taht
2014-01-19 13:03 ` Maciej Soltysiak
2014-01-19 13:33 ` Richard O
@ 2014-01-19 14:13 ` Sebastian Moeller
2014-01-19 16:11 ` Fred Stratton
2014-01-19 19:56 ` [Cerowrt-devel] going down the todo list Alijah Ballard
4 siblings, 0 replies; 10+ messages in thread
From: Sebastian Moeller @ 2014-01-19 14:13 UTC (permalink / raw)
To: Dave Taht; +Cc: cerowrt-devel
Hi Dave, hi list,
On Jan 19, 2014, at 13:51 , Dave Taht <dave.taht@gmail.com> wrote:
> I am going to try to knock out a new release by tomorrow...
>
> -1) has minidnssd and upnp been working for others correctly?
>
> 0) Presently fooling with a new skin with the gui (it's in 3.10.26-2 -
> don't! install that unless you merely want to look at the gui). I have
> no opinion on graphical matters, yours solicited.
>
> 1) I have found that sqm does not always start correctly on boot. There is some
> dependency on something firing to get it to start.
>
> 2) dnsmasq's dnssec support isn't quite baked enough to think about
> putting into a "stabler" release.
>
> 3) I updated most of the onboard doc, still have to finish the credits file
>
> 4) bcp38 turns out to be hard to do correctly in our commonly
> double-natted universe. I think I will try to make the facility
> available but only enable it partially by default.
In the double-NAT case, should not the primary router actually do the bcp38 processing? So then we could get away with detecting the double-NAT by looking at the external address on ge00, and only do the src sanitizing if the address is fully routable? Or would that interfere with carrier-grade NAT (some german ISPs only give 10.this.or.that address for IPv4)?
Question, since I do not understand bcp38's impactions: Will this interfere with reaching private networks (like 192.168.N.N) on the external side of the router? It would be great if that would still be possible as all? cable modems respond to 192.168.100.1 and it would be sweet if these could still be reached through cerowrt (there are recipes for stock openwork how to make that possible, so as long as these keep working all would be well :) )
best
Sebastian
>
> 5) David personette fixed https support for the gui so we will switch
> to https for the next round
>
> 6) squash incoming diffserv bits. I think perhaps wireshark is
> grabbing the packets before iptables thus I don't see them squashed
>
> 7) native ipv6 and dhcpv6-pd support - as discussed on the list, a
> full solution is gated on steven barth. The massive rework of the
> routing infrastructure he put in friday needs to be tested too,
> though.
>
> I am hopefully gaining ipv6 from comcast today to see stuff for myself.
>
> 8) src/dst routing test of babels - needs work
>
> 9) updated shaperprobe, uftp4, and ditg - no progress
>
> 10) iwl related crash and unaligned instructions - I have some data on
> when and how much they happen now, still no insight as to why
>
> --
> Dave Täht
>
> Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Cerowrt-devel] going down the todo list
2014-01-19 12:51 [Cerowrt-devel] going down the todo list Dave Taht
` (2 preceding siblings ...)
2014-01-19 14:13 ` Sebastian Moeller
@ 2014-01-19 16:11 ` Fred Stratton
2014-01-22 2:07 ` [Cerowrt-devel] going down the todo list/New GUI Rich Brown
2014-01-19 19:56 ` [Cerowrt-devel] going down the todo list Alijah Ballard
4 siblings, 1 reply; 10+ messages in thread
From: Fred Stratton @ 2014-01-19 16:11 UTC (permalink / raw)
To: Dave Taht, cerowrt-devel
0) Themes
I would point out that changing theme is likely to give Rich Brown great
difficulty, as it renders his wiki page obsolete.
I have installed the openwrt.org theme from 3.10.26-1 in 3.10.26-2. The
bootstrap theme and openwrt theme can co-exist, and there is a menu to
choose between them installed by default.
Installing both themes in each build solves the problem.
On 19/01/14 12:51, Dave Taht wrote:
> I am going to try to knock out a new release by tomorrow...
>
> -1) has minidnssd and upnp been working for others correctly?
>
> 0) Presently fooling with a new skin with the gui (it's in 3.10.26-2 -
> don't! install that unless you merely want to look at the gui). I have
> no opinion on graphical matters, yours solicited.
>
> 1) I have found that sqm does not always start correctly on boot. There is some
> dependency on something firing to get it to start.
>
> 2) dnsmasq's dnssec support isn't quite baked enough to think about
> putting into a "stabler" release.
>
> 3) I updated most of the onboard doc, still have to finish the credits file
>
> 4) bcp38 turns out to be hard to do correctly in our commonly
> double-natted universe. I think I will try to make the facility
> available but only enable it partially by default.
>
> 5) David personette fixed https support for the gui so we will switch
> to https for the next round
>
> 6) squash incoming diffserv bits. I think perhaps wireshark is
> grabbing the packets before iptables thus I don't see them squashed
>
> 7) native ipv6 and dhcpv6-pd support - as discussed on the list, a
> full solution is gated on steven barth. The massive rework of the
> routing infrastructure he put in friday needs to be tested too,
> though.
>
> I am hopefully gaining ipv6 from comcast today to see stuff for myself.
>
> 8) src/dst routing test of babels - needs work
>
> 9) updated shaperprobe, uftp4, and ditg - no progress
>
> 10) iwl related crash and unaligned instructions - I have some data on
> when and how much they happen now, still no insight as to why
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Cerowrt-devel] going down the todo list
2014-01-19 12:51 [Cerowrt-devel] going down the todo list Dave Taht
` (3 preceding siblings ...)
2014-01-19 16:11 ` Fred Stratton
@ 2014-01-19 19:56 ` Alijah Ballard
2014-01-19 20:26 ` Dave Taht
4 siblings, 1 reply; 10+ messages in thread
From: Alijah Ballard @ 2014-01-19 19:56 UTC (permalink / raw)
To: Dave Taht; +Cc: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 2345 bytes --]
UPNP works for port/router setting. But upnp/dlna does not work between
subnets. IE media server on lan, xbox360 on wlan24, network extender on
wlan5 with another xbox360. I currently use a couple raspi/xbmc to make the
media server work. I have tried to configure igmpproxy, but not having any
luck.
Alijah
On Sun, Jan 19, 2014 at 6:51 AM, Dave Taht <dave.taht@gmail.com> wrote:
> I am going to try to knock out a new release by tomorrow...
>
> -1) has minidnssd and upnp been working for others correctly?
>
> 0) Presently fooling with a new skin with the gui (it's in 3.10.26-2 -
> don't! install that unless you merely want to look at the gui). I have
> no opinion on graphical matters, yours solicited.
>
> 1) I have found that sqm does not always start correctly on boot. There is
> some
> dependency on something firing to get it to start.
>
> 2) dnsmasq's dnssec support isn't quite baked enough to think about
> putting into a "stabler" release.
>
> 3) I updated most of the onboard doc, still have to finish the credits file
>
> 4) bcp38 turns out to be hard to do correctly in our commonly
> double-natted universe. I think I will try to make the facility
> available but only enable it partially by default.
>
> 5) David personette fixed https support for the gui so we will switch
> to https for the next round
>
> 6) squash incoming diffserv bits. I think perhaps wireshark is
> grabbing the packets before iptables thus I don't see them squashed
>
> 7) native ipv6 and dhcpv6-pd support - as discussed on the list, a
> full solution is gated on steven barth. The massive rework of the
> routing infrastructure he put in friday needs to be tested too,
> though.
>
> I am hopefully gaining ipv6 from comcast today to see stuff for myself.
>
> 8) src/dst routing test of babels - needs work
>
> 9) updated shaperprobe, uftp4, and ditg - no progress
>
> 10) iwl related crash and unaligned instructions - I have some data on
> when and how much they happen now, still no insight as to why
>
> --
> Dave Täht
>
> Fixing bufferbloat with cerowrt:
> http://www.teklibre.com/cerowrt/subscribe.html
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
[-- Attachment #2: Type: text/html, Size: 3065 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Cerowrt-devel] going down the todo list
2014-01-19 19:56 ` [Cerowrt-devel] going down the todo list Alijah Ballard
@ 2014-01-19 20:26 ` Dave Taht
2014-01-19 22:19 ` Alijah Ballard
0 siblings, 1 reply; 10+ messages in thread
From: Dave Taht @ 2014-01-19 20:26 UTC (permalink / raw)
To: Alijah Ballard; +Cc: cerowrt-devel
really astounding all the new folk that have shown up of late!
On Sun, Jan 19, 2014 at 2:56 PM, Alijah Ballard <alijahb@gmail.com> wrote:
> UPNP works for port/router setting. But upnp/dlna does not work between
> subnets. IE media server on lan, xbox360 on wlan24, network extender on
> wlan5 with another xbox360. I currently use a couple raspi/xbmc to make the
> media server work. I have tried to configure igmpproxy, but not having any
> luck.
well there is pimd running by default. or it should be....
>
> Alijah
>
>
> On Sun, Jan 19, 2014 at 6:51 AM, Dave Taht <dave.taht@gmail.com> wrote:
>>
>> I am going to try to knock out a new release by tomorrow...
>>
>> -1) has minidnssd and upnp been working for others correctly?
>>
>> 0) Presently fooling with a new skin with the gui (it's in 3.10.26-2 -
>> don't! install that unless you merely want to look at the gui). I have
>> no opinion on graphical matters, yours solicited.
>>
>> 1) I have found that sqm does not always start correctly on boot. There is
>> some
>> dependency on something firing to get it to start.
>>
>> 2) dnsmasq's dnssec support isn't quite baked enough to think about
>> putting into a "stabler" release.
>>
>> 3) I updated most of the onboard doc, still have to finish the credits
>> file
>>
>> 4) bcp38 turns out to be hard to do correctly in our commonly
>> double-natted universe. I think I will try to make the facility
>> available but only enable it partially by default.
>>
>> 5) David personette fixed https support for the gui so we will switch
>> to https for the next round
>>
>> 6) squash incoming diffserv bits. I think perhaps wireshark is
>> grabbing the packets before iptables thus I don't see them squashed
>>
>> 7) native ipv6 and dhcpv6-pd support - as discussed on the list, a
>> full solution is gated on steven barth. The massive rework of the
>> routing infrastructure he put in friday needs to be tested too,
>> though.
>>
>> I am hopefully gaining ipv6 from comcast today to see stuff for myself.
>>
>> 8) src/dst routing test of babels - needs work
>>
>> 9) updated shaperprobe, uftp4, and ditg - no progress
>>
>> 10) iwl related crash and unaligned instructions - I have some data on
>> when and how much they happen now, still no insight as to why
>>
>> --
>> Dave Täht
>>
>> Fixing bufferbloat with cerowrt:
>> http://www.teklibre.com/cerowrt/subscribe.html
>> _______________________________________________
>> Cerowrt-devel mailing list
>> Cerowrt-devel@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
>
--
Dave Täht
Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Cerowrt-devel] going down the todo list
2014-01-19 20:26 ` Dave Taht
@ 2014-01-19 22:19 ` Alijah Ballard
2014-01-19 22:25 ` Dave Taht
0 siblings, 1 reply; 10+ messages in thread
From: Alijah Ballard @ 2014-01-19 22:19 UTC (permalink / raw)
To: Dave Taht; +Cc: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 3467 bytes --]
okay,
Now I'm glad to see pimd.
But,
root@cerowrt:~# pimd
pimd: 16:15:53.610 warning - ignoring gw01, has invalid address
(172.30.42.224) and/or mask (255.255.255.255)
pimd: 16:15:53.612 warning - ignoring gw11, has invalid address
(172.30.42.224) and/or mask (255.255.255.255)
pimd: 16:15:53.614 Another multicast routing application is already running.
ip -s mroute reports nothing.
What is the command(s) to identify what process is routing multicast?
Thanks
Alijah
On Sun, Jan 19, 2014 at 2:26 PM, Dave Taht <dave.taht@gmail.com> wrote:
> really astounding all the new folk that have shown up of late!
>
> On Sun, Jan 19, 2014 at 2:56 PM, Alijah Ballard <alijahb@gmail.com> wrote:
> > UPNP works for port/router setting. But upnp/dlna does not work between
> > subnets. IE media server on lan, xbox360 on wlan24, network extender on
> > wlan5 with another xbox360. I currently use a couple raspi/xbmc to make
> the
> > media server work. I have tried to configure igmpproxy, but not having
> any
> > luck.
>
> well there is pimd running by default. or it should be....
>
>
> >
> > Alijah
> >
> >
> > On Sun, Jan 19, 2014 at 6:51 AM, Dave Taht <dave.taht@gmail.com> wrote:
> >>
> >> I am going to try to knock out a new release by tomorrow...
> >>
> >> -1) has minidnssd and upnp been working for others correctly?
> >>
> >> 0) Presently fooling with a new skin with the gui (it's in 3.10.26-2 -
> >> don't! install that unless you merely want to look at the gui). I have
> >> no opinion on graphical matters, yours solicited.
> >>
> >> 1) I have found that sqm does not always start correctly on boot. There
> is
> >> some
> >> dependency on something firing to get it to start.
> >>
> >> 2) dnsmasq's dnssec support isn't quite baked enough to think about
> >> putting into a "stabler" release.
> >>
> >> 3) I updated most of the onboard doc, still have to finish the credits
> >> file
> >>
> >> 4) bcp38 turns out to be hard to do correctly in our commonly
> >> double-natted universe. I think I will try to make the facility
> >> available but only enable it partially by default.
> >>
> >> 5) David personette fixed https support for the gui so we will switch
> >> to https for the next round
> >>
> >> 6) squash incoming diffserv bits. I think perhaps wireshark is
> >> grabbing the packets before iptables thus I don't see them squashed
> >>
> >> 7) native ipv6 and dhcpv6-pd support - as discussed on the list, a
> >> full solution is gated on steven barth. The massive rework of the
> >> routing infrastructure he put in friday needs to be tested too,
> >> though.
> >>
> >> I am hopefully gaining ipv6 from comcast today to see stuff for myself.
> >>
> >> 8) src/dst routing test of babels - needs work
> >>
> >> 9) updated shaperprobe, uftp4, and ditg - no progress
> >>
> >> 10) iwl related crash and unaligned instructions - I have some data on
> >> when and how much they happen now, still no insight as to why
> >>
> >> --
> >> Dave Täht
> >>
> >> Fixing bufferbloat with cerowrt:
> >> http://www.teklibre.com/cerowrt/subscribe.html
> >> _______________________________________________
> >> Cerowrt-devel mailing list
> >> Cerowrt-devel@lists.bufferbloat.net
> >> https://lists.bufferbloat.net/listinfo/cerowrt-devel
> >
> >
>
>
>
> --
> Dave Täht
>
> Fixing bufferbloat with cerowrt:
> http://www.teklibre.com/cerowrt/subscribe.html
>
[-- Attachment #2: Type: text/html, Size: 4918 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Cerowrt-devel] going down the todo list
2014-01-19 22:19 ` Alijah Ballard
@ 2014-01-19 22:25 ` Dave Taht
0 siblings, 0 replies; 10+ messages in thread
From: Dave Taht @ 2014-01-19 22:25 UTC (permalink / raw)
To: Alijah Ballard; +Cc: cerowrt-devel
On Sun, Jan 19, 2014 at 5:19 PM, Alijah Ballard <alijahb@gmail.com> wrote:
> okay,
> Now I'm glad to see pimd.
Well it's kind of obsolete and undermaintained code...
>
> But,
> root@cerowrt:~# pimd
> pimd: 16:15:53.610 warning - ignoring gw01, has invalid address
> (172.30.42.224) and/or mask (255.255.255.255)
> pimd: 16:15:53.612 warning - ignoring gw11, has invalid address
> (172.30.42.224) and/or mask (255.255.255.255)
these are correct warnings for the mesh interfaces
> pimd: 16:15:53.614 Another multicast routing application is already running.
you installed igmpproxy which stomps on pimd?
>
> ip -s mroute reports nothing.
root@cerowrt:~# ip mroute
(172.30.42.97, 239.255.255.250) Iif: sw10 Oifs: se00 sw00
(172.30.42.65, 239.255.255.250) Iif: sw00 Oifs: se00 sw10
(172.30.42.1, 239.255.255.250) Iif: se00 Oifs: sw10 sw00
then -s reports nothing
root@cerowrt:~# ip mroute
(172.30.42.1, 239.255.255.250) Iif: unresolved
(172.30.42.65, 239.255.255.250) Iif: unresolved
(172.30.42.97, 239.255.255.250) Iif: unresolved
root@cerowrt:~# ip -s mroute
(172.30.42.1, 239.255.255.250) Iif: unresolved
(172.30.42.65, 239.255.255.250) Iif: unresolved
(172.30.42.97, 239.255.255.250) Iif: unresolved
root@cerowrt:~# ip -s mroute
root@cerowrt:~#
> What is the command(s) to identify what process is routing multicast?
>
> Thanks
> Alijah
>
>
>
> On Sun, Jan 19, 2014 at 2:26 PM, Dave Taht <dave.taht@gmail.com> wrote:
>>
>> really astounding all the new folk that have shown up of late!
>>
>> On Sun, Jan 19, 2014 at 2:56 PM, Alijah Ballard <alijahb@gmail.com> wrote:
>> > UPNP works for port/router setting. But upnp/dlna does not work between
>> > subnets. IE media server on lan, xbox360 on wlan24, network extender on
>> > wlan5 with another xbox360. I currently use a couple raspi/xbmc to make
>> > the
>> > media server work. I have tried to configure igmpproxy, but not having
>> > any
>> > luck.
>>
>> well there is pimd running by default. or it should be....
>>
>>
>> >
>> > Alijah
>> >
>> >
>> > On Sun, Jan 19, 2014 at 6:51 AM, Dave Taht <dave.taht@gmail.com> wrote:
>> >>
>> >> I am going to try to knock out a new release by tomorrow...
>> >>
>> >> -1) has minidnssd and upnp been working for others correctly?
>> >>
>> >> 0) Presently fooling with a new skin with the gui (it's in 3.10.26-2 -
>> >> don't! install that unless you merely want to look at the gui). I have
>> >> no opinion on graphical matters, yours solicited.
>> >>
>> >> 1) I have found that sqm does not always start correctly on boot. There
>> >> is
>> >> some
>> >> dependency on something firing to get it to start.
>> >>
>> >> 2) dnsmasq's dnssec support isn't quite baked enough to think about
>> >> putting into a "stabler" release.
>> >>
>> >> 3) I updated most of the onboard doc, still have to finish the credits
>> >> file
>> >>
>> >> 4) bcp38 turns out to be hard to do correctly in our commonly
>> >> double-natted universe. I think I will try to make the facility
>> >> available but only enable it partially by default.
>> >>
>> >> 5) David personette fixed https support for the gui so we will switch
>> >> to https for the next round
>> >>
>> >> 6) squash incoming diffserv bits. I think perhaps wireshark is
>> >> grabbing the packets before iptables thus I don't see them squashed
>> >>
>> >> 7) native ipv6 and dhcpv6-pd support - as discussed on the list, a
>> >> full solution is gated on steven barth. The massive rework of the
>> >> routing infrastructure he put in friday needs to be tested too,
>> >> though.
>> >>
>> >> I am hopefully gaining ipv6 from comcast today to see stuff for myself.
>> >>
>> >> 8) src/dst routing test of babels - needs work
>> >>
>> >> 9) updated shaperprobe, uftp4, and ditg - no progress
>> >>
>> >> 10) iwl related crash and unaligned instructions - I have some data on
>> >> when and how much they happen now, still no insight as to why
>> >>
>> >> --
>> >> Dave Täht
>> >>
>> >> Fixing bufferbloat with cerowrt:
>> >> http://www.teklibre.com/cerowrt/subscribe.html
>> >> _______________________________________________
>> >> Cerowrt-devel mailing list
>> >> Cerowrt-devel@lists.bufferbloat.net
>> >> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>> >
>> >
>>
>>
>>
>> --
>> Dave Täht
>>
>> Fixing bufferbloat with cerowrt:
>> http://www.teklibre.com/cerowrt/subscribe.html
>
>
--
Dave Täht
Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.html
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Cerowrt-devel] going down the todo list/New GUI
2014-01-19 16:11 ` Fred Stratton
@ 2014-01-22 2:07 ` Rich Brown
0 siblings, 0 replies; 10+ messages in thread
From: Rich Brown @ 2014-01-22 2:07 UTC (permalink / raw)
To: Fred Stratton; +Cc: cerowrt-devel
On Jan 19, 2014, at 11:11 AM, Fred Stratton <fredstratton@imap.cc> wrote:
> I would point out that changing theme is likely to give Rich Brown great difficulty, as it renders his wiki page obsolete.
Yes, but... It's easy to make screen shots, and the new GUI is very nice. It works great in a browser.
However, I have found some problems with the new GUI. Here's my initial observation:
- The page needs a bit more padding on the left and right when the window gets narrow. (see the screen shots at http://www.bufferbloat.net/projects/cerowrt/wiki/Setting_up_SQM_for_CeroWrt_310 ) The headers (e.g., "Active Queue Management" and "Queues") feel a bit cramped, and increasing the whitespace on the margin by a few pixels would let it breathe.
- With several pages, making the window narrow (as would happen with a phone) causes the black header to take up twice the space because the menu items wrap to two lines. This is exacerbated by a "Auto Refresh On" button in the menu bar of other pages that takes up valuable space.
- The menu items that drop down (e.g., Network -> SQM) can't always be clicked/tapped in certain phone/tablet devices. In my limited testing, iOS devices seemed to work, Android devices didn't. Sigh.
I wonder how to report them (and to whom?) Thanks.
Rich
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-01-22 2:08 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-19 12:51 [Cerowrt-devel] going down the todo list Dave Taht
2014-01-19 13:03 ` Maciej Soltysiak
2014-01-19 13:33 ` Richard O
2014-01-19 14:13 ` Sebastian Moeller
2014-01-19 16:11 ` Fred Stratton
2014-01-22 2:07 ` [Cerowrt-devel] going down the todo list/New GUI Rich Brown
2014-01-19 19:56 ` [Cerowrt-devel] going down the todo list Alijah Ballard
2014-01-19 20:26 ` Dave Taht
2014-01-19 22:19 ` Alijah Ballard
2014-01-19 22:25 ` Dave Taht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox