Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
condor:installation:network [2011/07/28 19:02] – changed UID and GID to 64 garrettheath4condor:installation:network [2011/07/28 19:13] – changed other occurences of condor UID and GID to 64 garrettheath4
Line 14: Line 14:
 <code bash>cat /etc/passwd | grep ^condor:</code> <code bash>cat /etc/passwd | grep ^condor:</code>
 **If you get a match**, first reset its settings in case the user wasn't created correctly. **If you get a match**, first reset its settings in case the user wasn't created correctly.
-<code bash>sudo groupmod -g 1610 condor +<code bash>sudo groupmod -g 64 condor 
-sudo usermod -c "Owner of Condor Daemons" -d "/var/lib/condor" -m -u 1344 -g condor -s "/sbin/nologin" -L condor</code>+sudo usermod -c "Owner of Condor Daemons" -d "/var/lib/condor" -m -u 64 -g condor -s "/sbin/nologin" -L condor</code>
 :!: If you get a message that says that the directory ''/var/lib/condor'' already exists, run this command next: :!: If you get a message that says that the directory ''/var/lib/condor'' already exists, run this command next:
 <code bash>sudo chown -R condor:condor /var/lib/condor</code> <code bash>sudo chown -R condor:condor /var/lib/condor</code>
  
 **If you do not get a match**, you need to manually add the user.  To do this, run: **If you do not get a match**, you need to manually add the user.  To do this, run:
-<code bash>sudo groupadd -g 1610 condor +<code bash>sudo groupadd -g 64 condor 
-sudo useradd -c "Owner of Condor Daemons" -d "/var/lib/condor" -m -u 1344 -g condor -s "/sbin/nologin" condor+sudo useradd -c "Owner of Condor Daemons" -d "/var/lib/condor" -m -u 64 -g condor -s "/sbin/nologin" condor
 sudo usermod -L condor</code> sudo usermod -L condor</code>
  
condor/installation/network.txt · Last modified: 2012/08/09 19:18 by garrettheath4
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0