[OpenWrt-Devel] No rule to make target `package/prereq'. Stop.

2016-10-28 Thread Brian J. Murrell
I've followed https://forum.openwrt.org/viewtopic.php?pid=262674#p262674 to create (resurrect in fact) a package and when I run the make I get: make[3]: *** No rule to make target `package/prereq'. Stop. make[2]: *** [/net/server/src/OpenWrt-SDK-15.05.1-ar71xx-nand_gcc-4.8-linaro_uClibc-0.9.33

Re: [OpenWrt-Devel] odhcp sending RAs to wrong interface

2016-10-28 Thread Brian J. Murrell
On Fri, 2016-10-28 at 09:50 +, Karl Palsson wrote: >  > Note that odhcpd doesn't actually observe that "ignore" setting. Ahh.  Thanks for letting me know, but TBCH, that is the absolute least of my worries at this moment. Not getting RAs on the interface they are supposed to be happening on i

Re: [OpenWrt-Devel] was the move to github complete/1:1?

2016-10-28 Thread Brian J. Murrell
On Fri, 2016-10-28 at 09:54 +0300, Hannu Nyman wrote: >  > The feed is correctly referenced as "oldpackages" in the BB feeds  > definitions:  > https://github.com/openwrt/openwrt/blob/barrier_breaker/feeds.conf.de > fault Yeah, I did notice that. > In CC that "oldpackages" feed is commented out b

[OpenWrt-Devel] was the move to github complete/1:1?

2016-10-27 Thread Brian J. Murrell
I don't follow the day-to-day development of OpenWRT very closely so I am just becoming aware of the switch to GitHub.  Yay on that. But I wonder, when the switch was made, was the entire source that is at dev.openwrt.org imported to GitHub?  I ask because trying to build a CC image I am finding p

[OpenWrt-Devel] odhcp sending RAs to wrong interface

2016-10-26 Thread Brian J. Murrell
I have an OpenWRT router that has been running stably for many many (many!) months if not years on BB (r42625). When I reboot it, it sends a couple of initial RAs to the br-lan interface but subsequently switches to sending them out of (one of) the WAN interfaces. To be clear, it is sending the R

[OpenWrt-Devel] ubus call: Command failed: Not found with odhcp6c

2015-09-25 Thread Brian J. Murrell
On BB I'm trying to configure an ISP provided IPv6 (over PPPoE). odhcp6c seems to work but the script it calls does not. I get a bunch of "Command failed: Not found" from ubus calls: + ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "" } Co

Re: [OpenWrt-Devel] firewall instead of routing rules to keep ULAs from escaping

2015-06-16 Thread Brian J. Murrell
On Tue, 2015-06-16 at 18:56 +0200, Steven Barth wrote: > Source-Destination matching is done in the regular routing table. > E.g. for my he.net connection the v6 routing table looks like this: > > default from 2001:470:xx:yyy::/64 dev 6in4-henet proto static metric 1024 > default from 2001:470:z

Re: [OpenWrt-Devel] firewall instead of routing rules to keep ULAs from escaping

2015-06-16 Thread Brian J. Murrell
On Tue, 2015-06-16 at 17:05 +0200, Steven Barth wrote: > You should see an unreachable route for your own local ULA /48. Indeed: fd31:aeb1:48df::/64 dev br-lan proto static metric 1024 unreachable fd31:aeb1:48df::/48 dev lo proto static metric 2147483647 error -128 > Also if your clients

Re: [OpenWrt-Devel] firewall instead of routing rules to keep ULAs from escaping

2015-06-16 Thread Brian J. Murrell
On Tue, 2015-06-16 at 08:47 +0200, Steven Barth wrote: > That commit got reverted 4 months later Oh good. It was the wrong way to solve that, IMHO. > Source-Destination routing has been used to replace it for egress > traffic, i.e. there are simply no external (e.g. default) routes that > have a

[OpenWrt-Devel] firewall instead of routing rules to keep ULAs from escaping

2015-06-15 Thread Brian J. Murrell
I wonder why in https://dev.openwrt.org/changeset/35012 the choice was made to use the firewall to prevent ULA destination addresses from trying to be reached on the WAN vs. using routing rules and "unreachable" routes. Something like: unreachable fc00::/7 dev lo metric 1024 error -128 in the

Re: [OpenWrt-Devel] will AA ever get out of RC status?

2013-03-28 Thread Brian J. Murrell
On 13-03-28 09:15 AM, David Woodhouse wrote: > > Does it still have the horribly broken OpenSSL 1.0.1d release? That was > *very* quickly superseded by 1.0.1e, and then some fixes on top of that. > It would be a shame to ship 1.0.1d; better to have stuck with 1.0.1c > than that! The very last com

[OpenWrt-Devel] will AA ever get out of RC status?

2013-03-28 Thread Brian J. Murrell
I thought I read a message either here or on the user list many weeks ago that the build farm was being spun up to do a final AA release. But still there is no release. No new RC. According to http://downloads.openwrt.org/attitude_adjustment/ AA has been in a single release candidate stage for 4

Re: [OpenWrt-Devel] Evenly distribute bandwidth for users?

2013-01-11 Thread Brian J. Murrell
On 13-01-11 07:29 AM, etienne.champet...@free.fr wrote: > Hi > > http://wiki.openwrt.org/doc/howto/packet.scheduler/packet.scheduler Note that OP described wanting to distribute "download" bandwidth for users. The document you posted above is about shaping "upload" bandwidth. As the above docum

