[OpenWrt-Devel] uci set with a dash in the sequence

2014-04-30 Thread Pietro Paolini
Hello guys, I am experiencing this annoying problem and it seems that I can't find so much over Google about it: uci setdefault /etc/config//wireless.wlan-va3.type=realtek uci: Invalid argument uci: Invalid argument uci: Invalid argument This happens ONLY if in the path I have a dash (-), if

[OpenWrt-Devel] /proc/kmalloc

2014-04-03 Thread Pietro Paolini
Hello everyone, does someone know if the patch reported here : http://lwn.net/Articles/124374/ is available for OpenWRT as well ? I tried to apply that on my kernel 2.6.33 (ARM) but without success and I was wondering if I can speed up my job or I have to try to create that patch by hands.

[OpenWrt-Devel] UBIFS with busybox mount / fstab strange behavior.

2014-01-13 Thread Pietro Paolini
I am getting this error when I try to mount my UBIFS filesytem: mount -o remount,rw /config UBIFS error (pid 1265): ubifs_parse_options: unrecognized mount option relatime or missing value The content of my fstab is : root@drgos:~# cat /etc/fstab

[OpenWrt-Devel] mtrace

2013-11-08 Thread Pietro Paolini
Hi, is it possible to use mtrace as referred here http://linux.die.net/man/3/mtrace in OpenWRT ? I tried using this https://dev.openwrt.org/ticket/7660 but my trace file is every time empty ... :-( Any ideas ? ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] IPIP6 Fragmentation

2013-11-06 Thread Pietro Paolini
using the Kernel version 2.6.33.5. Ok, I am pretty sure that I have to make other tries before say that but .. can be a kernel bug ? Pietro Paolini pulsarpie...@aol.com -Original Message- From: Gert Doering g...@greenie.muc.de To: Pietro Paolini pulsarpie...@aol.com Cc: openwrt

Re: [OpenWrt-Devel] IPIP6 Fragmentation

2013-11-06 Thread Pietro Paolini
-Original Message- From: Gert Doering g...@greenie.muc.de To: Pietro Paolini pulsarpie...@aol.com Cc: gert g...@greenie.muc.de; openwrt-devel openwrt-devel@lists.openwrt.org; p.paolini p.paol...@genexis.eu Sent: Wed, Nov 6, 2013 9:34 am Subject: Re: [OpenWrt-Devel] IPIP6 Fragmentation

Re: [OpenWrt-Devel] IPIP6 Fragmentation

2013-11-05 Thread Pietro Paolini
? Pietro Paolini pulsarpie...@aol.com -Original Message- From: Gert Doering g...@greenie.muc.de To: OpenWrt Development List openwrt-devel@lists.openwrt.org Sent: Tue, Nov 5, 2013 12:02 pm Subject: Re: [OpenWrt-Devel] IPIP6 Fragmentation Hi, On Mon, Nov 04, 2013 at 07:52:57AM -0500

[OpenWrt-Devel] IPIP6 Fragmentation

2013-11-04 Thread Pietro Paolini
return ip_finish_output2(skb); Does not care about it, it just fragments if the MTU does not match. Is there any options to disable the fragmentation on IPV4 ? I am misconfiguring something ? Why does the ipip6 has this wrong behavior ? Thanks in advance, Pietro. Pietro Paolini

[OpenWrt-Devel] wide-dhcpv6

2013-10-07 Thread Pietro Paolini
-state; request domain-name-servers; request domain-name; request 64; -- MY TRY }; Thanks a lot. Pietro Paolini pulsarpie...@aol.com ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin

Re: [OpenWrt-Devel] Generate a new image with just one package to stripped

2013-08-30 Thread Pietro Paolini
Hello, I see but does not work for me ... I am afraid I have a really old tree (r13118). Do you know the makefile which is responsible in generating the filesystem ? Pietro Paolini pulsarpie...@aol.com -Original Message- From: Adam Novak ano...@soe.ucsc.edu To: OpenWrt Development

[OpenWrt-Devel] Debug Build Phase

2013-08-30 Thread Pietro Paolini
you know if this is a good way to take or do you know a better way to do that ? Pietro Paolini pulsarpie...@aol.com ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Generate a new image with just one package to stripped

2013-08-29 Thread Pietro Paolini
the packages ? In that way the package will be recompiled and the stripped binary put in the fs -. Maybe I am completely out of the right way .. I am just asking. Pietro Paolini pulsarpie...@aol.com ___ openwrt-devel mailing list openwrt-devel

Re: [OpenWrt-Devel] Ethernet performance for transfers between VLANs (bcm47xx)

