Displaying 2 results from an estimated 2 matches for "useradd_opt".
2005 Aug 16
1
nxsetup issue when gid is not specified
...t adi
Setting up /var/lib/nxserver/db ...done
Setting up /var/log/nxserver.log ...done
Setting up user nx ...useradd: unknown group -d
The problem is that in the nxsetup file there is no default value for
the SETUP_GID variable, and when trying to add the nx user IF THE
--GID IS NOT SPECIFIED, the USERADD_OPTIONS variable contains (between
others):
USERADD_OPTIONS= -g $SETUP_GID
where $SETUP_GID=
so => USERADD_OPTIONS= -g
which is illegal (no group specified).
Adrian
2005 Aug 17
0
[Fwd: Re: [FreeNX-kNX] nxsetup issue when gid is not specified]
...enx-0.4.4-1.centos4 and when trying to install it I get this error:
> Setting up user nx ...useradd: unknown group -d
> The problem is that in the nxsetup file there is no default value for
> the SETUP_GID variable, and when trying to add the nx user IF THE
> --GID IS NOT SPECIFIED, the USERADD_OPTIONS variable contains (between
> others):
> USERADD_OPTIONS= -g $SETUP_GID
this is a bug, which is fixed in r122, which unfortunatelly didn't make it the
0.4.4-final.
Try using svn-head of the FreeNX-0.4-branch as replacement of your nxsetup,
hopefully we now even create the group, acco...