[OpenWrt-Devel] ddns default config values broken?

2015-05-07 Thread Henning Schild
Hi, i recently switched from using a wget-cronjob to ddns-scripts and luci-app-ddns. A couple of days ago i unplugged my router for a couple of minutes and today i found that my ddns entries where outdated. What happened was that the default 5 retries failed and the whole ddns service just died

Re: [OpenWrt-Devel] ddns default config values broken?

2015-05-07 Thread Henning Schild
Hi Christian. Cool, let me know when your patch can be pulled. I also suggest to update the docs and luci to tell people about the risk of retry_count. Henning On Thu, 07 May 2015 22:16:52 +0200 Christian Schoenebeck christian.schoeneb...@gmail.com wrote: Hi Henning, thanks for you

Re: [OpenWrt-Devel] Device tree issues with TL-WDR4900 (mpc85xx) and kernel 4.0.1

2015-05-07 Thread Felix Fietkau
On 2015-05-07 08:01, Wojciech Dubowik wrote: Try to boot with kernel locking enabled. I have seen jffs2 deadlocks on readdir. As far as I remember with this patch it went through but I don't know anymore whether I have changed sth in config. Have a look at (search engine...) [PATCH] fs:

Re: [OpenWrt-Devel] Device tree issues with TL-WDR4900 (mpc85xx) and kernel 4.0.1

2015-05-07 Thread Wojciech Dubowik
On 07/05/15 14:26, Heiner Kallweit wrote: [snip] Even with this patch I got some possible dead lock warnings so it might be just a partial cure. BTW it's a bit scary for future use. Looks like jffs2 doesn't get enough care... Regards, Wojtek Heiner Thanks for the hints! Because you

Re: [OpenWrt-Devel] ddns default config values broken?

2015-05-07 Thread Christian Schoenebeck
Hi Henning, thanks for you suggestions. I had to prepare a patch the next days anyway, so I will implement it. Christian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] wrong configured spam-filter for openwrt-dev

2015-05-07 Thread Javier Domingo Cansino
AFAIK in kernel they make spam filter by forbidding html emails (just plaintext), wouldn't it be better to have it like that? On Fri, May 1, 2015 at 11:44 AM, edgar.sol...@web.de wrote: On 30.04.2015 12:48, Bastian Bittorf wrote: while sending a mail to openwrt-dev, i got this answer, which

[OpenWrt-Devel] xl2tpd in squash not recognized in Luci

2015-05-07 Thread Jakub Jančo
Hello, please what can I do to recognize this package if it is in built in fw? I continuously have built images for tplink 842n, 1043nd, wdr3500 since half 2014 with package xl2tpd, but it was never recognized. Luci says install xl2tpd so I must remove package and install package again on every

Re: [OpenWrt-Devel] [PATCH 1/4] kernel: mips jump only works with memory less then 256mb. when enable HIGHMEM use long jump

2015-05-07 Thread Felix Fietkau
On 2015-05-07 04:25, wengbj wrote: Signed-off-by: wengbj fl.serv...@t-firefly.com This will make the code less efficient, I don't like that. Can't we just change the kernel code in the mips_module_reloc patch to enforce allocation within the lowmem memory space? - Felix

Re: [OpenWrt-Devel] Device tree issues with TL-WDR4900 (mpc85xx) and kernel 4.0.1

2015-05-07 Thread Wojciech Dubowik
On 06/05/15 21:23, Heiner Kallweit wrote: Am 05.05.2015 um 22:17 schrieb Heiner Kallweit: Am 05.05.2015 um 08:29 schrieb Wojciech Dubowik: On 04/05/15 22:45, Heiner Kallweit wrote: I tried to make the TL-WDR4900 work under kernel 4.0. Adjusting the platform-specific patches was quickly done

[OpenWrt-Devel] [PATCH procd] hotplug: support for interval commands

2015-05-07 Thread Rafał Miłecki
This allows executing code with a given interval. As every command, it can be triggered by any uevent. Intervals may be useful for counting elapsed time since some action. It allows e.g. indicating that button has been pressed for some time and can be already released. Signed-off-by: Rafał

Re: [OpenWrt-Devel] Device tree issues with TL-WDR4900 (mpc85xx) and kernel 4.0.1

2015-05-07 Thread Heiner Kallweit
On Thu, May 7, 2015 at 8:01 AM, Wojciech Dubowik wojciech.dubo...@neratec.com wrote: On 06/05/15 21:23, Heiner Kallweit wrote: Am 05.05.2015 um 22:17 schrieb Heiner Kallweit: Am 05.05.2015 um 08:29 schrieb Wojciech Dubowik: On 04/05/15 22:45, Heiner Kallweit wrote: I tried to make the

Re: [OpenWrt-Devel] Device tree issues with TL-WDR4900 (mpc85xx) and kernel 4.0.1

2015-05-07 Thread Wojciech Dubowik
On 07/05/15 14:49, Felix Fietkau wrote: On 2015-05-07 08:01, Wojciech Dubowik wrote: Try to boot with kernel locking enabled. I have seen jffs2 deadlocks on readdir. As far as I remember with this patch it went through but I don't know anymore whether I have changed sth in config. Have a look