2013-08-09 Thread Pietro Paolini
On Aug 8, 2013, at 10:06 PM, Rafał Miłecki zaj...@gmail.com wrote: Hey, I was doing some tests of ethernet performance on Broadcom's SoCs and I may need your advise on that. As you know transfers between separated VLANs aren't really nice for the CPU. Linux has to receive packets, pass

Re: [OpenWrt-Devel] Ubus and netifd

2013-08-01 Thread Pietro Paolini
On Aug 1, 2013, at 4:00 PM, Felix Fietkau n...@openwrt.org wrote: On 2013-08-01 3:17 PM, Pietro Paolini wrote: Hello all, I had a look to the /etc/init.d/network script and I would like understand the details of its implementation, especially regarding the reload() function; I have to say

[OpenWrt-Devel] Mikrotik RB450 .config

2013-07-16 Thread Pietro Paolini
Hello everyone, I have a Mikrotik RB450 board which is running a 12.09 Openwrt and I would like install my custom version, which .config file shall I use ? Should ar71xx/nand/config.ar71xx_nand be fine for it ? Best Regards, Pietro. ___

[OpenWrt-Devel] QUILT=1 Question

2013-07-09 Thread Pietro Paolini
Hello everyone, I accidentally added a wrong path in the package I am working on - the name of the file does not end with .patch and is not the result of a diff - and I observed this behaviour: make package/mypackage/{clean,prepare,compile} QUILT=1 I got an error because that file is

[OpenWrt-Devel] Generic Makefile question

2013-05-17 Thread Pietro Paolini
Hello all, I was looking at the Makefile in the top dir of OpenWRT and I don't understand the meaning of these lines : $(toolchain/stamp-install): $(tools/stamp-install) $(target/stamp-compile): $(toolchain/stamp-install) $(tools/stamp-install) $(BUILD_DIR)/.prepared $(package/stamp-compile):

[OpenWrt-Devel] snmpd trap for IPv6

2013-04-26 Thread Pietro Paolini
Hello all, I am experiencing probleming configuring the snmpd daemon trap for IPv6, I am using this line : trap2sink udp6:[fe80::aa20:66ff:fe39:a181]:162 In this configuration file: agentaddress UDP:161 agentaddress UDP6:161 authtrapenable 2 sysObjectID 1.3.6.1.4.1.9303.1.6.4 com2sec public

[OpenWrt-Devel] snmpd 5.4.2.1 IPv6

2013-04-25 Thread Pietro Paolini
Hello all, I am experiencing a problem on configuring the snmpd with this configuration: agentaddress UDP:161 agentaddress UDP6:161 authtrapenable 2 sysObjectID 1.3.6.1.4.1.9303.1.6.4 com2sec public default public com2sec6 public default public group grp_dEFaUlt_2_public v2c public view all

[OpenWrt-Devel] Flash NAND black block management

2013-04-24 Thread Pietro Paolini
Hello all, I am a bit confusing with the bad block management problem in NAND flash devices, what I don't understand is if the BBM is handled by the MTD subsystem or my the filesystem or, again, by the device driver. Thanks, Pietro. ___

[OpenWrt-Devel] Mikrotik RB450

2013-04-24 Thread Pietro Paolini
Hello all, someone know if is possible to install u-boot in a Mikrotik RB450 ? Thanks, Pietro. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] UBoot add filesystem support

2013-04-23 Thread Pietro Paolini
Hi all, I would say in advance: I am a new bye in the world of boot loader, and I can say things which does not make sense, after all I am here to ask !! :-) I am working on an embedded system which we would like upgrade using a new filesystem YAFFS2 instead of the old JFFS2, we actually mount

[OpenWrt-Devel] JFFS2 First read slow

