[LEDE-DEV] procd - shutdown. Why ?

2016-07-26 Thread reiner otto
On a remote LEDE from time to time I see Jul 22 00:41:36 xx.xx.xx.xx procd: - shutdown - and a reboot. Any idea, why this can happen ? For the developer(s): It might be a good idea, to provide some more info about the reason. It would definitely help on a remote, embdded system, to trace down p

[LEDE-DEV] sysupgrade weakness

2016-07-04 Thread reiner otto
sysupgrade is "weak", when having to kill user processes before flashing. Having spent several hours, to figure out, why only a reboot was done, I recognized, that sysupgrade "promises" to kill my private running processes, but does not succeed in doing so. Manual "kill -9 ..." before running s

[LEDE-DEV] Mayor fix for Engenius ESR1750

2016-07-04 Thread reiner otto
There is a mayor bug in the image, built for Engenius ESR1750. First remarks about it have been made here: https://forum.openwrt.org/viewtopic.php?id=55246 I can confirm both bug and the fix proposed there. In short, this has to be done/changed: uci set network.@switch_vlan[0].ports='0t 1 2 3 4'

Re: [LEDE-DEV] ZBT-826 and other MT7620 SD card RO

2016-06-27 Thread reiner otto
Having the problem of SD card to be RO, I got following info from ZBT, to be applied against the build src: - edit ../drivers/mmc/host/mtk-mmc/board.h: modify "#define MSDC_WP_PIN_EN (1<<1)" to "#define MSDC_WP_PIN_EN (0<<1)" - edit ../drivers/mmc/host/mtk-mmc/sd.c: modify "#def