From owner-freebsd-questions@FreeBSD.ORG Mon Oct 7 16:00:22 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ADABE452 for ; Mon, 7 Oct 2013 16:00:22 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54CD92D42 for ; Mon, 7 Oct 2013 16:00:21 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [172.17.17.101]) by email2.allantgroup.com (8.14.5/8.14.5) with ESMTP id r97Fttrj052116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Oct 2013 10:55:55 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.7/8.14.6) with ESMTP id r97FttHl048436 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Oct 2013 10:55:55 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.7/8.14.7/Submit) id r97FtsZe048435; Mon, 7 Oct 2013 10:55:54 -0500 (CDT) (envelope-from dan) Date: Mon, 7 Oct 2013 10:55:54 -0500 From: Dan Nelson To: Laszlo Danielisz Subject: Re: munin related Message-ID: <20131007155554.GB5343@dan.emsphone.com> References: <1380991485.82917.YahooMailNeo@web160503.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1380991485.82917.YahooMailNeo@web160503.mail.bf1.yahoo.com> X-OS: FreeBSD 9.1-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.98 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (email2.allantgroup.com [172.17.19.78]); Mon, 07 Oct 2013 10:55:55 -0500 (CDT) X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on email2.allantgroup.com X-Scanned-By: MIMEDefang 2.73 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 16:00:22 -0000 In the last episode (Oct 05), Laszlo Danielisz said: > Today while trying to install munin-node on 9.2 from ports I keep getting > the following error: > > ===>  Checking if sysutils/munin-common already installed > ===> Creating users and/or groups. > Using existing group `munin'. > Creating user `munin' with uid `842'. > pw: user 'munin' already exists > *** [create-users-groups] Error code 74 > > Stop in /usr/ports/sysutils/munin-common. > *** [build-depends] Error code 1 > > Stop in /usr/ports/sysutils/munin-node. > *** [build] Error code 1 > > Stop in /usr/ports/sysutils/munin-node. > > > Do you have any  idea what can cause this? > The ports are up to date. Do you have nscd caching enabled? It sometimes doesn't realize immediately that users/groups have been added to the system. Try restarting nscd, or disabling it temporarily while you install. -- Dan Nelson dnelson@allantgroup.com