2013-04-18 Thread Pietro Paolini
Hello all, I am reading some documents regard the JFFS2 filesystem (best one)[http://linux-mtd.infradead.org/~dwmw2/jffs2.pdf] and I don't understand why JFFS2 suffers speed down on the first ls command (maybe should better say read command) and don't on the second. After the mount process

[OpenWrt-Devel] libupnp 1.6.18

2013-04-11 Thread Pietro Paolini
Hello, I am currently struggling (again) with the new version of the upnp library 1.6.18. The problem that I catch is : libtool: relink: arm-openwrt-linux-gnueabi-gcc -shared -fPIC -DPIC .libs/libupnp.la.lnkscript [ .. blah blah .. ] -L/usr/lib -lthreadutil -lixml -pthread -Os

Re: [OpenWrt-Devel] libupnp 1.6.18 Compile Error

2013-04-08 Thread Pietro Paolini
Hi. I am not a expert of automake and libtools then I am struggling in fixing the problem, why does it try to use a path which contains a system library and not a cross compiled library ? How can I modify this behaviours ??! The Makefile currently in SVN contains a PKG_FIXUP:=autoreconf

[OpenWrt-Devel] Embedded Database

2013-04-04 Thread Pietro Paolini
Hello all, I am looking for a open source database designed for embedded devices, I google the problem and I found different solutions : 1 - Embedded InnoDB 2 - Empress Embedded Database 3 - Firebird embedded They are the more interesting, I found them from

[OpenWrt-Devel] Board Suggestion

2013-04-02 Thread Pietro Paolini
Hello all, I'd like buy a board where play with openwrt, someone can suggest me the easier in terms of installation and serial cable set up ? Thanks, Pietro. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Board Suggestion

2013-04-02 Thread Pietro Paolini
and documented better. I myself use the RouterStation Pro, the Alix 2D13 and Alix 6F2 extensively. Regards, Edwin -- Message: 1 Date: Tue, 2 Apr 2013 08:05:11 +0200 From: Pietro Paolini pulsarpie...@aol.com To: OpenWrt

[OpenWrt-Devel] PPPoE server

2013-03-21 Thread Pietro Paolini
Hello all, I installed successfully the roar-penguin pppoe-server and I try to use it without success, what I don't understand is that I put in my /etc/ppp/pppoe-server-options debug logfile /var/log/pppoe-server-log But that file is not created then I don't understand what happen and is really

[OpenWrt-Devel] PPPoE Server Problem

2013-03-21 Thread Pietro Paolini
of the ppp packet 2.4.5 but, again, I am not able to perform a downgrade because I can't see through apt-cache showpkg ppp any older versions. Any help will be really appreciated. Pietro Paolini pulsarpie...@aol.com ___ openwrt-devel mailing list openwrt

[OpenWrt-Devel] libupnp 1.6.18 Compile Error

2013-03-19 Thread Pietro Paolini
Hello, I catch an error in compiling the libupnp package 1.6.18 (before I was under 1.6.6) under a x86_64 machine : libtool: relink: arm-openwrt-linux-gnueabi-gcc -shared -fPIC -DPIC .libs/libupnp.la.lnkscript [ .. blah blah .. ] -L/usr/lib -lthreadutil -lixml -pthread -Os -msoft-float

[OpenWrt-Devel] Graph packet path inside kernel

2013-03-18 Thread Pietro Paolini
Hello all, I remember an internet picture which shows all the function called inside the kernel on a packet transmission (a graph), do you know where I can find it ? Thanks a lot, Pietro. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Graph packet path inside kernel

2013-03-18 Thread Pietro Paolini
On Mar 18, 2013, at 3:17 PM, Bastian Bittorf bitt...@bluebottle.com wrote: * Pietro Paolini pulsarpie...@aol.com [18.03.2013 15:14]: I remember an internet picture which shows all the function called inside the kernel on a packet transmission (a graph), do you know where I can find

[OpenWrt-Devel] UCI and script action

2013-03-12 Thread Pietro Paolini
Hello all, I am studying the OpenWRT configuration manager (UCI) and I am wondering if there is a way in order to accomplish the reload automatically, because if I understand correctly: root@OpenWrt:~# uci add firewall rule root@OpenWrt:~# uci set firewall.@rule[-1].src=wan root@OpenWrt:~# uci

[OpenWrt-Devel] Customize .config

2013-02-27 Thread Pietro Paolini
Hello all, I'd like understand how customise the .config file in order to put inside it some variable I need and which I use in Makefile in this way : ifeq ($(PRODNAME),custom) do some stuff here .. endif What I tried, without success :-( was to insert in the .config :

[OpenWrt-Devel] Edit pcap file

2013-02-12 Thread Pietro Paolini
Hi all, For test purposes I need a tool for edit pcap files, in my case I need to modify the payload of a series of packet (L5 L7) then I can't use tcprewrite. I tried to use netdude but it is hard to compile on my Debian workstation, someone can suggest me some alternative ? Thanks! Pietro.

[OpenWrt-Devel] Makefile and .config

2013-02-08 Thread Pietro Paolini
Hello all, I have a simple question related to the building system. In the .config file I can read different type of line, like : CONFIG_TARGET CONFIG_DEFAULT CONFIG_PACKAGE Š These variables are simply passed at the other makefiles in the subdirectory or there are other purpose of them ?

[OpenWrt-Devel] Compiling Problem

2013-02-04 Thread Pietro Paolini
Hi all, I catch a problem in compiling the toolchain, I am under a: Linux pedr0debian 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 i686 GNU/Linux And error is : /home/ppaolini/repo/drgos/build_dir/toolchain-arm_gcc-4.1.2_glibc-2.7/glibc -2.7/manual//math.texi:1369: warning: