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 1QjXqZ-0002GU-M6 for garchives@archives.gentoo.org; Wed, 20 Jul 2011 14:34:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B49321C31F; Wed, 20 Jul 2011 14:33:46 +0000 (UTC) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) by pigeon.gentoo.org (Postfix) with ESMTP id BBF9921C30D for ; Wed, 20 Jul 2011 14:32:06 +0000 (UTC) Received: by vxh17 with SMTP id 17so232010vxh.40 for ; Wed, 20 Jul 2011 07:32:06 -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=oRNRXAUbNNtLAFGHQPqM8UZa7ZrjqY/go+flKVqcaaI=; b=Kdk/ycVeJXX/Xmd4rNnRq4rXnA2moQo2FkOcK0fLFZwF7yHJJMgdleVqHbYxF9rbC0 c6QOQT8xgDl5WpvYkX3sKL/gEq95KFAffdvsB7q+SgsCwhyi7cW590r6RCyLXX2kSZ3P rWABYTFdWKkfYk9Qs/DP0MJd7KmTwRbxB0iCw= Received: by 10.52.93.200 with SMTP id cw8mr9053355vdb.31.1311172326208; Wed, 20 Jul 2011 07:32:06 -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 07:31:46 -0700 (PDT) In-Reply-To: References: From: Paul Hartman Date: Wed, 20 Jul 2011 09:31:46 -0500 X-Google-Sender-Auth: IyJFt28khxON6ETmaoSYNN99yS8 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: 12471e9e9c30026fd2a89b8c768bad3e 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.