From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QjYIR-0005DF-VJ for garchives@archives.gentoo.org; Wed, 20 Jul 2011 15:02:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0BB221C3F1; Wed, 20 Jul 2011 15:02:33 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 9285221C32F for ; Wed, 20 Jul 2011 15:01:29 +0000 (UTC) Received: by vws13 with SMTP id 13so260324vws.40 for ; Wed, 20 Jul 2011 08:01:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=r6mz6U4x0nlny70oPEanj4bmgUnQyzBsV2avBe8r9R4=; b=oFhKBDVIzg7Kiutay5Um/DhOsU405h8DplvHAZAElN5nmfNfd3ifSgtqpKtS3L2fXi BNrdRY6LG7OPh6OipYKFLHAnE/soFDMzB73IGIoBGLfzmx+Meg2jIiYn5AeePGG3uXFv dcnWnAQSFFcrJUZ4F6bMtNDcoUBPszzPiXDFc= Received: by 10.52.88.76 with SMTP id be12mr9173171vdb.366.1311174089081; Wed, 20 Jul 2011 08:01:29 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.52.160.194 with HTTP; Wed, 20 Jul 2011 08:01:09 -0700 (PDT) In-Reply-To: References: From: Paul Hartman Date: Wed, 20 Jul 2011 10:01:09 -0500 X-Google-Sender-Auth: hEKdYtEhwyb46ZzAggkLTQzxdYw Message-ID: Subject: Re: [gentoo-user] ulogd fails to start To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: e044413a37f8d3e7eda9f5bd3353be6b On Wed, Jul 20, 2011 at 9:31 AM, Paul Hartman wrote: > On Wed, Jul 20, 2011 at 5:43 AM, Kfir Lavi wrote: >> >> >> On Tue, Jul 19, 2011 at 11:38 PM, Paul Hartman >> wrote: >>> >>> Hi, >>> >>> I emerged ulogd-2.0.0_beta4 and using the ulogd.conf that was >>> installed by portage, it fails to start. I get this message in the >>> log: >>> >>> Tue Jul 19 15:32:08 2011 <8> ulogd.c:1179 not even a single working plugin >>> stack >>> >>> Does anyone know what that's about? ULOG stuff is enabled in my >>> kernel, and the plugins are on disk where the config file says. So I >>> don't know what's wrong... >>> >>> Thanks, >>> Paul >>> >> What use flags did you use when installing this software? >> It seems that you didn't specify any plugins like mysql, pcap, postgres... > > Hi, thanks for the idea. I tried all combinations and, unfortunately, > it fails with exactly the same error whether the USE flags are enabled > or not. I guess I will file a bug report. Solved it. It was a stupid mistake of mine. :) In /etc/ulogd.conf all of the "stack" lines were commented out by default. After I uncommented one, now it works.