Re: [OpenWrt-Devel] should syslog-ng[3] terminate build-in syslog?

2012-12-31 Thread Brian J. Murrell
On 12-12-31 10:44 AM, Bastian Bittorf wrote: > > oops, you misunderstood me: > like Jonathan i propose to move the logger call to > an rc-file /etc/init.d/logger (or syslog?) which both packages > (base-files + syslogd-ng3) have to supply. I think I get your meaning. However you cannot have a su

Re: [OpenWrt-Devel] should syslog-ng[3] terminate build-in syslog?

2012-12-31 Thread Brian J. Murrell
On 12-12-31 09:12 AM, Bastian Bittorf wrote: > > the best way to solve this problem is IMHO to > write an startup-script for both and delete it from "/etc/init.d/boot" > so the "busybox"-logger simply gets overwritten when you install > "syslog-ng3". So are you proposing that the syslog-ng3 post-

Re: [OpenWrt-Devel] should syslog-ng[3] terminate build-in syslog?

2012-12-30 Thread Brian J. Murrell
On 12-12-29 05:23 AM, Daniel A. Nagy wrote: > Hi Brian, Hi Daniel! > The builtin syslogd "logs" to a circular buffer in RAM. It is fairly > failsafe and does not take up many resources. I think that the current > behavior of leaving it running upon installation of more heavyweight > syslog servic

[OpenWrt-Devel] should syslog-ng[3] terminate build-in syslog?

2012-12-28 Thread Brian J. Murrell
I have installed syslog-ng3, configured it and started it. I notice that while it does seem to be doing the work of logging to my syslog server, the old syslogd still seems to be running. Should the installation and/or startup of syslog-ng[3] either prevent the standard syslogd from running or at

Re: [OpenWrt-Devel] OpenVPN with netifd

2012-12-17 Thread Brian J. Murrell
On 12-12-17 11:48 AM, Joachim Schlipper wrote: > > I don't remember at what stage the .tgz was but I'm sure I have improved > the scripts meanwhile. Since I see you're interrested, I'm going to fuddle > my current files together into a new tgz. Awesome. Thanks! > The current implementation is t

Re: [OpenWrt-Devel] OpenVPN with netifd

2012-12-14 Thread Brian J. Murrell
Nice work on netifdizing OpenVPN! I'm really looking forward to patching all of your scripts from http://pariah-angels.de/openwrt/openvpn-interface.tgz into my AA-rc1 installation I have here. Any chance you might want to publish an AA ipk for it? :-) I wonder what your thoughts are on the appl

Re: [OpenWrt-Devel] network_get_gateway doesn't seem to work

2012-12-09 Thread Brian J. Murrell
On 12-12-09 12:00 PM, Jo-Philipp Wich wrote: > I fail to see how that requires changes to shorewall, it would continue > doing whatever it does (routes added without explicit metric get > automatically metric 0). Because shorewall builds a routing system that looks like this: root@OpenWrt:~# ip r

Re: [OpenWrt-Devel] network_get_gateway doesn't seem to work

2012-12-08 Thread Brian J. Murrell
On 12-12-08 04:32 PM, Jo-Philipp Wich wrote: > Did you consider to set "option metric" on the two interfaces, e.g. > metric 10 and 11 and thne just install oyur own preferred defualt > route with metric 0? That's just not how the software (shorewall) that manages the routing does things. I'd rath

Re: [OpenWrt-Devel] network_get_gateway doesn't seem to work

2012-12-08 Thread Brian J. Murrell
On 12-12-08 01:34 PM, Jo-Philipp Wich wrote: > Hi. Hi, > Yeah, but note that it is in the inactive table, means the protocol > provides a defaultroute but it is suppressed by netifd, Ahhh. > probably due > to "option defaultroute 0" in the uci config. Yes, indeed. The reason for this is that

[OpenWrt-Devel] network_get_gateway doesn't seem to work

2012-12-08 Thread Brian J. Murrell
In AA-rc1 I am trying to get the gateway of an interface: root@OpenWrt:~# (. /lib/functions/network.sh; network_get_gateway foo wan0; echo $foo) That returns nothing however. wan0 however does have a route configuration: root@OpenWrt:~# ubus call network.interface.wan0 status { "up": t

Re: [OpenWrt-Devel] Status of Attitude Adjustement

2012-12-02 Thread Brian J. Murrell
On 12-12-02 03:04 PM, Jiri Slachta wrote: > > Hello Brian, Hi Jiri, > I am just following those recommendations in AA beta announcement: Ahhh. I thought you were making a more authoritative recommendation. > The kernel 2.4 support has been dropped from Attitude Adjustment. I never used the ke

Re: [OpenWrt-Devel] Status of Attitude Adjustement

2012-12-02 Thread Brian J. Murrell
On 12-12-02 01:16 PM, Jiri Slachta wrote: > > Hello Chris, Hi Jiri, > at least for those two Linksys boxes sticking with Backfire is recommended. I wonder what the rationale is for this recommendation. > For devices with 16 MB RAM or slower CPU's (less than 200 MHz) is recommended > to stick w

Re: [OpenWrt-Devel] [PATCH] shorewall-lite: update to 4.5.6.2

