[OpenWrt-Devel] Easy USB disk

2009-12-14 Thread W. Michael Petullo
I am interested in easy support for supplementing an OpenWRT flash disk with an external USB disk. The system would mount this disk at /var and make it available before any /var-using services are brought up. It is already possible for a developer or admin to set this up. I presently make modifica

[OpenWrt-Devel] package uboot-ifxmips

2009-12-14 Thread Mark Vels
Hi, Just a short question out of curiosity: is there a reason why package uboot-ifxmips is in package/ instead of target/linux/ifxmips/image/ like on most other platforms? Thanks, Mark ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org ht

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

2009-12-14 Thread edgar . soldin
But then the FAQ contradicts this with it's "expanded syslog-ng.conf" (http://www.campin.net/syslog-ng/expanded-syslog-ng.conf) where it uses: dunno what that site is but http://www.balabit.com/network-security/syslog-ng/ is where syslog-ng comes from source s_kernel { pipe("/proc/kmsg" log_

[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
On Mon, 2009-12-14 at 10:41 +0200, Vasilis Tsiligiannis wrote: > Hello Brian, Hi Vasilis, > > -log { source(src); destination(messages); }; > > +log { source(src); source(kernel); destination(syslog_server); }; > > Correct me if I am wrong: shouldn't there be a "destination syslog_server > {..

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

2009-12-14 Thread edgar . soldin
you are right vasilis .. I just tried it with syslog-ng3 .. the syslog-ng manual also states page 38 "On Linux, the klogd daemon can be used in addition to syslog-ng to read kernel messages and forward them to syslog-ng. klogd used to preprocess kernel messages to resolve symbols etc., but as

Re: [OpenWrt-Devel] error in compiling external kernel tree through openwrt

2009-12-14 Thread Florian Fainelli
Hello Roy, On Monday 14 December 2009 08:02:44 dev roy wrote: > Hi, > I am trying to use the external kernel tree option to compile an external > kernel through openwrt. > But I am facing these following errors in trying to do so. > what is this issue for and how to resolve the same. > > d...@a2m

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

2009-12-14 Thread Vasilis Tsiligiannis
Hello Brian, > -log { source(src); destination(messages); }; > +log { source(src); source(kernel); destination(syslog_server); }; Correct me if I am wrong: shouldn't there be a "destination syslog_server {...};" also present in the config? Or just send them to messages destination which already