From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 18:36:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382F416A4DE for ; Wed, 12 Jul 2006 18:36:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B36D43D68 for ; Wed, 12 Jul 2006 18:36:23 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 0E39399AAE8; Wed, 12 Jul 2006 20:36:15 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id R-xxYeI5ubUH; Wed, 12 Jul 2006 20:36:09 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id 5254099AAE1; Wed, 12 Jul 2006 20:36:09 +0200 (CEST) Message-ID: <44B54113.7050308@FreeBSD.org> Date: Wed, 12 Jul 2006 20:36:03 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: jaime@snowmoon.com References: <6C87A72D-B79C-4B07-B14D-713A16564428@snowmoon.com> <44B4E28E.1030107@FreeBSD.org> <20060712124328.F29098@malkav.snowmoon.com> In-Reply-To: <20060712124328.F29098@malkav.snowmoon.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: gabor@t-hosting.hu, freebsd-questions@freebsd.org Subject: Re: IMAP crashing on message move X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gabor@t-hosting.hu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 18:36:27 -0000 jaime@snowmoon.com wrote: > On Wed, 12 Jul 2006, Gábor Kövesdán wrote: >> Jaime wrote: >>> Looking in /var/log/messages, I find lines like this: >>> >>> Jul 11 21:28:47 atlas kernel: pid 81702 (imapd), uid 1001: exited on >>> signal 11 > >> Are you using any CFLAGS in /etc/make.conf? > > I don't remember changing anything in there. Checking, I find this: > > atlas:~>more /etc/make.conf > # added by use.perl 2006-06-28 12:34:45 > PERL_VER=5.8.8 > PERL_VERSION=5.8.8 > atlas:~>more /etc/defaults/make.conf > /etc/defaults/make.conf: No such file or directory > > Doesn't look like it to me. Did I miss anything? > > >> Btw, do you use the stock compiler or something from ports? > > I used whatever was in FreeBSD 6.1-STABLE early last week. I > generally don't like to screw around with optional stuff when I don't > have to. :) > > >> I suggest you to rebuild everything related with stock compiler and >> without any CFLAGS set. You can do this comfortably with portupgrade -f. > > Based on the above, do you still think that I need to do this? > > Thanks, > Jaime I'd give it a try at all. It can't hurt if you build the affected ports from scratch. If your ports tree isn't up-to-date run cvsup/csup first. Gabor