2012-08-15 Thread Brian J. Murrell
On 12-08-15 06:50 AM, Brian J. Murrell wrote: > On 12-08-15 01:28 AM, Edy Corak wrote: >> Index: patches/110-MODULESDIR.patch >> === >> --- patches/110-MODULESDIR.patch (Revision 33177) >> +++ p

Re: [OpenWrt-Devel] [PATCH] shorewall-lite: update to 4.5.6.2

2012-08-15 Thread Brian J. Murrell
On 12-08-15 01:28 AM, Edy Corak wrote: > Index: files/lsm_script > === > --- files/lsm_script (Revision 33177) > +++ files/lsm_script (Arbeitskopie) ... > +cat < +Subject: "LSM: ${NAME} ${STATE}, DEV ${DEVICE}" > + > +Hi, > + > +Your

Re: [OpenWrt-Devel] [PATCH] link state monitor (lsm): update to 0.131

2012-06-19 Thread Brian J. Murrell
On 12-06-19 12:37 PM, Edy Corak wrote: > This patch updates link state monitor (lsm) to release 0.131, > add sample connections.conf and update lsm.conf and lsm_script > > Signed-off-by: Edy Corak i...@loenshotel.de > Index: files/lsm.conf > ===

Re: [OpenWrt-Devel] fq_codel - has anyone tried it?

2012-05-27 Thread Brian J. Murrell
On 12-05-27 07:51 AM, Felix Fietkau wrote: > On 2012-05-27 3:56 AM, Adam Gensler wrote: >> In other words, if you need QoS already, fq_codel won't eliminate that >> need. But, if you aren't running QoS already, fq_codel has some really >> great potential to keep things running smoothly under load

[OpenWrt-Devel] anyone have a working recipe for kexec-booting from USB storage?

2012-05-19 Thread Brian J. Murrell
I really want to start testing some new/different firmwares but I don't really have an "experimental" router to do it on. Thus, I'd like to get my router (DIR-825) into a state where I can change what I boot and run with simply by swapping USB storage devices. That way I can have a "working produ

Re: [OpenWrt-Devel] [PATCH 2/2] Comprehensive ipv4 and ipv6 unaligned access patch for ar71xx

2012-04-24 Thread Brian J. Murrell
On 12-04-23 06:51 PM, Michael Markstaller wrote: > > Agreed but lets get realisitic, my objectives (home, office & > customers) are: > 1) security > 2) it works > 3) technically perfect You forgot: 4) sustainable Do you have children? I suspect you don't. Your lack of forward/future thinking

Re: [OpenWrt-Devel] puzzling over hostapd behavior

2012-04-03 Thread Brian J. Murrell
On 12-04-03 04:52 AM, Dave Taht wrote: > I was wondering why hostapd (on cerowrt 3.3) ate so much cpu, even when > idle, nothing connected, no crypto enabled... > > I'm curious as to if this is correct behavior, and what's the point of > writing 000s to /dev/random, Is it supposed to be feeding t

Re: [OpenWrt-Devel] Let's fix the OpenWrt patch acceptance problem!

2012-01-24 Thread Brian J. Murrell
On 12-01-24 08:06 AM, Jonathan McCrohan wrote: > > I also see svn as part of the problem. I think a move towards the > linux-kernel development model would be a great benefit. I hate sending simple "me too" posts, but to help demonstrate that there is demand for this, I too would welcome a move t

Re: [OpenWrt-Devel] multiwan -- allocation of a port (i.e. vlan) for wan2

2011-10-21 Thread Brian J. Murrell
On 11-10-21 11:08 AM, Manuel Munz wrote: > > There is support for switch/vlan config in luci [1], but it is only > shown when your switch is configurable. So the problem is not with luci > but with openwrt-support on your device i think. Is that the "Switch" tab under the "Network" tab that has "

Re: [OpenWrt-Devel] multiwan -- allocation of a port (i.e. vlan) for wan2

2011-10-21 Thread Brian J. Murrell
On 11-10-20 04:17 PM, Daniel A. Nagy wrote: > > Hi Brian, Hello once again my friend. > No, unfortunately there isn't one yet. I didn't think so. > But we need it too, Ahhh. You are doing multi-WAN in your project also? > so if nobody > implements it before us, we will contribute one before

[OpenWrt-Devel] multiwan -- allocation of a port (i.e. vlan) for wan2

2011-10-20 Thread Brian J. Murrell
Taking notice of https://dev.openwrt.org/changeset/20925 that looks like the bits needs to manage the balancing and failover for multiple WAN ports, which is great. Is there any corresponding Luci component to manage the allocating of a new WAN port (i.e. creating of a new VLAN for a the new WAN p

[OpenWrt-Devel] WDS dropping some multicast traffic

2011-07-10 Thread Brian J. Murrell
I put a WDS link on my network, replacing a previously working perfectly hard-wired link. The WDS link is composed of a D-Link DIR-825 rev. B1 running 10.03.1-RC5, r27015 and a Linksys WRT54G/GS/GL running 10.03.1-RC5, r27015 also. The link seems to work just fine but for one problem. The sympto

[OpenWrt-Devel] whole_filesystem extroot not working with backfire-rc5-testing

2011-06-27 Thread Brian J. Murrell
I've created a "whole_filesystem" style extroot with the following commands: # mkfs.ext3 /dev/sda1 # mount /dev/sda1 /mnt # mkdir -p /tmp/cproot # mount --bind / /tmp/cproot # tar -C /tmp/cproot -cvf - . | tar -C /mnt -xf - # umount /tmp/cproot # umount /mnt I've installed kmod-usb-storage kmod-f

