From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 20 17:56:07 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E2B616A468 for ; Sun, 20 Jan 2008 17:56:07 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from fupp.net (totem.fix.no [80.91.36.20]) by mx1.freebsd.org (Postfix) with ESMTP id 23CAC13C468 for ; Sun, 20 Jan 2008 17:56:06 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from localhost (totem.fix.no [80.91.36.20]) by fupp.net (Postfix) with ESMTP id E6FFC8DAA3B; Sun, 20 Jan 2008 18:56:05 +0100 (CET) Received: from fupp.net ([80.91.36.20]) by localhost (totem.fix.no [80.91.36.20]) (amavisd-new, port 10024) with LMTP id 5frNKNXP3sio; Sun, 20 Jan 2008 18:56:05 +0100 (CET) Received: by fupp.net (Postfix, from userid 1000) id 373818DAA35; Sun, 20 Jan 2008 18:56:05 +0100 (CET) Date: Sun, 20 Jan 2008 18:56:05 +0100 From: Anders Nordby To: Bernd Kuhlen -Arbeit- , freebsd-ports-bugs@FreeBSD.org Message-ID: <20080120175604.GA80064@fupp.net> References: <200801180416.m0I4G82f077829@freefall.freebsd.org> <20080120170209.GA78478@fupp.net> <479383DD.1000205@wetteronline.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <479383DD.1000205@wetteronline.de> X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.11 Cc: Subject: Re: ports/119766: Problem with nagios under FreeBSD6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 17:56:07 -0000 Hi Bernd! If the file does not exist, you need to create it. It makes Nagios use libthr threading library instead of pthread. This works better for me. So you would like to stay at 6.2 forever? You opened a PR for this issue, so it would be nice to find out whether this is still a problem for you. Hopefully the Nagios ports will switch to libthr by default soonish. On Sun, Jan 20, 2008 at 06:24:45PM +0100, Bernd Kuhlen -Arbeit- wrote: > I don't have that file on my system. I "fixed" my problem by going back > to 6.2STABLE again. > > Cheers, > Bernd > > Anders Nordby schrieb: > >Hi, > > > >Could you try to add this to /etc/libmap.conf: > > > >[/usr/local/bin/nagios] > >libpthread.so.2 libthr.so.2 > > > >Then restart your Nagios server and see if it helps. > > > >Cheers, > >Anders. > > > >On Fri, Jan 18, 2008 at 04:16:08AM +0000, linimon@FreeBSD.org wrote: > > > >>Synopsis: Problem with nagios under FreeBSD6.3 > >>(..) > >> > > > > > > > -- > Mit freundlichen Grüßen > Best Regards > > Bernd Kuhlen > Diplom-Meteorologe > Diplom-Informatiker (FH) > Leitung Systemadministration > _______________________________________ > > WetterOnline > Meteorologische Dienstleistungen GmbH > Am Rheindorfer Ufer 2 > D-53117 Bonn > Amtsgericht Bonn | HRB Nummer 008664 > Geschäftsführer: Dr. Joachim Klaßen > Fon: +49 (0) 228 55937-73 > Fax: +49 (0) 228 55937-80 > Mobil: +49 (0) 177 8214319 > E-Mail: bernd.kuhlen@wetteronline.de > Web: http://www.wetteronline-gmbh.de > _______________________________________ -- Anders.