[OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Ben Mulvihill
Hello Daniel, I have got SysupgradeNAND working on the BTHOMEHUBV2B with an all-ubifs rootfs, with a patch which I'll submit in another email, once I've recompiled with the latest trunk and made sure that everything is working, but in the meantime I have a question: am I right in thinking that

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread John Crispin
On 09/07/2014 08:42, Ben Mulvihill wrote: Hello Daniel, I have got SysupgradeNAND working on the BTHOMEHUBV2B with an all-ubifs rootfs, with a patch which I'll submit in another email, once I've recompiled with the latest trunk and made sure that everything is working, but in the

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Andre Valentin
Hi! I also noticed after upgrading that routers with jffs2 in ubi (rootfs_data) are not supported anymore. The jffs2 is not mounted after an upgrade, resulting in loss of configuration. I had to clear rootfs_data to be able to mount it again as ubifs. That's okay if you know it! I noticed a

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread John Crispin
On 09/07/2014 09:14, Andre Valentin wrote: Hi! I also noticed after upgrading that routers with jffs2 in ubi (rootfs_data) are not supported anymore. The jffs2 is not mounted after an upgrade, resulting in loss of configuration. I had to clear rootfs_data to be able to mount it again as

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Ben Mulvihill
On Wed, 2014-07-09 at 09:02 +0200, John Crispin wrote: On 09/07/2014 08:42, Ben Mulvihill wrote: Hello Daniel, I have got SysupgradeNAND working on the BTHOMEHUBV2B with an all-ubifs rootfs, with a patch which I'll submit in another email, once I've recompiled with the latest trunk

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Andre Valentin
On 09.07.2014 09:48, John Crispin wrote: i think using squash+ubifs is a better option as we dont need to use the gluebi layer anymore. this makes the whole setup a lot nice i think. that is why jffs2 support for nand is gone. however i am open to hear use cases for why jffs2 support should be

[OpenWrt-Devel] uhttpd: Cert error sec_error_reused_issuer_and_serial

2014-07-09 Thread Gui Iribarren
Hello hackers, so, we've been bumping lately into what seems to be a pretty well known bug, that noone cared enough to fix yet? the symptom of the issue is that after flashing several same-model routers with the same openwrt binary, then accessing them over https, and accepting the self-signed

[OpenWrt-Devel] [PATCH] sysupgrade: Enable killing of all processes under upgraded

2014-07-09 Thread André Valentin
If the sysupgrade scripts is called under upgraded, it will not kill all other processes as it should to avoid interference by locked filesystem. This patch checks the parent and if it is upgraded, it kills all. Signed-off-by: André Valentin avalen...@marcant.net ---

Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-09 Thread Tim Harvey
On Wed, Jul 9, 2014 at 12:48 AM, John Crispin j...@phrozen.org wrote: On 09/07/2014 09:14, Andre Valentin wrote: Hi! I also noticed after upgrading that routers with jffs2 in ubi (rootfs_data) are not supported anymore. The jffs2 is not mounted after an upgrade, resulting in loss of

[OpenWrt-Devel] OpenSSL/StrongSwan: AA binary feed update

2014-07-09 Thread John Crispin
libopenssl/strongswan - AA binary feed update libopenssl was updated from 1.0.1g to 1.0.1h. strongswan was updated from 5.0.0 to 5.1.3. We updated the AA binary release. The Packages index was also updated. If you use openssl or strongswan on your unit you need to run : # opkg update # opkg

Re: [OpenWrt-Devel] uClibc menuconfig

2014-07-09 Thread Carlos Ferreira
Ok, just ignore the question. I already noticed that libthread_db is only available at trunk. On 8 July 2014 17:50, Carlos Ferreira carlosmf...@gmail.com wrote: Hello all! Can anyone tell me how can I enable the pthread debug mode in uClibc? I followed the instructions as explained here

Re: [OpenWrt-Devel] uhttpd: Cert error sec_error_reused_issuer_and_serial

2014-07-09 Thread Jo-Philipp Wich
Hey Gui, I think we can extract a few bits of entropy by using the MAC addresses, should be easy to obtain them through getifaddrs(). ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] Kernel module development workflow

2014-07-09 Thread Rafał Miłecki
On 8 July 2014 21:24, Tomas Daujotas socc...@gmail.com wrote: I was looking for a good reference for OpenWRT kernel module development workflow. See attached file with commands. This allow you writing some external module as an OpenWrt package. helloworld/Makefile will have probably white

Re: [OpenWrt-Devel] Status of DFS in OpenWrt - ath9k

2014-07-09 Thread Martin Garbe
Hi, for me it seems that DFS is broken in current trunk for ath9k. I use trunk and compiled ar71xx. With the following configuration on a Ubiquity Nanostation locoM5 - config wifi-device 'radio0' option type 'mac80211' option hwmode '11na' option path

[OpenWrt-Devel] [PATCH] procd: correctly identify ubifs in tar file

2014-07-09 Thread Ben Mulvihill
A missing path prevents the rootfs type contained in a SysupgradeNAND tar file from being determined correctly. This fixes it, and also corrects a minor spelling mistake. Signed-off-by: Ben Mulvihill ben.mulvih...@gmail.com --- --- a/package/system/procd/files/nand.sh2014-07-09