Re: [LEDE-DEV] [PATCH] libubus: initialize list member for ubus_auto_conn's timer

2016-12-12 Thread Felix Fietkau
On 2016-12-13 08:41, Alexandru Ardelean wrote: > Every once in a while, we'll get stacktrace: > ``` > (gdb) bt > \#0 0xb7bc4668 in _list_del (entry=0x10015688 ) at > /home/sandu/work/Wrt/openwrt/build_dir/target-powerpc_8540_uClibc-0.9.33.2_ewok/libubox-2015-06-29/list.h:83 > \#1

[LEDE-DEV] [PATCH] libubus: initialize list member for ubus_auto_conn's timer

2016-12-12 Thread Alexandru Ardelean
Every once in a while, we'll get stacktrace: ``` (gdb) bt \#0 0xb7bc4668 in _list_del (entry=0x10015688 ) at /home/sandu/work/Wrt/openwrt/build_dir/target-powerpc_8540_uClibc-0.9.33.2_ewok/libubox-2015-06-29/list.h:83 \#1 list_del (entry=0x10015688 ) at

[LEDE-DEV] sunxi: fixed Bananapi M1 overlayfs mount on /tmp/overlay

2016-12-12 Thread xige
Hi, I found a overlayfs mount problem on sunxi platform. Boot console output: [6.920131] mount_root: loading kmods from internal overlay [7.262429] block: attempting to load /etc/config/fstab [7.267843] block: unable to load configuration (fstab: Entry not found) [7.274651]

Re: [LEDE-DEV] Kernel Oops / panic

2016-12-12 Thread e9hack
Hi, the crash is introduced by the firewall and inbound traffic. I added the following rules to limit the SSH port scanning from the wan: # SSH protection (ipv4) iptables -X ssh_scan iptables -N ssh_scan iptables -A ssh_scan -m recent --name SSH_BLOCK --rsource --update --seconds 1800 --reap

Re: [LEDE-DEV] Sysupgrade leads to SQUASHFS error: unable to read id index table

2016-12-12 Thread Felix Fietkau
On 2016-12-12 11:58, Petr Štetiar wrote: > Hi, > > I've found some issue with squashfs possibly related to mtdblock and mtdsplit > usage. Before digging deeper into it, I would like to ask first for any > pointers here. > > I've recently rebased my Git tree to LEDE master and rebuilt my image

[LEDE-DEV] Sysupgrade leads to SQUASHFS error: unable to read id index table

2016-12-12 Thread Petr Štetiar
Hi, I've found some issue with squashfs possibly related to mtdblock and mtdsplit usage. Before digging deeper into it, I would like to ask first for any pointers here. I've recently rebased my Git tree to LEDE master and rebuilt my image (haven't done this for month or so). I've noticed, that

Re: [LEDE-DEV] [LEDE-DEV, 3/3, v3] uqmi: Prevent 'POLICY MISMATCH' error.

2016-12-12 Thread Bjørn Mork
Matti Laakso writes: > On 12.12.2016 08:52, Petr Štetiar wrote: >> Matti Laakso [2016-12-09 11:35:35]: >> >>> On 09.12.2016 11:27, Petr Štetiar wrote: I knew, that there's only one profile defined, operator has deleted all other

Re: [LEDE-DEV] [PATCH v5 1/3] ipq806x: Add new script: scripts/its-maker.sh

2016-12-12 Thread Felix Fietkau
On 2016-11-27 06:28, J Mo wrote: > its-maker.sh creates an .its file, given a series of arguments, which is > then used to create a FIT image with mkimage. > > Required to support the tew827dru, but intended to support the creation > of nearly any .its file. > > Documentation thread on the

[LEDE-DEV] Quectel EC20 QMI autoconnect issues [Was: Re: [LEDE-DEV, 3/3, v3] uqmi: Prevent 'POLICY MISMATCH' error.]

2016-12-12 Thread Petr Štetiar
Matti Laakso [2016-12-12 10:51:42]: > Just shooting in the dark here, but maybe this operator accepts empty > APN and somehow maps it to the correct one? Well, that's maybe the most logical explanation of this weird and inconsistent behavior. Maybe it's just some

Re: [LEDE-DEV] [PATCH] Kernel: bump to 4.4.38

2016-12-12 Thread Koen Vandeputte
Compiled & run-tested on cns3xxx & imx6 targets Tested-by: Koen Vandeputte -- Koen Vandeputte - Software Developer koen.vandepu...@ncentric.com | +32499736158 ___ Lede-dev mailing list Lede-dev@lists.infradead.org

Re: [LEDE-DEV] [PATCH 1/1] add support for overlaying rootfs content

2016-12-12 Thread Petr Štetiar
Rafał Miłecki [2016-12-07 16:19:08]: > This adds support for install-overlay define. When used in package it allows > installing files to a special directory that gets copied to the root when > installing it. It allows overwriting files provided by other packages. Handy,

Re: [LEDE-DEV] rt5350-spi rt2880-spi question

2016-12-12 Thread Petr Štetiar
Giuseppe Lippolis [2016-12-10 23:28:49]: > In the driver code is written the follow comment: > > /* > * spidev should never be referenced in DT without a specific > * compatible string, it is a Linux implementation thing > * rather than