[OpenWrt-Devel] [PATCH] udhcpc should honour the peerdns setting

2011-01-03 Thread Brian J. Murrell
If the configuration for a DHCP interface specifies to not use the peer's DNS resolvers, this should be honoured by the udhcpc script. This patch fixes this. Signed-off-by: Brian J. Murrell interlinx.bc.ca> Cheers, b. From 23ff12b2ef562c544c2d320cdb7cb93ce71c6c97 Mon Sep 17 00:00:00 2

Re: [OpenWrt-Devel] extroot not using overlay? (was Re : [OpenWrt] #8542: various hangs with extr oot (mini_fo) using ext4)

2011-01-03 Thread Brian J . Murrell
Stefan Monnier iro.umontreal.ca> writes: > > I'm not sure there's a way to tell the difference: the overlay > filesystem always uses a standard filesystem (e.g. can be ext3), Understood. > tho you > could try and detect the presence of the special meta-files that the > overlay system uses. Ind

Re: [OpenWrt-Devel] extroot not using overlay? (was Re : [OpenWrt] #8542: various hangs with extroo t (mini_fo) using ext4)

2011-01-01 Thread Brian J . Murrell
Stefan Monnier iro.umontreal.ca> writes: > > As someone who uses an external root (tho using a hand-made patch > rather than your extroot, mostly because your extroot came later), > I don't want an overlay, but I indeed want a pivot_root rather than > a chroot. I have to echo Stefan's sentiment

[OpenWrt-Devel] [PATCH] add missing lsm script to shorewall-lite package

2011-01-01 Thread Brian J. Murrell
Per http://article.gmane.org/gmane.comp.embedded.openwrt.devel/7339 please find attached the referenced missing lsm_script. Signed-off-by: Brian J. Murrell interlinx.bc.ca> Cheers, b. From 3659aacef6ffcdf1e76685dd2c0403306e423296 Mon Sep 17 00:00:00 2001 From: Brian J. Murrell Date: Sat

Re: [OpenWrt-Devel] [PATCH] add lsm package

2010-10-10 Thread Brian J. Murrell
On Sun, 2010-10-10 at 10:10 -0400, Brian J. Murrell wrote: > This updates the lsm package in feeds/packages to 0.60. This copy doesn't have lines wrapped as the previous copy did, unfortunately. > It includes a shorewall-lite hook so that if one has lsm and > shorewall-lite insta

[OpenWrt-Devel] [PATCH] update shorewall-lite to 4.4.12.2

2010-10-10 Thread Brian J. Murrell
This simply updates shorewall-lite to the (at least near) current 4.4.12.2 Signed-off-by: Brian J. Murrell interlinx.bc.ca> From ac83d42571620e02b8d4b55c550e34b05aea0f21 Mon Sep 17 00:00:00 2001 From: Brian J. Murrell Date: Tue, 14 Sep 2010 11:17:32 -0400 Subject: [PATCH 1/2] update shorew

[OpenWrt-Devel] [PATCH] add lsm package

2010-10-10 Thread Brian J. Murrell
This updates the lsm package in feeds/packages to 0.60. It includes a shorewall-lite hook so that if one has lsm and shorewall-lite installed, lsm will cycle shorewall-lite on a link transition. Signed-off-by: Brian J. Murrell interlinx.bc.ca> From 30de624404fcf83e211b3d21bd891d3dd03e8e3e

[OpenWrt-Devel] strace doesn't follow children

2010-10-08 Thread Brian J . Murrell
I'm back on openwrt r18617 (kernel 2.6.30.9 and yes, I know, old, but if it ain't broke...) but I have noticed on all previous kernels too, that strace doesn't follow child processes, even with "-f" specified. i.e.: fcntl(5, F_GETFL) = 0x2 (flags O_RDWR) fcntl(5, F_SETFL,

Re: [OpenWrt-Devel] [PATCH] update shorewall-lite to 4.4.12.2

2010-10-08 Thread Brian J . Murrell
Brian J. Murrell interlinx.bc.ca> writes: > > This simply updates shorewall-lite to the current 4.4.12.2 I saw neither an ACK nor a NAK, nor do I see any sign that this was committed. Was there a problem with the submission or the patch itself? It's really quite discouraging to

Re: [OpenWrt-Devel] [PATCH] add lsm package

2010-10-08 Thread Brian J . Murrell
Brian J. Murrell interlinx.bc.ca> writes: > > This adds the lsm package to feeds/packages. I saw neither an ACK nor a NAK, nor do I see any sign that this was committed. Was there a problem with the submission or the patch itself? It's really quite discouraging to go to all

[OpenWrt-Devel] [PATCH] add lsm package

2010-09-14 Thread Brian J. Murrell
This adds the lsm package to feeds/packages. It includes a shorewall-lite hook so that if one has lsm and shorewall-lite installed, lsm will cycle shorewall-lite on a link transition. Signed-off-by: Brian J. Murrell commit ead559262149c4d2d625fda0bb100ea6bd8a7871 Author: Brian J. Murrell

[OpenWrt-Devel] [PATCH] update shorewall-lite to 4.4.12.2

2010-09-14 Thread Brian J. Murrell
This simply updates shorewall-lite to the current 4.4.12.2 Signed-off-by: Brian J. Murrell commit e7981dff0dfe18ed56d7b6a394b580cea36e2841 Author: Brian J. Murrell Date: Tue Sep 14 11:17:32 2010 -0400 update shorewall-lite to 4.4.12.2 diff --git a/net/shorewall-lite/Makefile b/net

Re: [OpenWrt-Devel] [PATCH] Preinit, mount_root, firstboot modularization, complete

2010-02-19 Thread Brian J. Murrell
On Sun, 2010-01-24 at 09:59 -0800, Marc Abrams wrote: > Brian: Hi Marc, > An earlier version of Dan's work has been extensively tested for a > service provider auto-configuration and management application and > works very well. Excellent! > The changes made are for more flexibility and extensi

Re: [OpenWrt-Devel] [PATCH] Preinit, mount_root, firstboot modularization, complete

2010-01-24 Thread Brian J. Murrell
On Sat, 2010-01-23 at 02:56 -0500, Daniel Dickinson wrote: > Hi all, Hi, > Just a reminder of what it is: > > It modularizes preinit, mount_root, and firstboot. This is done so that > the boot system can be modified by drop-in packages (e.g. usbroot-*, > enhanced failsafe, and provider provisi

Re: [OpenWrt-Devel] [PATCH] syslog-ng should log kernel messages as well

2010-01-03 Thread Brian J. Murrell
[ Second try as the first was not committed ] If you want to use syslog-ng, likely you want to also log the kernel messages with it. This patch adds that. Signed-off-by: Brian J. Murrell --- Index: files/syslog-ng.conf

[OpenWrt-Devel] skip hotplug/iface processing during boot

2009-12-30 Thread Brian J. Murrell
As you all know, when an openwrt router is booting, many "iface" hotplug events are generated for all of the interfaces that are coming up. If I had an action that I generally wanted to do (i.e. reload firewall/routing configure) in response to interface transition events, an /etc/hotplug.d/iface

Re: [OpenWrt-Devel] [PATCH] ePoint HotSpot package

2009-12-21 Thread Brian J. Murrell
On Mon, 2009-12-21 at 06:32 +0100, Daniel A. Nagy wrote: > Hello, Hi Daniel, > Well, only the three packages together, including their OpenWrt Makefiles (but > excluding the sources of qrencode library). I haven't made any attempts at > making the software portable beyond OpenWrt; right now it i

Re: [OpenWrt-Devel] [PATCH] ePoint HotSpot package

2009-12-20 Thread Brian J. Murrell
On Mon, 2009-12-21 at 01:28 +0100, Daniel A. Nagy wrote: > I would like to contribute a package to OpenWrt that we have developed and > successfully use commercially. It appears that your patch is the entire source from your project, yes? Is your software distributed as a tarball release in usual

[OpenWrt-Devel] libipt_set is no longer packaged

2009-12-14 Thread Brian J. Murrell
Per ticket #6327 (which as thus far not been updated in any manner): I cannot find libipt_set packaged any package any more. It seems that changeset 18032 (by nico) made some changes for ipsets and failed to take this into consideration. I have tried to resolve it but I am not sure of the proper

Re: [OpenWrt-Devel] [PATCH] syslog-ng should log kernel messages as well

2009-12-14 Thread Brian J. Murrell
On Mon, 2009-12-14 at 11:16 +0100, edgar.sol...@web.de wrote: > > the syslog-ng manual also states > > page 38 [ details about klogd snipped ] > and about the use of pipe on Page 39 > "Pipe is very similar to the file() driver, but there are a few > differences, for example pipe() opens its ar

Re: [OpenWrt-Devel] [PATCH] syslog-ng should log kernel messages as well

2009-12-14 Thread Brian J. Murrell
-ized (i.e. generated a run time based on UCI configuration). I don't really have time for that at the moment though. :-( Signed-off-by: Brian J. Murrell --- Index: files/syslog-ng.conf === --- files/syslog-ng.conf

[OpenWrt-Devel] [PATCH] syslog-ng should log kernel messages as well

2009-12-13 Thread Brian J. Murrell
If you want to use syslog-ng, likely you want to also log the kernel messages with it. This patch adds that. Signed-off-by: Brian J. Murrell --- Index: files/syslog-ng.conf === --- files/syslog-ng.conf(revision 18617

Re: [OpenWrt-Devel] my patches being ignored?

2009-12-11 Thread Brian J. Murrell
On Fri, 2009-12-11 at 05:35 +0100, Felix Fietkau wrote: > > Done. Awesome! Thanx! b. signature.asc Description: This is a digitally signed message part ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailma

Re: [OpenWrt-Devel] my patches being ignored?

2009-12-10 Thread Brian J. Murrell
On Fri, 2009-12-11 at 03:10 +0100, Felix Fietkau wrote: > Sorry for the delay, No worries. I understand busy. I was trying to be patient but that only lasted until I saw other commits. :-/ > I took care of that now for the shorewall patches and fixed > some minor compile errors in there. Yea

[OpenWrt-Devel] my patches being ignored?

2009-12-10 Thread Brian J. Murrell
Is there any reason in particular that my patches to this list are being ignored? I thought it was everyone's but I saw some commits today, yet not my patches which were sent here prior the patches that were committed today. This seems to be my (and others from messages I have seen posted here in

Re: [OpenWrt-Devel] br-lan and wan interfaces not getting plumbed in r18587

2009-12-07 Thread Brian J. Murrell
This turned out to be the mount_root script not getting updated by svn update because it was still flagged as having a conflict. Once it was updated things worked much better. Cheers, b. signature.asc Description: This is a digitally signed message part

[OpenWrt-Devel] [PATCH] Default logfile to be non-local

2009-12-07 Thread Brian J. Murrell
This is an incremental patch against the previous patch to add one more patch to the shorewall-lite patch series. It defaults shorewall-lite to not having any logfile, which normally defaults to /var/log/messages. Signed-off-by: Brian J. Murrell --- --- /dev/null 2009-12-03 12:15

[OpenWrt-Devel] [PATCH] Add shorewall6-lite

2009-12-07 Thread Brian J. Murrell
This patch adds shorewall6-lite. Signed-off-by: Brian J. Murrell --- diff --exclude .svn -urN /tmp/empty/files/hostname ipv6/shorewall6-lite/files/hostname --- /tmp/empty/files/hostname 1969-12-31 19:00:00.0 -0500 +++ ipv6/shorewall6-lite/files/hostname 2008-11-11 01:22:55.0

[OpenWrt-Devel] [PATCH] Update shorewall-lite to latest 4.2 release

2009-12-07 Thread Brian J. Murrell
LESDIR.patch to include /lib/modules/$(uname -r) in the module search path * include an iface hotplug action to reload the ruleset on interface transitions Signed-off-by: Brian J. Murrell --- Index: net/shorewall-lite/files/shor

[OpenWrt-Devel] should changeset 18032 really remove libipt_set (nico)?

2009-12-05 Thread Brian J. Murrell
Looking at changeset 18032 (https://dev.openwrt.org/changeset/18032/trunk/include/netfilter.mk) I see that libipt_set was removed: -$(eval $(call nf_add,IPT_IPSET,CONFIG_IP_NF_MATCH_SET, $(P_V4)ipt_set)) - -$(eval $(call nf_add,IPT_IPSET,CONFIG_IP_NF_TARGET_SET, $(P_V4)ipt_SET)) but I cannot see

[OpenWrt-Devel] ticket #6193: updatedd fail to builds with gcc 4.3.3+cs

2009-12-04 Thread Brian J. Murrell
I'd just like to raise the issue that current trunk does not build due to an issue with updatedd: mipsel-openwrt-linux-uclibc-gcc -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -fhonour-copts -msoft-float -DHAVE_CONFIG_H -I./missing -D_U_="__attribute__((unused))" -I. -I/usr/src/openwrt/sta

Re: [OpenWrt-Devel] br-lan and wan interfaces not getting plumbed in r18587

2009-12-01 Thread Brian J. Murrell
On Mon, 2009-11-30 at 19:03 -0500, Brian J. Murrell wrote: > > for iface in $(awk -F: '/:/ {print $1}' /proc/net/dev); do > /usr/bin/env -i ACTION=add INTERFACE="$iface" > /sbin/hotplug-call net > done So it's clear what prom

[OpenWrt-Devel] br-lan and wan interfaces not getting plumbed in r18587

2009-11-30 Thread Brian J. Murrell
I have built a firmware from r18587 in SVN for my wl500gp and it boots fine, but I don't get any other interfaces plumbed except eth0.0 and eth0.1. The br-lan and wan interfaces are not getting plumbed for some reason. I have debugged to the point that I see an /etc/hotplug.d/net/10-net event for

[OpenWrt-Devel] Packages were found, but none compatible with the architectures configured

2009-10-18 Thread Brian J. Murrell
I'm trying to upgrade some packages I just built from an updated trunk (r18050) and getting: # opkg install kmod-sched Collected errors: * Packages were found, but none compatible with the architectures configured Hardware is an ASUS WL500GP: # uname -a Linux gw 2.6.25.20 #1 Sat Feb 7 13:49:36

Re: [OpenWrt-Devel] replace /jffs with usb stick

2009-08-19 Thread Brian J. Murrell
On Tue, 2009-08-18 at 20:38 -0400, Stefan Monnier wrote: > > I am having a hard time to find the place where mounting root "/" really > > happens .. > > It's in /sbin/mount_root. And yes, it is not exactly trivial to find > (although in retrospect I had to admit that the name should have made it

Re: [OpenWrt-Devel] gdb patch

2009-06-09 Thread Brian J. Murrell
On Tue, 2009-06-09 at 12:49 +0300, Alexandros C. Couloumbis wrote: > gdb does not compile on latest svn r16391 with gcc-4.3.3 > > here is the error: > cc1: warnings being treated as errors > .././gdb/cli/cli-cmds.c: In function 'pwd_command': > .././gdb/cli/cli-cmds.c:323: error: ignoring return v

[OpenWrt-Devel] uci and real interface -> wan? resolution

2009-05-18 Thread Brian J. Murrell
It's easy enough to obtain the real interface given one has the wan? alias: # uci -p /var/state get network.wan0.ifname eth0.1 # uci -p /var/state get network.wan0.device eth0.1 As you can see, either works. There does not seem to be key to go the other way though. I know the real interface, bu

[OpenWrt-Devel] missing modules from iptables-1.4.3.2

2009-05-16 Thread Brian J. Murrell
Hi, I noticed that the updated packaging of iptables-1.4.3.2 is missing some (quite a few, to my surprise) modules: libipt_addrtype.so libipt_CLUSTERIP.so libipt_MIRROR.so libipt_realm.so libipt_SAME.so libipt_unclean.so libxt_comment.so libxt_connlimit.so libxt_CONNSECMARK.so libxt_dccp.so libxt

Re: [OpenWrt-Devel] Management of /etc/hosts localhost ip address entry

2009-05-11 Thread Brian J. Murrell
On Tue, 2009-04-28 at 19:43 +0200, Jo-Philipp Wich wrote: > > Hmm ... I'm no expert with this but shouldn't /etc/nsswitch.conf take > care of the order of used resolvers? Could you try if this works for the > affected tools: > > echo "$(uci get network.wan.ipaddr) $(cat /proc/sys/kernel/hostname)

[OpenWrt-Devel] kexec on mips

2009-05-11 Thread Brian J. Murrell
There was some discussion a while ago about kexec and mips, and, well it not quite working. Any progress in that area? Anyone got kexec working on a linksys/asus type device? i.e. a: system type : Broadcom BCM47XX processor : 0 cpu model : Broadcom BCM330

[OpenWrt-Devel] svn/development website error

2009-05-08 Thread Brian J. Murrell
When I try to svn update my openwrt repo I'm getting: svn: Server sent unexpected return value (504 Gateway Time-out) in response to OPTIONS request for 'https://svn.openwrt.org/openwrt/packages' This is the same kind of error (504 Gateway Time-out) I try to follow the "Developer" link at the top

Re: [OpenWrt-Devel] Introduce new router board

2009-05-05 Thread Brian J. Murrell
On Tue, 2009-05-05 at 21:27 +0300, Linkodas wrote: > Hi list/community, Hi, > PCB form factor: Pico-ITX (10cm x 7.2cm, fanless) > > Onboard CPU: Cortina Systems CS3516 (300Mhz ARM9 Core) > Onboard DDR SDRAM: 128Mb 333Mhz 32bit > Onboard NAND FLASH: 128Mb (or more) > Onboard LAN: 2x 10/100Mbps Et

Re: [OpenWrt-Devel] [OpenWrt-Users] HEADS UP -- Server upgrade @ 2009-03-29

2009-03-23 Thread Brian J. Murrell
On Mon, 2009-03-23 at 12:49 +0100, Imre Kaloz wrote: > > Imagine for example a few spammer botnets crawling for addresses and posting > (or trying to post) every minute and a crappy wiki engine generating constant > load because of the above. Imagine that on a server that already serves more >

Re: [OpenWrt-Devel] [OpenWrt-Users] HEADS UP -- Server upgrade @ 2009-03-29

2009-03-23 Thread Brian J. Murrell
On Mon, 2009-03-23 at 12:15 +0100, Imre Kaloz wrote: > Hi all, > > As the current OpenWrt box has been serving the project for almost 4 years, > it was clear sooner or later it will reach it's limits. Thanks for the > spammers mainly from Asia the time has come. While server upgrades are usuall

Re: [OpenWrt-Devel] kexec failure on mips

2009-02-22 Thread Brian J. Murrell
On Sun, 2009-02-22 at 17:17 +0100, Holger Gross wrote: > i use the serial console, no other output is given. Oh, so the kernel doesn't even begin to boot? > now i m trying something of > http://www.nabble.com/kexec-on-mips---anyone-has-it-working--tt17485898.html#a17485898 Maybe I didn't quite

Re: [OpenWrt-Devel] kexec failure on mips

2009-02-22 Thread Brian J. Murrell
On Sun, 2009-02-22 at 14:56 +0100, Holger Gross wrote: > now the kernel loads, but does not boot: > > br-lan: port 1(eth0.0) entering disabled state > Starting new kernel > Will call new kernel at 0029d000 > Bye ... Do you have a serial console on your device? I don't yet. My TTL-to-RS232 level

Re: [OpenWrt-Devel] kexec failure on mips

2009-02-17 Thread Brian J. Murrell
On Tue, 2009-02-17 at 18:36 +0100, Holger Gross wrote: > Hi, > > i have the same problem using kexec with buffalo whr g54s openwrt rc2 > kernel 2.4: > > kexec_load failed: Success > entry = 0x298000 flags = 0 > nr_segments = 2 > segment[0].buf = 0x2ac37008 > segment[0].bufsz = 27307b > s

Re: [OpenWrt-Devel] ttl to rs232 on wl500gp

2009-02-09 Thread Brian J. Murrell
On Mon, 2009-02-09 at 08:32 -0800, Stanislav Sinyagin wrote: > > here's more detail: > http://buffalo.nas-central.org/index.php/Use_a_Nokia_Serial_Cable_on_an_ARM9_Linkstation Sweet. I wonder if I can find one of those around town relatively cheaply. Thanx! b. signature.asc Description: This

Re: [OpenWrt-Devel] ttl to rs232 on wl500gp

2009-02-09 Thread Brian J. Murrell
On Mon, 2009-02-09 at 17:22 +0100, marco wrote: > > i would suggest an usb-uart cable (operating at 3.3v, based on the > ftdi chip). > then just cut the uart end and solder some pin connectors > (http://marco.blogs.teknusi.org/files/2009/02/p1010192.jpg to get an > idea) > Yeah, somebody els

Re: [OpenWrt-Devel] ttl to rs232 on wl500gp

2009-02-09 Thread Brian J. Murrell
On Mon, 2009-02-09 at 08:08 -0800, Stanislav Sinyagin wrote: > as Michu already noted, a Nokia adaptor cable is available from local eBay > sellers > for $10-15. It is readily recognized by Windows (Vista) and Linux (CentOS) > without > any hassle with the drivers. So these are cables with a co

Re: [OpenWrt-Devel] ttl to rs232 on wl500gp

2009-02-09 Thread Brian J. Murrell
On Mon, 2009-02-09 at 11:30 -0200, Andres Aguirre wrote: > I have a question... Is not more easy to use a usb2serial adaptor? It probably is. It is more expensive though. Following the previous links, the best option I could find was $35-40 by the time it was shipped to me. The rs232/ttl conver

Re: [OpenWrt-Devel] ttl to rs232 on wl500gp

2009-02-09 Thread Brian J. Murrell
On Mon, 2009-02-09 at 08:14 -0200, Felipe Maya wrote: > Follow the next link to do it. It works with ASUS, LINKSYS and etc.: > > http://www.myopenrouter.com/article/10811/Hacking-Your-NETGEAR-WGR614L-How-To-Install-A-Serial-Port/ Yeah, I guess that might have been another way to go. But my rs232

Re: [OpenWrt-Devel] ttl to rs232 on wl500gp

2009-02-08 Thread Brian J. Murrell
On Mon, 2009-02-09 at 08:06 +0100, Dennis Bartsch wrote: > Hello Brian, Hi. > I don't know whether this 3.3V output is intended to be used like that > but it works. I wonder how much current it really can deliver. > I'm cusious whether 3.3V is enough to supply a MAX232 (or derivates) > but is d

[OpenWrt-Devel] ttl to rs232 on wl500gp

2009-02-08 Thread Brian J. Murrell
OK. So I need a serial console on my ASUS WL-500G Premium to debug this kexec problem I'm having. Having a peek at http://wiki.openwrt.org/OpenWrtDocs/Hardware/Asus/WL500GP#head-8c0c5262c5a79f43d67037a30331937a6f7b8628 it says that the serial output is TTL level. I have a TTL-to-RS232 converter

Re: [OpenWrt-Devel] kexec failure on mips

2009-02-08 Thread Brian J. Murrell
On Fri, 2009-02-06 at 23:45 -0500, Brian J. Murrell wrote: > I have an asus wl500gp that I'm trying to kexec a kernel on. I had > written about this before but have another bit of info and I'm hoping it > rings a bell for someone so that I don't have to through the pai

[OpenWrt-Devel] kexec failure on mips

2009-02-06 Thread Brian J. Murrell
I have an asus wl500gp that I'm trying to kexec a kernel on. I had written about this before but have another bit of info and I'm hoping it rings a bell for someone so that I don't have to through the painful process of printk() instrumenting the kernel and flashing new kernels with more and more

Re: [OpenWrt-Devel] please reopen ticket 3152

2009-02-03 Thread Brian J. Murrell
On Tue, 2009-02-03 at 22:01 -0500, Stefan Monnier wrote: > > Then I don't know what's going on. Indeed, it is of question isn't it? > Only one of them is active at any particular time: the first gets killed > before the seconed is started. But where, and why is this not happening with a usb-roo

Re: [OpenWrt-Devel] b43 good news and bad news

2009-02-03 Thread Brian J. Murrell
On Tue, 2009-02-03 at 20:53 +0100, Michael Buesch wrote: > > So well. > b43 in AP mode does actually work properly. Indeed, I found it functional, even with WPA2. Just not performing well on throughput. > Atheros is the best bet, I'd say. But _first_ check to buy a supported card. Indeed. On

Re: [OpenWrt-Devel] b43 good news and bad news

2009-02-03 Thread Brian J. Murrell
On Tue, 2009-02-03 at 20:16 +0100, Michael Buesch wrote: > On Tuesday 03 February 2009 05:44:42 Brian J. Murrell wrote: > > The bad news is that throughput still sucks rocks. Sorry if that sounded harsh. It didn't seem as harsh when I was writing it as it did just now reading it.

Re: [OpenWrt-Devel] please reopen ticket 3152

2009-02-03 Thread Brian J. Murrell
On Tue, 2009-02-03 at 09:39 -0500, Stefan Monnier wrote: > > ln -sf /rom/etc/init./boot /etc/init.d/boot Hrm. But in my case, those files are effectively the same (where hotplug counts). See: # diff -u /rom/etc/init.d/boot /etc/init.d/boot --- /rom/etc/init.d/bootMon Jun 16 23:08:04

[OpenWrt-Devel] b43 good news and bad news

2009-02-02 Thread Brian J. Murrell
So, I decided to give b43 in AP mode a go on my ASUS wl500gp with r14139 (kernel 2.6.25.20). The results are both good and bad. First the good news. The problems I was seeing with b43/AP mode on my Linksys WRT54GS are gone. I don't see the CPU saturated with ksoftirqd. Yay. The bad news is tha

Re: [OpenWrt-Devel] please reopen ticket 3152

2009-02-02 Thread Brian J. Murrell
On Mon, 2009-02-02 at 22:01 -0500, Stefan Monnier wrote: > > I updated my USB (really IDE in my case) rootfs. Ahhh. Care to post the patch? > More specifically, the > /etc/init.d/boot script The one on the flash, that calls /sbin/mount_root? > needs to "killall -q hotplug2" before starting >

  1   2   3   >