From owner-freebsd-questions@freebsd.org Tue Dec 15 08:04:37 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 603ABA47EF4 for ; Tue, 15 Dec 2015 08:04:37 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 003AF1E98 for ; Tue, 15 Dec 2015 08:04:36 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id p66so97357980wmp.1 for ; Tue, 15 Dec 2015 00:04:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rwlsOGKkhOf0Fpn87UjuEBf8oLqit9/tV8tMQgI06io=; b=zhl1eE/pCfxSdM+uTe1byesaq3pxtFaa1hYKgwbeGEziiJGm2Lrtsqh4ZBug7UO7gH mJTY7jgSAyyDKwjr/wEp/PlMrMaC5o0ac0/gOP8k5Q4WLkOE3SDK8swu4+X1kv0ejMHk 3o2d70ohc+qbstF9cho11v7LdsU76ssNFNWw3q8l3BIA8KAq7Idb82WNFzvC/mAA/8Wr AyTCPRT3NKnNyCoGIYNvqmTOHc3eAqLPbhRo77uNtzmSh9U3cjobMQO7oQNIE8NmpP1m cqVOjHovXfEcnTmdhFsIbSTzXatef0MkSfiV3ityGPewdndcFpCzRm4JmcSKZvCwJCtP 5nkQ== MIME-Version: 1.0 X-Received: by 10.194.236.228 with SMTP id ux4mr43144885wjc.56.1450166675053; Tue, 15 Dec 2015 00:04:35 -0800 (PST) Received: by 10.28.181.213 with HTTP; Tue, 15 Dec 2015 00:04:34 -0800 (PST) In-Reply-To: <566F8C37.4080800@bananmonarki.se> References: <566F8C37.4080800@bananmonarki.se> Date: Tue, 15 Dec 2015 08:04:34 +0000 Message-ID: Subject: Re: problen with pw useradd? From: krad To: Bernt Hansson Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 08:04:37 -0000 check for a user with the uid 153, rather then username rbldns. If you can change the uid of the existing user. 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" >