search for: setup_gid

Displaying 2 results from an estimated 2 matches for "setup_gid".

Did you mean: setpgid
2005 Aug 16
1
nxsetup issue when gid is not specified
...id_dsa.pub. The key fingerprint is: 73:1a:bd:df:61:bc:8c:95:4f:9e:35:cf:92:d7:7a:76 root at 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]
....gmail.com> On Tue, Aug 16, 2005 at 09:00:57AM +0300, Adrian Coman wrote: > I have freenx-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 t...