Forum OpenACS Development: Re: Error on OS X using install-ns.sh

Collapse
Posted by Dave Bauer on
I was able to continue by seeing the group PrimaryGroupID

I just picked a random number that would likely be unused.

dseditgroup -o edit -i 555 nsdmin

Collapse
Posted by Gustaf Neumann on
user and group generation is not fully automatics for all platforms. you are right, for Mac OS X, the script was creating the group automatically, but without the ID (which has to be picked manually on Mac OS X), but not the user.

Just now, i've further extended the script, such it creates the specified group with a fresh ID and the specified user when necessary. The updated version is on github.