Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2011 13:10:06 -0700
From:      Jason Helfman <jhelfman@e-e.com>
To:        "Morse, Richard E.MGH" <REMORSE@PARTNERS.ORG>
Cc:        "questions@freebsd.org" <questions@freebsd.org>
Subject:   Re: How to allow Amanda to install as operator?
Message-ID:  <20110823201006.GN1830@eggman.experts-exchange.com>
In-Reply-To: <58E4DB08-95B1-4931-83EA-848D6FCE7FA2@partners.org>
References:  <58E4DB08-95B1-4931-83EA-848D6FCE7FA2@partners.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 23, 2011 at 07:20:32PM +0000, Morse, Richard E.MGH thus spake:
>Hi! I'm trying to upgrade my Amanda installation from a v2.6 to v3.2 via ports. I had configured Amanda previously to be installed as the user `operator`. The upgraded version wants to install as the user `amanda`; however this presents all kinds of problems:
>	- the `amanda` user has no home directory, one is needed to put the access file in
>	- I already have all of the directories set up as owned by operator
>	- I have a number of clients that are all set up to allow operator to access them, but not "amanda".
>
>I have tried setting AMANDA_USER and AMANDA_GROUP to be `operator`, but this then complains that `operator` is not found in `/usr/ports/GIDs` and `/usr/ports/UIDs`. Since these are part of the base system, I don't want to mess with them, so I groveled through the .mk files, and determined that I should be able to provide my own user and group files by setting the GID_FILES and UID_FILES environment variable.
>
>I tried this. I created the necessary files (greping out the data from /etc/passwd and /etc/group), put them in the same directory as GIDs and UIDs, and ran the make command:
>
>	GID_FILES="/usr/ports/OP_GROUP" UID_FILES="/usr/ports/OP_USER" AMANDA_USER="operator" AMANDA_GROUP="operator" make install
>
>This runs along for a while, then dies with the note:
>
>	** /usr/ports/OP_GROUP doesn't exist. Exiting.
>	*** Error code 1
>
>
>If I do a `less /usr/ports/OP_GROUP` (copying exactly from the error message), I can see the file I created just fine.
>
>Is there something that I'm missing? How am I supposed to install a port as a user that already exists? Why doesn't make see that the file exists?
>
>Thanks,
>Ricky
>
>
If you update your portstree, this should be fixed now.
I notificed crees@ and he committed to UIDs/GIDs the operator user and
group, so they may be used for installing.

-jgh

-- 
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110823201006.GN1830>