[PlanetCCRMA] realtime-lsm in Planetedge?

Kevin Ernste kevine@esm.rochester.edu
Sun Oct 10 13:14:01 2004


> >
> > http://ccrma.stanford.edu/planetccrma/root/etc/rc.d/init.d/realcap
> >
> > You can also edit REALCAP_OPTS to add the "gid" tag.  Once you save
> 
> I don't quite understand this part. REALCAP_OPTS is used in the init.d
> script, but it's apparently not defined. Did you just add the gid in
> the script itself? Or are you supposed to do this somewhere else?
> 
> I did not define it, so when realcap starts it starts with allcaps=1
> as per the script. This is fine for me right now.

Glad to hear it's working!  This init script is just a last
convenience, another one of nando's details that make this whole thing
works so smoothly.

The REALCAP_OPTS variable is listed in "start" section of the realcap
init script as:

REALCAP_OPTS="allcaps=1"

...which will work but I noticed you wanted to use the gid option (I
use it here too on a multiuser system), so you can just change it to:

REALCAP_OPTS="allcaps=1 gid=501"

Kevin