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
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
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_
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
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
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
> {..
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
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
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