Mailing List Archive

Cryptic ulogd 2.0.0beta1 error message
Greetings,

I'm trying to get ulogd 2.0.0beta1 to work but each time I start the daemon I get this in my log file:

Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `NFLOG'
Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `NFCT'
Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `IFINDEX'
Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `LOGEMU'
Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `OPRINT'
Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `BASE'
Fri Sep 7 22:21:45 2007 <8> ulogd.c:928 not even a single working plugin stack

I tried strace on ulogd to see if there was any file missing or something it couldn't load, but I haven't seen anything missing. I'm using Slackware 12.0 with Linux 2.6.22.6 with all possible netfilter stuff compiled as modules except what's obsolete. Iptables works fine and I've got these modules loaded:

Module Size Used by
nfnetlink_queue 7712 0
nfnetlink_log 6916 0
nfnetlink 3896 2 nfnetlink_queue,nfnetlink_log
xt_limit 1856 1
ipt_LOG 4800 1
nf_conntrack_ipv4 11276 4
xt_state 1696 4
nf_conntrack 41864 2 nf_conntrack_ipv4,xt_state
xt_tcpudp 2528 4
xt_mac 1408 1
iptable_filter 2016 1
ip_tables 8616 1 iptable_filter
x_tables 9764 6 xt_limit,ipt_LOG,xt_state,xt_tcpudp,xt_mac,ip_tables
af_packet 13832 0

I understand that ipt_ULOG is for ulogd 1.x or am I wrong?
I'm not sure also if there's a /dev entry I should mknod for nfnetlink (I'm not using udev on this box) (a quick locate didn't reveal any docs for nfnetlink coming with the kernel) Some clues as to why there's "not even a single working plugin stack" would be greatly appreciated.

C.T.
Re: Cryptic ulogd 2.0.0beta1 error message [ In reply to ]
Hi,

Le vendredi 07 septembre 2007 à 23:34 +0200, Christoph J. Thompson a
écrit :
> Greetings,
>
> I'm trying to get ulogd 2.0.0beta1 to work but each time I start the daemon I get this in my log file:
>
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `NFLOG'
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `NFCT'
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `IFINDEX'
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `LOGEMU'
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `OPRINT'
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `BASE'
> Fri Sep 7 22:21:45 2007 <8> ulogd.c:928 not even a single working plugin stack

Use svn version, it should fix the bug :
https://svn.netfilter.org/netfilter/branches/ulog/ulogd2

BR,
--
Eric Leblond
Re: Cryptic ulogd 2.0.0beta1 error message [ In reply to ]
Hi,

Le vendredi 07 septembre 2007 à 23:34 +0200, Christoph J. Thompson a
écrit :
> Greetings,
>
> I'm trying to get ulogd 2.0.0beta1 to work but each time I start the daemon I get this in my log file:
>
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `NFLOG'
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `NFCT'
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `IFINDEX'
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `LOGEMU'
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `OPRINT'
> Fri Sep 7 22:21:45 2007 <5> ulogd.c:257 registering plugin `BASE'
> Fri Sep 7 22:21:45 2007 <8> ulogd.c:928 not even a single working plugin stack

Use svn version, it should fix the bug :
https://svn.netfilter.org/netfilter/branches/ulog/ulogd2

BR,
--
Eric Leblond <eric@inl.fr>
INL
Re: Cryptic ulogd 2.0.0beta1 error message [ In reply to ]
On Fri, 07 Sep 2007 23:51:16 +0200
Eric Leblond <eric@inl.fr> wrote:
> Use svn version, it should fix the bug :
> https://svn.netfilter.org/netfilter/branches/ulog/ulogd2
>
> BR,
> --
> Eric Leblond <eric@inl.fr>
> INL
>

Unfortunately, I just built the current SVN and it doesn't cure this error.
Re: Cryptic ulogd 2.0.0beta1 error message [ In reply to ]
Hi,

Le samedi 08 septembre 2007 à 00:10 +0200, Christoph J. Thompson a
écrit :
> On Fri, 07 Sep 2007 23:51:16 +0200
> Eric Leblond <eric@inl.fr> wrote:
> > Use svn version, it should fix the bug :
> > https://svn.netfilter.org/netfilter/branches/ulog/ulogd2

>
> Unfortunately, I just built the current SVN and it doesn't cure this error.

Hmm, maybe try to update the configuration file from the one in SVN.
When I gave it try a year ago, I encounter a similar bug because the
config example provided in the archive is not correct.

BR,
--
Eric Leblond <eric@inl.fr>
INL