Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: iptables: User

Cryptic ulogd 2.0.0beta1 error message

 

 

iptables user RSS feed   Index | Next | Previous | View Threaded


cthompson at libertysurf

Sep 7, 2007, 2:34 PM

Post #1 of 5 (4896 views)
Permalink
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.


eleblond at inl

Sep 7, 2007, 2:50 PM

Post #2 of 5 (4670 views)
Permalink
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 at inl

Sep 7, 2007, 2:51 PM

Post #3 of 5 (4676 views)
Permalink
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 [at] inl>
INL
Attachments: signature.asc (0.18 KB)


cthompson at libertysurf

Sep 7, 2007, 3:10 PM

Post #4 of 5 (4660 views)
Permalink
Re: Cryptic ulogd 2.0.0beta1 error message [In reply to]

On Fri, 07 Sep 2007 23:51:16 +0200
Eric Leblond <eric [at] inl> wrote:
> Use svn version, it should fix the bug :
> https://svn.netfilter.org/netfilter/branches/ulog/ulogd2
>
> BR,
> --
> Eric Leblond <eric [at] inl>
> INL
>

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


eric at inl

Sep 7, 2007, 3:50 PM

Post #5 of 5 (4660 views)
Permalink
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 [at] inl> 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 [at] inl>
INL
Attachments: signature.asc (0.18 KB)

iptables user RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.