From owner-freebsd-questions@freebsd.org Tue Dec 15 10:07:14 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE9EFA44242 for ; Tue, 15 Dec 2015 10:07:14 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7747514EA for ; Tue, 15 Dec 2015 10:07:12 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id tBFA78hd013553; Tue, 15 Dec 2015 11:07:08 +0100 (CET) (envelope-from bah@bananmonarki.se) Subject: Re: problen with pw useradd? To: krad References: <566F8C37.4080800@bananmonarki.se> Cc: "freebsd-questions@freebsd.org" From: Bernt Hansson Message-ID: <566FE64C.8080805@bananmonarki.se> Date: Tue, 15 Dec 2015 11:07:08 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 10:07:15 -0000 On 2015-12-15 09:04, krad wrote: > check for a user with the uid 153, rather then username rbldns. If you can > change the uid of the existing user. There is no other user with uid 153. /etc/master.passwd and /etc/passwd have the same line rbldns:*:153:153::0:0:rbldns pseudo user:/home/rbldns:/usr/sbin/nologin > On 15 December 2015 at 03:42, Bernt Hansson wrote: > >> Hello list! >> >> I have a strange problem when trying to install dns/rbldnsd. >> >> Problem is that there is no user rbldns trying to pw useradd there is a >> user called rbldns. >> >> Well here it is; >> >> ===> Creating users and/or groups. >> Using existing group 'rbldns'. >> Creating user 'rbldns' with uid '153' >> pw: user 'rbldns' already exists. >> pkg-static: PRE-INSTALL script failed >> pkg-static: unknown user 'rbldns' >> .... >> >> pw useradd rbldns >> pw: user'rbldns' already exists. >> >> 9.3-RELEASE #0 r278921 amd64 >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >>