From owner-freebsd-apache@FreeBSD.ORG Mon Jul 25 03:10:33 2011 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A04C106566B for ; Mon, 25 Jul 2011 03:10:33 +0000 (UTC) (envelope-from basarevych@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 46D338FC08 for ; Mon, 25 Jul 2011 03:10:32 +0000 (UTC) Received: by qyk30 with SMTP id 30so697169qyk.13 for ; Sun, 24 Jul 2011 20:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=gksWDvT1rKVPLDUn7C+7PBMivbb7Y8h6Dwpbk/vZJ/U=; b=aaTYvEXaUoXRI9sX9gSnYqqlUOYZ2PD5S9OGqbv8lKjLXj1oFQDf37y8y4g68PATge 3CTEBK5uACH2gO/w6P0er3mCVeB/arENL2wXXoWde7ftJR4AeSrwbORUYaDPDbFcZdV+ uHjgJH7xHZJpRtMTevVns4rmnFLAIlkc//nWo= MIME-Version: 1.0 Received: by 10.229.42.68 with SMTP id r4mr1645214qce.44.1311563432444; Sun, 24 Jul 2011 20:10:32 -0700 (PDT) Received: by 10.229.13.6 with HTTP; Sun, 24 Jul 2011 20:10:32 -0700 (PDT) In-Reply-To: <20110724113823.GA39165@icarus.home.lan> References: <20110724113823.GA39165@icarus.home.lan> Date: Mon, 25 Jul 2011 06:10:32 +0300 Message-ID: From: Ross To: Jeremy Chadwick Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-apache@freebsd.org Subject: Re: Strange errors X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2011 03:10:33 -0000 On Sun, Jul 24, 2011 at 2:38 PM, Jeremy Chadwick wrote: > On Sun, Jul 24, 2011 at 01:15:29PM +0300, Ross wrote: >> I see many: >> kvm_open: kvm_nlist: No such file or directory >> in my error-log >> >> what is that? I searched this list and also googled but wasn't able to >> find anything on this matter. >> >> I am running site on Pimcore. Every time the site is accessed new >> lines are added to error.log. > > Have you recently rebuilt world/kernel on the system, or rebuild kernel > but not world? I always rebuild the world along with the kernel. Just in case. And I did recently. This system is running 8.2-STABLE by the way. > > If so, there may have been changes to the KVM structure within libkvm or > the kernel that could be manifesting themselves by showing anomalies of > this sort in userland applications. =C2=A0Most commonly this shows up in > utilities like "ps" or "top", both of which use libkvm. Both top and ps work as expected. > > I'm not familiar with "Pimcore". =C2=A0If this software links to libkvm, = you > may need to rebuild the software to keep in sync with any KVM or kernel > changes. This is just a CMS built on Zend Framework. Another question: how can I catch who is writing this lines? I set LogLevel to debug and apache flags to "-e debug" but it did not help. > > -- > | Jeremy Chadwick =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0jdc at parodius.com= | > | Parodius Networking =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 http://www.parodius.com/ | > | UNIX Systems Administrator =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 Mountain View, CA, US | > | Making life hard for others since 1977. =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 PGP 4BD6C0CB | > >